perltodo update.
[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 [ 16572] By: sky                                   on 2002/05/13  12:30:35
32         Log: Subject: [PATCH] Re: 'use threads::shared' noisy with -w
33              From: Dave Mitchell <davem@fdgroup.com>
34              Date: lör maj 11, 2002  12:52:27  Europe/Stockholm
35              Message-Id: <20020510235227.J12298@fdgroup.com>
36      Branch: perl
37            ! ext/threads/shared/shared.pm ext/threads/shared/t/0nothread.t
38            ! ext/threads/shared/t/av_refs.t
39            ! ext/threads/shared/t/av_simple.t ext/threads/shared/t/cond.t
40            ! ext/threads/shared/t/hv_refs.t
41            ! ext/threads/shared/t/hv_simple.t
42            ! ext/threads/shared/t/no_share.t ext/threads/shared/t/queue.t
43            ! ext/threads/shared/t/semaphore.t
44            ! ext/threads/shared/t/shared_attr.t
45            ! ext/threads/shared/t/sv_refs.t
46            ! ext/threads/shared/t/sv_simple.t xsutils.c
47 ____________________________________________________________________________
48 [ 16571] By: nick                                  on 2002/05/13  07:54:10
49         Log: Integrate Mainline
50      Branch: perlio
51           +> lib/Thread/Queue.pm lib/Thread/Semaphore.pm
52            - ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
53            - wince/include/cectype.h wince/include/errno.h
54            - wince/include/sys/types.h wince/include/sys/utime.h
55            - wince/include/time.h
56           !> (integrate 51 files)
57 ____________________________________________________________________________
58 [ 16570] By: jhi                                   on 2002/05/13  00:46:11
59         Log: Subject: [PATCH t/TEST] #!/usr/bin/perl-current misparse
60              From: Michael G Schwern <schwern@pobox.com>
61              Date: Sun, 12 May 2002 19:32:58 -0400
62              Message-ID: <20020512233258.GK696@blackrider>
63      Branch: perl
64            ! t/TEST
65 ____________________________________________________________________________
66 [ 16569] By: jhi                                   on 2002/05/12  23:49:00
67         Log: Be clean.
68      Branch: perl
69            ! Makefile.SH ext/B/t/o.t
70 ____________________________________________________________________________
71 [ 16568] By: gsar                                  on 2002/05/12  23:34:06
72         Log: change#8666 ($Config{perllibs}) apparently never got into
73              mainline--merge, and add other missing entries; regen
74              config_H.* files
75      Branch: perl
76            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
77            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
78            ! win32/config_H.vc win32/config_H.vc64
79 ____________________________________________________________________________
80 [ 16567] By: jhi                                   on 2002/05/12  23:28:43
81         Log: Elaborate on the exit/wait plan a bit.
82      Branch: perl
83            ! pod/perltodo.pod
84 ____________________________________________________________________________
85 [ 16566] By: jhi                                   on 2002/05/12  22:26:17
86         Log: Slight doc tweaks.
87      Branch: perl
88            ! pod/perlthrtut.pod
89 ____________________________________________________________________________
90 [ 16565] By: jhi                                   on 2002/05/12  19:56:56
91         Log: OS/390: update the test results.
92      Branch: perl
93            ! pod/perldelta.pod
94 ____________________________________________________________________________
95 [ 16564] By: jhi                                   on 2002/05/12  19:48:40
96         Log: Add threadsafety caveats.
97      Branch: perl
98            ! ext/threads/threads.pm pod/perldelta.pod pod/perlthrtut.pod
99 ____________________________________________________________________________
100 [ 16563] By: jhi                                   on 2002/05/12  19:34:31
101         Log: Update the Mac OS X situation.
102      Branch: perl
103            ! pod/perldelta.pod
104 ____________________________________________________________________________
105 [ 16562] By: sky                                   on 2002/05/12  19:10:27
106         Log: Update todo, removing things done and adding new things.
107      Branch: perl
108            ! pod/perltodo.pod
109 ____________________________________________________________________________
110 [ 16561] By: jhi                                   on 2002/05/12  19:02:24
111         Log: Reword the "threads still running" cleanup message.
112      Branch: perl
113            ! ext/threads/threads.pm ext/threads/threads.xs pod/perldiag.pod
114            ! pod/perltoc.pod
115 ____________________________________________________________________________
116 [ 16560] By: jhi                                   on 2002/05/12  18:39:48
117         Log: EBCDIC: retract #16557, it ran into a weird tokenizer(?) bug.
118              (The manifestation: running pat.t core dumps after test 639.
119              Removing everything after 639 makes core go away, as does
120              removing everything before 640.  I did say "weird".  Some
121              sort of a memory corruption, no doubt, but no time to debug
122              in more detail.)
123      Branch: perl
124            ! t/op/pat.t
125 ____________________________________________________________________________
126 [ 16559] By: sky                                   on 2002/05/12  17:59:41
127         Log: Add emulation layer for Thread/Semaphore and Thread/Queue
128      Branch: perl
129            + lib/Thread/Queue.pm lib/Thread/Semaphore.pm
130            - ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
131            ! MANIFEST
132 ____________________________________________________________________________
133 [ 16558] By: sky                                   on 2002/05/12  17:57:51
134         Log: Fixed bug where tmpsv would be null after the return of the 
135              amagic. Now check for that and allocate the tmpsv afterwards, 
136              this is done in all other places that use amagic.
137              Fixes bug when threads->unknownfunction() was called and
138              we coredumped on the stringification somewhere deep in the
139              autoloader/dynaloader something. Far to deep for me to provide
140              a test case.
141      Branch: perl
142            ! sv.c
143 ____________________________________________________________________________
144 [ 16557] By: jhi                                   on 2002/05/12  15:37:40
145         Log: (retracted by #16560)
146              EBCDIC: must protect also compile time so that
147              the illegal UTF-EBCDIC is not seen.
148      Branch: perl
149            ! t/op/pat.t
150 ____________________________________________________________________________
151 [ 16556] By: jhi                                   on 2002/05/12  15:29:36
152         Log: EBCDIC: make t/op/pat #242 and 243 finally succeed.
153      Branch: perl
154            ! pod/perlebcdic.pod regcomp.c
155 ____________________________________________________________________________
156 [ 16555] By: jhi                                   on 2002/05/12  13:50:20
157         Log: As suggested by Dave Mitchell, adding yield()s at
158              appropriate spots helps non-preemptive thread
159              implementations, like the GNU pth.  Tested at NetBSD
160              by Martin Weber <Ephaeton@gmx.net>.
161      Branch: perl
162            ! ext/threads/t/basic.t ext/threads/t/list.t
163            ! ext/threads/t/thread.t
164 ____________________________________________________________________________
165 [ 16554] By: rgs                                   on 2002/05/12  12:14:06
166         Log: Subject: RE: VOS bleadperl test failure on 16539
167              From: chromatic <chromatic@rmci.net>
168              Date: Sat, 11 May 2002 23:23:54 -0700
169              Message-ID: <20020512072814.50744.qmail@onion.perl.org>
170      Branch: perl
171            ! ext/B/t/o.t
172 ____________________________________________________________________________
173 [ 16553] By: jhi                                   on 2002/05/12  04:27:16
174         Log: There's no rest for the wicked misspellers.
175      Branch: perl
176            ! pod/perlthrtut.pod
177 ____________________________________________________________________________
178 [ 16552] By: jhi                                   on 2002/05/12  01:38:15
179         Log: Detypos (and sticking with US spelling since Dan Sugalski
180              wrote the original text of perlthrtut)
181      Branch: perl
182            ! ext/threads/threads.pm pod/perlthrtut.pod
183 ____________________________________________________________________________
184 [ 16551] By: jhi                                   on 2002/05/11  22:26:38
185         Log: Because of #16550 these tests would now spew
186              "Malformed UTF-8" in EBCDIC.
187      Branch: perl
188            ! t/op/pat.t
189 ____________________________________________________________________________
190 [ 16550] By: jhi                                   on 2002/05/11  22:24:31
191         Log: EBCDIC: the toke.c wariness about UTF-8 (really, UTF-EBCDIC)
192              scripts does not apply any more.  (The utf8.t needed a little
193              bit of relaxing to work in EBCDIC, since *both* the bytes in
194              subtest #30 are illegal UTF-EBCDIC, and the error message
195              matched is slightly different.)  The utf8.t now passes.
196      Branch: perl
197            ! lib/utf8.t toke.c
198 ____________________________________________________________________________
199 [ 16549] By: jhi                                   on 2002/05/11  21:41:11
200         Log: Subject: [PATCH] a bit more for WinCE
201              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
202              Date: Sun, 12 May 2002 02:34:24 +0400
203              Message-ID: <007b01c1f93c$0e03f960$035cc3d9@vad>
204      Branch: perl
205            ! wince/wince.c
206 ____________________________________________________________________________
207 [ 16548] By: jhi                                   on 2002/05/11  19:54:43
208         Log: Subject: [PATCH] for WinCE cross-build, another one
209              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>     
210              Date: Sun, 12 May 2002 00:02:47 +0400
211              Message-ID: <004101c1f926$d36ca230$035cc3d9@vad>
212      Branch: perl
213            - wince/include/cectype.h wince/include/errno.h
214            - wince/include/sys/types.h wince/include/sys/utime.h
215            - wince/include/time.h
216            ! MANIFEST configpm lib/ExtUtils/MM_Unix.pm wince/Makefile.ce
217            ! wince/cecopy-lib.pl wince/config_H.ce wince/config_h.PL
218            ! wince/wince.c
219 ____________________________________________________________________________
220 [ 16547] By: jhi                                   on 2002/05/11  19:46:23
221         Log: Explicit casts due to #16542.
222      Branch: perl
223            ! ext/B/B.xs hv.c op.c sv.c
224 ____________________________________________________________________________
225 [ 16546] By: jhi                                   on 2002/05/11  19:35:54
226         Log: Upgrade to Test::Harness 2.21.
227      Branch: perl
228            ! lib/Test/Harness.pm lib/Test/Harness/Changes
229            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/strap-analyze.t
230            ! lib/Test/Harness/t/test-harness.t
231 ____________________________________________________________________________
232 [ 16545] By: jhi                                   on 2002/05/11  19:04:39
233         Log: Upgrade to Net::Ping 2.18 (no core-relevant changes,
234              but keep up with the $VERSION)
235      Branch: perl
236            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
237 ____________________________________________________________________________
238 [ 16544] By: jhi                                   on 2002/05/11  18:45:30
239         Log: metaconfig unit change for #16543.
240      Branch: metaconfig
241            ! U/threads/usethreads.U
242 ____________________________________________________________________________
243 [ 16543] By: jhi                                   on 2002/05/11  18:43:58
244         Log: Subject: [PATCH] updated threads docs
245              From: Dave Mitchell <davem@fdgroup.com>
246              Date: Sat, 11 May 2002 20:00:51 +0100
247              Message-ID: <20020511200050.D14841@fdgroup.com>
248      Branch: perl
249            ! Configure README.threads pod/perlothrtut.pod
250            ! pod/perlthrtut.pod
251 ____________________________________________________________________________
252 [ 16542] By: jhi                                   on 2002/05/11  17:06:19
253         Log: Subject: unsigned char hashes (Re: perl@16539)
254              From: Nicholas Clark <nick@unfortu.net>
255              Date: Sat, 11 May 2002 17:54:44 +0100
256              Message-ID: <20020511165444.GD301@Bagpuss.unfortu.net>
257              
258              Be explicitly unsigned char in the hash calculation.
259      Branch: perl
260            ! hv.h
261 ____________________________________________________________________________
262 [ 16541] By: nick                                  on 2002/05/11  08:21:00
263         Log: Integrate mainline
264      Branch: perlio
265           +> ext/B/t/o.t
266           !> Changes MANIFEST Makefile.SH ext/DB_File/t/db-btree.t
267           !> ext/Encode/Encode.xs ext/threads/shared/queue.pm patchlevel.h
268           !> pod/perlhack.pod pod/perltoc.pod t/TEST t/harness
269 ____________________________________________________________________________
270 [ 16540] By: jhi                                   on 2002/05/10  16:45:53
271         Log: Subject: more os x test output cosmetics
272              From: Kay Röpke <kroepke@dolphin-services.de>
273              Date: Fri, 10 May 2002 14:07:34 +0200
274              Message-Id: <831FB904-640E-11D6-AA6F-000393414688@dolphin-services.de>
275      Branch: perl
276            ! ext/DB_File/t/db-btree.t
277 ____________________________________________________________________________
278 [ 16539] By: jhi                                   on 2002/05/10  15:16:44
279         Log: Update Changes.
280      Branch: perl
281            ! Changes patchlevel.h
282 ____________________________________________________________________________
283 [ 16538] By: jhi                                   on 2002/05/10  15:08:51
284         Log: Regen toc.
285      Branch: perl
286            ! pod/perltoc.pod
287 ____________________________________________________________________________
288 [ 16537] By: jhi                                   on 2002/05/10  15:06:52
289         Log: Move pod, add $VERSION.
290      Branch: perl
291            ! ext/threads/shared/queue.pm
292 ____________________________________________________________________________
293 [ 16536] By: jhi                                   on 2002/05/10  14:42:10
294         Log: Unused variables.
295      Branch: perl
296            ! ext/Encode/Encode.xs
297 ____________________________________________________________________________
298 [ 16535] By: jhi                                   on 2002/05/10  13:52:34
299         Log: Subject: Re: [REPATCH MANIFEST ext/B/t/o.t] Add tests for O
300              From: chromatic <chromatic@rmci.net>
301              Date: Fri, 10 May 2002 07:43:25 -0700
302              Message-ID: <20020510144325.26245.qmail@firewheel>
303      Branch: perl
304            + ext/B/t/o.t
305            ! MANIFEST
306 ____________________________________________________________________________
307 [ 16534] By: jhi                                   on 2002/05/10  13:48:10
308         Log: Don't do JAPHs unless doing "make torturetest".
309              Document the less obvious make test targets.
310      Branch: perl
311            ! Makefile.SH pod/perlhack.pod t/TEST t/harness
312 ____________________________________________________________________________
313 [ 16533] By: nick                                  on 2002/05/10  06:02:58
314         Log: Integrate mainline
315      Branch: perlio
316           !> Configure Porting/pumpkin.pod doio.c ext/Encode/Encode.xs
317           !> ext/Encode/Unicode/Unicode.xs ext/IO/IO.xs ext/Storable/README
318           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
319           !> ext/Time/HiRes/HiRes.xs ext/threads/shared/shared.xs
320           !> ext/threads/shared/t/cond.t ext/threads/threads.xs
321           !> pod/perlfaq3.pod pod/perlfaq4.pod pod/perlhack.pod
322           !> pod/perllocale.pod pp_sys.c reentr.pl t/op/tie.t
323           !> t/run/fresh_perl.t util.c
324 ____________________________________________________________________________
325 [ 16532] By: jhi                                   on 2002/05/10  03:38:40
326         Log: Subject: [PATCH] format and other warnings
327              From: Robin Barker <rmb1@cise.npl.co.uk>
328              Date: Thu, 9 May 2002 18:27:30 +0100 (BST)
329              Message-Id: <200205091727.SAA22792@tempest.npl.co.uk>  
330      Branch: perl
331            ! Porting/pumpkin.pod ext/Encode/Encode.xs
332            ! ext/Encode/Unicode/Unicode.xs ext/Storable/Storable.xs
333            ! ext/Time/HiRes/HiRes.xs ext/threads/shared/shared.xs
334            ! ext/threads/threads.xs
335 ____________________________________________________________________________
336 [ 16531] By: jhi                                   on 2002/05/10  03:26:11
337         Log: Move the noisy tie core dump test to fresh_perl from op/tie.
338      Branch: perl
339            ! t/op/tie.t t/run/fresh_perl.t
340 ____________________________________________________________________________
341 [ 16530] By: jhi                                   on 2002/05/10  03:23:17
342         Log: Subject: Re: [PATCH] Re: perl@16433
343              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)       
344              Date: Thu, 09 May 2002 16:24:59 -0700
345              Message-ID: <LVw28gzkguhE092yn@efn.org>
346      Branch: perl
347            ! t/op/tie.t
348 ____________________________________________________________________________
349 [ 16529] By: jhi                                   on 2002/05/09  21:39:04
350         Log: Subject: [PATCH ext/threads/shared/t/cond.t] Re: where threads cond.t hangs
351              From: Dave Mitchell <davem@fdgroup.com>
352              Date: Thu, 9 May 2002 17:18:42 +0100
353              Message-ID: <20020509171842.C9836@fdgroup.com>
354      Branch: perl
355            ! ext/threads/shared/t/cond.t
356 ____________________________________________________________________________
357 [ 16528] By: nick                                  on 2002/05/09  16:40:39
358         Log: Integrate maint branch io (pipe) fixes.
359      Branch: perl
360           !> doio.c pp_sys.c util.c
361 ____________________________________________________________________________
362 [ 16527] By: jhi                                   on 2002/05/09  14:09:00
363         Log: FAQ sync.
364      Branch: perl
365            ! pod/perlfaq3.pod pod/perlfaq4.pod
366 ____________________________________________________________________________
367 [ 16526] By: jhi                                   on 2002/05/09  14:06:53
368         Log: metaconfig unit changes for #16525, plus extra linting.
369      Branch: metaconfig
370            ! U/compline/ptrsize.U U/protos/Protochk.U
371            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
372            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
373            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
374            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
375            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
376            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
377            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
378            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
379            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
380            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
381            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
382            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
383            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
384            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
385            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
386            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
387            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
388            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
389            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
390            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
391            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
392            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
393            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
394            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
395 ____________________________________________________________________________
396 [ 16525] By: jhi                                   on 2002/05/09  14:06:11
397         Log: metaconfig unit linting.
398      Branch: perl
399            ! reentr.pl
400 ____________________________________________________________________________
401 [ 16524] By: jhi                                   on 2002/05/09  13:49:01
402         Log: metaconfig unit changes for #16523.
403      Branch: metaconfig
404            ! U/compline/ptrsize.U
405      Branch: metaconfig/U/perl
406            ! use64bits.U
407 ____________________________________________________________________________
408 [ 16523] By: jhi                                   on 2002/05/09  13:48:20
409         Log: ptrsize should depend on use64bitall, not the other
410              way round, noticed by Karl Tomlinson <k.tomlinson@auckland.ac.nz>.
411      Branch: perl
412            ! Configure
413 ____________________________________________________________________________
414 [ 16522] By: jhi                                   on 2002/05/09  13:07:58
415         Log: Integrate #16510 from macperl;
416              
417              Tell IO.xs that MacOS sometimes doesn't need extra help
418      Branch: perl
419           !> ext/IO/IO.xs
420 ____________________________________________________________________________
421 [ 16521] By: ams                                   on 2002/05/09  12:42:12
422         Log: Subject: Re: Storable doc patches
423              From: "Philip Newton" <Philip.Newton@gmx.net>
424              Date: Thu, 9 May 2002 14:32:29 +0200
425              Message-Id: 
426      Branch: perl
427            ! ext/Storable/Storable.pm
428 ____________________________________________________________________________
429 [ 16520] By: rgs                                   on 2002/05/09  11:43:12
430         Log: cmp() compares chars, not bytes.
431      Branch: perl
432            ! pod/perllocale.pod
433 ____________________________________________________________________________
434 [ 16519] By: rgs                                   on 2002/05/09  10:19:04
435         Log: A footnote about PERL_DESTRUCT_LEVEL and mod_perl.
436      Branch: perl
437            ! pod/perlhack.pod
438 ____________________________________________________________________________
439 [ 16518] By: ams                                   on 2002/05/09  09:04:31
440         Log: Subject: Storable doc patches
441              From: Philip Newton <Philip.Newton@gmx.net>
442              Date: Thu, 09 May 2002 12:00:45 +0200
443              Message-Id: <vshkdu49hlpqqm6mlre5ilkn8l9dbqdnsg@4ax.com>
444      Branch: perl
445            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
446 ____________________________________________________________________________
447 [ 16517] By: ams                                   on 2002/05/09  08:53:50
448         Log: Subject: Re: Change 16457: [PATCH] Re: [PATCH] Storable (Re: perl@16433)
449              From: Philip Newton <Philip.Newton@gmx.net>
450              Date: Thu, 09 May 2002 11:16:06 +0200
451              Message-Id: <6ffkdu422rls6td4okfu243c9vbtnrfntk@4ax.com>
452      Branch: perl
453            ! ext/Storable/README
454 ____________________________________________________________________________
455 [ 16516] By: nick                                  on 2002/05/09  08:13:39
456         Log: Integrate mainline
457      Branch: perlio
458           !> pod/perlxstut.pod
459 ____________________________________________________________________________
460 [ 16515] By: nick                                  on 2002/05/09  07:29:53
461         Log: Integrate mainline
462      Branch: perlio
463           !> (integrate 27 files)
464 ____________________________________________________________________________
465 [ 16514] By: ams                                   on 2002/05/09  06:50:24
466         Log: Subject: [Patch] perlxstut.pod
467              From: lupe@lupe-christoph.de (Lupe Christoph)
468              Date: Thu, 9 May 2002 09:42:02 +0200
469              Message-Id: <20020509074202.GJ1087@lupe-christoph.de>
470              (Applied with tweaks.)
471      Branch: perl
472            ! pod/perlxstut.pod
473 ____________________________________________________________________________
474 [ 16513] By: ams                                   on 2002/05/09  06:04:47
475         Log: Subject: [Patch] perlapio.pod
476              From: lupe@lupe-christoph.de (Lupe Christoph)
477              Date: Thu, 9 May 2002 09:01:50 +0200
478              Message-Id: <20020509070150.GI1087@lupe-christoph.de>
479              (Applied with tweaks.)
480      Branch: perl
481            ! pod/perlapio.pod
482 ____________________________________________________________________________
483 [ 16512] By: pudge                                 on 2002/05/09  03:44:21
484         Log: Integrate from macperl
485      Branch: maint-5.6/macperl
486           !> macos/macperl/MPConsole.cp
487 ____________________________________________________________________________
488 [ 16511] By: pudge                                 on 2002/05/09  03:34:14
489         Log: Make interrupt act as end of file, MacPerl Bug #542154
490      Branch: macperl
491            ! macos/macperl/MPConsole.cp
492 ____________________________________________________________________________
493 [ 16510] By: pudge                                 on 2002/05/09  03:33:34
494         Log: Tell IO.xs that MacOS sometimes doesn't need extra help
495      Branch: macperl
496            ! ext/IO/IO.xs
497 ____________________________________________________________________________
498 [ 16509] By: pudge                                 on 2002/05/09  03:32:47
499         Log: Make perlio (!sfio) work on MacOS
500      Branch: macperl
501            ! macos/config.h macos/config.sh macos/macish.c
502 ____________________________________________________________________________
503 [ 16508] By: gsar                                  on 2002/05/09  00:24:00
504         Log: integrate maint-5.6/macperl contents
505      Branch: maint-5.6/perl
506           !> README.macos cop.h deb.c embed.h ext/File/Glob/Glob.pm
507           !> lib/DB.pm lib/File/Copy.pm lib/File/Spec/Mac.pm lib/perl5db.pl
508           !> perl.c pod/perlport.pod pp_ctl.c proto.h toke.c util.c
509 ____________________________________________________________________________
510 [ 16507] By: jhi                                   on 2002/05/08  23:48:12
511         Log: Rework #16506 some more.
512      Branch: perl
513            ! ext/Time/HiRes/HiRes.xs win32/win32.c
514 ____________________________________________________________________________
515 [ 16506] By: jhi                                   on 2002/05/08  23:20:29
516         Log: Rework #16503 a bit to keep all the HiRes implementation
517              in one place, assuming we want to re-CPAN Time::HiRes at
518              some point.
519      Branch: perl
520            ! ext/Time/HiRes/HiRes.xs win32/win32.c
521 ____________________________________________________________________________
522 [ 16505] By: jhi                                   on 2002/05/08  22:52:17
523         Log: metaconfig unit change for #16504.
524      Branch: metaconfig
525            ! U/modified/Cppsym.U
526 ____________________________________________________________________________
527 [ 16504] By: jhi                                   on 2002/05/08  22:51:54
528         Log: Subject: [ID 20020508.012] with gcc-3.1, Config.pm's ccsymbols='-Acpu=i386 ...' is bad (esp for _h2ph_pre.ph)
529              From: Pixel <pixel@mandrakesoft.com>
530              Date: 08 May 2002 18:19:51 +0200
531              Message-Id: <ly3cx2wr14.fsf@leia.mandrakesoft.com>   
532      Branch: perl
533            ! Configure
534 ____________________________________________________________________________
535 [ 16503] By: gsar                                  on 2002/05/08  22:49:33
536         Log: make the gettimeofday() implementation in Time::HiRes available
537              from perl
538      Branch: perl
539            ! XSUB.h ext/Time/HiRes/HiRes.xs iperlsys.h makedef.pl pp.c
540            ! win32/config.bc win32/config.gc win32/config.vc
541            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
542            ! win32/config_H.vc win32/config_H.vc64 win32/perlhost.h
543            ! win32/win32.c win32/win32iop.h
544 ____________________________________________________________________________
545 [ 16502] By: jhi                                   on 2002/05/08  22:41:42
546         Log: Subject: Test output update for OS X 10.1.4
547              From: Kay Röpke <kroepke@dolphin-services.de>
548              Date: Wed, 8 May 2002 22:23:36 +0200
549              Message-Id: <79FC9AC7-62C1-11D6-9BDB-000393414688@dolphin-services.de>
550      Branch: perl
551            ! ext/DB_File/t/db-recno.t
552 ____________________________________________________________________________
553 [ 16501] By: jhi                                   on 2002/05/08  22:39:11
554         Log: Subject: [PATCH] Re: perl@16433
555              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
556              Date: Tue, 07 May 2002 18:40:44 -0700
557              Message-ID: <cII28gzkgaOS092yn@efn.org>
558              
559              Subject: Re: [PATCH] Re: perl@16433
560              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
561              Date: Wed, 08 May 2002 10:16:42 -0700
562              Message-ID: <61V28gzkg+jG092yn@efn.org>
563      Branch: perl
564            ! pp_sys.c sv.c t/op/tie.t
565 ____________________________________________________________________________
566 [ 16500] By: jhi                                   on 2002/05/08  22:25:01
567         Log: Subject: [DOC PATCH] Minor threads::shared nits
568              From: Simon Glover <scog@amnh.org>
569              Date: Wed, 8 May 2002 17:23:16 -0400 (EDT)
570              Message-ID: <Pine.GSO.4.43.0205081719050.26360-100000@egg.amnh.org>
571      Branch: perl
572            ! ext/threads/shared/queue.pm ext/threads/shared/semaphore.pm
573            ! ext/threads/shared/shared.pm
574 ____________________________________________________________________________
575 [ 16499] By: jhi                                   on 2002/05/08  22:22:30
576         Log: Subject: [DOC PATCH] perlthrtut proofreading
577              From: Simon Glover <scog@amnh.org>
578              Date: Wed, 8 May 2002 14:00:13 -0400 (EDT)
579              Message-ID: <Pine.GSO.4.43.0205081351010.23879-100000@egg.amnh.org>
580      Branch: perl
581            ! pod/perlthrtut.pod
582 ____________________________________________________________________________
583 [ 16498] By: jhi                                   on 2002/05/08  22:19:45
584         Log: Deprecate 5.005threads.
585      Branch: perl
586            ! pod/perldelta.pod
587 ____________________________________________________________________________
588 [ 16497] By: jhi                                   on 2002/05/08  22:11:21
589         Log: Integrate perlio;
590              
591              PerlIO/XS interface routine and doc updates from
592              lupe@lupe-christoph.de (Lupe Christoph) in mail
593              Subject: [For Review] Patch for perlio.c and pods
594              Message-Id: <20020505084315.GA23900@lupe-christoph.de>
595              Date: Sun, 5 May 2002 10:43:15 +0200
596              (Minor tweaks to follow.)
597              
598              Portability and doc tweaks to PerlIO/XS stuff.
599              We are still "papering over the cracks" a bit,
600              but now it is good stiff card held on with epoxy.
601      Branch: perl
602           !> perlio.c pod/perlapio.pod pod/perlxstut.pod
603 ____________________________________________________________________________
604 [ 16496] By: nick                                  on 2002/05/08  19:08:43
605         Log: Portability and doc tweaks to PerlIO/XS stuff.
606              We are still "papering over the cracks" a bit,
607              but now it is good stiff card held on with epoxy.
608      Branch: perlio
609            ! perlio.c pod/perlapio.pod pod/perlxstut.pod
610 ____________________________________________________________________________
611 [ 16495] By: nick                                  on 2002/05/08  17:56:43
612         Log: PerlIO/XS interface routine and doc updates from
613              lupe@lupe-christoph.de (Lupe Christoph) in mail
614              Subject: [For Review] Patch for perlio.c and pods
615              Message-Id: <20020505084315.GA23900@lupe-christoph.de>
616              Date: Sun, 5 May 2002 10:43:15 +0200
617              (Minor tweaks to follow.)
618      Branch: perlio
619            ! perlio.c pod/perlapio.pod pod/perlxstut.pod
620 ____________________________________________________________________________
621 [ 16494] By: nick                                  on 2002/05/08  17:40:34
622         Log: Integrate mainline
623      Branch: perlio
624           !> Changes Porting/p4genpatch ext/File/Glob/bsd_glob.c
625           !> ext/Storable/Storable.pm lib/base.pm lib/diagnostics.t
626           !> lib/fields.t lib/locale.t makedef.pl patchlevel.h
627           !> t/run/fresh_perl.t
628 ____________________________________________________________________________
629 [ 16493] By: jhi                                   on 2002/05/08  14:25:31
630         Log: Update Changes.
631      Branch: perl
632            ! Changes patchlevel.h
633 ____________________________________________________________________________
634 [ 16492] By: gsar                                  on 2002/05/08  14:00:54
635         Log: p4genpatch: produce unix-compatible patches on non-MacOS platforms;
636              don't unlink /dev/null
637      Branch: perl
638            ! Porting/p4genpatch
639 ____________________________________________________________________________
640 [ 16491] By: jhi                                   on 2002/05/08  13:59:16
641         Log: Integrate perlio; 
642              
643              Avoid pointless re-encode of data in :encoding's read buffer
644              on a close
645      Branch: perl
646           !> ext/PerlIO/encoding/encoding.xs
647 ____________________________________________________________________________
648 [ 16490] By: jhi                                   on 2002/05/08  13:55:05
649         Log: The base.pm changes need this, too?
650      Branch: perl
651            ! lib/diagnostics.t
652 ____________________________________________________________________________
653 [ 16489] By: gsar                                  on 2002/05/08  13:33:41
654         Log: fix p4genpatch breakage (missing slash in patch headers)
655      Branch: perl
656            ! Porting/p4genpatch
657 ____________________________________________________________________________
658 [ 16488] By: jhi                                   on 2002/05/08  13:24:15
659         Log: Integrate #14679 from macperl;
660              
661              Skip layer symbols for sfio
662      Branch: perl
663           !> makedef.pl
664 ____________________________________________________________________________
665 [ 16487] By: nick                                  on 2002/05/08  13:12:47
666         Log: Avoid pointless re-encode of data in :encoding's read buffer
667              on a close
668      Branch: perlio
669            ! ext/PerlIO/encoding/encoding.xs
670 ____________________________________________________________________________
671 [ 16486] By: jhi                                   on 2002/05/08  13:09:24
672         Log: Integrate #16481 from macperl;
673              
674              p4genpatch Mac OS fixes (paths, utime)
675      Branch: perl
676           !> Porting/p4genpatch
677 ____________________________________________________________________________
678 [ 16485] By: jhi                                   on 2002/05/08  13:06:30
679         Log: Storable doc tweaks.
680      Branch: perl
681            ! ext/Storable/Storable.pm
682 ____________________________________________________________________________
683 [ 16484] By: jhi                                   on 2002/05/08  12:57:32
684         Log: Subject: Re: [PATCH] use base Notexists
685              From: andreas.koenig@anima.de (Andreas J. Koenig)
686              Date: Wed, 08 May 2002 15:57:53 +0200
687              Message-ID: <m34rhi91y6.fsf@anima.de>
688      Branch: perl
689            ! lib/base.pm lib/fields.t
690 ____________________________________________________________________________
691 [ 16483] By: jhi                                   on 2002/05/08  12:44:46
692         Log: Subject: [ID 20020507.020] PATCH: 5.6.1: t/op/misc.t: locale -a missing 2>/dev/null
693              From: Borsenkow Andrej <Andrej.Borsenkow@mow.siemens.ru>
694              Date: Wed, 8 May 2002 10:47:51 +0400
695              Message-Id: <6134254DE87BD411908B00A0C99B044F035BBFCB@mowd019a.mow.siemens.ru>
696      Branch: perl
697            ! t/run/fresh_perl.t
698 ____________________________________________________________________________
699 [ 16482] By: jhi                                   on 2002/05/08  12:41:51
700         Log: Document how even "ASCII" locales can have problems
701              if \w includes some of the regex metacharacters.
702      Branch: perl
703            ! lib/locale.t
704 ____________________________________________________________________________
705 [ 16481] By: pudge                                 on 2002/05/08  12:31:12
706         Log: p4genpatch Mac OS fixes (paths, utime)
707      Branch: macperl
708            ! Porting/p4genpatch
709 ____________________________________________________________________________
710 [ 16480] By: jhi                                   on 2002/05/08  12:30:53
711         Log: Subject: RE: [ID 20020507.001] PATCH: 5.6.1: glob() problem on ReliantUNIX with LFS support
712              From: Borsenkow Andrej <Andrej.Borsenkow@mow.siemens.ru>
713              Date: Wed, 8 May 2002 10:33:14 +0400
714              Message-ID: <6134254DE87BD411908B00A0C99B044F02E89A6A@mowd019a.mow.siemens.ru>
715      Branch: perl
716            ! ext/File/Glob/bsd_glob.c
717 ____________________________________________________________________________
718 [ 16479] By: pudge                                 on 2002/05/08  12:30:41
719         Log: Skip layer symbols for sfio
720      Branch: macperl
721            ! makedef.pl
722 ____________________________________________________________________________
723 [ 16478] By: jhi                                   on 2002/05/08  12:25:04
724         Log: Bump up the Storable $VERSION to 2.0.
725      Branch: perl
726            ! ext/Storable/Storable.pm
727 ____________________________________________________________________________
728 [ 16477] By: nick                                  on 2002/05/08  06:21:18
729         Log: Integrate mainline  - win2k, MinGW all tests pass :-)
730      Branch: perlio
731           !> (integrate 36 files)
732 ____________________________________________________________________________
733 [ 16476] By: pudge                                 on 2002/05/08  04:34:12
734         Log: Oops, add back
735      Branch: macperl
736            + macos/MacPerlTests.cmd
737 ____________________________________________________________________________
738 [ 16475] By: pudge                                 on 2002/05/08  04:31:10
739         Log: Integrate with perl
740      Branch: macperl
741           +> Porting/p4genpatch ext/Digest/MD5/README
742           +> ext/Digest/MD5/t/md5-aaa.t ext/Digest/MD5/t/utf8.t
743           +> ext/threads/shared/semaphore.pm
744           +> ext/threads/shared/t/semaphore.t lib/ExtUtils/MM_MacOS.pm
745           +> t/comp/hints.t vos/compile_full_perl.cm
746           +> vos/configure_full_perl.sh vos/make_full_perl.sh
747           +> wince/compile.bat wince/win32io.c
748            - Porting/p4d2p Porting/p4desc ext/Digest/MD5/t/aaa.t
749            - macos/MacPerlTests.cmd wince/config.h wince/perldll.def
750           !> (integrate 206 files)
751 ____________________________________________________________________________
752 [ 16474] By: pudge                                 on 2002/05/08  04:00:04
753         Log: Update README (integrate from macperl)
754      Branch: maint-5.6/macperl
755           !> README.macos
756 ____________________________________________________________________________
757 [ 16473] By: pudge                                 on 2002/05/08  03:52:28
758         Log: Various syncs from macperl/ -> maint-5.6/macperl/
759              File::Copy, File::Spec updates
760              Test script modifications
761              pp_require path bugfixes
762      Branch: maint-5.6/macperl
763            ! lib/File/Copy.pm lib/File/Spec/Mac.pm macos/MacPerlTests.plx
764            ! macos/configpm macos/macish.c macos/macish.h pp_ctl.c
765 ____________________________________________________________________________
766 [ 16472] By: pudge                                 on 2002/05/08  03:51:06
767         Log: Add MacPerl.pm to Help menu, MacPerl Bug #533331
768      Branch: macperl
769            ! macos/macperl/MacPerl.podhelp
770      Branch: maint-5.6/macperl
771            ! macos/macperl/MacPerl.podhelp
772 ____________________________________________________________________________
773 [ 16471] By: pudge                                 on 2002/05/08  03:50:25
774         Log: Reset Mac::err flag in app, MacPerl Bug #546065
775      Branch: macperl
776            ! macos/macperl/MPScript.c
777      Branch: maint-5.6/macperl
778            ! macos/macperl/MPScript.c
779 ____________________________________________________________________________
780 [ 16470] By: pudge                                 on 2002/05/08  03:49:32
781         Log: Fix for some module install paths, MacPerl Bug #549611
782      Branch: macperl
783            ! macos/macperl/Droplets/installme.plx
784            ! macos/macperl/Droplets/untarzipme.plx
785      Branch: maint-5.6/macperl
786            ! macos/macperl/Droplets/installme.plx
787            ! macos/macperl/Droplets/untarzipme.plx
788 ____________________________________________________________________________
789 [ 16469] By: pudge                                 on 2002/05/08  03:48:53
790         Log: Stupid Mac::OSA::Simple bugs
791      Branch: macperl
792            ! macos/lib/Mac/OSA/Simple.pm macos/macperl/Droplets/p2as.plx
793      Branch: maint-5.6/macperl
794            ! macos/lib/Mac/OSA/Simple.pm macos/macperl/Droplets/p2as.plx
795 ____________________________________________________________________________
796 [ 16468] By: pudge                                 on 2002/05/08  03:48:15
797         Log: Various BuildTools fixes, MacPerl Bug #545341
798      Branch: macperl
799            ! macos/lib/Mac/BuildTools.pm
800      Branch: maint-5.6/macperl
801            ! macos/lib/Mac/BuildTools.pm
802 ____________________________________________________________________________
803 [ 16467] By: pudge                                 on 2002/05/08  03:47:26
804         Log: MM_MacOS has been moved from macos/lib/ to lib/
805      Branch: macperl
806            - macos/lib/ExtUtils/MM_MacOS.pm
807 ____________________________________________________________________________
808 [ 16466] By: pudge                                 on 2002/05/08  03:46:24
809         Log: Oops, add Digest::MD5 Makefile.mk back in
810      Branch: macperl
811            + macos/bundled_ext/Digest/MD5/Makefile.mk
812 ____________________________________________________________________________
813 [ 16465] By: pudge                                 on 2002/05/08  03:45:47
814         Log: Allow focus of first item, MacPerl Bug #529102
815      Branch: macperl
816            ! macos/ext/Mac/Windows/Windows.pm
817      Branch: maint-5.6/macperl
818            ! macos/ext/Mac/Windows/Windows.pm
819 ____________________________________________________________________________
820 [ 16464] By: pudge                                 on 2002/05/08  03:43:39
821         Log: Don't open dirs in Mac::Glue, MacPerl Bug #529108
822      Branch: macperl
823            ! macos/lib/Mac/Glue.pm
824      Branch: maint-5.6/macperl
825            ! macos/lib/Mac/Glue.pm
826 ____________________________________________________________________________
827 [ 16463] By: gsar                                  on 2002/05/08  01:34:45
828         Log: perl_clone_host() n/a when PERL_IMPLICIT_SYS isn't
829      Branch: perl
830            ! makedef.pl
831 ____________________________________________________________________________
832 [ 16462] By: gsar                                  on 2002/05/08  00:46:34
833         Log: aTHX may be empty
834      Branch: perl
835            ! win32/win32.c
836 ____________________________________________________________________________
837 [ 16461] By: gsar                                  on 2002/05/08  00:32:47
838         Log: 5005threads builds again on windows
839      Branch: perl
840            ! win32/win32.c win32/win32.h
841 ____________________________________________________________________________
842 [ 16460] By: gsar                                  on 2002/05/07  23:42:42
843         Log: fixes for various warnings identified by Visual C++
844      Branch: perl
845            ! bytecode.pl ext/B/B.xs ext/ByteLoader/bytecode.h
846            ! ext/ByteLoader/byterun.c ext/Data/Dumper/Dumper.xs
847            ! ext/Encode/Encode.xs ext/POSIX/POSIX.xs malloc.c
848            ! win32/config.bc win32/config.gc win32/config.vc
849            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
850            ! win32/win32.c win32/win32iop.h
851 ____________________________________________________________________________
852 [ 16459] By: gsar                                  on 2002/05/07  23:42:11
853         Log: keep paths consistently slashed on windows
854      Branch: perl
855            ! t/harness
856 ____________________________________________________________________________
857 [ 16458] By: gsar                                  on 2002/05/07  22:33:20
858         Log: integrate makefile.mk changes into Makefile
859      Branch: perl
860            ! win32/Makefile
861 ____________________________________________________________________________
862 [ 16457] By: jhi                                   on 2002/05/07  22:26:38
863         Log: Subject: [PATCH] Re: [PATCH] Storable (Re: perl@16433)
864              From: Nicholas Clark <nick@unfortu.net>
865              Date: Tue, 7 May 2002 23:26:01 +0100
866              Message-ID: <20020507222600.GC306@Bagpuss.unfortu.net>
867      Branch: perl
868            ! ext/Storable/MANIFEST ext/Storable/Makefile.PL
869            ! ext/Storable/README ext/Storable/Storable.pm
870            ! ext/Storable/t/malice.t
871 ____________________________________________________________________________
872 [ 16456] By: jhi                                   on 2002/05/07  22:24:59
873         Log: Subject: Re: [PATCH scope.c] Re: local($tied->{foo}) leaks
874              From: Dave Mitchell <davem@fdgroup.com>
875              Date: Wed, 8 May 2002 00:11:02 +0100
876              Message-ID: <20020508001102.D4118@fdgroup.com>
877      Branch: perl
878            ! pp_hot.c scope.c
879 ____________________________________________________________________________
880 [ 16455] By: jhi                                   on 2002/05/07  22:23:34
881         Log: Subject: [PATCH pp_hot.c V.2]  correctly unlocalise exists on tied/%ENV   
882              From: Dave Mitchell <davem@fdgroup.com>
883              Date: Tue, 7 May 2002 23:13:10 +0100
884              Message-ID: <20020507231310.B4118@fdgroup.com>
885      Branch: perl
886            ! pp_hot.c
887 ____________________________________________________________________________
888 [ 16454] By: sky                                   on 2002/05/07  21:18:44
889         Log: Documentation of async
890      Branch: perl
891            ! ext/threads/threads.pm
892 ____________________________________________________________________________
893 [ 16453] By: sky                                   on 2002/05/07  21:16:28
894         Log: Documentation added.
895      Branch: perl
896            ! ext/threads/shared/semaphore.pm
897 ____________________________________________________________________________
898 [ 16452] By: sky                                   on 2002/05/07  21:15:34
899         Log: Add support for async.
900      Branch: perl
901            ! ext/threads/threads.pm
902 ____________________________________________________________________________
903 [ 16451] By: sky                                   on 2002/05/07  21:01:47
904         Log: Add documentation.
905      Branch: perl
906            ! ext/threads/shared/queue.pm
907 ____________________________________________________________________________
908 [ 16450] By: sky                                   on 2002/05/07  20:24:08
909         Log: Fix bad assumptions in test case.
910              a) print "ok $var\n"; $var++ isn't atomic by any stretch of imagination
911              b) $var++ is not atomic
912              c) the creating of the string to print and the actuall printing 
913              could be preempted by another thread
914      Branch: perl
915            ! ext/threads/shared/t/queue.t
916 ____________________________________________________________________________
917 [ 16449] By: jhi                                   on 2002/05/07  19:17:41
918         Log: Subject: [ PATCH ] HP-UX 11.00 + 16446 + gcc-3.1/64
919              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
920              Date: Tue, 07 May 2002 19:41:03 +0200
921              Message-Id: <20020507190423.E22C.H.M.BRAND@hccnet.nl>
922      Branch: perl
923            ! makedepend.SH
924 ____________________________________________________________________________
925 [ 16448] By: jhi                                   on 2002/05/07  19:16:00
926         Log: Upgrade to Encode 1.71.
927      Branch: perl
928            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
929            ! ext/Encode/bin/enc2xs ext/Encode/t/Unicode.t
930 ____________________________________________________________________________
931 [ 16447] By: nick                                  on 2002/05/07  18:39:47
932         Log: Integrate mainline
933      Branch: perlio
934           !> AUTHORS ext/Encode/Encode.xs ext/Storable/Storable.xs
935           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/File/Spec/Unix.pm
936           !> lib/User/pwent.t
937 ____________________________________________________________________________
938 [ 16446] By: jhi                                   on 2002/05/07  14:34:01
939         Log: AUTHORS updates.
940      Branch: perl
941            ! AUTHORS
942 ____________________________________________________________________________
943 [ 16445] By: jhi                                   on 2002/05/07  14:14:28
944         Log: Subject: [PATCH Encode.xs] avoid compiler casting warnings
945              From: Robin Barker <rmb1@cise.npl.co.uk>
946              Date: Tue, 7 May 2002 16:13:34 +0100 (BST)
947              Message-Id: <200205071513.QAA05846@tempest.npl.co.uk>
948      Branch: perl
949            ! ext/Encode/Encode.xs
950 ____________________________________________________________________________
951 [ 16444] By: jhi                                   on 2002/05/07  13:57:25
952         Log: Subject: [ID 20020506.009] File::Spec::Unix::canonpath under cygwin
953              From: Michael A Chase <mchase@ix.netcom.com>
954              Date: Mon, 6 May 2002 13:58:48 -0700 (Pacific Daylight Time)
955              Message-Id: <E174pZk-0008IP-00@smtp6.mindspring.com>
956              
957              (plus add what POSIX says)
958      Branch: perl
959            ! lib/File/Spec/Unix.pm
960 ____________________________________________________________________________
961 [ 16443] By: jhi                                   on 2002/05/07  13:50:35
962         Log: Subject: Re: lib/User/pwent.t on Cygwin
963              From: John Peacock <jpeacock@rowman.com>
964              Date: Mon, 06 May 2002 10:14:21 -0400
965              Message-ID: <3CD68FBD.8020502@rowman.com>
966      Branch: perl
967            ! lib/User/pwent.t
968 ____________________________________________________________________________
969 [ 16442] By: jhi                                   on 2002/05/07  12:50:26
970         Log: Subject: [PATCH] Storable (Re: perl@16433)
971              From: Radu Greab <radu@netsoft.ro>
972              Date: Tue, 7 May 2002 11:37:03 +0300
973              Message-ID: <15575.37423.446700.9930@ix.netsoft.ro>
974              
975              Subject: Re: [PATCH] Storable (Re: perl@16433)
976              From: Radu Greab <radu@netsoft.ro>
977              Date: Tue, 7 May 2002 12:49:24 +0300
978              Message-ID: <15575.41764.744956.7193@ix.netsoft.ro>
979              
980              Plug the Storable memory leaks.
981      Branch: perl
982            ! ext/Storable/Storable.xs
983 ____________________________________________________________________________
984 [ 16441] By: jhi                                   on 2002/05/07  12:48:30
985         Log: Upgrade to CPAN 1.61.
986      Branch: perl
987            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
988 ____________________________________________________________________________
989 [ 16440] By: nick                                  on 2002/05/07  07:07:58
990         Log: Integrate mainline
991      Branch: perlio
992           +> Porting/p4genpatch vos/compile_full_perl.cm
993           +> vos/configure_full_perl.sh vos/make_full_perl.sh
994           +> wince/compile.bat wince/win32io.c
995            - Porting/p4d2p Porting/p4desc wince/config.h wince/perldll.def
996           !> (integrate 74 files)
997 ____________________________________________________________________________
998 [ 16439] By: jhi                                   on 2002/05/07  02:49:47
999         Log: Document the bad behaviour of for(1..5){$_++}
1000              (it works but it should fail)
1001      Branch: perl
1002            ! pod/perldelta.pod
1003 ____________________________________________________________________________
1004 [ 16438] By: jhi                                   on 2002/05/07  00:14:12
1005         Log: README.ko update from Jungshik Shin.
1006      Branch: perl
1007            ! README.ko
1008 ____________________________________________________________________________
1009 [ 16437] By: jhi                                   on 2002/05/06  22:38:26
1010         Log: Subject: Re: perl@16433
1011              From: Nicholas Clark <nick@unfortu.net>
1012              Date: Tue, 7 May 2002 00:21:46 +0100
1013              Message-ID: <20020506232146.GF4698@Bagpuss.unfortu.net>
1014      Branch: perl
1015            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
1016            ! ext/Storable/t/malice.t
1017 ____________________________________________________________________________
1018 [ 16436] By: jhi                                   on 2002/05/06  21:05:20
1019         Log: Subject:  two and a half steps further for WinCE cross-build
1020              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
1021              Date: Mon, 6 May 2002 23:54:24 +0400
1022              Message-ID: <022001c1f537$d2dd4f10$cb5cc3d9@vad>
1023      Branch: perl
1024            - wince/config.h
1025            ! MANIFEST configpm wince/Makefile.ce wince/README.compile
1026 ____________________________________________________________________________
1027 [ 16435] By: jhi                                   on 2002/05/06  15:30:29
1028         Log: Detypo.
1029      Branch: perl
1030            ! pod/perldelta.pod
1031 ____________________________________________________________________________
1032 [ 16434] By: jhi                                   on 2002/05/06  15:29:58
1033         Log: Subject: Re: [proposed PATCH] correctly unlocalise exists on tied/%ENV
1034              From: Dave Mitchell <davem@fdgroup.com>
1035              Date: Mon, 6 May 2002 17:17:00 +0100
1036              Message-ID: <20020506171700.A256@fdgroup.com>
1037      Branch: perl
1038            ! pod/perldelta.pod t/op/local.t
1039 ____________________________________________________________________________
1040 [ 16433] By: jhi                                   on 2002/05/06  13:38:56
1041         Log: Update Changes.
1042      Branch: perl
1043            ! Changes patchlevel.h
1044 ____________________________________________________________________________
1045 [ 16432] By: jhi                                   on 2002/05/06  13:29:22
1046         Log: Add a test for #16431, and document Dave's campaign
1047              against localised hash element bugs.
1048      Branch: perl
1049            ! pod/perldelta.pod t/op/tie.t
1050 ____________________________________________________________________________
1051 [ 16431] By: jhi                                   on 2002/05/06  13:13:00
1052         Log: Subject: [proposed PATCH] correctly unlocalise exists on tied/%ENV
1053              From: Dave Mitchell <davem@fdgroup.com>
1054              Date: Sat, 4 May 2002 00:34:18 +0100
1055              Message-ID: <20020504003418.F22026@fdgroup.com>
1056      Branch: perl
1057            ! pp_hot.c t/op/local.t
1058 ____________________________________________________________________________
1059 [ 16430] By: jhi                                   on 2002/05/06  12:39:31
1060         Log: Regen uconfig.h.
1061      Branch: perl
1062            ! uconfig.h
1063 ____________________________________________________________________________
1064 [ 16429] By: jhi                                   on 2002/05/06  12:18:23
1065         Log: Unfortunately AmigaOS has been broken since 11423
1066              and is unlikely to get fixed in time for 5.8.0.
1067      Branch: perl
1068            ! pod/perldelta.pod
1069 ____________________________________________________________________________
1070 [ 16428] By: jhi                                   on 2002/05/06  12:12:59
1071         Log: Ultimate discouragement for the old tools, from Andreas.
1072      Branch: perl
1073            - Porting/p4d2p Porting/p4desc
1074            ! MANIFEST Porting/repository.pod
1075 ____________________________________________________________________________
1076 [ 16427] By: jhi                                   on 2002/05/06  12:01:36
1077         Log: Upgrade to Digest::MD5 2.20.
1078      Branch: perl
1079            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
1080            ! ext/Digest/MD5/t/files.t ext/Digest/MD5/t/md5-aaa.t
1081 ____________________________________________________________________________
1082 [ 16426] By: ams                                   on 2002/05/06  09:48:42
1083         Log: Subject: [Encode] 1.70 released
1084              From: Dan Kogai <dankogai@dan.co.jp>
1085              Date: Mon, 6 May 2002 19:36:15 +0900
1086              Message-Id: <17AB2CE6-60DD-11D6-9982-00039301D480@dan.co.jp>
1087      Branch: perl
1088            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/bin/enc2xs
1089            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Encoding.pm
1090            ! ext/Encode/t/Unicode.t ext/Encode/t/mime-header.t
1091 ____________________________________________________________________________
1092 [ 16425] By: ams                                   on 2002/05/06  09:40:42
1093         Log: Subject: [PATCH] PerlIO::Via reference
1094              From: Gisle Aas <gisle@ActiveState.com>
1095              Date: 05 May 2002 22:50:23 -0700
1096              Message-Id: <lrd6w925b4.fsf_-_@caliper.activestate.com>
1097      Branch: perl
1098            ! pod/perliol.pod
1099 ____________________________________________________________________________
1100 [ 16424] By: ams                                   on 2002/05/06  09:37:58
1101         Log: Subject: [PATCH] Term/Complete.pm: quote metachars
1102              From: Brendan O'Dea <bod@debian.org>
1103              Date: Mon, 6 May 2002 14:04:48 +1000
1104              Message-Id: <20020506040448.GA8241@londo.odea.dropbear.id.au>
1105      Branch: perl
1106            ! lib/Term/Complete.pm
1107 ____________________________________________________________________________
1108 [ 16423] By: gsar                                  on 2002/05/06  05:25:59
1109         Log: p4genpatch: avoid stderr noise during adds
1110      Branch: perl
1111            ! Porting/p4genpatch
1112 ____________________________________________________________________________
1113 [ 16422] By: jhi                                   on 2002/05/06  02:16:31
1114         Log: Subject: [PATCH] Fixup VOS builds of miniperl
1115              From: Paul_GreenVOS@vos.stratus.com
1116              Date: Sun, 5 May 02 23:11 edt
1117              Message-Id: <200205060311.XAA12996@mailhub1.stratus.com>
1118      Branch: perl
1119            ! vos/build.cm vos/compile_perl.cm vos/perl.bind
1120 ____________________________________________________________________________
1121 [ 16421] By: jhi                                   on 2002/05/06  01:09:24
1122         Log: Subject: Re: [ID 20020504.006] $s=`command` fails if $/=\integer
1123              From: Radu Greab <radu@netsoft.ro>
1124              Date: Mon, 6 May 2002 04:23:10 +0300
1125              Message-ID: <15573.56062.264379.981864@ix.netsoft.ro>
1126      Branch: perl
1127            ! pp_sys.c t/op/exec.t
1128 ____________________________________________________________________________
1129 [ 16420] By: jhi                                   on 2002/05/05  22:35:58
1130         Log: Further comment tweak, to agree with perlxs.pod.
1131      Branch: perl
1132            ! perl.h
1133 ____________________________________________________________________________
1134 [ 16419] By: jhi                                   on 2002/05/05  22:15:48
1135         Log: Subject: [PATCH] Update README.vos and release vos build macros
1136              From: Paul_GreenVOS@vos.stratus.com
1137              Date: Sun, 5 May 02 17:15 edt
1138              Message-Id: <200205052114.RAA26329@mailhub2.stratus.com>     
1139              To: perl5-porters@perl.org
1140      Branch: perl
1141            + vos/compile_full_perl.cm vos/configure_full_perl.sh
1142            + vos/make_full_perl.sh
1143            ! MANIFEST README.vos vos/Changes
1144 ____________________________________________________________________________
1145 [ 16418] By: jhi                                   on 2002/05/05  22:09:27
1146         Log: Retract MM_NW5.pm part of #16371, at the request
1147              of Michael Schwern.
1148      Branch: perl
1149            ! lib/ExtUtils/MM_NW5.pm
1150 ____________________________________________________________________________
1151 [ 16417] By: jhi                                   on 2002/05/05  17:57:04
1152         Log: Comment tweaks.
1153      Branch: perl
1154            ! perl.h
1155 ____________________________________________________________________________
1156 [ 16416] By: gsar                                  on 2002/05/05  17:00:33
1157         Log: a few more p4genpatch fixes:
1158              
1159              don't assume previous revision exists, let p4 compute it from
1160              the one-less-change number instead
1161              
1162              the time part in timestamps were always 00:00:00; fix by
1163              fetching metadata via "p4 fsync" rather than "p4 filelog"
1164              
1165              quote all file names used in external commands to make them
1166              them work when there are spaces in those file names
1167              
1168              looks production worthy now :)
1169      Branch: perl
1170            ! Porting/p4genpatch
1171 ____________________________________________________________________________
1172 [ 16415] By: jhi                                   on 2002/05/05  15:51:01
1173         Log: The #16401 was far from enough, and mostly in a wrong direction.
1174              The right thing to do would be to convert Storable into using
1175              the new MY_CXT scheme (no static data, and memory management
1176              using SVs).
1177      Branch: perl
1178            ! ext/Storable/Storable.xs
1179 ____________________________________________________________________________
1180 [ 16414] By: gsar                                  on 2002/05/05  08:41:22
1181         Log: p4genpatch diffs against depot files from //depot/perl when called
1182              with -b //depot/maint-5.6/perl
1183      Branch: perl
1184            ! Porting/p4genpatch
1185 ____________________________________________________________________________
1186 [ 16413] By: gsar                                  on 2002/05/05  07:50:53
1187         Log: p4genpatch: current directory may not be writable, so don't
1188              create temp files there
1189      Branch: perl
1190            ! Porting/p4genpatch
1191 ____________________________________________________________________________
1192 [ 16412] By: gsar                                  on 2002/05/05  07:34:33
1193         Log: p4genpatch now works on windows
1194      Branch: perl
1195            ! Porting/p4genpatch
1196 ____________________________________________________________________________
1197 [ 16411] By: gsar                                  on 2002/05/05  07:16:37
1198         Log: p4genpatch: tweak from Andreas to strip leading portion of
1199              path specified in -b (so patch can be applied with "patch -p1")
1200      Branch: perl
1201            ! Porting/p4genpatch
1202 ____________________________________________________________________________
1203 [ 16410] By: jhi                                   on 2002/05/05  03:04:56
1204         Log: Subject: [PATCH: perl@16307] add niscat (aka NIS 3, aka NIS +) to t/op/pwent
1205              From: PPrymmer@factset.com
1206              Date: Fri, 3 May 2002 14:52:12 -0400
1207              Message-ID: <OF365AB827.72878468-ON85256BAE.0066F730@55.25.11>      
1208      Branch: perl
1209            ! t/op/pwent.t
1210 ____________________________________________________________________________
1211 [ 16409] By: jhi                                   on 2002/05/05  01:53:24
1212         Log: Upgrade to Net::Ping 2.17.
1213      Branch: perl
1214            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
1215 ____________________________________________________________________________
1216 [ 16408] By: jhi                                   on 2002/05/05  01:38:39
1217         Log: Upgrade to Getopt::Long 2.31.
1218      Branch: perl
1219            ! lib/Getopt/Long.pm
1220 ____________________________________________________________________________
1221 [ 16407] By: jhi                                   on 2002/05/05  01:05:17
1222         Log: Subject: Re: Cross-compiling as of WinCE
1223              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
1224              Date: Sat, 4 May 2002 03:49:11 +0400
1225              Message-ID: <00ca01c1f2fd$20a35fb0$cb5cc3d9@vad>
1226      Branch: perl
1227            + wince/compile.bat wince/win32io.c
1228            - wince/perldll.def
1229            ! MANIFEST configpm makedef.pl wince/Makefile.ce
1230            ! wince/cecopy-lib.pl wince/comp.pl wince/config.ce
1231            ! wince/config_h.PL wince/wince.c
1232 ____________________________________________________________________________
1233 [ 16406] By: jhi                                   on 2002/05/05  00:23:16
1234         Log: The loclibpth is always set by Configure.
1235      Branch: perl
1236            ! hints/dec_osf.sh
1237 ____________________________________________________________________________
1238 [ 16405] By: jhi                                   on 2002/05/05  00:13:04
1239         Log: Subject: Re: [Unicode::Collate] UCA Version number    
1240              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
1241              Date: Sun, 05 May 2002 10:07:57 +0900
1242              Message-Id: <20020505095942.3BEF.BQW10602@nifty.com>
1243      Branch: perl
1244            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
1245            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
1246 ____________________________________________________________________________
1247 [ 16404] By: rgs                                   on 2002/05/04  19:35:13
1248         Log: Subject: [PATCH sv.c] delete inaccurate comment
1249              From: Dave Mitchell <davem@fdgroup.com>
1250              Date: Fri, 3 May 2002 21:17:00 +0100
1251              Message-ID: <20020503211700.C22026@fdgroup.com>
1252      Branch: perl
1253            ! sv.c
1254 ____________________________________________________________________________
1255 [ 16403] By: jhi                                   on 2002/05/04  19:02:56
1256         Log: Solaris: show what 'that' is.
1257      Branch: perl
1258            ! hints/solaris_2.sh
1259 ____________________________________________________________________________
1260 [ 16402] By: rgs                                   on 2002/05/04  18:25:25
1261         Log: Syntax fix.
1262      Branch: perl
1263            ! t/op/arith.t
1264 ____________________________________________________________________________
1265 [ 16401] By: jhi                                   on 2002/05/04  18:25:01
1266         Log: (retracted by #16415) Storable: try to free what we allocated.
1267      Branch: perl
1268            ! ext/Storable/Storable.xs
1269 ____________________________________________________________________________
1270 [ 16400] By: jhi                                   on 2002/05/04  17:15:10
1271         Log: UNICOS: division is really sloppy.
1272      Branch: perl
1273            ! t/op/arith.t
1274 ____________________________________________________________________________
1275 [ 16399] By: jhi                                   on 2002/05/04  17:00:58
1276         Log: Subject: fix t/io/fs.t for VOS
1277              From: Paul_GreenVOS@vos.stratus.com
1278              Date: Sat, 4 May 02 14:01 edt
1279              Message-Id: <200205041801.OAA13071@mailhub1.stratus.com>
1280      Branch: perl
1281            ! t/io/fs.t
1282 ____________________________________________________________________________
1283 [ 16398] By: jhi                                   on 2002/05/04  16:57:05
1284         Log: Subject: [Unicode::Collate] UCA Version number
1285              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
1286              Date: Sat, 04 May 2002 16:07:07 +0900
1287              Message-Id: <20020504160547.D7E0.BQW10602@nifty.com>
1288      Branch: perl
1289            ! lib/Unicode/Collate.pm lib/Unicode/Collate/t/test.t
1290 ____________________________________________________________________________
1291 [ 16397] By: jhi                                   on 2002/05/04  16:54:40
1292         Log: Subject: [PATCH lib/overload.pm] "\"\""
1293              From: Michael G Schwern <schwern@pobox.com>
1294              Date: Sat, 4 May 2002 13:17:44 -0400
1295              Message-ID: <20020504171743.GD640@blackrider>
1296      Branch: perl
1297            ! lib/overload.pm
1298 ____________________________________________________________________________
1299 [ 16396] By: jhi                                   on 2002/05/04  16:32:45
1300         Log: Add the EBCDIC test data to downgrade.t.
1301      Branch: perl
1302            ! ext/Storable/t/downgrade.t
1303 ____________________________________________________________________________
1304 [ 16395] By: jhi                                   on 2002/05/04  16:25:37
1305         Log: EBCDIC tweak.
1306      Branch: perl
1307            ! ext/Storable/t/utf8hash.t
1308 ____________________________________________________________________________
1309 [ 16394] By: jhi                                   on 2002/05/04  16:09:15
1310         Log: Allow p4genpatch to use diff programs other than 'diff'.
1311      Branch: perl
1312            ! Porting/p4genpatch
1313 ____________________________________________________________________________
1314 [ 16393] By: jhi                                   on 2002/05/04  16:03:56
1315         Log: Add p4genpatch from Andreas; obsoletes both
1316              p4d2p and p4desc.
1317      Branch: perl
1318            + Porting/p4genpatch
1319            ! MANIFEST Porting/makerel
1320 ____________________________________________________________________________
1321 [ 16392] By: jhi                                   on 2002/05/04  15:58:53
1322         Log: Upgrade to Encode 1.69.
1323      Branch: perl
1324            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
1325            ! ext/Encode/Encode/Makefile_PL.e2x
1326            ! ext/Encode/Unicode/Unicode.pm ext/Encode/lib/Encode/Alias.pm
1327            ! ext/Encode/lib/Encode/Guess.pm
1328            ! ext/Encode/lib/Encode/MIME/Header.pm
1329            ! ext/Encode/t/mime-header.t
1330 ____________________________________________________________________________
1331 [ 16391] By: jhi                                   on 2002/05/04  15:51:52
1332         Log: Subject: [PATCH INSTALL] - remove binary compatibility claims
1333              From: Dave Mitchell <davem@fdgroup.com>
1334              Date: Sat, 4 May 2002 16:09:26 +0100
1335              Message-ID: <20020504160926.A24990@fdgroup.com>
1336      Branch: perl
1337            ! INSTALL
1338 ____________________________________________________________________________
1339 [ 16390] By: jhi                                   on 2002/05/04  15:47:49
1340         Log: Subject: [PATCH] Re: [PATCH] Re: Data::Dumper tests with -Mutf8
1341              From: Nicholas Clark <nick@unfortu.net>
1342              Date: Sat, 4 May 2002 12:38:58 +0100
1343              Message-ID: <20020504113857.GC317@Bagpuss.unfortu.net>
1344      Branch: perl
1345            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
1346 ____________________________________________________________________________
1347 [ 16389] By: jhi                                   on 2002/05/04  15:40:26
1348         Log: Subject: [PATCH] Re: Data::Dumper tests with -Mutf8   
1349              From: Nicholas Clark <nick@unfortu.net>
1350              Date: Sat, 4 May 2002 00:30:43 +0100
1351              Message-ID: <20020503233042.GF294@Bagpuss.unfortu.net>
1352      Branch: perl
1353            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
1354 ____________________________________________________________________________
1355 [ 16388] By: jhi                                   on 2002/05/04  15:28:56
1356         Log: Doc tweak from Elizabeth Mattijsen.
1357      Branch: perl
1358            ! pod/perlunicode.pod
1359 ____________________________________________________________________________
1360 [ 16387] By: rgs                                   on 2002/05/04  13:29:33
1361         Log: Subject: [PATCH] channames.pm doc tweaks
1362              From: Tatsuhiko Miyagawa <miyagawa@edge.co.jp>
1363              Date: Sat, 04 May 2002 11:45:18 +0900
1364              Message-ID: <86it64d41t.wl@mail.edge.co.jp>
1365      Branch: perl
1366            ! lib/charnames.pm
1367 ____________________________________________________________________________
1368 [ 16386] By: rgs                                   on 2002/05/04  13:22:41
1369         Log: Subject: Re: [PATCH scope.c] Re: local($tied->{foo}) leaks
1370              From: Dave Mitchell <davem@fdgroup.com>
1371              Date: Fri, 3 May 2002 23:51:10 +0100
1372              Message-ID: <20020503235110.E22026@fdgroup.com>
1373      Branch: perl
1374            ! pp_hot.c scope.c
1375 ____________________________________________________________________________
1376 [ 16385] By: nick                                  on 2002/05/04  09:29:41
1377         Log: Integrate mainline
1378      Branch: perlio
1379           !> (integrate 47 files)
1380 ____________________________________________________________________________
1381 [ 16384] By: jhi                                   on 2002/05/03  21:00:27
1382         Log: Subject: Re: perl@16307
1383              From: Nicholas Clark <nick@unfortu.net>
1384              Date: Fri, 3 May 2002 21:49:04 +0100
1385              Message-ID: <20020503204903.GC294@Bagpuss.unfortu.net>
1386              
1387              canonical #3 was failing under -Mutf8.
1388      Branch: perl
1389            ! ext/Storable/t/canonical.t
1390 ____________________________________________________________________________
1391 [ 16383] By: rgs                                   on 2002/05/03  20:45:58
1392         Log: Subject: [PATCH scope.c] Re: local($tied->{foo}) leaks
1393              From: Dave Mitchell <davem@fdgroup.com>
1394              Date: Fri, 3 May 2002 21:12:10 +0100
1395              Message-ID: <20020503211210.B22026@fdgroup.com>
1396      Branch: perl
1397            ! scope.c
1398 ____________________________________________________________________________
1399 [ 16382] By: rgs                                   on 2002/05/03  20:14:07
1400         Log: Subject: [PATCH] perl -i clobbers files on Cygwin
1401              From: "Gerrit P. Haase" <gerrit@familiehaase.de>
1402              Date: Fri, 3 May 2002 20:30:25 +0200
1403              Message-ID: <190109228332.20020503203025@familiehaase.de>
1404      Branch: perl
1405            ! doio.c
1406 ____________________________________________________________________________
1407 [ 16381] By: rgs                                   on 2002/05/03  20:07:44
1408         Log: Subject: t/TestInit.pm - clean up comments
1409              From: Paul_GreenVOS@vos.stratus.com
1410              Date: Fri, 3 May 02 14:51 edt
1411              Message-ID: <200205031850.OAA09104@mailhub2.stratus.com>
1412      Branch: perl
1413            ! t/TestInit.pm
1414 ____________________________________________________________________________
1415 [ 16380] By: jhi                                   on 2002/05/03  15:47:38
1416         Log: Subject: [PATCH] enc2xs template -- searches script more sensibly
1417              From: Dan Kogai <dankogai@dan.co.jp>
1418              Date: Sat, 4 May 2002 01:46:35 +0900
1419              Message-Id: <544C1568-5EB5-11D6-8F1D-00039301D480@dan.co.jp>
1420      Branch: perl
1421            ! ext/Encode/Encode/Makefile_PL.e2x
1422 ____________________________________________________________________________
1423 [ 16379] By: jhi                                   on 2002/05/03  15:43:47
1424         Log: Forgotten test arrangement.
1425      Branch: perl
1426            ! ext/Digest/MD5/t/files.t
1427 ____________________________________________________________________________
1428 [ 16378] By: jhi                                   on 2002/05/03  14:54:19
1429         Log: Comedy of typing errors.
1430      Branch: perl
1431            ! hints/solaris_2.sh
1432 ____________________________________________________________________________
1433 [ 16377] By: jhi                                   on 2002/05/03  14:45:26
1434         Log: Let's try the "no Net:: if no Socket" again.
1435      Branch: perl
1436            ! t/lib/1_compile.t
1437 ____________________________________________________________________________
1438 [ 16376] By: jhi                                   on 2002/05/03  14:11:42
1439         Log: Update Changes.
1440      Branch: perl
1441            ! Changes patchlevel.h
1442 ____________________________________________________________________________
1443 [ 16375] By: jhi                                   on 2002/05/03  14:09:38
1444         Log: Oops.
1445      Branch: perl
1446            ! lib/ExtUtils/MM_BeOS.pm
1447 ____________________________________________________________________________
1448 [ 16374] By: jhi                                   on 2002/05/03  13:58:08
1449         Log: EBCDIC tweak.
1450      Branch: perl
1451            ! ext/Digest/MD5/t/utf8.t
1452 ____________________________________________________________________________
1453 [ 16373] By: jhi                                   on 2002/05/03  13:51:11
1454         Log: Update the EBCDIC MD5 checksums, and automate the process.
1455      Branch: perl
1456            ! ext/Digest/MD5/t/files.t
1457 ____________________________________________________________________________
1458 [ 16372] By: jhi                                   on 2002/05/03  13:01:23
1459         Log: The EBCDIC remapping of the low 256 bites again.
1460      Branch: perl
1461            ! ext/Encode/Encode.pm ext/Encode/lib/Encode/Guess.pm
1462            ! ext/Encode/t/fallback.t ext/Encode/t/guess.t
1463            ! ext/Encode/t/mime-header.t ext/PerlIO/t/fallback.t
1464 ____________________________________________________________________________
1465 [ 16371] By: jhi                                   on 2002/05/03  12:49:58
1466         Log: NetWare updates from C Aditya.
1467      Branch: perl
1468            ! lib/ExtUtils/MM_NW5.pm makedef.pl
1469 ____________________________________________________________________________
1470 [ 16370] By: jhi                                   on 2002/05/03  12:36:54
1471         Log: DJGPP updates from Laszlo Molnar.
1472      Branch: perl
1473            ! djgpp/config.over ext/Cwd/t/cwd.t hints/dos_djgpp.sh
1474 ____________________________________________________________________________
1475 [ 16369] By: jhi                                   on 2002/05/03  12:34:01
1476         Log: Upgrade to Encode 1.68.
1477      Branch: perl
1478            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
1479            ! ext/Encode/lib/Encode/Alias.pm
1480            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
1481 ____________________________________________________________________________
1482 [ 16368] By: jhi                                   on 2002/05/03  12:31:52
1483         Log: Integrate perlio;
1484              
1485              Several of non-default builds now seem to work reasonably well
1486              English.t seems to fail on an errno test, and socketpair blathers
1487              about something.
1488              Basic fix is to stop PERL_IMPLICIT_SYS turning on USE_PERLIO by the 
1489              back door, and instead have perlsdio.h vector stdio via iperlsys.h
1490              function tables (latter was done in earlier change).
1491              Update comments in Makefile.mk 
1492              
1493              Finish off 16350 for non-PERLIO build on linux,
1494              non PERL_IMPLICIT_SYS parts of iperlsys.h had junk
1495              for some slots which now perlsdio.h is targeting.
1496              
1497              setbuf / setvbuf are not PerlIO_ concepts
1498              
1499              perl_clone is a threads thing
1500              
1501              Have perlsdio.h use the iperlsys.h aliases and see
1502              if that helps non-PERLIO IMP_SYS on Win32.
1503              (Miniperl okay on linux).
1504              
1505              More layer syms
1506              
1507              Use PerlSIO_fdupopen() if not using PerlIO
1508              
1509              Do not build if not using layers
1510      Branch: perl
1511           !> XSUB.h iperlsys.h makedef.pl perlio.c perlio.h perlsdio.h
1512           !> win32/makefile.mk win32/perlhost.h win32/win32.c
1513           !> win32/win32io.c
1514 ____________________________________________________________________________
1515 [ 16367] By: nick                                  on 2002/05/03  07:25:13
1516         Log: Several of non-default builds now seem to work reasonably well
1517              English.t seems to fail on an errno test, and socketpair blathers
1518              about something.
1519              Basic fix is to stop PERL_IMPLICIT_SYS turning on USE_PERLIO by the 
1520              back door, and instead have perlsdio.h vector stdio via iperlsys.h
1521              function tables (latter was done in earlier change).
1522              Update comments in Makefile.mk 
1523      Branch: perlio
1524            ! perlio.h win32/makefile.mk win32/win32.c
1525 ____________________________________________________________________________
1526 [ 16366] By: nick                                  on 2002/05/03  07:07:36
1527         Log: Finish off 16350 for non-PERLIO build on linux,
1528              non PERL_IMPLICIT_SYS parts of iperlsys.h had junk
1529              for some slots which now perlsdio.h is targeting.
1530      Branch: perlio
1531            ! iperlsys.h
1532 ____________________________________________________________________________
1533 [ 16365] By: jhi                                   on 2002/05/03  03:52:08
1534         Log: If no Socket should not try to test Net::
1535      Branch: perl
1536            ! t/lib/1_compile.t
1537 ____________________________________________________________________________
1538 [ 16364] By: jhi                                   on 2002/05/03  02:22:56
1539         Log: Integrate macperl #16360 and #16363;
1540              
1541              Make op/alarm.t pass
1542              
1543              README.macos update
1544      Branch: perl
1545           !> README.macos t/op/alarm.t
1546 ____________________________________________________________________________
1547 [ 16363] By: pudge                                 on 2002/05/03  01:57:04
1548         Log: README.macos update
1549      Branch: macperl
1550            ! README.macos
1551 ____________________________________________________________________________
1552 [ 16362] By: pudge                                 on 2002/05/03  01:56:52
1553         Log: Config / test updates
1554      Branch: macperl
1555            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
1556            ! macos/Makefile.mk
1557 ____________________________________________________________________________
1558 [ 16361] By: pudge                                 on 2002/05/03  01:56:24
1559         Log: Safe signals for Mac OS
1560      Branch: macperl
1561            ! macos/macish.c macos/macish.h
1562 ____________________________________________________________________________
1563 [ 16360] By: pudge                                 on 2002/05/03  01:55:27
1564         Log: Make op/alarm.t pass
1565      Branch: macperl
1566            ! t/op/alarm.t
1567 ____________________________________________________________________________
1568 [ 16359] By: gsar                                  on 2002/05/02  22:52:09
1569         Log: a tweak to change#13584: need to avoid pad-walking during
1570              global destruction
1571      Branch: maint-5.6/perl
1572            ! op.c
1573 ____________________________________________________________________________
1574 [ 16358] By: jhi                                   on 2002/05/02  22:35:31
1575         Log: Forgot the most important part of #16357.
1576      Branch: perl
1577            ! lib/Unicode/Collate.pm
1578 ____________________________________________________________________________
1579 [ 16357] By: jhi                                   on 2002/05/02  22:33:28
1580         Log: Subject: Unicode::Collate 0.11 Released
1581              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
1582              Date: Fri, 03 May 2002 03:19:29 +0900
1583              Message-Id: <20020503030904.35B3.BQW10602@nifty.com>
1584      Branch: perl
1585            ! lib/Unicode/Collate/Changes lib/Unicode/Collate/README
1586            ! lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
1587 ____________________________________________________________________________
1588 [ 16356] By: jhi                                   on 2002/05/02  22:30:10
1589         Log: Subject: [PATCH] Re: Perl 5.8-to-be NetBSD testing?
1590              From: Andy Dougherty <doughera@lafayette.edu>
1591              Date: Thu, 2 May 2002 12:01:50 -0400 (EDT)
1592              Message-ID: <Pine.SOL.4.10.10205021156390.325-100000@maxwell.phys.lafayette.edu>
1593      Branch: perl
1594            ! Makefile.SH ext/util/make_ext
1595 ____________________________________________________________________________
1596 [ 16355] By: jhi                                   on 2002/05/02  22:26:38
1597         Log: Integrate #16353 from macperl;
1598              
1599              "fix" for utf8_heavy.pl, lexical UTF8 var crashed
1600              in test 92 of run/fresh_perl.t on MacOS
1601              
1602              (as pudge rightfully points out, this is voodoo
1603              programming at it best, the real bug is somewhere else,
1604              now we just happened to shake the chicken the right way)
1605      Branch: perl
1606           !> lib/utf8_heavy.pl
1607 ____________________________________________________________________________
1608 [ 16354] By: jhi                                   on 2002/05/02  22:22:42
1609         Log: Subject: Re: Encode, charnames and utf8heavy
1610              From: Dan Kogai <dankogai@dan.co.jp>
1611              Date: Thu, 2 May 2002 00:44:30 +0900
1612              Message-Id: <539D985A-5D1A-11D6-BB19-00039301D480@dan.co.jp>
1613              
1614              (plus a respective perlunicode tweak)
1615      Branch: perl
1616            ! lib/utf8_heavy.pl pod/perlunicode.pod
1617 ____________________________________________________________________________
1618 [ 16353] By: pudge                                 on 2002/05/02  19:55:39
1619         Log: "fix" for utf8_heavy.pl, lexical UTF8 var crashed
1620              in test 92 of run/fresh_perl.t on MacOS
1621      Branch: macperl
1622            ! lib/utf8_heavy.pl
1623 ____________________________________________________________________________
1624 [ 16352] By: nick                                  on 2002/05/02  17:48:31
1625         Log: setbuf / setvbuf are not PerlIO_ concepts
1626      Branch: perlio
1627            ! XSUB.h
1628 ____________________________________________________________________________
1629 [ 16351] By: nick                                  on 2002/05/02  17:12:21
1630         Log: perl_clone is a threads thing
1631      Branch: perlio
1632            ! makedef.pl
1633 ____________________________________________________________________________
1634 [ 16350] By: nick                                  on 2002/05/02  17:09:43
1635         Log: *** EXPERIMENTAL ***
1636              Have perlsdio.h use the iperlsys.h aliases and see
1637              if that helps non-PERLIO IMP_SYS on Win32.
1638              (Miniperl okay on linux).
1639      Branch: perlio
1640            ! iperlsys.h perlsdio.h
1641 ____________________________________________________________________________
1642 [ 16349] By: nick                                  on 2002/05/02  16:10:15
1643         Log: Win32 builds and mostly works for non-USE_PERLIO non-USE_IMP_SYS case.
1644              - move body of fdupopen() from perlhost.h to win32.h as win32_fdupopen()
1645              - use it in perlio.c
1646      Branch: perlio
1647            ! perlio.c win32/perlhost.h win32/win32.c
1648 ____________________________________________________________________________
1649 [ 16348] By: gsar                                  on 2002/05/02  15:44:48
1650         Log: manual integrate of change#16332 from maint-5.6 branch
1651      Branch: perl
1652            ! mg.c perl.c sv.c util.c
1653 ____________________________________________________________________________
1654 [ 16347] By: nick                                  on 2002/05/02  15:19:59
1655         Log: More layer syms
1656      Branch: perlio
1657            ! makedef.pl
1658 ____________________________________________________________________________
1659 [ 16346] By: nick                                  on 2002/05/02  15:19:20
1660         Log: Use PerlSIO_fdupopen() if not using PerlIO
1661      Branch: perlio
1662            ! perlio.c
1663 ____________________________________________________________________________
1664 [ 16345] By: nick                                  on 2002/05/02  15:18:12
1665         Log: Do not build if not using layers
1666      Branch: perlio
1667            ! win32/win32io.c
1668 ____________________________________________________________________________
1669 [ 16344] By: jhi                                   on 2002/05/02  14:02:51
1670         Log: Upgrade to Encode 1.67.
1671      Branch: perl
1672            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
1673            ! ext/Encode/lib/Encode/Guess.pm
1674 ____________________________________________________________________________
1675 [ 16343] By: jhi                                   on 2002/05/02  13:14:39
1676         Log: Integrate perlio;
1677              
1678              Remove show-stoppers to non-PERLIO Win32 builds
1679              (still not a very good show).
1680      Branch: perl
1681           !> makedef.pl win32/makefile.mk
1682 ____________________________________________________________________________
1683 [ 16342] By: jhi                                   on 2002/05/02  13:06:18
1684         Log: Subject: Re: [ID 20020425.009] perlio & -Dm dumps core
1685              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1686              Date: Thu, 02 May 2002 04:22:02 +0100
1687              Message-Id: <200205020322.g423M2p19726@crypt.compulink.co.uk>
1688      Branch: perl
1689            ! malloc.c
1690 ____________________________________________________________________________
1691 [ 16341] By: nick                                  on 2002/05/02  12:57:23
1692         Log: Remove show-stoppers to non-PERLIO Win32 builds
1693              (still not a very good show).
1694      Branch: perlio
1695            ! makedef.pl win32/makefile.mk
1696 ____________________________________________________________________________
1697 [ 16340] By: jhi                                   on 2002/05/02  12:44:23
1698         Log: Subject: [PATCH] 1/3rd of utf8
1699              From: Nicholas Clark <nick@unfortu.net>
1700              Date: Wed, 1 May 2002 22:58:42 +0100
1701              Message-ID: <20020501215842.GB303@Bagpuss.unfortu.net>
1702      Branch: perl
1703            ! ext/Storable/t/malice.t
1704 ____________________________________________________________________________
1705 [ 16339] By: jhi                                   on 2002/05/02  12:41:18
1706         Log: Integrate #16334 from maint-5.6;
1707              
1708              don't pad $0 with spaces when setting it, use nulls instead (the
1709              spaces show up as a very long line in a ps listing)
1710      Branch: perl
1711           !> mg.c
1712 ____________________________________________________________________________
1713 [ 16338] By: jhi                                   on 2002/05/02  12:37:22
1714         Log: Integrate perlio;
1715              
1716              Fix the "PerlIO require leak". Snag was that clean_objs
1717              autoloaded DESTROY (needing IO) after known layers had
1718              been freed. Postpone layer list free to PerlIO_cleanup,
1719              rather than PerlIO_destruct. Tweak sequence in perl_destruct
1720              so that sv_undef is immortal till layer list is done with it.
1721      Branch: perl
1722           !> perl.c perlio.c
1723 ____________________________________________________________________________
1724 [ 16337] By: ams                                   on 2002/05/02  08:21:42
1725         Log: Subject: Re: [PATCH] Storable docs
1726              From: Philip Newton <Philip.Newton@gmx.net>
1727              Date: Thu, 02 May 2002 07:58:38 +0200
1728              Message-Id: <k9l1du0jej90v909flk8nutkj4r42vmhao@4ax.com>
1729              (Applied mostly with tweaks by hand.)
1730      Branch: perl
1731            ! ext/Storable/Storable.pm
1732 ____________________________________________________________________________
1733 [ 16336] By: nick                                  on 2002/05/02  07:59:16
1734         Log: Integrate mainline
1735      Branch: perlio
1736           +> ext/Digest/MD5/README ext/Digest/MD5/t/md5-aaa.t
1737           +> ext/Digest/MD5/t/utf8.t
1738            - ext/Digest/MD5/t/aaa.t
1739           !> Configure MANIFEST Makefile.SH config_h.SH
1740           !> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
1741           !> ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/badfile.t
1742           !> ext/Digest/MD5/t/files.t ext/Storable/Storable.pm
1743           !> ext/threads/shared/Makefile.PL ext/threads/shared/semaphore.pm
1744           !> ext/threads/shared/t/semaphore.t ext/threads/threads.xs gv.h
1745           !> lib/Thread.pm util.c
1746 ____________________________________________________________________________
1747 [ 16335] By: nick                                  on 2002/05/02  07:54:51
1748         Log: Fix the "PerlIO require leak". Snag was that clean_objs
1749              autoloaded DESTROY (needing IO) after known layers had
1750              been freed. Postpone layer list free to PerlIO_cleanup,
1751              rather than PerlIO_destruct. Tweak sequence in perl_destruct
1752              so that sv_undef is immortal till layer list is done with it.
1753      Branch: perlio
1754            ! perl.c perlio.c
1755 ____________________________________________________________________________
1756 [ 16334] By: gsar                                  on 2002/05/02  07:10:52
1757         Log: don't pad $0 with spaces when setting it, use nulls instead (the
1758              spaces show up as a very long line in a ps listing)
1759      Branch: maint-5.6/perl
1760            ! mg.c
1761 ____________________________________________________________________________
1762 [ 16333] By: gsar                                  on 2002/05/02  07:08:42
1763         Log: fix yet more race conditions related to fdopen() and dup2():
1764              
1765              fclose() is not thread-safe when two FILE* structures point
1766              to the same underlying fd, as it happens in perl's socket
1767              handles; need to invalidate the fileno slot of one of the
1768              FILE* structures, but unfortunately stdio has no interface
1769              to do this; we can do little else but fiddle with the
1770              FILE* structure directly (yuck! hope this could be done better
1771              under native PerlIO in 5.8)
1772      Branch: maint-5.6/perl
1773            ! doio.c embed.h embed.pl objXSUB.h perlapi.c proto.h
1774 ____________________________________________________________________________
1775 [ 16332] By: gsar                                  on 2002/05/02  06:49:17
1776         Log: isolate all environ diddling to the initial interpreter; any
1777              additional interpreters created after the first one cannot
1778              propagate %ENV changes down to the real environment; this
1779              should fix %ENV related races (e.g. multiple threads attempting
1780              to free() environ entries when they run C<%ENV = ()>)
1781      Branch: maint-5.6/perl
1782            ! mg.c perl.c sv.c util.c
1783 ____________________________________________________________________________
1784 [ 16331] By: gsar                                  on 2002/05/02  06:39:27
1785         Log: fix race condition in my_popen(): parent may dup2() into an fd
1786              that got opened by another thread because it closes it
1787              beforehand; instead, let the dup2() itself close the fd
1788      Branch: maint-5.6/perl
1789            ! util.c
1790 ____________________________________________________________________________
1791 [ 16330] By: gsar                                  on 2002/05/02  06:34:26
1792         Log: pipe() IO structures were not fully initialized
1793      Branch: maint-5.6/perl
1794            ! doio.c pp_sys.c
1795 ____________________________________________________________________________
1796 [ 16329] By: gsar                                  on 2002/05/02  06:32:46
1797         Log: fix handle leak in my_popen() if the fork() fails
1798      Branch: maint-5.6/perl
1799            ! util.c
1800 ____________________________________________________________________________
1801 [ 16328] By: nick                                  on 2002/05/02  06:08:22
1802         Log: Integrate mainline
1803      Branch: perlio
1804           +> ext/threads/shared/semaphore.pm
1805           +> ext/threads/shared/t/semaphore.t
1806           !> MANIFEST ext/threads/shared/Makefile.PL
1807           !> ext/threads/shared/t/queue.t
1808 ____________________________________________________________________________
1809 [ 16327] By: jhi                                   on 2002/05/02  03:47:07
1810         Log: Cleanup threads dirs.
1811      Branch: perl
1812            ! Makefile.SH
1813 ____________________________________________________________________________
1814 [ 16326] By: jhi                                   on 2002/05/02  03:41:39
1815         Log: Add the new Digest::MD5 test.
1816      Branch: perl
1817            + ext/Digest/MD5/t/utf8.t
1818            ! MANIFEST
1819 ____________________________________________________________________________
1820 [ 16325] By: jhi                                   on 2002/05/02  03:33:14
1821         Log: New try at the Class::DBI core dump at global cleanup.
1822      Branch: perl
1823            ! gv.h util.c
1824 ____________________________________________________________________________
1825 [ 16324] By: jhi                                   on 2002/05/02  02:47:38
1826         Log: Upgrade to Digest::MD5 2.19.
1827      Branch: perl
1828            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
1829            ! ext/Digest/MD5/t/files.t
1830 ____________________________________________________________________________
1831 [ 16323] By: jhi                                   on 2002/05/02  02:47:22
1832         Log: Ooops.  Not everybody does threads.
1833      Branch: perl
1834            ! ext/threads/shared/t/semaphore.t
1835 ____________________________________________________________________________
1836 [ 16322] By: jhi                                   on 2002/05/01  23:40:47
1837         Log: Fix files.t for blead.
1838      Branch: perl
1839            + ext/Digest/MD5/README
1840            ! MANIFEST ext/Digest/MD5/t/files.t
1841 ____________________________________________________________________________
1842 [ 16321] By: jhi                                   on 2002/05/01  23:11:54
1843         Log: Upgrade to Digest::MD5 2.18.  files.t doesn't
1844              work yet with blead, my bad.
1845      Branch: perl
1846            + ext/Digest/MD5/t/md5-aaa.t
1847            - ext/Digest/MD5/t/aaa.t
1848            ! MANIFEST ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
1849            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/badfile.t
1850            ! ext/Digest/MD5/t/files.t
1851 ____________________________________________________________________________
1852 [ 16320] By: jhi                                   on 2002/05/01  21:40:04
1853         Log: metaconfig unit change for #16319.
1854      Branch: metaconfig/U/perl
1855            ! d_u32align.U
1856 ____________________________________________________________________________
1857 [ 16319] By: jhi                                   on 2002/05/01  21:39:51
1858         Log: Somebody might be compiling a newer Digest::MD5.
1859      Branch: perl
1860            ! Configure config_h.SH
1861 ____________________________________________________________________________
1862 [ 16318] By: jhi                                   on 2002/05/01  21:17:55
1863         Log: Until Arthur fills in semaphore.t.
1864      Branch: perl
1865            ! ext/threads/shared/Makefile.PL
1866            ! ext/threads/shared/t/semaphore.t
1867 ____________________________________________________________________________
1868 [ 16317] By: sky                                   on 2002/05/01  19:36:33
1869         Log: Fix emulation case when loading both Thread and threads::shared
1870              would get awkward.
1871      Branch: perl
1872            ! lib/Thread.pm
1873 ____________________________________________________________________________
1874 [ 16316] By: ams                                   on 2002/05/01  19:35:25
1875         Log: Subject: [PATCH] Storable docs
1876              From: Nicholas Clark <nick@unfortu.net>
1877              Date: Wed, 1 May 2002 20:44:42 +0100
1878              Message-Id: <20020501194441.GA303@Bagpuss.unfortu.net>
1879      Branch: perl
1880            ! ext/Storable/Storable.pm
1881 ____________________________________________________________________________
1882 [ 16315] By: sky                                   on 2002/05/01  19:15:46
1883         Log: Now passes old test case.
1884      Branch: perl
1885            ! ext/threads/shared/semaphore.pm
1886 ____________________________________________________________________________
1887 [ 16314] By: sky                                   on 2002/05/01  19:15:26
1888         Log: Cleanup memory a bit better in some cases.
1889      Branch: perl
1890            ! ext/threads/threads.xs
1891 ____________________________________________________________________________
1892 [ 16313] By: nick                                  on 2002/05/01  18:38:03
1893         Log: Integrate mainline
1894      Branch: perlio
1895           !> Changes ext/Encode/Changes ext/Encode/Encode.pm
1896           !> ext/Encode/Encode.xs ext/Encode/bin/ucm2table
1897           !> ext/Encode/t/fallback.t ext/PerlIO/t/fallback.t
1898           !> ext/threads/shared/t/cond.t ext/threads/shared/t/queue.t
1899           !> lib/User/pwent.t lib/charnames.pm lib/charnames.t patchlevel.h
1900           !> pod/perl.pod pod/perlthrtut.pod toke.c
1901           !> vms/descrip_mms.template vms/perlvms.pod
1902 ____________________________________________________________________________
1903 [ 16312] By: sky                                   on 2002/05/01  18:12:37
1904         Log: Don't forget to add it to the MANIFEST
1905      Branch: perl
1906            + ext/threads/shared/t/semaphore.t
1907            ! MANIFEST
1908 ____________________________________________________________________________
1909 [ 16311] By: sky                                   on 2002/05/01  17:54:19
1910         Log: Add semaphore.pm
1911      Branch: perl
1912            + ext/threads/shared/semaphore.pm
1913 ____________________________________________________________________________
1914 [ 16310] By: sky                                   on 2002/05/01  17:13:57
1915         Log: Fix makefile to put queue.pm correctly, update test script.
1916      Branch: perl
1917            ! ext/threads/shared/Makefile.PL ext/threads/shared/t/queue.t
1918 ____________________________________________________________________________
1919 [ 16309] By: jhi                                   on 2002/05/01  15:29:44
1920         Log: Subject: [Patch]  ext/PerlIO/t/fallback.t gets haircut
1921              From: Dan Kogai <dankogai@dan.co.jp>
1922              Date: Thu, 2 May 2002 00:14:41 +0900
1923              Message-Id: <2958D841-5D16-11D6-8A58-00039301D480@dan.co.jp>
1924      Branch: perl
1925            ! ext/PerlIO/t/fallback.t
1926 ____________________________________________________________________________
1927 [ 16308] By: jhi                                   on 2002/05/01  15:27:52
1928         Log: Encode tweak from Dan Kogai.
1929      Branch: perl
1930            ! ext/Encode/Encode.xs
1931 ____________________________________________________________________________
1932 [ 16307] By: sky                                   on 2002/05/01  13:40:58
1933         Log: Flush directly to avoid erros when running from test harness
1934      Branch: perl
1935            ! ext/threads/shared/t/cond.t ext/threads/shared/t/queue.t
1936 ____________________________________________________________________________
1937 [ 16306] By: jhi                                   on 2002/05/01  13:37:34
1938         Log: Update Changes.
1939      Branch: perl
1940            ! Changes patchlevel.h
1941 ____________________________________________________________________________
1942 [ 16305] By: jhi                                   on 2002/05/01  13:16:12
1943         Log: Subject: [PATCH: perl@16267] make lib/User/pwent.t run on VMS
1944              From: PPrymmer@factset.com
1945              Date: Wed, 1 May 2002 10:12:53 -0400
1946              Message-ID: <OFC387E5B4.FED37D7B-ON85256BAC.004DB0F0@55.25.11>
1947      Branch: perl
1948            ! lib/User/pwent.t
1949 ____________________________________________________________________________
1950 [ 16304] By: jhi                                   on 2002/05/01  13:14:44
1951         Log: Subject: [PATCH: perl@16267] remove the extraneous "all" target from the run of make_ext on VMS only
1952              From: PPrymmer@factset.com
1953              Date: Wed, 1 May 2002 09:54:51 -0400
1954              Message-ID: <OF1559C9E5.915D0B0E-ON85256BAC.004C1A2A@55.25.11>
1955      Branch: perl
1956            ! vms/descrip_mms.template
1957 ____________________________________________________________________________
1958 [ 16303] By: sky                                   on 2002/05/01  13:00:57
1959         Log: First attempt at updating perlthrtut for ithreaded threads.pm
1960      Branch: perl
1961            ! pod/perlthrtut.pod
1962 ____________________________________________________________________________
1963 [ 16302] By: jhi                                   on 2002/05/01  12:54:24
1964         Log: Provide the \N{U+HHHH} syntax before we forget.
1965      Branch: perl
1966            ! lib/charnames.pm lib/charnames.t toke.c
1967 ____________________________________________________________________________
1968 [ 16301] By: jhi                                   on 2002/05/01  12:03:03
1969         Log: Subject: Copy-and-Pasto in perl.pod     
1970              From: lupe@lupe-christoph.de (Lupe Christoph)    
1971              Date: Wed, 1 May 2002 13:31:47 +0200
1972              Message-ID: <20020501113147.GA31125@lupe-christoph.de>
1973      Branch: perl
1974            ! pod/perl.pod
1975 ____________________________________________________________________________
1976 [ 16300] By: jhi                                   on 2002/05/01  12:01:11
1977         Log: Upgrade to Encode 1.66.
1978      Branch: perl
1979            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
1980            ! ext/Encode/bin/ucm2table ext/Encode/t/fallback.t
1981 ____________________________________________________________________________
1982 [ 16299] By: jhi                                   on 2002/05/01  11:53:21
1983         Log: Integrate perlio; symbol cleanups.
1984      Branch: perl
1985           !> global.sym makedef.pl
1986 ____________________________________________________________________________
1987 [ 16298] By: ams                                   on 2002/05/01  09:42:27
1988         Log: Subject: Re: [PATCH: perl@16267] update to vms/perlvms.pod
1989              From: Philip Newton <Philip.Newton@gmx.net>
1990              Date: Wed, 01 May 2002 12:41:10 +0200
1991              Message-Id: <ighvcukhj650hq264b6v45nj6ohanplm16@4ax.com>
1992      Branch: perl
1993            ! vms/perlvms.pod
1994 ____________________________________________________________________________
1995 [ 16297] By: nick                                  on 2002/05/01  06:50:24
1996         Log: Remove "spurious" (and unnecessary) variables from layer_syms
1997              Win32 (Win2k), MinGW-1.1 - passes all tests! ;-)
1998      Branch: perlio
1999            ! makedef.pl
2000 ____________________________________________________________________________
2001 [ 16296] By: nick                                  on 2002/05/01  06:21:28
2002         Log: perl embed.pl to update global.sym
2003      Branch: perlio
2004            ! global.sym
2005 ____________________________________________________________________________
2006 [ 16295] By: nick                                  on 2002/05/01  06:16:18
2007         Log: Raw integrate of mainline (global.sym wrong on Win32)
2008      Branch: perlio
2009           +> t/comp/hints.t
2010           !> (integrate 45 files)
2011 ____________________________________________________________________________
2012 [ 16294] By: jhi                                   on 2002/05/01  02:39:54
2013         Log: metaconfig unit change for #16293.
2014      Branch: metaconfig/U/perl
2015            ! bincompat5005.U
2016 ____________________________________________________________________________
2017 [ 16293] By: jhi                                   on 2002/05/01  02:39:32
2018         Log: Try #2 of getting rid of bincompat5005.
2019      Branch: perl
2020            ! Configure NetWare/config_H.wc Porting/Glossary
2021            ! Porting/config.sh Porting/config_H config_h.SH embed.h
2022            ! embed.pl vos/config.alpha.h vos/config.ga.h win32/config_H.bc
2023            ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
2024            ! wince/config.h wince/config_H.ce
2025 ____________________________________________________________________________
2026 [ 16292] By: jhi                                   on 2002/05/01  02:04:49
2027         Log: metaconfig unit changes for #16291.
2028      Branch: metaconfig
2029            ! U/installdirs/inc_version_list.U
2030      Branch: metaconfig/U/perl
2031            ! bincompat5005.U xs_apiversion.U
2032 ____________________________________________________________________________
2033 [ 16291] By: jhi                                   on 2002/05/01  02:04:22
2034         Log: No bincompat5005.
2035      Branch: perl
2036            ! Configure INSTALL NetWare/config.wc Porting/Glossary
2037            ! Porting/config.sh Porting/config_H README.mpeix config_h.SH
2038            ! configure.com epoc/config.sh hints/aix.sh hints/cygwin.sh
2039            ! hints/mpeix.sh makedef.pl myconfig.SH pod/perltoc.pod
2040            ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.ga.def
2041            ! win32/config.bc win32/config.gc win32/config.vc
2042            ! win32/config.vc64 wince/config.ce
2043 ____________________________________________________________________________
2044 [ 16290] By: jhi                                   on 2002/05/01  01:17:53
2045         Log: Remove sv_setpviv{_,mg}; regen perlapi.
2046      Branch: perl
2047            ! embed.fnc embed.h pod/perlapi.pod proto.h sv.c
2048 ____________________________________________________________________________
2049 [ 16289] By: jhi                                   on 2002/05/01  01:10:52
2050         Log: Subject: [PATCH sv.c] remove macroized bincompat functions  
2051              From: Dave Mitchell <davem@fdgroup.com>
2052              Date: Tue, 30 Apr 2002 23:55:43 +0100
2053              Message-ID: <20020430235543.A27796@fdgroup.com>
2054      Branch: perl
2055            ! sv.c
2056 ____________________________________________________________________________
2057 [ 16288] By: jhi                                   on 2002/05/01  01:06:31
2058         Log: Update to Getopt::Long 2.30.
2059      Branch: perl
2060            ! lib/Getopt/Long.pm
2061 ____________________________________________________________________________
2062 [ 16287] By: jhi                                   on 2002/04/30  19:51:08
2063         Log: Integrate perlio;
2064              
2065              Attempt at sanity in PerlIO/makedef.pl world:
2066              1. Add comments to what each clump of symbols is for
2067              2. Explicitly export layer syms like I thought they were
2068              3. Remove bulk of (now redundant) PerlIO stuff from the <DATA>
2069              section.
2070              4. Re-sort perlio.sym
2071      Branch: perl
2072           !> makedef.pl perlio.sym
2073 ____________________________________________________________________________
2074 [ 16286] By: rgs                                   on 2002/04/30  19:03:34
2075         Log: Fix bug id 20020427.004 on %^H.
2076              Add a regression test for %^H.
2077              Change the sort pragma implementation to use a
2078              global variable instead of %^H.
2079      Branch: perl
2080            + t/comp/hints.t
2081            ! MANIFEST lib/sort.pm lib/sort.t pp_sort.c scope.c
2082 ____________________________________________________________________________
2083 [ 16285] By: nick                                  on 2002/04/30  19:00:03
2084         Log: Attempt at sanity in PerlIO/makedef.pl world:
2085              1. Add comments to what each clump of symbols is for
2086              2. Explicitly export layer syms like I thought they were
2087              3. Remove bulk of (now redundant) PerlIO stuff from the <DATA>
2088              section.
2089              4. Re-sort perlio.sym
2090      Branch: perlio
2091            ! makedef.pl perlio.sym
2092 ____________________________________________________________________________
2093 [ 16284] By: nick                                  on 2002/04/30  18:10:23
2094         Log: Rest of integrate
2095      Branch: perlio
2096           +> lib/ExtUtils/MM_MacOS.pm
2097           !> MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
2098           !> ext/Encode/bin/ucm2table ext/Encode/lib/Encode/Guess.pm
2099           !> ext/Encode/lib/Encode/Supported.pod ext/Encode/ucm/euc-jp.ucm
2100           !> ext/Storable/Storable.xs hints/openbsd.sh lib/ExtUtils/Changes
2101           !> lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
2102           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win95.pm
2103           !> lib/ExtUtils/MakeMaker.pm lib/Test/Harness.pm
2104           !> lib/Test/Harness/Assert.pm lib/Test/Harness/Straps.pm
2105           !> lib/Test/Harness/t/strap-analyze.t
2106           !> lib/Test/Harness/t/test-harness.t pod/perlport.pod
2107           !> pod/perltoc.pod t/pod/testp2pt.pl util.c vms/perlvms.pod
2108 ____________________________________________________________________________
2109 [ 16283] By: nick                                  on 2002/04/30  17:53:37
2110         Log: Integrate mailine makedef.pl so I can look at it
2111      Branch: perlio
2112           !> makedef.pl
2113 ____________________________________________________________________________
2114 [ 16282] By: jhi                                   on 2002/04/30  15:46:38
2115         Log: Upgrade to Encode 1.65.
2116      Branch: perl
2117            ! ext/Encode/Changes ext/Encode/Encode.pm
2118            ! ext/Encode/bin/ucm2table ext/Encode/lib/Encode/Guess.pm
2119            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/ucm/euc-jp.ucm
2120 ____________________________________________________________________________
2121 [ 16281] By: jhi                                   on 2002/04/30  13:50:54
2122         Log: Missing PerlIO symbols found by Richard Hatch in AIX.
2123      Branch: perl
2124            ! makedef.pl
2125 ____________________________________________________________________________
2126 [ 16280] By: jhi                                   on 2002/04/30  13:04:45
2127         Log: NetWare: disable DEBUG/ASSERT for now.
2128      Branch: perl
2129            ! ext/Storable/Storable.xs
2130 ____________________________________________________________________________
2131 [ 16279] By: jhi                                   on 2002/04/30  12:57:12
2132         Log: Subject: [PATCH] Test::Harness 2.03 -> 2.04
2133              From: Michael G Schwern <schwern@pobox.com>
2134              Date: Tue, 30 Apr 2002 01:05:41 -0400
2135              Message-ID: <20020430050541.GL756@blackrider>
2136      Branch: perl
2137            ! lib/Test/Harness.pm lib/Test/Harness/Assert.pm
2138            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/strap-analyze.t
2139            ! lib/Test/Harness/t/test-harness.t
2140 ____________________________________________________________________________
2141 [ 16278] By: jhi                                   on 2002/04/30  12:38:50
2142         Log: Subject: [PATCH] MakeMaker 5.91_02 -> 5.92_01
2143              From: Michael G Schwern <schwern@pobox.com>
2144              Date: Tue, 30 Apr 2002 00:24:59 -0400
2145              Message-ID: <20020430042459.GJ756@blackrider>
2146      Branch: perl
2147            + lib/ExtUtils/MM_MacOS.pm
2148            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/MM_NW5.pm
2149            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
2150            ! lib/ExtUtils/MM_Win95.pm lib/ExtUtils/MakeMaker.pm
2151 ____________________________________________________________________________
2152 [ 16277] By: jhi                                   on 2002/04/30  12:32:27
2153         Log: Dodge a NULL pointer dereference in cleanup of Class::DBI
2154              0.86's t/04-lazy.t, caught by Tatsuhiko Miyagawa.
2155      Branch: perl
2156            ! util.c
2157 ____________________________________________________________________________
2158 [ 16276] By: ams                                   on 2002/04/30  08:42:32
2159         Log: Subject: [PATCH] t/pod/testp2pt.pl: roll back 16254 for VMS
2160              From: "Craig A. Berry" <craigberry@mac.com>
2161              Date: Mon, 29 Apr 2002 23:37:06 -0500
2162              Message-Id: <a05111701b8f3cad59ba7@[172.16.52.1]>
2163      Branch: perl
2164            ! t/pod/testp2pt.pl
2165 ____________________________________________________________________________
2166 [ 16275] By: jhi                                   on 2002/04/29  23:28:05
2167         Log: Regen toc.
2168      Branch: perl
2169            ! pod/perltoc.pod
2170 ____________________________________________________________________________
2171 [ 16274] By: jhi                                   on 2002/04/29  23:14:47
2172         Log: Subject: [PATCH: perl@16267] update to vms/perlvms.pod
2173              From: PPrymmer@factset.com
2174              Date: Mon, 29 Apr 2002 17:58:06 -0400
2175              Message-ID: <OF908F42F9.8271561B-ON85256BAA.00785843@55.25.11>
2176      Branch: perl
2177            ! vms/perlvms.pod
2178 ____________________________________________________________________________
2179 [ 16273] By: jhi                                   on 2002/04/29  21:43:18
2180         Log: OpenBSD: dynamic loading fix plus a MIPS tweak
2181              from Todd Miller.
2182      Branch: perl
2183            ! hints/openbsd.sh
2184 ____________________________________________________________________________
2185 [ 16272] By: jhi                                   on 2002/04/29  20:14:39
2186         Log: Integrate perlio;
2187              
2188              Adding Encode::* to .pm creates stash at compile time
2189              which means we need a stronger check on Encode at boot time.
2190      Branch: perl
2191           !> ext/PerlIO/encoding/encoding.pm
2192           !> ext/PerlIO/encoding/encoding.xs
2193 ____________________________________________________________________________
2194 [ 16271] By: jhi                                   on 2002/04/29  20:07:38
2195         Log: OpenBSD hints update from Todd Miller.
2196              
2197              - old versions of OpenBSD don't have 'arch -s'
2198              - OpenBSD 3.1 and higher don't use libdl but users may have
2199              and old libdl on the system so we need to avoid using it.
2200      Branch: perl
2201            ! hints/openbsd.sh
2202 ____________________________________________________________________________
2203 [ 16270] By: nick                                  on 2002/04/29  17:33:38
2204         Log: Adding Encode::* to .pm creates stash at compile time
2205              which means we need a stronger check on Encode at boot time.
2206      Branch: perlio
2207            ! ext/PerlIO/encoding/encoding.pm
2208            ! ext/PerlIO/encoding/encoding.xs
2209 ____________________________________________________________________________
2210 [ 16269] By: jhi                                   on 2002/04/29  16:28:44
2211         Log: Detypo by Ronald Kimball.
2212      Branch: perl
2213            ! pod/perlport.pod
2214 ____________________________________________________________________________
2215 [ 16268] By: nick                                  on 2002/04/29  15:47:00
2216         Log: Integrate mainline
2217      Branch: perlio
2218           !> Changes ext/Encode/Changes ext/Encode/Encode.pm
2219           !> ext/Encode/Encode.xs ext/Encode/t/CJKT.t
2220           !> ext/Encode/ucm/euc-jp.ucm ext/Unicode/Normalize/mkheader
2221           !> hints/netbsd.sh lib/ExtUtils/MM_NW5.pm patchlevel.h
2222           !> pod/perlfaq2.pod pod/perlfaq3.pod
2223 ____________________________________________________________________________
2224 [ 16267] By: jhi                                   on 2002/04/29  13:46:56
2225         Log: Update Changes.
2226      Branch: perl
2227            ! Changes patchlevel.h
2228 ____________________________________________________________________________
2229 [ 16266] By: jhi                                   on 2002/04/29  13:25:03
2230         Log: MM_NW5 update from C Aditya.
2231      Branch: perl
2232            ! lib/ExtUtils/MM_NW5.pm
2233 ____________________________________________________________________________
2234 [ 16265] By: jhi                                   on 2002/04/29  12:59:01
2235         Log: FAQ sync.
2236      Branch: perl
2237            ! pod/perlfaq2.pod pod/perlfaq3.pod
2238 ____________________________________________________________________________
2239 [ 16264] By: jhi                                   on 2002/04/29  12:52:01
2240         Log: NetBSD hints rewrite from Johnny Lam.
2241      Branch: perl
2242            ! hints/netbsd.sh
2243 ____________________________________________________________________________
2244 [ 16263] By: jhi                                   on 2002/04/29  12:18:31
2245         Log: Upgrade to Encode 1.64.
2246      Branch: perl
2247            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
2248            ! ext/Encode/t/CJKT.t ext/Encode/ucm/euc-jp.ucm
2249 ____________________________________________________________________________
2250 [ 16262] By: jhi                                   on 2002/04/29  12:12:37
2251         Log: Subject: [Unicode::Normalize] mkheader tweak
2252              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
2253              Date: Mon, 29 Apr 2002 12:58:01 +0900
2254              Message-Id: <20020429125617.AA35.BQW10602@nifty.com>
2255      Branch: perl
2256            ! ext/Unicode/Normalize/mkheader
2257 ____________________________________________________________________________
2258 [ 16261] By: nick                                  on 2002/04/29  06:29:48
2259         Log: Integrate mainline
2260      Branch: perlio
2261            - macos/MacPerlTests.cmd macos/xsubpp.patch
2262           !> (integrate 40 files)
2263 ____________________________________________________________________________
2264 [ 16260] By: jhi                                   on 2002/04/29  01:11:10
2265         Log: Upgrade to Unicode::Normalize 0.76,
2266              from SADAHIRO Tomoyuki.
2267      Branch: perl
2268            ! ext/Unicode/Normalize/Changes
2269            ! ext/Unicode/Normalize/Normalize.pm
2270            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
2271            ! ext/Unicode/Normalize/t/func.t
2272 ____________________________________________________________________________
2273 [ 16259] By: jhi                                   on 2002/04/28  22:22:44
2274         Log: Subject: [PATCH: perl@16189] updates to perlport.pod
2275              From: Peter Prymmer <pvhp@pvhp.best.vwh.net>
2276              Date: Sun, 28 Apr 2002 18:03:26 +0000 (GMT)
2277              Message-ID: <Pine.BSF.4.40.0204281757400.23417-100000@pvhp.best.vwh.net>
2278      Branch: perl
2279            ! pod/perlport.pod
2280 ____________________________________________________________________________
2281 [ 16258] By: jhi                                   on 2002/04/28  20:34:12
2282         Log: Sigh.  #16249 didn't help NetBSD (made it worse,
2283              the basic and list tests started hanging).
2284      Branch: perl
2285            ! ext/threads/t/basic.t ext/threads/t/list.t
2286            ! ext/threads/t/thread.t
2287 ____________________________________________________________________________
2288 [ 16257] By: jhi                                   on 2002/04/28  20:26:30
2289         Log: Integrate #16254 from macperl;
2290              
2291              Fix most tests on MacOS (not yet ext/ or /lib)
2292      Branch: perl
2293           !> (integrate 30 files)
2294 ____________________________________________________________________________
2295 [ 16256] By: jhi                                   on 2002/04/28  19:43:02
2296         Log: As requested by pudge.
2297      Branch: perl
2298            - macos/MacPerlTests.cmd macos/xsubpp.patch
2299            ! MANIFEST
2300 ____________________________________________________________________________
2301 [ 16255] By: pudge                                 on 2002/04/28  19:25:04
2302         Log: Integrate perl
2303      Branch: macperl
2304           +> ext/PerlIO/t/fallback.t ext/threads/t/list.t
2305           +> wince/cecopy-lib.pl wince/comp.pl
2306           !> (integrate 38 files)
2307 ____________________________________________________________________________
2308 [ 16254] By: pudge                                 on 2002/04/28  19:12:05
2309         Log: Fix most tests on MacOS (not yet ext/ or /lib)
2310      Branch: macperl
2311            ! lib/Pod/Find.pm t/comp/cpp.t t/io/dup.t t/io/fs.t
2312            ! t/io/inplace.t t/io/iprefix.t t/io/open.t t/io/openpid.t
2313            ! t/japh/abigail.t t/lib/1_compile.t t/lib/compmod.pl
2314            ! t/op/chdir.t t/op/exec.t t/op/magic.t t/op/read.t
2315            ! t/op/readdir.t t/op/runlevel.t t/op/srand.t t/op/stat.t
2316            ! t/op/study.t t/op/subst_wamp.t t/op/taint.t t/op/write.t
2317            ! t/pod/testp2pt.pl t/run/exit.t t/run/fresh_perl.t
2318            ! t/run/switchPx.t t/run/switcht.t t/run/switchx.t t/test.pl
2319 ____________________________________________________________________________
2320 [ 16253] By: nick                                  on 2002/04/28  19:10:50
2321         Log: Integrate mainline
2322      Branch: perlio
2323           +> wince/cecopy-lib.pl wince/comp.pl
2324           !> MANIFEST ext/PerlIO/t/fallback.t ext/threads/shared/t/cond.t
2325           !> ext/threads/t/basic.t ext/threads/t/list.t
2326           !> ext/threads/t/thread.t pp_sort.c t/win32/system.t utf8.c
2327           !> wince/Makefile.ce wince/config_h.PL wince/perldll.def
2328           !> wince/win32.h wince/wince.c
2329 ____________________________________________________________________________
2330 [ 16252] By: pudge                                 on 2002/04/28  19:07:33
2331         Log: More configuration/build changes
2332      Branch: macperl
2333            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
2334            ! macos/Makefile.mk macos/config.h macos/config.sh
2335            ! macos/macish.h
2336 ____________________________________________________________________________
2337 [ 16251] By: jhi                                   on 2002/04/28  18:23:52
2338         Log: Subject: WinCE many fixes
2339              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
2340              Date: Sun, 28 Apr 2002 21:54:31 +0400
2341              Message-ID: <00bf01c1eedd$c0c62a00$d25cc3d9@vad>
2342      Branch: perl
2343            + wince/cecopy-lib.pl wince/comp.pl
2344            ! MANIFEST pp_sort.c t/win32/system.t utf8.c wince/Makefile.ce
2345            ! wince/config_h.PL wince/perldll.def wince/win32.h
2346            ! wince/wince.c
2347 ____________________________________________________________________________
2348 [ 16250] By: jhi                                   on 2002/04/28  17:35:12
2349         Log: Retract the cond.t part of #16249 since the nature
2350              of the test changed.
2351      Branch: perl
2352            ! ext/threads/shared/t/cond.t
2353 ____________________________________________________________________________
2354 [ 16249] By: jhi                                   on 2002/04/28  16:13:34
2355         Log: (retracted by #16258)
2356              
2357              Fix thread tests not to depend on sleep() as
2358              a scheduling aid.  In two tests (basic and list)
2359              I had to change from sleep() hack to another hack...
2360              basically, using the filesystem as a semaphore.
2361              The assumption made is that rmdir() is atomic.
2362              (The sleep() scheduling assumption broke with the
2363              GNU pth in NetBSD.)
2364              
2365              (the cond.t part retracted by #16250)
2366      Branch: perl
2367            ! ext/threads/shared/t/cond.t ext/threads/t/basic.t
2368            ! ext/threads/t/list.t ext/threads/t/thread.t
2369 ____________________________________________________________________________
2370 [ 16248] By: jhi                                   on 2002/04/28  16:04:23
2371         Log: Be tidy.
2372      Branch: perl
2373            ! ext/PerlIO/t/fallback.t
2374 ____________________________________________________________________________
2375 [ 16247] By: jhi                                   on 2002/04/28  15:26:39
2376         Log: Integrate perlio;
2377              
2378              Builds under -Uuseperlio
2379              Uses PUSHSTACK/POPSTACK in :encoding and :Via
2380              
2381              Use (file PerlIO::Layer 'perlio') rather than $Config{useperlio}
2382              as gate on layer tests which fail on -Dusesfio
2383              (ext/XS/Typemap/Typemap.t still fails on -Dusesfio)
2384              
2385              Have :encoding() default to perlqq style fallbacks.
2386              Add test for that.
2387      Branch: perl
2388           +> ext/PerlIO/t/fallback.t
2389           !> MANIFEST ext/Encode/Encode.xs ext/PerlIO/PerlIO.t
2390           !> ext/PerlIO/Via/Via.xs ext/PerlIO/encoding/encoding.pm
2391           !> ext/PerlIO/encoding/encoding.xs lib/open.t lib/warnings.t
2392           !> t/io/binmode.t t/io/crlf.t
2393 ____________________________________________________________________________
2394 [ 16246] By: nick                                  on 2002/04/28  10:08:05
2395         Log: Have :encoding() default to perlqq style fallbacks.
2396              Add test for that.
2397      Branch: perlio
2398            + ext/PerlIO/t/fallback.t
2399            ! MANIFEST ext/PerlIO/encoding/encoding.pm
2400            ! ext/PerlIO/encoding/encoding.xs
2401 ____________________________________________________________________________
2402 [ 16245] By: nick                                  on 2002/04/28  08:57:54
2403         Log: Use (file PerlIO::Layer 'perlio') rather than $Config{useperlio}
2404              as gate on layer tests which fail on -Dusesfio
2405              (ext/XS/Typemap/Typemap.t still fails on -Dusesfio)
2406      Branch: perlio
2407            ! ext/PerlIO/PerlIO.t lib/open.t lib/warnings.t t/io/binmode.t
2408            ! t/io/crlf.t
2409 ____________________________________________________________________________
2410 [ 16244] By: nick                                  on 2002/04/28  08:22:07
2411         Log: Builds under -Uuseperlio
2412              Uses PUSHSTACK/POPSTACK in :encoding and :Via
2413      Branch: perlio
2414            ! ext/PerlIO/Via/Via.xs ext/PerlIO/encoding/encoding.xs
2415 ____________________________________________________________________________
2416 [ 16243] By: nick                                  on 2002/04/28  07:19:01
2417         Log: Integrate mainline
2418      Branch: perlio
2419           +> ext/threads/t/list.t
2420           !> (integrate 40 files)
2421 ____________________________________________________________________________
2422 [ 16242] By: jhi                                   on 2002/04/28  02:49:28
2423         Log: Future-proof NetBSD for kernel pthreads, from Johnny Lam.
2424      Branch: perl
2425            ! hints/netbsd.sh
2426 ____________________________________________________________________________
2427 [ 16241] By: jhi                                   on 2002/04/28  02:22:00
2428         Log: Plan better.
2429      Branch: perl
2430            ! t/io/fs.t
2431 ____________________________________________________________________________
2432 [ 16240] By: jhi                                   on 2002/04/28  02:20:18
2433         Log: No trunc worries.
2434      Branch: perl
2435            ! pod/perldelta.pod
2436 ____________________________________________________________________________
2437 [ 16239] By: jhi                                   on 2002/04/28  02:19:45
2438         Log: Subject: [PATCH] Truncate the truncate tests (was Re: truncate to grow file)
2439              From: Michael G Schwern <schwern@pobox.com>
2440              Date: Sat, 27 Apr 2002 23:20:19 -0400
2441              Message-ID: <20020428032019.GF1821@blackrider>
2442      Branch: perl
2443            ! pod/perlfunc.pod t/io/fs.t
2444 ____________________________________________________________________________
2445 [ 16238] By: jhi                                   on 2002/04/28  01:55:10
2446         Log: More valgrind findings: e.g. t/op/utfhash.t.
2447      Branch: perl
2448            ! hv.c
2449 ____________________________________________________________________________
2450 [ 16237] By: jhi                                   on 2002/04/28  01:44:37
2451         Log: Unused variables now that "did you use incorrect case" is gone;
2452              and valgrind claims that the savepvn() in utilize() leaks in e.g.
2453              lib/blib.t.
2454      Branch: perl
2455            ! op.c
2456 ____________________________________________________________________________
2457 [ 16236] By: sky                                   on 2002/04/28  00:15:45
2458         Log: Added test cases and fixed some obvious things.
2459      Branch: perl
2460            + ext/threads/t/list.t
2461            ! MANIFEST ext/threads/threads.xs
2462 ____________________________________________________________________________
2463 [ 16235] By: sky                                   on 2002/04/27  23:50:11
2464         Log: Removed last traces of autodetach.
2465              Added list() methid.
2466              Changed documentation.
2467      Branch: perl
2468            ! ext/threads/threads.pm ext/threads/threads.xs
2469 ____________________________________________________________________________
2470 [ 16234] By: jhi                                   on 2002/04/27  22:19:08
2471         Log: Subject: [PATCH] FileCache 1.02 -> 1.021
2472              From: Jerrad Pierce <belg4mit@MIT.EDU>
2473              Date: Sat, 27 Apr 2002 19:14:17 -0400
2474              Message-Id: <200204272314.TAA08101@calloway.mit.edu>       
2475      Branch: perl
2476            ! lib/FileCache.pm
2477 ____________________________________________________________________________
2478 [ 16233] By: jhi                                   on 2002/04/27  22:17:57
2479         Log: More NetBSD patches from Johnny Lam.
2480              
2481              Remove the need for a $prefix setting that was added in the
2482              previous patch I sent.     Also add the proper rpath options
2483              to the linker flags depending on whether we're on a ELF or
2484              a.out platform.     These were tested both in a non-pkgsrc and
2485              pkgsrc build.
2486              
2487              Append to $libs instead of overwriting its value.  This was
2488              causing $(LDLOADLIBS) to not get added to the dynamic_libs
2489              link command on NetBSD systems and was the cause of the GDBM
2490              problems reported.  Also use '$(LDLOADLIBS)' instead of
2491              expanding its value so that it is more easily overridden in
2492              the Makefile by "make all LDLOADLIBS=...".
2493              
2494              Remove "-L/usr/local/lib" because the location of libgdbm.so
2495              is already added during the Configure process, and this
2496              spurious addition may cause the wrong libgdbm.so to be linked
2497              against as a result.
2498      Branch: perl
2499            ! ext/GDBM_File/Makefile.PL hints/netbsd.sh
2500            ! lib/ExtUtils/MM_Unix.pm
2501 ____________________________________________________________________________
2502 [ 16232] By: jhi                                   on 2002/04/27  22:08:08
2503         Log: More VC5-induced casting found by Nikola Knezevic.
2504      Branch: perl
2505            ! av.c hv.c mg.c sv.c
2506 ____________________________________________________________________________
2507 [ 16231] By: jhi                                   on 2002/04/27  21:56:22
2508         Log: More U32 regflags.
2509      Branch: perl
2510            ! op.h regcomp.c thrdvar.h
2511 ____________________________________________________________________________
2512 [ 16230] By: pudge                                 on 2002/04/27  21:50:45
2513         Log: Integrate from bleadperl
2514      Branch: macperl
2515           +> ext/Encode/lib/Encode/Guess.pm
2516           +> ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/guess.t
2517           +> ext/Encode/t/mime-header.t ext/Storable/t/croak.t
2518           +> ext/Storable/t/downgrade.t ext/Storable/t/make_downgrade.pl
2519           +> ext/threads/shared/t/cond.t lib/ExtUtils/t/00setup_dummy.t
2520           +> lib/ExtUtils/t/VERSION_FROM.t lib/ExtUtils/t/backwards.t
2521           +> lib/ExtUtils/t/zz_cleanup_dummy.t
2522           +> lib/Test/Simple/t/curr_test.t lib/Test/Simple/t/maybe_regex.t
2523           +> lib/Test/Simple/t/strays.t t/lib/sample-tests/bignum
2524           +> t/lib/sample-tests/die t/lib/sample-tests/die_head_end
2525           +> t/lib/sample-tests/die_last_minute t/win32/system_tests
2526            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL
2527            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm
2528            - lib/ExtUtils/t/Big-Fat-Dummy/Makefile.PL
2529            - lib/ExtUtils/t/Big-Fat-Dummy/lib/Big/Fat/Dummy.pm
2530            - lib/ExtUtils/t/Problem-Module/Makefile.PL
2531            - lib/ExtUtils/t/Problem-Module/subdir/Makefile.PL
2532            - t/op/system_tests
2533           !> (integrate 133 files)
2534 ____________________________________________________________________________
2535 [ 16229] By: jhi                                   on 2002/04/27  19:55:51
2536         Log: Retract #16195 since it seems to be unnecessary.
2537      Branch: perl
2538            ! lib/ExtUtils/MM_Unix.pm
2539 ____________________________________________________________________________
2540 [ 16228] By: jhi                                   on 2002/04/27  19:25:44
2541         Log: Subject: [PATCH] extract enc2xs and piconv for VMS
2542              From: "Craig A. Berry" <craigberry@mac.com>
2543              Date: Sat, 27 Apr 2002 15:11:31 -0500
2544              Message-Id: <a05111701b8f0b5cd5250@[172.16.52.1]>
2545      Branch: perl
2546            ! vms/descrip_mms.template
2547 ____________________________________________________________________________
2548 [ 16227] By: rgs                                   on 2002/04/27  19:25:05
2549         Log: Some more known open() modes.
2550      Branch: perl
2551            ! pod/perldiag.pod
2552 ____________________________________________________________________________
2553 [ 16226] By: jhi                                   on 2002/04/27  19:02:23
2554         Log: Upgrade to Encode 1.63.
2555      Branch: perl
2556            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
2557            ! ext/Encode/Unicode/Unicode.pm ext/Encode/encoding.pm
2558            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/CN/HZ.pm
2559            ! ext/Encode/lib/Encode/Encoding.pm
2560            ! ext/Encode/lib/Encode/Guess.pm ext/Encode/lib/Encode/JP/H2Z.pm
2561            ! ext/Encode/lib/Encode/JP/JIS7.pm
2562            ! ext/Encode/lib/Encode/KR/2022_KR.pm
2563            ! ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/guess.t
2564 ____________________________________________________________________________
2565 [ 16225] By: jhi                                   on 2002/04/27  18:13:02
2566         Log: Update Changes.
2567      Branch: perl
2568            ! Changes patchlevel.h
2569 ____________________________________________________________________________
2570 [ 16224] By: jhi                                   on 2002/04/27  17:53:20
2571         Log: Integrate perlio;
2572              
2573              Correct which var is nulled, stack movement protection.
2574      Branch: perl
2575           !> ext/PerlIO/encoding/encoding.xs
2576 ____________________________________________________________________________
2577 [ 16223] By: jhi                                   on 2002/04/27  17:43:26
2578         Log: Subject: PATCH t/TEST
2579              From: Mark-Jason Dominus <mjd@plover.com>
2580              Date: Sat, 27 Apr 2002 14:06:56 -0400
2581              Message-ID: <20020427180656.5422.qmail@plover.com>
2582      Branch: perl
2583            ! t/TEST
2584 ____________________________________________________________________________
2585 [ 16222] By: sky                                   on 2002/04/27  17:00:29
2586         Log: Ahem, look another way.
2587      Branch: perl
2588            ! ext/threads/shared/t/queue.t
2589 ____________________________________________________________________________
2590 [ 16221] By: nick                                  on 2002/04/27  16:34:48
2591         Log: Correct which var is nulled, stack movement protection.
2592      Branch: perlio
2593            ! ext/PerlIO/encoding/encoding.xs
2594 ____________________________________________________________________________
2595 [ 16220] By: jhi                                   on 2002/04/27  16:27:18
2596         Log: Integrate perlio;
2597              
2598              Fix weird warnings and/pr segfaults on binmode(,"encoding(...)")
2599              - if encoding loads Encode then stack grows.
2600              - pp_binmode was not allowing for that to happen
2601              - added PUTBACK/SPAGAIN.
2602      Branch: perl
2603           !> pp_sys.c
2604 ____________________________________________________________________________
2605 [ 16219] By: jhi                                   on 2002/04/27  16:23:44
2606         Log: First half of NetBSD patch-ai, from Johnny Lam:
2607              
2608              The first part removes "installman" and "installhtml" from the
2609              .PHONY target, which was causing problems during installation.
2610              
2611              (the installman and installhtml are not phony targets,
2612              they are real files)
2613      Branch: perl
2614            ! Makefile.SH
2615 ____________________________________________________________________________
2616 [ 16218] By: nick                                  on 2002/04/27  16:22:40
2617         Log: Integrate mainline
2618      Branch: perlio
2619           +> ext/threads/shared/t/cond.t
2620           !> MANIFEST ext/threads/shared/shared.xs
2621           !> ext/threads/shared/t/queue.t
2622 ____________________________________________________________________________
2623 [ 16217] By: jhi                                   on 2002/04/27  16:20:49
2624         Log: NetBSD patch-ab from Johnny Lam:
2625              
2626              Some tweaks to the NetBSD hints file to make the Configure
2627              process more useful when not building from pkgsrc.  This file
2628              will definitely need to change again when the 1.6 release of
2629              NetBSD comes out, but I'll handle the changes at the later
2630              date.
2631      Branch: perl
2632            ! hints/netbsd.sh
2633 ____________________________________________________________________________
2634 [ 16216] By: nick                                  on 2002/04/27  16:19:21
2635         Log: Fix weird warnings and/pr segfaults on binmode(,"encoding(...)")
2636              - if encoding loads Encode then stack grows.
2637              - pp_binmode was not allowing for that to happen
2638              - added PUTBACK/SPAGAIN.
2639      Branch: perlio
2640            ! pp_sys.c
2641 ____________________________________________________________________________
2642 [ 16215] By: jhi                                   on 2002/04/27  15:52:24
2643         Log: Integrate perlio;
2644              
2645              Fix fd leak on Via(bogus).
2646              Finish implementing PerlIOVia_open().
2647              Export more guts of PerlIO_* so Via_open() can work.
2648              Fix various PerlIO_allocate() features exposed by above.
2649              
2650              Re-instate $PerlIO::encoding::check at boot.
2651              (Retaining Dan's XS side require though I don't see need.)
2652      Branch: perl
2653           !> embed.fnc ext/PerlIO/Via/Via.xs
2654           !> ext/PerlIO/encoding/encoding.pm
2655           !> ext/PerlIO/encoding/encoding.xs ext/PerlIO/t/via.t makedef.pl
2656           !> perlio.c perlio.h perliol.h
2657 ____________________________________________________________________________
2658 [ 16214] By: jhi                                   on 2002/04/27  15:48:34
2659         Log: Upgrade to Encode 1.62.
2660      Branch: perl
2661            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
2662 ____________________________________________________________________________
2663 [ 16213] By: ams                                   on 2002/04/27  15:38:50
2664         Log: Subject: Re: Change 16122: Try to be clearer about perlio.
2665              From: Philip Newton <Philip.Newton@gmx.net>
2666              Date: Sat, 27 Apr 2002 08:51:30 +0200
2667              Message-Id: <bgikcuc301j0ehljjpqbtr5b3tts50m1ge@4ax.com>
2668              
2669              Subject: Re: Change 16183: Stop being coy.
2670              From: Philip Newton <Philip.Newton@gmx.net>
2671              Date: Sat, 27 Apr 2002 08:52:13 +0200
2672              Message-Id: <djikcuksn2cvm35broiqfu8c89abtprfmc@4ax.com>
2673      Branch: perl
2674            ! INSTALL pod/perldelta.pod
2675 ____________________________________________________________________________
2676 [ 16212] By: sky                                   on 2002/04/27  13:54:46
2677         Log: Add test numbers to make "make test" happy. Order is irrelevant
2678              but number of oks is not.
2679      Branch: perl
2680            ! ext/threads/shared/t/queue.t
2681 ____________________________________________________________________________
2682 [ 16211] By: nick                                  on 2002/04/27  13:29:55
2683         Log: Re-instate $PerlIO::encoding::check at boot.
2684              (Retaining Dan's XS side require though I don't see need.)
2685      Branch: perlio
2686            ! ext/PerlIO/encoding/encoding.pm
2687            ! ext/PerlIO/encoding/encoding.xs
2688 ____________________________________________________________________________
2689 [ 16210] By: sky                                   on 2002/04/27  12:56:44
2690         Log: Fixed race condtions and deadlocks in interaction with 
2691              cond_wait/cond_signal and lock.
2692              Now we wait for a lock to gie up if we return from COND_WAIT
2693              and we are still locked. We also notifiers potential 
2694              lockers that it is free for locking when we go into COND_WAIT.
2695      Branch: perl
2696            + ext/threads/shared/t/cond.t
2697            ! MANIFEST ext/threads/shared/shared.xs
2698            ! ext/threads/shared/t/queue.t
2699 ____________________________________________________________________________
2700 [ 16209] By: nick                                  on 2002/04/27  12:32:41
2701         Log: Integrate mainline
2702      Branch: perlio
2703           +> t/win32/system_tests
2704            - t/op/system_tests
2705           !> MANIFEST ext/Digest/MD5/t/files.t ext/Time/HiRes/HiRes.pm
2706           !> hints/netbsd.sh lib/ExtUtils/MM_Unix.pm lib/Time/Local.pm
2707           !> pod/perldelta.pod pod/perltodo.pod pp_ctl.c t/japh/abigail.t
2708           !> t/lib/warnings/pp_hot t/win32/system.t
2709 ____________________________________________________________________________
2710 [ 16208] By: sky                                   on 2002/04/27  11:46:53
2711         Log: Saving locks after we set it to 0 was kind of pointless.
2712              Hunting down fixes in cond_* functions.
2713      Branch: perl
2714            ! ext/threads/shared/shared.xs
2715 ____________________________________________________________________________
2716 [ 16207] By: nick                                  on 2002/04/27  10:12:00
2717         Log: Fix fd leak on Via(bogus).
2718              Finish implementing PerlIOVia_open().
2719              Export more guts of PerlIO_* so Via_open() can work.
2720              Fix various PerlIO_allocate() features exposed by above.
2721      Branch: perlio
2722            ! ext/PerlIO/Via/Via.xs ext/PerlIO/t/via.t makedef.pl perlio.c
2723            ! perlio.h perliol.h
2724 ____________________________________________________________________________
2725 [ 16206] By: jhi                                   on 2002/04/27  00:52:30
2726         Log: NetBSD and OpenBSD cannot do comments at #! line
2727              (or long #! lines?)
2728      Branch: perl
2729            ! t/japh/abigail.t
2730 ____________________________________________________________________________
2731 [ 16205] By: jhi                                   on 2002/04/26  23:56:32
2732         Log: Add taint rethink to the todo list.
2733      Branch: perl
2734            ! pod/perltodo.pod
2735 ____________________________________________________________________________
2736 [ 16204] By: jhi                                   on 2002/04/26  22:33:45
2737         Log: Integrate changes #16199 and #16201 from macperl;
2738              
2739              Time::Local compatibility patches, from Graham
2740              
2741              MacPerl require() portability patches
2742      Branch: perl
2743           !> lib/Time/Local.pm pp_ctl.c
2744 ____________________________________________________________________________
2745 [ 16203] By: jhi                                   on 2002/04/26  21:47:06
2746         Log: Subject: [PATCH] Re: [ID 20020425.012] segfault when printing to close indirect filehandle
2747              From: Nicholas Clark <nick@unfortu.net>
2748              Date: Fri, 26 Apr 2002 23:27:23 +0100
2749              Message-ID: <20020426222722.GH312@Bagpuss.unfortu.net>
2750      Branch: perl
2751            ! t/lib/warnings/pp_hot
2752 ____________________________________________________________________________
2753 [ 16202] By: pudge                                 on 2002/04/26  21:11:06
2754         Log: Working on MacPerl tests
2755      Branch: macperl
2756            ! macos/MacPerlTests.cmd
2757 ____________________________________________________________________________
2758 [ 16201] By: pudge                                 on 2002/04/26  21:10:49
2759         Log: MacPerl require() portability patches
2760      Branch: macperl
2761            ! pp_ctl.c
2762 ____________________________________________________________________________
2763 [ 16200] By: pudge                                 on 2002/04/26  21:09:45
2764         Log: Fix a few MacPerl_CanonDir() problems
2765      Branch: macperl
2766            ! macos/macish.c macos/macish.h
2767 ____________________________________________________________________________
2768 [ 16199] By: pudge                                 on 2002/04/26  21:08:52
2769         Log: Time::Local compatibility patches, from Graham
2770      Branch: macperl
2771            ! lib/Time/Local.pm
2772 ____________________________________________________________________________
2773 [ 16198] By: jhi                                   on 2002/04/26  20:10:53
2774         Log: Subject: Re: [PATCH ext/Time/HiRes/HiRes.pm] Political Correctness
2775              From: Simon Cozens <simon@netthink.co.uk>
2776              Date: Fri, 26 Apr 2002 21:58:21 +0100
2777              Message-ID: <20020426205821.GB5855@netthink.co.uk>
2778      Branch: perl
2779            ! ext/Time/HiRes/HiRes.pm
2780 ____________________________________________________________________________
2781 [ 16197] By: jhi                                   on 2002/04/26  20:04:44
2782         Log: NetBSD: if the /usr/pkg/lib is there, the linker wants
2783              to know about it always (not just when using the pth).
2784      Branch: perl
2785            ! hints/netbsd.sh
2786 ____________________________________________________________________________
2787 [ 16196] By: jhi                                   on 2002/04/26  18:27:39
2788         Log: EBCDIC MD5.xs checksum update from Merijn Broeren.
2789      Branch: perl
2790            ! ext/Digest/MD5/t/files.t
2791 ____________________________________________________________________________
2792 [ 16195] By: jhi                                   on 2002/04/26  17:56:51
2793         Log: Subject: FIXIN problem under Win32
2794              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
2795              Date: Thu, 25 Apr 2002 23:03:31 +0200
2796              Message-ID: <8920180377.20020425230331@tesla.rcub.bg.ac.yu>
2797      Branch: perl
2798            ! lib/ExtUtils/MM_Unix.pm
2799 ____________________________________________________________________________
2800 [ 16194] By: nick                                  on 2002/04/26  17:36:16
2801         Log: Integrate mainline
2802      Branch: perlio
2803           +> ext/Encode/lib/Encode/Guess.pm
2804           +> ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/guess.t
2805           +> ext/Encode/t/mime-header.t ext/Storable/t/croak.t
2806           +> ext/Storable/t/downgrade.t ext/Storable/t/make_downgrade.pl
2807           +> lib/Test/Simple/t/curr_test.t lib/Test/Simple/t/maybe_regex.t
2808           +> lib/Test/Simple/t/strays.t t/lib/sample-tests/bignum
2809           +> t/lib/sample-tests/die t/lib/sample-tests/die_head_end
2810           +> t/lib/sample-tests/die_last_minute
2811           !> (integrate 94 files)
2812 ____________________________________________________________________________
2813 [ 16193] By: jhi                                   on 2002/04/26  17:11:30
2814         Log: Subject: [PATCH t\win32] system_tests are relevant only to win32\system.t
2815              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
2816              Date: Fri, 26 Apr 2002 15:38:16 +0200
2817              Message-ID: <14316006107.20020426153816@tesla.rcub.bg.ac.yu>
2818      Branch: perl
2819            + t/win32/system_tests
2820            - t/op/system_tests
2821            ! MANIFEST t/win32/system.t
2822 ____________________________________________________________________________
2823 [ 16192] By: jhi                                   on 2002/04/26  16:45:28
2824         Log: Mention explicitly the NetBSD + pth combination.
2825      Branch: perl
2826            ! pod/perldelta.pod
2827 ____________________________________________________________________________
2828 [ 16191] By: jhi                                   on 2002/04/26  15:06:20
2829         Log: Subject: [PATCH] Fix email address.
2830              From: Abigail <abigail@foad.org>
2831              Date: Fri, 26 Apr 2002 18:03:11 +0200
2832              Message-ID: <20020426180311.A23545@gatekeeper.osp.nl>
2833      Branch: perl
2834            ! t/japh/abigail.t
2835 ____________________________________________________________________________
2836 [ 16190] By: jhi                                   on 2002/04/26  14:33:03
2837         Log: NetWare update from C Aditya.
2838      Branch: perl
2839            ! NetWare/Makefile lib/ExtUtils/MM_NW5.pm
2840            ! lib/ExtUtils/MM_Unix.pm
2841 ____________________________________________________________________________
2842 [ 16189] By: jhi                                   on 2002/04/26  13:35:48
2843         Log: Subject: [PATCH vms/test.com] use t/TEST
2844              From: "Craig A. Berry" <craigberry@mac.com>
2845              Date: Fri, 26 Apr 2002 09:34:46 -0500
2846              Message-Id: <a05111708b8ef12696579@[172.16.52.1]>
2847      Branch: perl
2848            ! vms/test.com
2849 ____________________________________________________________________________
2850 [ 16188] By: jhi                                   on 2002/04/26  13:34:35
2851         Log: Update Changes.
2852      Branch: perl
2853            ! Changes patchlevel.h
2854 ____________________________________________________________________________
2855 [ 16187] By: jhi                                   on 2002/04/26  12:43:48
2856         Log: Subject: [Encode] s/=over2/=over 2/g
2857              From: Dan Kogai <dankogai@dan.co.jp>
2858              Date: Fri, 26 Apr 2002 14:57:09 +0900
2859              Message-Id: <721D1832-58DA-11D6-A636-00039301D480@dan.co.jp>
2860      Branch: perl
2861            ! ext/Encode/Encode.pm
2862 ____________________________________________________________________________
2863 [ 16186] By: jhi                                   on 2002/04/26  12:28:18
2864         Log: Use temp int variable in the W*() since direct casting
2865              to either an int or an IV would not be right.
2866      Branch: perl
2867            ! ext/POSIX/POSIX.xs
2868 ____________________________________________________________________________
2869 [ 16185] By: jhi                                   on 2002/04/26  12:23:02
2870         Log: The #16182 radiates U32ness.
2871      Branch: perl
2872            ! embed.fnc embed.h proto.h regcomp.c toke.c
2873 ____________________________________________________________________________
2874 [ 16184] By: jhi                                   on 2002/04/26  12:00:04
2875         Log: Subject: t/TEST ported to VMS
2876              From: "Craig A. Berry" <craigberry@mac.com>
2877              Date: Fri, 26 Apr 2002 00:13:31 -0500
2878              Message-Id: <a05111705b8ee84f53e79@[172.16.52.1]>
2879      Branch: perl
2880            ! t/TEST
2881 ____________________________________________________________________________
2882 [ 16183] By: jhi                                   on 2002/04/26  11:57:58
2883         Log: Stop being coy.
2884      Branch: perl
2885            ! pod/perldelta.pod
2886 ____________________________________________________________________________
2887 [ 16182] By: jhi                                   on 2002/04/26  11:53:58
2888         Log: Subject: Re: binary compatibility
2889              From: Mark-Jason Dominus <mjd@plover.com>
2890              Date: Wed, 24 Apr 2002 17:35:07 -0400
2891              Message-ID: <20020424213507.7846.qmail@plover.com>
2892      Branch: perl
2893            ! op.h
2894 ____________________________________________________________________________
2895 [ 16181] By: gsar                                  on 2002/04/26  07:39:20
2896         Log: fix typo that caused pseudo-fork() crashes on win64 (we were only
2897              allocating half of the retstack!)
2898      Branch: perl
2899            ! README.win32 sv.c
2900 ____________________________________________________________________________
2901 [ 16180] By: gsar                                  on 2002/04/26  06:27:11
2902         Log: temporary variable not wide enough to hold all the bits in
2903              op->op_targ
2904      Branch: perl
2905            ! op.c
2906 ____________________________________________________________________________
2907 [ 16179] By: jhi                                   on 2002/04/26  03:21:50
2908         Log: Add an idea/question from Damian. 
2909      Branch: perl
2910            ! pod/perltodo.pod
2911 ____________________________________________________________________________
2912 [ 16178] By: gsar                                  on 2002/04/26  02:46:52
2913         Log: build missing utilities on windows; clean stray files
2914      Branch: perl
2915            ! win32/Makefile win32/makefile.mk
2916 ____________________________________________________________________________
2917 [ 16177] By: jhi                                   on 2002/04/26  02:33:19
2918         Log: Upgrade to Encode 1.61, from Dan Kogai.
2919      Branch: perl
2920            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
2921            ! ext/Encode/Encode.xs ext/Encode/Unicode/Unicode.xs
2922            ! ext/Encode/lib/Encode/Guess.pm
2923            ! ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/CJKT.t
2924            ! ext/Encode/t/guess.t ext/Encode/t/jperl.t
2925            ! ext/Encode/t/mime-header.t
2926 ____________________________________________________________________________
2927 [ 16176] By: jhi                                   on 2002/04/26  01:22:04
2928         Log: Subject: [PATCH doc] bytes::length TIMTOWTDI
2929              From: andreas.koenig@anima.de (Andreas J. Koenig)
2930              Date: Tue, 23 Apr 2002 04:40:42 +0200      
2931              Message-ID: <m37kmzi1cl.fsf@anima.de>
2932      Branch: perl
2933            ! pod/perluniintro.pod
2934 ____________________________________________________________________________
2935 [ 16175] By: gsar                                  on 2002/04/26  01:10:17
2936         Log: MD5.xs checksum, ascii only (TODO: someone with access to an EBCDIC
2937              platform needs to fill in the other branch here)
2938      Branch: perl
2939            ! ext/Digest/MD5/t/files.t
2940 ____________________________________________________________________________
2941 [ 16174] By: gsar                                  on 2002/04/26  00:45:36
2942         Log: MANIFEST is needlessly held open for entire duration of "make test"
2943      Branch: perl
2944            ! t/TEST t/harness
2945 ____________________________________________________________________________
2946 [ 16173] By: gsar                                  on 2002/04/26  00:41:39
2947         Log: various signed/unsigned mismatch nits
2948      Branch: perl
2949            ! ext/B/B.xs ext/ByteLoader/ByteLoader.xs
2950            ! ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
2951            ! ext/Digest/MD5/MD5.xs ext/Encode/Unicode/Unicode.xs
2952            ! ext/File/Glob/bsd_glob.c ext/IO/IO.xs ext/Opcode/Opcode.xs
2953            ! ext/PerlIO/encoding/encoding.xs ext/Storable/Storable.xs
2954            ! ext/Time/HiRes/HiRes.xs regcomp.c
2955 ____________________________________________________________________________
2956 [ 16172] By: jhi                                   on 2002/04/25  23:48:03
2957         Log: Subject: [PATCH] Re: [PATCH] another Storable test (Re: perl@16005)
2958              From: Nicholas Clark <nick@unfortu.net>
2959              Date: Thu, 25 Apr 2002 22:41:57 +0100
2960              Message-ID: <20020425214156.GB295@Bagpuss.unfortu.net>       
2961      Branch: perl
2962            + ext/Storable/t/croak.t ext/Storable/t/downgrade.t
2963            + ext/Storable/t/make_downgrade.pl
2964            ! MANIFEST ext/Storable/Storable.pm ext/Storable/Storable.xs
2965            ! ext/Storable/t/malice.t ext/Storable/t/restrict.t
2966            ! ext/Storable/t/utf8hash.t
2967 ____________________________________________________________________________
2968 [ 16171] By: jhi                                   on 2002/04/25  22:16:49
2969         Log: Extra guidance for JAPH debuggers.
2970      Branch: perl
2971            ! t/japh/abigail.t
2972 ____________________________________________________________________________
2973 [ 16170] By: jhi                                   on 2002/04/25  22:13:02
2974         Log: Subject: [PATCH] fix vos/vos.c to implement pow(0,0)
2975              From: Paul_GreenVOS@vos.stratus.com
2976              Date: Wed, 24 Apr 02 18:27 edt
2977              Message-Id: <200204242252.SAA07978@mailhub1.stratus.com>
2978      Branch: perl
2979            ! vos/vos.c
2980 ____________________________________________________________________________
2981 [ 16169] By: ams                                   on 2002/04/25  20:33:35
2982         Log: Subject: [PATCH] don't build B/C twice on VMS
2983              From: "Craig A. Berry" <craigberry@mac.com>
2984              Date: Thu, 25 Apr 2002 16:00:57 -0500
2985              Message-Id: <a05111702b8ee1bab9144@[172.16.52.1]>
2986      Branch: perl
2987            ! configure.com
2988 ____________________________________________________________________________
2989 [ 16168] By: ams                                   on 2002/04/25  20:31:19
2990         Log: Subject: Re: POSIX::WEXITSTATUS broken again
2991              From: Andy Dougherty <doughera@lafayette.edu>
2992              Date: Thu, 25 Apr 2002 17:01:08 -0400 (EDT)
2993              Message-Id: <Pine.SOL.4.10.10204251656510.2019-100000@maxwell.phys.lafayette.edu>
2994      Branch: perl
2995            ! ext/POSIX/POSIX.xs
2996 ____________________________________________________________________________
2997 [ 16167] By: ams                                   on 2002/04/25  19:49:09
2998         Log: Subject: [PATCH] Re: [PATCH] ext/attrs.t getting skipped
2999              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
3000              Date: Thu, 25 Apr 2002 13:39:35 -0700
3001              Message-Id: <HmGy8gzkguHW092yn@efn.org>
3002      Branch: perl
3003            ! t/harness
3004 ____________________________________________________________________________
3005 [ 16166] By: ams                                   on 2002/04/25  19:43:06
3006         Log: $fh->close(); print $fh "foo" would segfault under -w in
3007              report_evil_fh() because $fh doesn't have a name.
3008      Branch: perl
3009            ! util.c
3010 ____________________________________________________________________________
3011 [ 16165] By: gsar                                  on 2002/04/25  18:19:32
3012         Log: cwd.t wasn't running all the tests because cmd.exe wasn't
3013              being found properly
3014      Branch: perl
3015            ! ext/Cwd/t/cwd.t
3016 ____________________________________________________________________________
3017 [ 16164] By: jhi                                   on 2002/04/25  17:45:03
3018         Log: Brace yourself from Craig Berry to keep older compilers happy.
3019      Branch: perl
3020            ! vms/vms.c
3021 ____________________________________________________________________________
3022 [ 16163] By: jhi                                   on 2002/04/25  17:43:50
3023         Log: More %{} overload tests.
3024      Branch: perl
3025            ! lib/overload.t
3026 ____________________________________________________________________________
3027 [ 16162] By: gsar                                  on 2002/04/25  17:41:48
3028         Log: some extension builds need to find pl2bat.bat on windows
3029      Branch: perl
3030            ! win32/buildext.pl
3031 ____________________________________________________________________________
3032 [ 16161] By: jhi                                   on 2002/04/25  17:26:53
3033         Log: Subject: [PATCH MM 5.91_02] MM_VMS.pm: handle empty PM_TO_BLIB
3034              From: "Craig A. Berry" <craigberry@mac.com>
3035              Date: Thu, 25 Apr 2002 12:30:06 -0500
3036              Message-Id: <a05111700b8edeb2f3419@[172.16.52.1]>
3037      Branch: perl
3038            ! lib/ExtUtils/MM_VMS.pm
3039 ____________________________________________________________________________
3040 [ 16160] By: gsar                                  on 2002/04/25  17:04:10
3041         Log: windows build fails if there is no perlglob.exe in the PATH
3042      Branch: perl
3043            ! win32/buildext.pl
3044 ____________________________________________________________________________
3045 [ 16159] By: jhi                                   on 2002/04/25  16:06:25
3046         Log: Mysterious setlocale() core dump in ancient Solaris
3047              found by Merijn Broeren.  Doesn't look like Perl's fault.
3048      Branch: perl
3049            ! pod/perldelta.pod
3050 ____________________________________________________________________________
3051 [ 16158] By: jhi                                   on 2002/04/25  14:38:13
3052         Log: Subject: Re: [PATCH] pp_ctl.c:pp_require
3053              From: "Newton, Philip" <Philip.Newton@datenrevision.de>
3054              Date: Thu, 25 Apr 2002 17:35:23 +0200
3055              Message-ID: <C9A98F2128EDD411B0920008C7B337A13DCC77@hamsem01.de.gedas.vwg>
3056      Branch: perl
3057            ! pp_ctl.c
3058 ____________________________________________________________________________
3059 [ 16157] By: jhi                                   on 2002/04/25  14:30:40
3060         Log: Subject: [PATCH] pp_ctl.c:pp_require
3061              From: "Newton, Philip" <Philip.Newton@datenrevision.de>
3062              Date: Thu, 25 Apr 2002 16:01:14 +0200
3063              Message-ID: <C9A98F2128EDD411B0920008C7B337A13DCC76@hamsem01.de.gedas.vwg>
3064      Branch: perl
3065            ! pp_ctl.c
3066 ____________________________________________________________________________
3067 [ 16156] By: jhi                                   on 2002/04/25  14:29:16
3068         Log: -Wformat cleanups from Robin Barker.
3069      Branch: perl
3070            ! dump.c embed.fnc proto.h sv.c
3071 ____________________________________________________________________________
3072 [ 16155] By: jhi                                   on 2002/04/25  14:27:07
3073         Log: Subject: [PATCH] Test::Harness 2.01 -> 2.03
3074              From: Michael G Schwern <schwern@pobox.com>
3075              Date: Thu, 25 Apr 2002 01:51:27 -0400
3076              Message-ID: <20020425055127.GB3456@blackrider>
3077      Branch: perl
3078            + t/lib/sample-tests/bignum t/lib/sample-tests/die
3079            + t/lib/sample-tests/die_head_end
3080            + t/lib/sample-tests/die_last_minute
3081            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
3082            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/strap-analyze.t
3083            ! lib/Test/Harness/t/test-harness.t t/lib/sample-tests/taint
3084 ____________________________________________________________________________
3085 [ 16154] By: jhi                                   on 2002/04/25  14:24:53
3086         Log: Subject: [PATCH] Test::Simple/More/Builder 0.42 -> 0.44
3087              From: Michael G Schwern <schwern@pobox.com>
3088              Date: Thu, 25 Apr 2002 01:32:10 -0400
3089              Message-ID: <20020425053210.GA3334@blackrider>
3090      Branch: perl
3091            + lib/Test/Simple/t/curr_test.t lib/Test/Simple/t/maybe_regex.t
3092            + lib/Test/Simple/t/strays.t
3093            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
3094            ! lib/Test/Simple.pm lib/Test/Simple/Changes
3095            ! lib/Test/Simple/t/Builder.t lib/Test/Simple/t/More.t
3096            ! lib/Test/Simple/t/diag.t lib/Test/Simple/t/exit.t
3097            ! lib/Test/Simple/t/output.t lib/Test/Simple/t/undef.t
3098            ! lib/Test/Simple/t/use_ok.t
3099 ____________________________________________________________________________
3100 [ 16153] By: jhi                                   on 2002/04/25  14:12:35
3101         Log: Elaborate a bit on Storable.
3102      Branch: perl
3103            ! pod/perldelta.pod
3104 ____________________________________________________________________________
3105 [ 16152] By: jhi                                   on 2002/04/25  12:59:50
3106         Log: Cleaner Encode tests under -Mutf8.
3107      Branch: perl
3108            ! ext/Encode/t/at-cn.t ext/Encode/t/at-tw.t ext/Encode/t/jperl.t
3109 ____________________________________________________________________________
3110 [ 16151] By: jhi                                   on 2002/04/25  00:57:24
3111         Log: Subject: [PATCH] installperl
3112              From: Abe Timmerman <abe@ztreet.demon.nl>
3113              Date: Thu, 25 Apr 2002 01:00:00 +0200
3114              Message-ID: <50eecu0f6jd5vji7s0smqnjbid2e1p0ilk@4ax.com>
3115      Branch: perl
3116            ! installperl
3117 ____________________________________________________________________________
3118 [ 16150] By: jhi                                   on 2002/04/25  00:48:09
3119         Log: Subject: Re: [Encode] Patch to fix Encod-XML::SAX conflicts
3120              From: Dan Kogai <dankogai@dan.co.jp>
3121              Date: Thu, 25 Apr 2002 10:49:13 +0900
3122              Message-Id: <A4F06B9C-57EE-11D6-A6E0-00039301D480@dan.co.jp>
3123      Branch: perl
3124            ! ext/PerlIO/encoding/encoding.xs
3125 ____________________________________________________________________________
3126 [ 16149] By: jhi                                   on 2002/04/24  22:57:53
3127         Log: Stray =back.
3128      Branch: perl
3129            ! README.win32
3130 ____________________________________________________________________________
3131 [ 16148] By: rgs                                   on 2002/04/24  21:12:40
3132         Log: Add an untested warning variant.
3133      Branch: perl
3134            ! t/lib/warnings/op
3135 ____________________________________________________________________________
3136 [ 16147] By: jhi                                   on 2002/04/24  20:37:15
3137         Log: Update Changes.
3138      Branch: perl
3139            ! Changes patchlevel.h
3140 ____________________________________________________________________________
3141 [ 16146] By: jhi                                   on 2002/04/24  20:21:43
3142         Log: Wrong plan.
3143      Branch: perl
3144            ! ext/Encode/t/mime-header.t
3145 ____________________________________________________________________________
3146 [ 16145] By: jhi                                   on 2002/04/24  20:20:53
3147         Log: Upgrade to Encode 1.60, from Dan Kogai.
3148      Branch: perl
3149            + ext/Encode/lib/Encode/Guess.pm
3150            + ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/guess.t
3151            + ext/Encode/t/mime-header.t
3152            ! MANIFEST ext/Encode/CN/Makefile.PL ext/Encode/Changes
3153            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
3154            ! ext/Encode/Encode/encode.h ext/Encode/JP/Makefile.PL
3155            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
3156            ! ext/Encode/TW/Makefile.PL ext/Encode/lib/Encode/Config.pm
3157            ! ext/Encode/lib/Encode/JP/JIS7.pm ext/Encode/t/fallback.t
3158 ____________________________________________________________________________
3159 [ 16144] By: gsar                                  on 2002/04/24  18:59:05
3160         Log: another case of enabling binmode() where it should not be: if the
3161              *.enc files are CRLF terminated, the result gets CRCRLF terminations
3162      Branch: perl
3163            ! ext/Encode/t/CJKT.t
3164 ____________________________________________________________________________
3165 [ 16143] By: jhi                                   on 2002/04/24  18:34:27
3166         Log: microperl update; boldly assume time() and time_t
3167              (since we assume ANSI and i_time, anyway).
3168      Branch: perl
3169            ! uconfig.h uconfig.sh
3170 ____________________________________________________________________________
3171 [ 16142] By: jhi                                   on 2002/04/24  18:30:14
3172         Log: Integrate #16136, #16137, #16138 from macperl;
3173              
3174              Silly fix for the SC compiler's fixation with "comp" as a type
3175              
3176              Skip more PerlIO symbols for sfio
3177              
3178              Play nicely in miniperl
3179      Branch: perl
3180           !> ext/Unicode/Normalize/Normalize.xs lib/File/Copy.pm
3181           !> lib/File/Spec/Mac.pm makedef.pl
3182 ____________________________________________________________________________
3183 [ 16141] By: pudge                                 on 2002/04/24  18:15:19
3184         Log: Sync configpm and config.h for use in 5.8
3185              (still need to do config.sh)
3186      Branch: macperl
3187            ! macos/config.h macos/configpm
3188 ____________________________________________________________________________
3189 [ 16140] By: pudge                                 on 2002/04/24  18:14:05
3190         Log: Make MM_MacOS work with new MakeMaker
3191      Branch: macperl
3192            ! macos/lib/ExtUtils/MM_MacOS.pm
3193 ____________________________________________________________________________
3194 [ 16139] By: pudge                                 on 2002/04/24  18:13:34
3195         Log: Makefile.mk changes for 5.8: additional extensions
3196              and source files; bump version
3197      Branch: macperl
3198            ! macos/MPVersion.r macos/Makefile.mk macos/macperl/Makefile.mk
3199 ____________________________________________________________________________
3200 [ 16138] By: pudge                                 on 2002/04/24  18:12:22
3201         Log: Play nicely in miniperl
3202      Branch: macperl
3203            ! lib/File/Copy.pm lib/File/Spec/Mac.pm
3204 ____________________________________________________________________________
3205 [ 16137] By: pudge                                 on 2002/04/24  18:10:34
3206         Log: Skip more PerlIO symbols for sfio
3207      Branch: macperl
3208            ! makedef.pl
3209 ____________________________________________________________________________
3210 [ 16136] By: pudge                                 on 2002/04/24  18:09:37
3211         Log: Silly fix for the SC compiler's fixation with "comp" as a type
3212      Branch: macperl
3213            ! ext/Unicode/Normalize/Normalize.xs
3214 ____________________________________________________________________________
3215 [ 16135] By: pudge                                 on 2002/04/24  18:08:45
3216         Log: Merge macperl xsubpp with current xsubpp
3217      Branch: macperl
3218            ! macos/xsubpp
3219 ____________________________________________________________________________
3220 [ 16134] By: nick                                  on 2002/04/24  18:08:37
3221         Log: Integrate mainline
3222      Branch: perlio
3223           +> lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/VERSION_FROM.t
3224           +> lib/ExtUtils/t/backwards.t lib/ExtUtils/t/zz_cleanup_dummy.t
3225            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL
3226            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm
3227            - lib/ExtUtils/t/Big-Fat-Dummy/Makefile.PL
3228            - lib/ExtUtils/t/Big-Fat-Dummy/lib/Big/Fat/Dummy.pm
3229            - lib/ExtUtils/t/Problem-Module/Makefile.PL
3230            - lib/ExtUtils/t/Problem-Module/subdir/Makefile.PL
3231           !> (integrate 44 files)
3232 ____________________________________________________________________________
3233 [ 16133] By: pudge                                 on 2002/04/24  18:05:50
3234         Log: Delete more included modules from bundled_ext
3235      Branch: macperl
3236            - macos/bundled_ext/Digest/MD5/Changes
3237            - macos/bundled_ext/Digest/MD5/MD5.pm
3238            - macos/bundled_ext/Digest/MD5/MD5.xs
3239            - macos/bundled_ext/Digest/MD5/Makefile.PL
3240            - macos/bundled_ext/Digest/MD5/Makefile.mk
3241            - macos/bundled_ext/Digest/MD5/README
3242            - macos/bundled_ext/Digest/MD5/hints/dec_osf.pl
3243            - macos/bundled_ext/Digest/MD5/hints/irix_6.pl
3244            - macos/bundled_ext/Digest/MD5/rfc1321.txt
3245            - macos/bundled_ext/Digest/MD5/t/badfile.t
3246            - macos/bundled_ext/Digest/MD5/t/files.t
3247            - macos/bundled_ext/Digest/MD5/t/md5-aaa.t
3248            - macos/bundled_ext/Digest/MD5/typemap
3249            - macos/bundled_ext/Filter/Util/Call/Call.pm
3250            - macos/bundled_ext/Filter/Util/Call/Call.xs
3251            - macos/bundled_ext/Filter/Util/Call/Makefile.PL
3252            - macos/bundled_ext/Filter/Util/Call/ppport.h
3253            - macos/bundled_ext/Filter/t/call.t
3254            - macos/bundled_ext/Filter/t/filter-util.pl
3255            - macos/bundled_ext/List/Util/ChangeLog
3256            - macos/bundled_ext/List/Util/Makefile.PL
3257            - macos/bundled_ext/List/Util/README
3258            - macos/bundled_ext/List/Util/Util.xs
3259            - macos/bundled_ext/List/Util/lib/List/Util.pm
3260            - macos/bundled_ext/List/Util/lib/Scalar/Util.pm
3261            - macos/bundled_ext/List/Util/t/blessed.t
3262            - macos/bundled_ext/List/Util/t/dualvar.t
3263            - macos/bundled_ext/List/Util/t/first.t
3264            - macos/bundled_ext/List/Util/t/max.t
3265            - macos/bundled_ext/List/Util/t/maxstr.t
3266            - macos/bundled_ext/List/Util/t/min.t
3267            - macos/bundled_ext/List/Util/t/minstr.t
3268            - macos/bundled_ext/List/Util/t/readonly.t
3269            - macos/bundled_ext/List/Util/t/reduce.t
3270            - macos/bundled_ext/List/Util/t/reftype.t
3271            - macos/bundled_ext/List/Util/t/shuffle.t
3272            - macos/bundled_ext/List/Util/t/sum.t
3273            - macos/bundled_ext/List/Util/t/tainted.t
3274            - macos/bundled_ext/List/Util/t/weak.t
3275            - macos/bundled_ext/MIME/Base64/Base64.pm
3276            - macos/bundled_ext/MIME/Base64/Base64.xs
3277            - macos/bundled_ext/MIME/Base64/Changes
3278            - macos/bundled_ext/MIME/Base64/Makefile.PL
3279            - macos/bundled_ext/MIME/Base64/QuotedPrint.pm
3280            - macos/bundled_ext/MIME/Base64/README
3281            - macos/bundled_ext/MIME/Base64/t/base64.t
3282            - macos/bundled_ext/MIME/Base64/t/quoted-print.t
3283            - macos/bundled_ext/MIME/Base64/t/unicode.t
3284            - macos/bundled_ext/Storable/ChangeLog
3285            - macos/bundled_ext/Storable/Makefile.PL
3286            - macos/bundled_ext/Storable/README
3287            - macos/bundled_ext/Storable/Storable.pm
3288            - macos/bundled_ext/Storable/Storable.xs
3289            - macos/bundled_ext/Storable/t/blessed.t
3290            - macos/bundled_ext/Storable/t/canonical.t
3291            - macos/bundled_ext/Storable/t/compat-0.6.t
3292            - macos/bundled_ext/Storable/t/dclone.t
3293            - macos/bundled_ext/Storable/t/dump.pl
3294            - macos/bundled_ext/Storable/t/forgive.t
3295            - macos/bundled_ext/Storable/t/freeze.t
3296            - macos/bundled_ext/Storable/t/lock.t
3297            - macos/bundled_ext/Storable/t/overload.t
3298            - macos/bundled_ext/Storable/t/recurse.t
3299            - macos/bundled_ext/Storable/t/retrieve.t
3300            - macos/bundled_ext/Storable/t/store.t
3301            - macos/bundled_ext/Storable/t/tied.t
3302            - macos/bundled_ext/Storable/t/tied_hook.t
3303            - macos/bundled_ext/Storable/t/tied_items.t
3304            - macos/bundled_ext/Storable/t/utf8.t
3305            - macos/bundled_ext/Time/HiRes/Changes
3306            - macos/bundled_ext/Time/HiRes/HiRes.pm
3307            - macos/bundled_ext/Time/HiRes/HiRes.t
3308            - macos/bundled_ext/Time/HiRes/HiRes.xs
3309            - macos/bundled_ext/Time/HiRes/Makefile.PL
3310            - macos/bundled_ext/Time/HiRes/hints/dynixptx.pl
3311            - macos/bundled_ext/Time/HiRes/hints/sco.pl
3312 ____________________________________________________________________________
3313 [ 16132] By: jhi                                   on 2002/04/24  17:03:22
3314         Log: Thou shalt not assume %x works for UVs.
3315      Branch: perl
3316            ! ext/Encode/Encode.xs
3317 ____________________________________________________________________________
3318 [ 16131] By: nick                                  on 2002/04/24  15:50:31
3319         Log: Submit an old integrate
3320      Branch: perlio
3321           +> (branch 27 files)
3322            - ext/Encode/t/CN.t ext/Encode/t/JP.t ext/Encode/t/KR.t
3323            - ext/Encode/t/TW.t ext/Encode/t/bogus.ucm
3324            - ext/Encode/t/gb2312.euc ext/Encode/t/gb2312.ref
3325            - ext/Encode/t/jisx0201.euc ext/Encode/t/jisx0201.ref
3326            - ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
3327            - ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
3328            - ext/Encode/t/ksc5601.euc ext/Encode/t/ksc5601.ref
3329           !> (integrate 84 files)
3330 ____________________________________________________________________________
3331 [ 16130] By: jhi                                   on 2002/04/24  15:38:12
3332         Log: Partially retract #12056, from Craig Berry.
3333      Branch: perl
3334            ! vms/vms.c
3335 ____________________________________________________________________________
3336 [ 16129] By: pudge                                 on 2002/04/24  14:37:10
3337         Log: Delete more included modules from bundled_lib
3338      Branch: macperl
3339            - macos/bundled_lib/blib/lib/Class/ISA.pm
3340            - macos/bundled_lib/blib/lib/Digest.pm
3341            - macos/bundled_lib/blib/lib/Filter/Simple.pm
3342            - macos/bundled_lib/blib/lib/Memoize.pm
3343            - macos/bundled_lib/blib/lib/Memoize/AnyDBM_File.pm
3344            - macos/bundled_lib/blib/lib/Memoize/Expire.pm
3345            - macos/bundled_lib/blib/lib/Memoize/ExpireFile.pm
3346            - macos/bundled_lib/blib/lib/Memoize/ExpireTest.pm
3347            - macos/bundled_lib/blib/lib/Memoize/NDBM_File.pm
3348            - macos/bundled_lib/blib/lib/Memoize/SDBM_File.pm
3349            - macos/bundled_lib/blib/lib/Memoize/Storable.pm
3350            - macos/bundled_lib/blib/lib/NEXT.pm
3351            - macos/bundled_lib/blib/lib/Net/Cmd.pm
3352            - macos/bundled_lib/blib/lib/Net/Config.pm
3353            - macos/bundled_lib/blib/lib/Net/Domain.pm
3354            - macos/bundled_lib/blib/lib/Net/FTP.pm
3355            - macos/bundled_lib/blib/lib/Net/FTP/A.pm
3356            - macos/bundled_lib/blib/lib/Net/FTP/E.pm
3357            - macos/bundled_lib/blib/lib/Net/FTP/I.pm
3358            - macos/bundled_lib/blib/lib/Net/FTP/L.pm
3359            - macos/bundled_lib/blib/lib/Net/FTP/dataconn.pm
3360            - macos/bundled_lib/blib/lib/Net/HTTP/Methods.pm
3361            - macos/bundled_lib/blib/lib/Net/HTTP/NB.pm
3362            - macos/bundled_lib/blib/lib/Net/NNTP.pm
3363            - macos/bundled_lib/blib/lib/Net/Netrc.pm
3364            - macos/bundled_lib/blib/lib/Net/POP3.pm
3365            - macos/bundled_lib/blib/lib/Net/SMTP.pm
3366            - macos/bundled_lib/blib/lib/Net/Time.pm
3367            - macos/bundled_lib/blib/lib/Net/libnetFAQ.pod
3368            - macos/bundled_lib/blib/lib/Switch.pm
3369            - macos/bundled_lib/t/Class/ISA/test.pl
3370            - macos/bundled_lib/t/Digest/Digest.t
3371            - macos/bundled_lib/t/Filter/Simple/ExportTest.pm
3372            - macos/bundled_lib/t/Filter/Simple/FilterOnlyTest.pm
3373            - macos/bundled_lib/t/Filter/Simple/FilterTest.pm
3374            - macos/bundled_lib/t/Filter/Simple/ImportTest.pm
3375            - macos/bundled_lib/t/Filter/Simple/data.t
3376            - macos/bundled_lib/t/Filter/Simple/export.t
3377            - macos/bundled_lib/t/Filter/Simple/filter.t
3378            - macos/bundled_lib/t/Filter/Simple/filter_only.t
3379            - macos/bundled_lib/t/Filter/Simple/import.t
3380            - macos/bundled_lib/t/Memoize/array.t
3381            - macos/bundled_lib/t/Memoize/array_confusion.t
3382            - macos/bundled_lib/t/Memoize/correctness.t
3383            - macos/bundled_lib/t/Memoize/errors.t
3384            - macos/bundled_lib/t/Memoize/expire.t
3385            - macos/bundled_lib/t/Memoize/expire_file.t
3386            - macos/bundled_lib/t/Memoize/expire_module_n.t
3387            - macos/bundled_lib/t/Memoize/expire_module_t.t
3388            - macos/bundled_lib/t/Memoize/flush.t
3389            - macos/bundled_lib/t/Memoize/normalize.t
3390            - macos/bundled_lib/t/Memoize/prototype.t
3391            - macos/bundled_lib/t/Memoize/speed.t
3392            - macos/bundled_lib/t/Memoize/tie.t
3393            - macos/bundled_lib/t/Memoize/tie_gdbm.t
3394            - macos/bundled_lib/t/Memoize/tie_ndbm.t
3395            - macos/bundled_lib/t/Memoize/tie_sdbm.t
3396            - macos/bundled_lib/t/Memoize/tie_storable.t
3397            - macos/bundled_lib/t/Memoize/tiefeatures.t
3398            - macos/bundled_lib/t/Memoize/unmemoize.t
3399            - macos/bundled_lib/t/NEXT/actual.t
3400            - macos/bundled_lib/t/NEXT/actuns.t
3401            - macos/bundled_lib/t/NEXT/next.t
3402            - macos/bundled_lib/t/NEXT/unseen.t
3403            - macos/bundled_lib/t/Switch/t/given.t
3404            - macos/bundled_lib/t/Switch/t/nested.t
3405            - macos/bundled_lib/t/Switch/t/switch.t
3406            - macos/bundled_lib/t/libnet/config.t
3407            - macos/bundled_lib/t/libnet/ftp.t
3408            - macos/bundled_lib/t/libnet/hostname.t
3409            - macos/bundled_lib/t/libnet/libnet_t.pl
3410            - macos/bundled_lib/t/libnet/netrc.t
3411            - macos/bundled_lib/t/libnet/nntp.t
3412            - macos/bundled_lib/t/libnet/require.t
3413            - macos/bundled_lib/t/libnet/smtp.t
3414 ____________________________________________________________________________
3415 [ 16128] By: pudge                                 on 2002/04/24  14:18:55
3416         Log: Remove Text::Balanced from bundled_lib (already in lib)
3417      Branch: macperl
3418            - macos/bundled_lib/blib/lib/Text/Balanced.pm
3419            - macos/bundled_lib/t/Text/Balanced/t/extbrk.t
3420            - macos/bundled_lib/t/Text/Balanced/t/extcbk.t
3421            - macos/bundled_lib/t/Text/Balanced/t/extdel.t
3422            - macos/bundled_lib/t/Text/Balanced/t/extmul.t
3423            - macos/bundled_lib/t/Text/Balanced/t/extqlk.t
3424            - macos/bundled_lib/t/Text/Balanced/t/exttag.t
3425            - macos/bundled_lib/t/Text/Balanced/t/extvar.t
3426            - macos/bundled_lib/t/Text/Balanced/t/gentag.t
3427 ____________________________________________________________________________
3428 [ 16127] By: jhi                                   on 2002/04/24  14:17:16
3429         Log: A word of warning to the users of UTF-8 locales.
3430      Branch: perl
3431            ! pod/perluniintro.pod
3432 ____________________________________________________________________________
3433 [ 16126] By: jhi                                   on 2002/04/24  12:54:17
3434         Log: Forgotten from #16125.
3435      Branch: perl
3436            ! t/lib/MakeMaker/Test/Utils.pm
3437 ____________________________________________________________________________
3438 [ 16125] By: jhi                                   on 2002/04/24  05:16:09
3439         Log: Upgrade to MakeMaker 5.91_02, from Michael Schwern.
3440      Branch: perl
3441            + lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/VERSION_FROM.t
3442            + lib/ExtUtils/t/backwards.t lib/ExtUtils/t/zz_cleanup_dummy.t
3443            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL
3444            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm
3445            - lib/ExtUtils/t/Big-Fat-Dummy/Makefile.PL
3446            - lib/ExtUtils/t/Big-Fat-Dummy/lib/Big/Fat/Dummy.pm
3447            - lib/ExtUtils/t/Problem-Module/Makefile.PL
3448            - lib/ExtUtils/t/Problem-Module/subdir/Makefile.PL
3449            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command/MM.pm
3450            ! lib/ExtUtils/MM.pm lib/ExtUtils/MM_Cygwin.pm
3451            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
3452            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
3453            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
3454            ! lib/ExtUtils/t/INST.t lib/ExtUtils/t/INST_PREFIX.t
3455            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/Manifest.t
3456            ! lib/ExtUtils/t/basic.t lib/ExtUtils/t/hints.t
3457            ! lib/ExtUtils/t/prefixify.t lib/ExtUtils/t/problems.t
3458 ____________________________________________________________________________
3459 [ 16124] By: jhi                                   on 2002/04/24  02:03:08
3460         Log: Subject: New UTF-8 surprise
3461              From: andreas.koenig@anima.de (Andreas J. Koenig)
3462              Date: Mon, 22 Apr 2002 12:08:48 +0200
3463              Message-ID: <m38z7gjb9r.fsf@anima.de>
3464      Branch: perl
3465            ! pp_hot.c t/op/subst.t
3466 ____________________________________________________________________________
3467 [ 16123] By: gsar                                  on 2002/04/24  01:25:17
3468         Log: create a //depot/macperl/... branch with a //depot/macperl/macos/...
3469              tree that is branched from //depot/maint-5.6/macperl/macos/...
3470      Branch: macperl
3471           +> (branch 3590 files)
3472 ____________________________________________________________________________
3473 [ 16122] By: jhi                                   on 2002/04/23  23:52:11
3474         Log: Try to be clearer about perlio.
3475      Branch: perl
3476            ! INSTALL
3477 ____________________________________________________________________________
3478 [ 16121] By: jhi                                   on 2002/04/23  23:45:41
3479         Log: Subject: Re: binary compatibility
3480              From: Andy Dougherty <doughera@lafayette.edu>
3481              Date: Tue, 23 Apr 2002 16:21:26 -0400 (EDT)
3482              Message-ID: <Pine.SOL.4.10.10204231614020.754-100000@maxwell.phys.lafayette.edu>
3483      Branch: perl
3484            ! INSTALL patchlevel.h
3485 ____________________________________________________________________________
3486 [ 16120] By: jhi                                   on 2002/04/23  23:41:52
3487         Log: Go on record about the binary backward incompatibility.
3488      Branch: perl
3489            ! pod/perldelta.pod
3490 ____________________________________________________________________________
3491 [ 16119] By: jhi                                   on 2002/04/23  23:09:02
3492         Log: Subject: [PATCH] was: t/win32/system.t Borland too helpful
3493              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
3494              Date: Wed, 24 Apr 2002 01:51:43 +0400
3495              Message-ID: <006e01c1eb11$156d2390$695cc3d9@vad>
3496      Branch: perl
3497            ! t/win32/system.t
3498 ____________________________________________________________________________
3499 [ 16118] By: jhi                                   on 2002/04/23  23:08:12
3500         Log: Subject: [PATCH: perl@16083] fix lib/locale.t for VMS with many installed locales
3501              From: PPrymmer@factset.com
3502              Date: Tue, 23 Apr 2002 17:14:32 -0400
3503              Message-ID: <OF099100A8.2627549C-ON85256BA4.007443F3@55.25.11>
3504      Branch: perl
3505            ! lib/locale.t
3506 ____________________________________________________________________________
3507 [ 16117] By: jhi                                   on 2002/04/23  23:07:02
3508         Log: Subject: [PATCH Redux] Nuke obsolete way to build debugging (etc) perls
3509              From: Paul_GreenVOS@vos.stratus.com
3510              Date: Tue, 23 Apr 02 15:06 edt   
3511              Message-Id: <200204231906.PAA26393@mailhub1.stratus.com>
3512      Branch: perl
3513            ! Makefile.SH cflags.SH
3514 ____________________________________________________________________________
3515 [ 16116] By: jhi                                   on 2002/04/23  23:05:14
3516         Log: metaconfig unit change for #16115.
3517      Branch: metaconfig
3518            ! U/compline/byteorder.U
3519      Branch: perl
3520            ! config_h.SH
3521 ____________________________________________________________________________
3522 [ 16115] By: jhi                                   on 2002/04/23  23:04:24
3523         Log: Regen Configure to mirror #16111 (with one added tweak).
3524      Branch: perl
3525            ! Configure
3526 ____________________________________________________________________________
3527 [ 16114] By: jhi                                   on 2002/04/23  22:54:46
3528         Log: Retract #16109.
3529      Branch: perl
3530            ! lib/ExtUtils/MM_Unix.pm
3531 ____________________________________________________________________________
3532 [ 16113] By: jhi                                   on 2002/04/23  22:38:04
3533         Log: FAQ sync.
3534      Branch: perl
3535            ! pod/perlfaq3.pod pod/perlfaq8.pod
3536 ____________________________________________________________________________
3537 [ 16112] By: jhi                                   on 2002/04/23  22:34:08
3538         Log: use encoding no more defaults to Latin 1.
3539      Branch: perl
3540            ! pod/perluniintro.pod
3541 ____________________________________________________________________________
3542 [ 16111] By: gsar                                  on 2002/04/23  22:27:07
3543         Log: Configure test for byteorder loses bits
3544      Branch: perl
3545            ! Configure
3546 ____________________________________________________________________________
3547 [ 16110] By: gsar                                  on 2002/04/23  21:32:03
3548         Log: hacking around byteorder variance between config.sh and config.h
3549              isn't needed after change#16099
3550      Branch: perl
3551            ! ext/Storable/t/malice.t
3552 ____________________________________________________________________________
3553 [ 16109] By: jhi                                   on 2002/04/23  17:54:33
3554         Log: (retracted by #16114)
3555              
3556              Subject: [PATCH] Nuke obsolete way to build debugging (etc) perls
3557              From: "Green, Paul" <Paul.Green@stratus.com>
3558              Date: Tue, 23 Apr 2002 13:47:19 -0400
3559              Message-ID: <A2A34F15EE916148BC4C4748223E67A4014E24ED@EXNA4.stratus.com>
3560      Branch: perl
3561            ! lib/ExtUtils/MM_Unix.pm
3562 ____________________________________________________________________________
3563 [ 16108] By: jhi                                   on 2002/04/23  14:45:07
3564         Log: Subject: [PATCH] lib/File/Find.pm for QNX, NTO
3565              From: Norton Allen <allen@huarp.harvard.edu>
3566              Date: Tue, 23 Apr 2002 11:50:07 -0400 (edt)
3567              Message-Id: <200204231550.LAA24648@bottesini.harvard.edu>
3568      Branch: perl
3569            ! lib/File/Find.pm
3570 ____________________________________________________________________________
3571 [ 16107] By: jhi                                   on 2002/04/23  14:44:13
3572         Log: Subject: [PATCH] README.qnx, hints/qnx.sh
3573              From: Norton Allen <allen@huarp.harvard.edu>
3574              Date: Tue, 23 Apr 2002 11:48:54 -0400 (edt)
3575              Message-Id: <200204231548.LAA24135@bottesini.harvard.edu>
3576      Branch: perl
3577            ! README.qnx hints/qnx.sh
3578 ____________________________________________________________________________
3579 [ 16106] By: jhi                                   on 2002/04/23  13:57:48
3580         Log: Subject: [PATCH] pod/perlhist.pod
3581              From: Abigail <abigail@foad.org>
3582              Date: Tue, 23 Apr 2002 16:21:31 +0200
3583              Message-ID: <20020423162131.A7017@gatekeeper.osp.nl>
3584              
3585              (removed 5.005_04 which never happened)
3586      Branch: perl
3587            ! pod/perlhist.pod
3588 ____________________________________________________________________________
3589 [ 16105] By: jhi                                   on 2002/04/23  13:46:31
3590         Log: Subject: Re: [PATCH abigail.t] another portability attempt
3591              From: Abigail <abigail@foad.org>
3592              Date: Tue, 23 Apr 2002 11:35:54 +0200
3593              Message-ID: <20020423113554.A25149@gatekeeper.osp.nl>
3594      Branch: perl
3595            ! t/japh/abigail.t
3596 ____________________________________________________________________________
3597 [ 16104] By: jhi                                   on 2002/04/23  13:35:03
3598         Log: NetWare tweak from C Aditya.
3599      Branch: perl
3600            ! NetWare/Nwmain.c NetWare/nw5.c
3601 ____________________________________________________________________________
3602 [ 16103] By: gsar                                  on 2002/04/23  06:33:25
3603         Log: fix a typo
3604      Branch: perl
3605            ! regexec.c
3606 ____________________________________________________________________________
3607 [ 16102] By: jhi                                   on 2002/04/23  04:41:43
3608         Log: Uncurliff.
3609      Branch: perl
3610            ! README.ko
3611 ____________________________________________________________________________
3612 [ 16101] By: jhi                                   on 2002/04/23  04:36:27
3613         Log: Pointer to UV casting.
3614      Branch: perl
3615            ! regexec.c
3616 ____________________________________________________________________________
3617 [ 16100] By: jhi                                   on 2002/04/23  02:36:09
3618         Log: metaconfig unit change for #16099.
3619      Branch: metaconfig
3620            ! U/compline/byteorder.U
3621 ____________________________________________________________________________
3622 [ 16099] By: jhi                                   on 2002/04/23  02:35:52
3623         Log: Use UV (not long) for BYTEORDER.
3624      Branch: perl
3625            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3626            ! config_h.SH
3627 ____________________________________________________________________________
3628 [ 16098] By: jhi                                   on 2002/04/23  02:18:10
3629         Log: # cpp commands must start in the first column.
3630      Branch: perl
3631            ! scope.c
3632 ____________________________________________________________________________
3633 [ 16097] By: jhi                                   on 2002/04/23  01:52:36
3634         Log: Reborn as text.
3635      Branch: perl
3636            + NetWare/interface.cpp
3637 ____________________________________________________________________________
3638 [ 16096] By: jhi                                   on 2002/04/23  01:52:00
3639         Log: Dead as binary.
3640      Branch: perl
3641            - NetWare/interface.cpp
3642 ____________________________________________________________________________
3643 [ 16095] By: jhi                                   on 2002/04/23  01:49:37
3644         Log: Undo #16091, a time-warped escapee.
3645      Branch: perl
3646            ! lib/ExtUtils/t/MM_Cygwin.t
3647 ____________________________________________________________________________
3648 [ 16094] By: jhi                                   on 2002/04/23  01:43:42
3649         Log: *size tweaks from Sarathy.
3650      Branch: perl
3651            ! ext/Storable/t/malice.t
3652 ____________________________________________________________________________
3653 [ 16093] By: jhi                                   on 2002/04/23  01:12:50
3654         Log: Subject: [PATCH pod/perlguts.pod] remove a redundant =over
3655              From: Stas Bekman <stas@stason.org>
3656              Date: Tue, 23 Apr 2002 01:52:22 +0800
3657              Message-ID: <3CC44DD6.3090401@stason.org>
3658      Branch: perl
3659            ! pod/perlguts.pod
3660 ____________________________________________________________________________
3661 [ 16092] By: jhi                                   on 2002/04/23  01:05:37
3662         Log: Subject: [PATCH] (Updated) Work around bug in gcc 2.95.2 on hppa targets
3663              From: Paul_GreenVOS@vos.stratus.com
3664              Date: Mon, 22 Apr 02 20:35 edt
3665              Message-Id: <200204230034.UAA01134@mailhub2.stratus.com>
3666      Branch: perl
3667            + hints/t001.c
3668            ! MANIFEST hints/README.hints hints/vos.sh
3669 ____________________________________________________________________________
3670 [ 16091] By: jhi                                   on 2002/04/23  00:42:12
3671         Log: (retracted by #16095)
3672      Branch: perl
3673            ! lib/ExtUtils/t/MM_Cygwin.t
3674 ____________________________________________________________________________
3675 [ 16090] By: jhi                                   on 2002/04/23  00:16:09
3676         Log: Subject: Re: perl@16083
3677              From: Nicholas Clark <nick@unfortu.net>
3678              Date: Mon, 22 Apr 2002 23:17:45 +0100
3679              Message-ID: <20020422221744.GF302@Bagpuss.unfortu.net>
3680      Branch: perl
3681            ! ext/Storable/t/malice.t
3682 ____________________________________________________________________________
3683 [ 16089] By: jhi                                   on 2002/04/23  00:12:09
3684         Log: Upgrade to Encode 1.58.
3685      Branch: perl
3686            + ext/Encode/t/CJKT.t ext/Encode/t/at-cn.t ext/Encode/t/at-tw.t
3687            + ext/Encode/t/big5-eten.enc ext/Encode/t/big5-eten.utf
3688            + ext/Encode/t/big5-hkscs.enc ext/Encode/t/big5-hkscs.utf
3689            + ext/Encode/t/gb2312.enc ext/Encode/t/gb2312.utf
3690            + ext/Encode/t/jisx0201.enc ext/Encode/t/jisx0201.utf
3691            + ext/Encode/t/jisx0208.enc ext/Encode/t/jisx0208.utf
3692            + ext/Encode/t/jisx0212.enc ext/Encode/t/jisx0212.utf
3693            + ext/Encode/t/ksc5601.enc ext/Encode/t/ksc5601.utf
3694            - ext/Encode/t/CN.t ext/Encode/t/JP.t ext/Encode/t/KR.t
3695            - ext/Encode/t/TW.t ext/Encode/t/bogus.ucm
3696            - ext/Encode/t/gb2312.euc ext/Encode/t/gb2312.ref
3697            - ext/Encode/t/jisx0201.euc ext/Encode/t/jisx0201.ref
3698            - ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
3699            - ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
3700            - ext/Encode/t/ksc5601.euc ext/Encode/t/ksc5601.ref
3701            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
3702            ! ext/Encode/Encode.xs ext/Encode/MANIFEST ext/Encode/TW/TW.pm
3703            ! ext/Encode/bin/ucm2table ext/Encode/t/perlio.t
3704 ____________________________________________________________________________
3705 [ 16088] By: jhi                                   on 2002/04/22  19:55:18
3706         Log: On Win32 the end.t failure should be gone now.
3707      Branch: perl
3708            ! pod/perldelta.pod
3709 ____________________________________________________________________________
3710 [ 16087] By: jhi                                   on 2002/04/22  19:51:29
3711         Log: Subject: [PATCH] update VOS-specific pod files
3712              From: Paul_GreenVOS@vos.stratus.com
3713              Date: Mon, 22 Apr 02 16:02 edt
3714              Message-Id: <200204222002.QAA07350@mailhub1.stratus.com>
3715      Branch: perl
3716            ! README.vos pod/perlport.pod
3717 ____________________________________________________________________________
3718 [ 16086] By: jhi                                   on 2002/04/22  19:50:05
3719         Log: Subject: [PATCH] cleanup ./hints/vos.sh
3720              From: Paul_GreenVOS@vos.stratus.com
3721              Date: Mon, 22 Apr 02 15:26 edt
3722              Message-Id: <200204221926.PAA05539@mailhub1.stratus.com>
3723      Branch: perl
3724            ! hints/vos.sh
3725 ____________________________________________________________________________
3726 [ 16085] By: jhi                                   on 2002/04/22  19:48:20
3727         Log: Upgrade to Encode 1.57, from Dan Kogai.
3728      Branch: perl
3729            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
3730            ! ext/Encode/Unicode/Unicode.pm ext/Encode/lib/Encode/CN/HZ.pm
3731            ! ext/Encode/lib/Encode/Encoding.pm
3732            ! ext/Encode/lib/Encode/JP/JIS7.pm
3733            ! ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/JP.t
3734            ! ext/Encode/t/KR.t ext/Encode/t/jperl.t ext/Encode/t/perlio.t
3735 ____________________________________________________________________________
3736 [ 16084] By: ams                                   on 2002/04/22  18:10:13
3737         Log: Subject: [PATCH perl5005delta perlhack perlhist] small corrections
3738              From: Stas Bekman <stas@stason.org>
3739              Date: Tue, 23 Apr 2002 01:59:07 +0800
3740              Message-Id: <3CC44F6B.5010300@stason.org>
3741      Branch: perl
3742            ! pod/perl5005delta.pod pod/perlhack.pod pod/perlhist.pod
3743 ____________________________________________________________________________
3744 [ 16083] By: jhi                                   on 2002/04/22  16:41:03
3745         Log: Update Changes.
3746      Branch: perl
3747            ! Changes patchlevel.h
3748 ____________________________________________________________________________
3749 [ 16082] By: jhi                                   on 2002/04/22  16:22:50
3750         Log: In MANIFEST but not added.
3751      Branch: perl
3752            + NetWare/interface.cpp
3753 ____________________________________________________________________________
3754 [ 16081] By: jhi                                   on 2002/04/22  16:15:26
3755         Log: Duh.
3756      Branch: perl
3757            ! lib/ExtUtils/MM_Unix.pm
3758 ____________________________________________________________________________
3759 [ 16080] By: jhi                                   on 2002/04/22  16:07:26
3760         Log: Subject: Re: t/japh/abigail.t [PATCH]
3761              From: Norton Allen <allen@huarp.harvard.edu>
3762              Date: Sun, 21 Apr 2002 21:14:59 -0400 (edt)
3763              Message-Id: <200204220114.VAA06066@bottesini.harvard.edu>
3764      Branch: perl
3765            ! t/japh/abigail.t
3766 ____________________________________________________________________________
3767 [ 16079] By: ams                                   on 2002/04/22  15:59:55
3768         Log: Subject: {PATCH docs] sockatmark
3769              From: Mark-Jason Dominus <mjd@plover.com>
3770              Date: Mon, 22 Apr 2002 02:43:42 -0400
3771              Message-Id: <20020422064342.24646.qmail@plover.com>
3772      Branch: perl
3773            ! ext/IO/lib/IO/Socket.pm pod/perlfunc.pod
3774 ____________________________________________________________________________
3775 [ 16078] By: jhi                                   on 2002/04/22  15:57:21
3776         Log: Subject: [PATCH] cflags.SH -- to preserve hint file options
3777              From: Paul_GreenVOS@vos.stratus.com
3778              Date: Mon, 22 Apr 02 12:40 edt
3779              Message-Id: <200204221639.MAA11298@mailhub2.stratus.com>
3780      Branch: perl
3781            ! cflags.SH
3782 ____________________________________________________________________________
3783 [ 16077] By: jhi                                   on 2002/04/22  15:18:18
3784         Log: Add new files from #16076; re-sort.
3785      Branch: perl
3786            ! MANIFEST
3787 ____________________________________________________________________________
3788 [ 16076] By: jhi                                   on 2002/04/22  15:15:22
3789         Log: NetWare changeover from Watcom to Codewarrior, from C Aditya.
3790      Branch: perl
3791            + NetWare/MP.imp NetWare/bat/CWbuild.bat NetWare/nwhashcls.cpp
3792            + NetWare/nwhashcls.h NetWare/nwperlhost.h NetWare/nwvmem.h
3793            + NetWare/perllib.cpp NetWare/splittree.pl
3794            ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
3795            ! NetWare/dl_netware.xs NetWare/interface.h NetWare/iperlhost.h
3796            ! NetWare/nw5.c NetWare/nw5sck.c NetWare/t/NWScripts.pl
3797            ! NetWare/testnlm/type/type.c ext/File/Glob/bsd_glob.c
3798            ! iperlsys.h lib/ExtUtils/MM.pm lib/ExtUtils/MM_NW5.pm
3799            ! lib/ExtUtils/MM_Unix.pm makedef.pl perl.c x2p/a2py.c
3800            ! x2p/hash.c x2p/walk.c
3801 ____________________________________________________________________________
3802 [ 16074] By: jhi                                   on 2002/04/22  15:04:25
3803         Log: Subject: Re: [ID 20020422.003] Suggestion in Perl 5.6.1 installation on AIX
3804              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3805              Date: Mon, 22 Apr 2002 17:56:17 +0200
3806              Message-Id: <20020422175549.BECB.H.M.BRAND@hccnet.nl>
3807      Branch: perl
3808            ! README.aix
3809 ____________________________________________________________________________
3810 [ 16073] By: jhi                                   on 2002/04/22  12:59:17
3811         Log: Signedness nit.
3812      Branch: perl
3813            ! ext/PerlIO/encoding/encoding.xs
3814 ____________________________________________________________________________
3815 [ 16072] By: jhi                                   on 2002/04/22  12:58:04
3816         Log: No semicolons after blocks.
3817      Branch: perl
3818            ! ext/Encode/Encode.xs
3819 ____________________________________________________________________________
3820 [ 16071] By: jhi                                   on 2002/04/22  12:48:19
3821         Log: Upgrade to PerlIO::encoding 0.04, from Dan Kogai.
3822      Branch: perl
3823            ! ext/PerlIO/encoding/encoding.pm
3824            ! ext/PerlIO/encoding/encoding.xs
3825 ____________________________________________________________________________
3826 [ 16070] By: jhi                                   on 2002/04/22  12:44:09
3827         Log: Upgrade to Encode 1.56, from Dan Kogai.
3828      Branch: perl
3829            ! ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm ext/Encode/CN/CN.pm
3830            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
3831            ! ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm ext/Encode/README
3832            ! ext/Encode/Symbol/Symbol.pm ext/Encode/TW/TW.pm
3833            ! ext/Encode/Unicode/Unicode.pm ext/Encode/Unicode/Unicode.xs
3834            ! ext/Encode/bin/enc2xs ext/Encode/bin/piconv
3835            ! ext/Encode/bin/ucmlint ext/Encode/encoding.pm
3836            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/CN/HZ.pm
3837            ! ext/Encode/lib/Encode/Config.pm
3838            ! ext/Encode/lib/Encode/Encoder.pm
3839            ! ext/Encode/lib/Encode/Encoding.pm
3840            ! ext/Encode/lib/Encode/JP/H2Z.pm
3841            ! ext/Encode/lib/Encode/JP/JIS7.pm
3842            ! ext/Encode/lib/Encode/KR/2022_KR.pm
3843            ! ext/Encode/lib/Encode/PerlIO.pod
3844            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/jperl.t
3845            ! ext/Encode/t/perlio.t ext/Encode/ucm/big5-eten.ucm
3846            ! ext/Encode/ucm/big5-hkscs.ucm
3847 ____________________________________________________________________________
3848 [ 16069] By: jhi                                   on 2002/04/22  12:38:30
3849         Log: Comment tweak from Philip.
3850      Branch: perl
3851            ! opcode.pl
3852 ____________________________________________________________________________
3853 [ 16068] By: gsar                                  on 2002/04/22  09:53:36
3854         Log: a Test::Harness tweak to make the test lines show up prettier
3855      Branch: perl
3856            ! lib/Test/Harness.pm
3857 ____________________________________________________________________________
3858 [ 16067] By: nick                                  on 2002/04/22  09:19:23
3859         Log: Integrate mainline
3860      Branch: perlio
3861           !> lib/FileCache.t lib/Pod/t/eol.t lib/Tie/File/t/31_autodefer.t
3862           !> lib/Tie/File/t/32_defer_misc.t lib/Tie/File/t/33_defer_vs.t
3863           !> t/lib/warnings/perlio t/win32/system.t
3864 ____________________________________________________________________________
3865 [ 16066] By: nick                                  on 2002/04/22  09:01:43
3866         Log: Integrate //depot/perlio into mainline
3867      Branch: perl
3868           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
3869           !> ext/Encode/t/perlio.t ext/PerlIO/encoding/encoding.pm
3870           !> ext/PerlIO/encoding/encoding.xs pod/perliol.pod
3871 ____________________________________________________________________________
3872 [ 16065] By: gsar                                  on 2002/04/22  08:37:17
3873         Log: clean up after stray test file littering
3874              
3875              NOTE: PerlIO/t/via.t leaves behind a via$$ file on windows when
3876              it seems that it shouldn't (looks like a handle leak in PerlIO
3877              to me)
3878      Branch: perl
3879            ! lib/FileCache.t lib/Pod/t/eol.t lib/Tie/File/t/31_autodefer.t
3880            ! lib/Tie/File/t/32_defer_misc.t lib/Tie/File/t/33_defer_vs.t
3881            ! t/lib/warnings/perlio t/win32/system.t
3882 ____________________________________________________________________________
3883 [ 16064] By: nick                                  on 2002/04/22  08:02:58
3884         Log: Integrate mainline into perlio
3885      Branch: perlio
3886           +> ext/Storable/t/malice.t
3887            ! pod/perliol.pod
3888           !> (integrate 57 files)
3889 ____________________________________________________________________________
3890 [ 16063] By: gsar                                  on 2002/04/22  07:23:30
3891         Log: integrate change#16062 from mainline
3892              
3893              another windows fix: only create a new console for subprocesses
3894              when all three stdhandles are invalid (from Jan Dubois)
3895      Branch: maint-5.6/perl
3896            ! win32/win32.c
3897 ____________________________________________________________________________
3898 [ 16062] By: gsar                                  on 2002/04/22  07:02:03
3899         Log: another windows fix: only create a new console for subprocesses
3900              when all three stdhandles are invalid (from Jan Dubois)
3901      Branch: perl
3902            ! win32/win32.c
3903 ____________________________________________________________________________
3904 [ 16060] By: gsar                                  on 2002/04/22  02:40:57
3905         Log: all the thread tests now pass on windows (32-bit and 64-bit)
3906      Branch: perl
3907            ! README.win32
3908 ____________________________________________________________________________
3909 [ 16059] By: gsar                                  on 2002/04/22  02:35:45
3910         Log: enable maximal optimizations on win64
3911      Branch: perl
3912            ! win32/Makefile win32/makefile.mk
3913 ____________________________________________________________________________
3914 [ 16058] By: jhi                                   on 2002/04/22  01:38:31
3915         Log: Tweaks copied from Philip Newton's Encode patches.
3916      Branch: perl
3917            ! AUTHORS
3918 ____________________________________________________________________________
3919 [ 16057] By: sky                                   on 2002/04/22  00:19:40
3920         Log: End blocks were not run on Win32.
3921              The real fix should be to turn this flag on in RunPerl but
3922              I think we are too close 5.8 to change that.
3923      Branch: perl
3924            ! ext/threads/threads.xs
3925 ____________________________________________________________________________
3926 [ 16056] By: sky                                   on 2002/04/21  23:29:22
3927         Log: Do not unlock mutex twice.
3928              Do not unlock mutex after it has been destroyed and freed.
3929              Do not email p5p without uncrossing eyes.
3930      Branch: perl
3931            ! ext/threads/threads.xs
3932 ____________________________________________________________________________
3933 [ 16055] By: gsar                                  on 2002/04/21  22:32:29
3934         Log: squelch some more type mismatch warnings
3935              
3936              SvREFCNT_dec(x ? y : z) did not typecast the right thing due to
3937              missing parens in macro definition
3938      Branch: perl
3939            ! dump.c ext/Cwd/Cwd.xs ext/Data/Dumper/Dumper.xs
3940            ! ext/File/Glob/bsd_glob.c ext/IO/IO.xs ext/IO/poll.c
3941            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/encoding/encoding.xs
3942            ! pp.c regexec.c sv.h
3943 ____________________________________________________________________________
3944 [ 16054] By: jhi                                   on 2002/04/21  22:24:52
3945         Log: Make writing user-defined character properties nicer.
3946      Branch: perl
3947            ! lib/utf8_heavy.pl pod/perlunicode.pod t/op/pat.t
3948 ____________________________________________________________________________
3949 [ 16053] By: gsar                                  on 2002/04/21  21:39:08
3950         Log: test appears to be ass_u_ming sizeof(long) == sizeof(IV), which
3951              isn't the case on win64
3952      Branch: perl
3953            ! ext/Storable/t/malice.t
3954 ____________________________________________________________________________
3955 [ 16052] By: jhi                                   on 2002/04/21  21:24:07
3956         Log: One more way to do character class subtraction.
3957      Branch: perl
3958            ! pod/perlunicode.pod
3959 ____________________________________________________________________________
3960 [ 16051] By: jhi                                   on 2002/04/21  21:04:19
3961         Log: Mopup of #16048.
3962      Branch: perl
3963            ! pp_sys.c
3964 ____________________________________________________________________________
3965 [ 16050] By: gsar                                  on 2002/04/21  20:55:38
3966         Log: some test failures have been fixed
3967      Branch: perl
3968            ! README.win32
3969 ____________________________________________________________________________
3970 [ 16049] By: gsar                                  on 2002/04/21  20:50:21
3971         Log: use compare_text() rather than compare() to avoid bogus
3972              failures when the test files happen to be CRLF terminated
3973      Branch: perl
3974            ! ext/Encode/t/JP.t
3975 ____________________________________________________________________________
3976 [ 16048] By: gsar                                  on 2002/04/21  19:53:08
3977         Log: fixes for all the warnings reported by Visual C (most of this
3978              change is from change#12026)
3979      Branch: perl
3980            ! av.c cop.h doop.c dump.c ext/Devel/Peek/Peek.xs gv.c hv.c
3981            ! locale.c mg.c op.c perl.c perl.h perlio.c perly.c perly.y pp.c
3982            ! pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c regcomp.c
3983            ! regexec.c sv.c toke.c universal.c utf8.c util.c
3984            ! vms/perly_c.vms win32/perllib.c win32/win32.c win32/win32sck.c
3985 ____________________________________________________________________________
3986 [ 16047] By: jhi                                   on 2002/04/21  17:21:56
3987         Log: Subject: [PATCH] another Storable test (Re: perl@16005)
3988              From: Nicholas Clark <nick@unfortu.net>
3989              Date: Sun, 21 Apr 2002 19:15:24 +0100
3990              Message-ID: <20020421181523.GC332@Bagpuss.unfortu.net>
3991      Branch: perl
3992            + ext/Storable/t/malice.t
3993            ! MANIFEST ext/Storable/Storable.pm
3994 ____________________________________________________________________________
3995 [ 16046] By: jhi                                   on 2002/04/21  17:09:01
3996         Log: Subject: [PATCH] Win32: encode/t/perlio.t needs some binmode
3997              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
3998              Date: Sun, 21 Apr 2002 19:37:51 +0200
3999              Message-ID: <3CC3150F.5798.22A05AE@localhost>
4000      Branch: perl
4001            ! ext/Encode/t/perlio.t
4002 ____________________________________________________________________________
4003 [ 16045] By: jhi                                   on 2002/04/21  16:29:28
4004         Log: Subject: [PATCH 5.7.3 docs] Typo in pod/perltrap.pod
4005              From: Andrey Sapozhnikov <sapa@icb.chel.su>
4006              Date: Fri, 19 Apr 2002 19:55:56 +0600
4007              Message-ID: <3CC021EC.5080005@icb.chel.su>
4008              
4009              (tweaked a bit)
4010      Branch: perl
4011            ! pod/perltrap.pod
4012 ____________________________________________________________________________
4013 [ 16044] By: jhi                                   on 2002/04/21  16:22:17
4014         Log: Do not assume that io buffer flushing happens in the same
4015              order as joins (that assumption broke in a multicpu IRIX box)
4016      Branch: perl
4017            ! ext/threads/t/thread.t
4018 ____________________________________________________________________________
4019 [ 16043] By: jhi                                   on 2002/04/21  15:56:30
4020         Log: As if people would be reading the documentation :-)
4021      Branch: perl
4022            ! opcode.pl
4023 ____________________________________________________________________________
4024 [ 16042] By: jhi                                   on 2002/04/21  15:15:05
4025         Log: Typo tweaks.
4026      Branch: perl
4027            ! pod/perlrun.pod
4028 ____________________________________________________________________________
4029 [ 16041] By: sky                                   on 2002/04/21  13:53:54
4030         Log: Got the last memory leak in the while(1) { threads->create(sub 
4031              {})->join() }, now we can loop over a million threads without a 
4032              problem. 
4033              Cleared up SVs that should have been mortal but never where.
4034      Branch: perl
4035            ! ext/threads/threads.xs
4036 ____________________________________________________________________________
4037 [ 16040] By: rgs                                   on 2002/04/21  12:25:15
4038         Log: Make doc clearer, as suggested by Brent Dax
4039      Branch: perl
4040            ! opcode.pl
4041 ____________________________________________________________________________
4042 [ 16039] By: rgs                                   on 2002/04/21  12:20:47
4043         Log: Revert change #15974.
4044      Branch: perl
4045            ! ext/B/B/Deparse.pm
4046 ____________________________________________________________________________
4047 [ 16038] By: nick                                  on 2002/04/21  08:43:48
4048         Log: Integrate mainline
4049      Branch: perlio
4050           +> win32/config.vc64 win32/config_H.vc64
4051           !> (integrate 43 files)
4052 ____________________________________________________________________________
4053 [ 16037] By: nick                                  on 2002/04/21  08:10:07
4054         Log: Integrate mainline
4055      Branch: perlio
4056           +> ext/Encode/ucm/big5-eten.ucm
4057            - ext/Encode/ucm/big5.ucm win32/Makefile.win64
4058            - win32/config.win64 win32/config_H.win64
4059           !> MANIFEST Porting/makerel ext/Encode/Changes
4060           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/MANIFEST
4061           !> ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
4062           !> ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
4063           !> ext/Encode/lib/Encode/Config.pm
4064           !> ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
4065           !> ext/Encode/t/TW.t ext/Encode/ucm/big5-hkscs.ucm
4066           !> ext/threads/threads.xs lib/Memoize/t/errors.t pod/perlfunc.pod
4067           !> pod/perlunicode.pod vms/vms.c
4068 ____________________________________________________________________________
4069 [ 16036] By: jhi                                   on 2002/04/21  03:04:41
4070         Log: S_ stands sfor static.
4071      Branch: perl
4072            ! hv.c
4073 ____________________________________________________________________________
4074 [ 16035] By: jhi                                   on 2002/04/21  02:52:35
4075         Log: htovs et al might be macros.
4076      Branch: perl
4077            ! perl.h
4078 ____________________________________________________________________________
4079 [ 16034] By: gsar                                  on 2002/04/21  02:11:06
4080         Log: missed checkin of this file in change#16033
4081      Branch: perl
4082            ! makedef.pl
4083 ____________________________________________________________________________
4084 [ 16033] By: gsar                                  on 2002/04/21  01:55:35
4085         Log: Windows 64-bit support:
4086              
4087              * support for building it in the regular makefiles
4088              * large files support via the _*i64() functions (this should be
4089              portable to the 32-bit universe too, but quite untested and
4090              and binary-incompatible, therefore not enabled there)
4091              * three additional test failures in addition to the t/end.t one
4092              (see README.win32)
4093              * sprintf() on Windows gets %I{32,64,}[xoud] format that parallel
4094              the ones available from the CRT (needed because Perl uses
4095              the UVxf macros in both sprintf() *and* in sv_catpvf() et al.)
4096              * add a few 64-bit notes to README.win32
4097              
4098              The following general problems were also fixed:
4099              
4100              * s/struct stat/Stat_t/g
4101              * Data::Dumper had some naughty 'long' typecasts
4102              * Errno_pm.PL didn't work safe when winsock.h was not in the same
4103              directory as errno.h
4104              * various tell/seek things were incorrectly prototyped
4105              * squelch ugly looking noise when running tests
4106              * Embed.t wasn't linking in all the libraries
4107              * perl57.dll is now perl58.dll (anticipating 5.8.0-RC1)
4108              * re-enable all the disabled warnings (additional fixes may be
4109              needed for the warnings uncovered by this)
4110      Branch: perl
4111            + win32/config.vc64 win32/config_H.vc64
4112            ! MANIFEST README.win32 doio.c dosish.h
4113            ! ext/Data/Dumper/Dumper.xs ext/Errno/Errno_pm.PL iperlsys.h
4114            ! lib/ExtUtils/t/Embed.t lib/ExtUtils/t/basic.t mg.c perl.c
4115            ! perl.h sv.c t/op/exec.t util.c win32/Makefile win32/config.gc
4116            ! win32/config.vc win32/makefile.mk win32/perlglob.c
4117            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32io.c
4118            ! win32/win32iop.h win32/win32sck.c
4119 ____________________________________________________________________________
4120 [ 16032] By: jhi                                   on 2002/04/20  23:07:20
4121         Log: Upgrade to Encode 1.52, from Dan Kogai.
4122      Branch: perl
4123            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
4124            ! ext/Encode/Unicode/Unicode.xs ext/Encode/bin/enc2xs
4125            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Encoding.pm
4126            ! ext/Encode/lib/Encode/JP/JIS7.pm
4127            ! ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/TW.t
4128            ! ext/Encode/t/perlio.t ext/Encode/ucm/big5-eten.ucm
4129            ! ext/Encode/ucm/big5-hkscs.ucm
4130 ____________________________________________________________________________
4131 [ 16031] By: jhi                                   on 2002/04/20  22:22:23
4132         Log: Subject: Re: [PATCH 5.7.3 docs] The question deals with a bug that was fixed
4133              From: Mark-Jason Dominus <mjd@plover.com>
4134              Date: Sat, 20 Apr 2002 03:36:28 -0400
4135              Message-ID: <20020420073628.324.qmail@plover.com>
4136      Branch: perl
4137            ! pod/perlopentut.pod
4138 ____________________________________________________________________________
4139 [ 16030] By: sky                                   on 2002/04/20  22:02:32
4140         Log: Remove auto-detach
4141              Cleans up memory now, destroys the mutex and frees thread
4142              Makes returnvalues mortal
4143              Doesn't run thread_destruct until the thread has stopped AND
4144              all references to it are gone.
4145      Branch: perl
4146            ! ext/threads/threads.xs
4147 ____________________________________________________________________________
4148 [ 16029] By: jhi                                   on 2002/04/20  21:46:33
4149         Log: Subject: [PATCH @16005] rescue perldoc for VMS
4150              From: "Craig A. Berry" <craigberry@mac.com>
4151              Date: Sat, 20 Apr 2002 15:16:30 -0500
4152              Message-Id: <a05111701b8e779a639b9@[172.16.52.1]>
4153      Branch: perl
4154            ! vms/vms.c
4155 ____________________________________________________________________________
4156 [ 16028] By: jhi                                   on 2002/04/20  21:44:27
4157         Log: Subject: Re: [PATCH] typo
4158              From: andreas.koenig@anima.de (Andreas J. Koenig)
4159              Date: Sat, 20 Apr 2002 15:41:23 +0200
4160              Message-ID: <m37kn2o5bw.fsf@anima.de>
4161      Branch: perl
4162            ! ext/Encode/encoding.pm
4163 ____________________________________________________________________________
4164 [ 16027] By: nick                                  on 2002/04/20  21:42:09
4165         Log: Fix perlio for Encode/t/perlio.t's SKIPPED TODO tests,
4166              and change test not to skip them.
4167      Branch: perlio
4168            ! ext/Encode/t/perlio.t ext/PerlIO/encoding/encoding.xs
4169 ____________________________________________________________________________
4170 [ 16026] By: jhi                                   on 2002/04/20  21:40:20
4171         Log: Upgrade to Encode 1.51, from Dan Kogai.
4172      Branch: perl
4173            + ext/Encode/ucm/big5-eten.ucm
4174            - ext/Encode/ucm/big5.ucm
4175            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
4176            ! ext/Encode/Encode.xs ext/Encode/MANIFEST
4177            ! ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
4178            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/Config.pm
4179            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
4180            ! ext/Encode/t/TW.t ext/Encode/ucm/big5-hkscs.ucm
4181 ____________________________________________________________________________
4182 [ 16025] By: gsar                                  on 2002/04/20  19:58:59
4183         Log: purge existing win64 stuff (this never really worked in 5.7.x)
4184              in preparation for completely redone win64 support
4185      Branch: perl
4186            - win32/Makefile.win64 win32/config.win64 win32/config_H.win64
4187            ! MANIFEST Porting/makerel
4188 ____________________________________________________________________________
4189 [ 16024] By: rgs                                   on 2002/04/20  19:09:35
4190         Log: Subject: Re: perl@16005
4191              From: Stas Bekman <stas@stason.org>
4192              Date: Sat, 20 Apr 2002 13:06:49 +0800
4193              Message-ID: <3CC0F769.1010705@stason.org>
4194              (with a minor formatting nit)
4195      Branch: perl
4196            ! pod/perlfunc.pod
4197 ____________________________________________________________________________
4198 [ 16023] By: nick                                  on 2002/04/20  19:06:04
4199         Log: Some tweaks for encodings which need lines.
4200              Also disabled trial of using fallbacks.
4201      Branch: perlio
4202            ! ext/PerlIO/encoding/encoding.pm
4203            ! ext/PerlIO/encoding/encoding.xs
4204 ____________________________________________________________________________
4205 [ 16022] By: nick                                  on 2002/04/20  18:37:38
4206         Log: Various tweaks to Encode
4207      Branch: perlio
4208            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
4209            ! ext/Encode/Unicode/Unicode.xs
4210            ! ext/Encode/lib/Encode/Encoding.pm
4211            ! ext/Encode/lib/Encode/JP/JIS7.pm
4212            ! ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/perlio.t
4213 ____________________________________________________________________________
4214 [ 16021] By: jhi                                   on 2002/04/20  14:31:31
4215         Log: Subject: [PATCH] perlunicode.pod typos
4216              From: andreas.koenig@anima.de (Andreas J. Koenig)     
4217              Date: Sat, 20 Apr 2002 11:20:25 +0200
4218              Message-ID: <m3vgamoheu.fsf@anima.de>
4219      Branch: perl
4220            ! pod/perlunicode.pod
4221 ____________________________________________________________________________
4222 [ 16020] By: jhi                                   on 2002/04/20  14:28:12
4223         Log: Test tweak from mjd.
4224      Branch: perl
4225            ! lib/Memoize/t/errors.t
4226 ____________________________________________________________________________
4227 [ 16019] By: jhi                                   on 2002/04/20  14:26:17
4228         Log: Integrate perlio;
4229              
4230              Tweak to Encode.xs to avoid buffer overrun.
4231              
4232              Add :bytes to POD part.
4233              Remove 'alias' to Encode now it exists as a module.
4234              
4235              Fill in the PERLIO sections.
4236      Branch: perl
4237           !> ext/Encode/Encode.xs lib/PerlIO.pm pod/perlrun.pod
4238 ____________________________________________________________________________
4239 [ 16018] By: nick                                  on 2002/04/20  13:38:24
4240         Log: Fill in the PERLIO sections.
4241      Branch: perlio
4242            ! pod/perlrun.pod
4243 ____________________________________________________________________________
4244 [ 16017] By: nick                                  on 2002/04/20  13:37:15
4245         Log: Add :bytes to POD part.
4246              Remove 'alias' to Encode now it exists as a module.
4247      Branch: perlio
4248            ! lib/PerlIO.pm
4249 ____________________________________________________________________________
4250 [ 16016] By: sky                                   on 2002/04/20  13:12:31
4251         Log: Really let the update of the link list do something.
4252      Branch: perl
4253            ! ext/threads/threads.xs
4254 ____________________________________________________________________________
4255 [ 16015] By: nick                                  on 2002/04/20  07:51:26
4256         Log: Integrate mainline
4257      Branch: perlio
4258           !> README.cn README.tw ext/B/O.pm lib/utf8_heavy.pl
4259           !> pod/perlre.pod pod/perlretut.pod pod/perlunicode.pod
4260           !> t/io/open.t t/japh/abigail.t t/lib/warnings/doio t/op/pat.t
4261 ____________________________________________________________________________
4262 [ 16014] By: nick                                  on 2002/04/20  07:46:11
4263         Log: Tweak to Encode.xs to avoid buffer overrun.
4264      Branch: perlio
4265            ! ext/Encode/Encode.xs
4266 ____________________________________________________________________________
4267 [ 16013] By: jhi                                   on 2002/04/20  01:48:13
4268         Log: Subject: [PATCH] t/japh/abigail.t
4269              From: abigail@foad.org
4270              Date: Fri, 19 Apr 2002 02:21:36 +0200
4271              Message-ID: <20020419002136.16948.qmail@foad.org>
4272              
4273              Subject: Re: [PATCH] t/japh/abigail.t
4274              From: "Craig A. Berry" <craigberry@mac.com>
4275              Date: Fri, 19 Apr 2002 11:23:45 -0500
4276              Message-Id: <a05111705b8e5f49d5618@[172.16.52.1]>
4277      Branch: perl
4278            ! t/japh/abigail.t
4279 ____________________________________________________________________________
4280 [ 16012] By: jhi                                   on 2002/04/20  01:46:03
4281         Log: User-defined character properties were unintentionally
4282              removed, noticed by Dan Kogai.
4283      Branch: perl
4284            ! lib/utf8_heavy.pl pod/perlre.pod pod/perlretut.pod
4285            ! pod/perlunicode.pod t/op/pat.t
4286 ____________________________________________________________________________
4287 [ 16011] By: jhi                                   on 2002/04/19  21:53:55
4288         Log: Subject: Re: [PATCH] Big5-related changes.
4289              From: Autrijus Tang <autrijus@autrijus.org>
4290              Date: Sat, 20 Apr 2002 04:06:31 +0800
4291              Message-ID: <20020419200631.GA20964@not.autrijus.org>
4292      Branch: perl
4293            ! README.cn README.tw
4294 ____________________________________________________________________________
4295 [ 16010] By: rgs                                   on 2002/04/19  20:52:19
4296         Log: Add a BUGS sections to O.pm
4297      Branch: perl
4298            ! ext/B/O.pm
4299 ____________________________________________________________________________
4300 [ 16009] By: rgs                                   on 2002/04/19  20:07:02
4301         Log: Disable warning noise
4302      Branch: perl
4303            ! t/io/open.t
4304 ____________________________________________________________________________
4305 [ 16008] By: rgs                                   on 2002/04/19  19:54:08
4306         Log: More tests for the 3-arg open
4307      Branch: perl
4308            ! t/io/open.t t/lib/warnings/doio
4309 ____________________________________________________________________________
4310 [ 16007] By: nick                                  on 2002/04/19  17:45:53
4311         Log: Silence warning generating warning message for U+FFFF does not map etc.
4312      Branch: perlio
4313            ! ext/Encode/Encode.xs
4314 ____________________________________________________________________________
4315 [ 16006] By: nick                                  on 2002/04/19  15:24:57
4316         Log: Integrate mainline (for Tk with Encode testing)
4317              Some perlio & encode issues otherwise cleanish.
4318      Branch: perlio
4319           +> ext/Encode/Unicode/Makefile.PL ext/Encode/Unicode/Unicode.pm
4320           +> ext/Encode/Unicode/Unicode.xs ext/Encode/lib/Encode/PerlIO.pod
4321           +> ext/Encode/t/fallback.t ext/Encode/t/jisx0201.euc
4322           +> ext/Encode/t/jisx0201.ref ext/Encode/t/perlio.t
4323           +> ext/threads/t/thread.t
4324            - ext/Encode/lib/Encode/Unicode.pm
4325           !> (integrate 38 files)
4326 ____________________________________________________________________________
4327 [ 16005] By: jhi                                   on 2002/04/19  13:26:39
4328         Log: Update Changes.
4329      Branch: perl
4330            ! Changes patchlevel.h
4331 ____________________________________________________________________________
4332 [ 16004] By: jhi                                   on 2002/04/19  13:15:22
4333         Log: Subject: [PATCH] warn on ref open without perlio
4334              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4335              Date: Thu, 18 Apr 2002 23:17:44 +0200
4336              Message-ID: <20020418231744.A24159@rafael>
4337              
4338              (with one nit, the skip message needed "# " prefix)
4339      Branch: perl
4340            ! doio.c pod/perldiag.pod t/lib/warnings/doio
4341 ____________________________________________________________________________
4342 [ 16003] By: jhi                                   on 2002/04/19  12:59:11
4343         Log: Subject: Smoke 15996 /pro/3gl/CPAN/perl-current  
4344              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4345              Date: Fri, 19 Apr 2002 15:43:47 +0200
4346              Message-Id: <20020419153704.C397.H.M.BRAND@hccnet.nl>
4347      Branch: perl
4348            ! README.hpux
4349 ____________________________________________________________________________
4350 [ 16002] By: jhi                                   on 2002/04/19  12:58:23
4351         Log: Upgrade to PerlIO::encoding 0.02, from Dan Kogai.
4352      Branch: perl
4353            ! ext/PerlIO/encoding/encoding.pm
4354            ! ext/PerlIO/encoding/encoding.xs
4355 ____________________________________________________________________________
4356 [ 16001] By: jhi                                   on 2002/04/19  12:58:00
4357         Log: Upgrade to Encode 1.50, from Dan Kogai.
4358      Branch: perl
4359            + ext/Encode/Unicode/Makefile.PL ext/Encode/Unicode/Unicode.pm
4360            + ext/Encode/Unicode/Unicode.xs ext/Encode/lib/Encode/PerlIO.pod
4361            + ext/Encode/t/fallback.t ext/Encode/t/jisx0201.euc
4362            + ext/Encode/t/jisx0201.ref ext/Encode/t/perlio.t
4363            - ext/Encode/lib/Encode/Unicode.pm
4364            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Changes
4365            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
4366            ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/Encode/encode.h
4367            ! ext/Encode/JP/JP.pm ext/Encode/MANIFEST ext/Encode/TW/TW.pm
4368            ! ext/Encode/bin/enc2xs ext/Encode/bin/piconv
4369            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/JP/JIS7.pm
4370            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/JP.t
4371            ! ext/Encode/t/KR.t ext/Encode/t/jisx0208.euc
4372            ! ext/Encode/t/jisx0208.ref
4373 ____________________________________________________________________________
4374 [ 16000] By: jhi                                   on 2002/04/19  12:16:08
4375         Log: Subject: CPAN.pm sync
4376              From: andreas.koenig@anima.de (Andreas J. Koenig)
4377              Date: Fri, 19 Apr 2002 11:55:07 +0200
4378              Message-ID: <m3ads0qah0.fsf@anima.de>
4379      Branch: perl
4380            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
4381 ____________________________________________________________________________
4382 [ 15999] By: jhi                                   on 2002/04/19  12:08:54
4383         Log: Snip away an obsolete section noticed by Benjamin Goldberg.
4384      Branch: perl
4385            ! pod/perltooc.pod
4386 ____________________________________________________________________________
4387 [ 15998] By: jhi                                   on 2002/04/19  00:43:45
4388         Log: The previous change on this was *ahem* slightly off-topic.
4389      Branch: perl
4390            ! ext/PerlIO/encoding/encoding.pm
4391 ____________________________________________________________________________
4392 [ 15997] By: gsar                                  on 2002/04/19  00:19:47
4393         Log: variant of change#14657 from mainline, modified for binary
4394              compatibility for 5.6.x (from  Jan Dubois)
4395      Branch: maint-5.6/perl
4396            ! lib/Win32.pod win32/win32.c
4397 ____________________________________________________________________________
4398 [ 15996] By: ams                                   on 2002/04/18  16:16:26
4399         Log: Subject: [PATCH] Typo in pod/perldebtut.pod
4400              From: abigail@foad.org
4401              Date: Thu, 18 Apr 2002 17:09:45 +0200
4402              Message-Id: <20020418150945.389.qmail@foad.org>
4403      Branch: perl
4404            ! pod/perldebtut.pod
4405 ____________________________________________________________________________
4406 [ 15995] By: jhi                                   on 2002/04/18  14:14:10
4407         Log: z/OS situation update.
4408      Branch: perl
4409            ! pod/perldelta.pod
4410 ____________________________________________________________________________
4411 [ 15994] By: jhi                                   on 2002/04/18  13:43:37
4412         Log: Doc tweaks.
4413      Branch: perl
4414            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Supported.pod
4415 ____________________________________________________________________________
4416 [ 15993] By: jhi                                   on 2002/04/18  13:05:46
4417         Log: The tests need perlio.
4418      Branch: perl
4419            ! ext/Encode/t/JP.t ext/Encode/t/encoding.t
4420 ____________________________________________________________________________
4421 [ 15992] By: jhi                                   on 2002/04/18  12:58:17
4422         Log: Subject: [PATCH 5.7.3 docs] The question deals with a bug that was fixed
4423              From: Mark-Jason Dominus <mjd@plover.com>
4424              Date: Thu, 18 Apr 2002 09:38:17 -0400
4425              Message-ID: <20020418133817.22436.qmail@plover.com>    
4426              
4427              Subject: [PATCH 5.7.3 docs] Backticks in void context are no longer inefficient
4428              From: Mark-Jason Dominus <mjd@plover.com>
4429              Date: Thu, 18 Apr 2002 09:54:50 -0400
4430              Message-ID: <20020418135450.22999.qmail@plover.com>    
4431      Branch: perl
4432            ! pod/perlfaq8.pod
4433 ____________________________________________________________________________
4434 [ 15991] By: sky                                   on 2002/04/18  09:18:14
4435         Log: Port testcases from thr5005 tests so we don't fail on same things.
4436              Added yield support using threads->yield().
4437      Branch: perl
4438            + ext/threads/t/thread.t
4439            ! MANIFEST ext/threads/threads.pm ext/threads/threads.xs
4440 ____________________________________________________________________________
4441 [ 15990] By: nick                                  on 2002/04/18  07:56:40
4442         Log: Integrate mainline
4443      Branch: perlio
4444            - t/io/full.t
4445           !> MANIFEST README.cn README.hpux README.jp README.ko README.tw
4446           !> hints/unicos.sh hints/unicosmk.sh lib/ExtUtils/t/Embed.t
4447           !> perl.c t/op/groups.t toke.c win32/win32.c
4448 ____________________________________________________________________________
4449 [ 15989] By: sky                                   on 2002/04/18  07:15:55
4450         Log: Always flush the PerlIO buffers after running END blocks in 
4451              perl_destruct. This should fix ext/threads/t/end.t under Win32.
4452      Branch: perl
4453            ! perl.c
4454 ____________________________________________________________________________
4455 [ 15988] By: dougm                                 on 2002/04/18  01:56:16
4456         Log: plug memory leak in perl_destruct() by cleaning out PL_debug_pad
4457      Branch: perl
4458            ! perl.c
4459 ____________________________________________________________________________
4460 [ 15987] By: jhi                                   on 2002/04/17  21:51:18
4461         Log: Move /dev/full testing post-5.8.0.
4462      Branch: perl
4463            - t/io/full.t
4464            ! MANIFEST
4465 ____________________________________________________________________________
4466 [ 15986] By: jhi                                   on 2002/04/17  21:38:43
4467         Log: Neither UNICOS nor UNICOS/mk sport shared libraries.
4468              ("Crays have only REAL memory.")
4469      Branch: perl
4470            ! hints/unicos.sh hints/unicosmk.sh
4471 ____________________________________________________________________________
4472 [ 15985] By: jhi                                   on 2002/04/17  21:33:56
4473         Log: Subject: [PATCH 5.7.3 Win32] Devel::DProf Real Elapsed Times
4474              From: luc.st-louis@ca.transport.bombardier.com
4475              Date: Wed, 17 Apr 2002 14:22:25 -0400
4476              Message-ID: <85256B9E.0064EBE9.00@btg_hub01.bombardier.com>
4477      Branch: perl
4478            ! win32/win32.c
4479 ____________________________________________________________________________
4480 [ 15984] By: jhi                                   on 2002/04/17  21:12:34
4481         Log: With -Uuseperlio the error might be EBADF.
4482      Branch: perl
4483            ! t/io/full.t
4484 ____________________________________________________________________________
4485 [ 15983] By: jhi                                   on 2002/04/17  21:05:04
4486         Log: Subject: [PATCH@15930] Borland for Win32 adaptation for lib/ExtUtils/t/Embed.t
4487              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
4488              Date: Wed, 17 Apr 2002 21:16:22 +0400
4489              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C028117@cio-test001.spb.lucent.com>
4490      Branch: perl
4491            ! lib/ExtUtils/t/Embed.t
4492 ____________________________________________________________________________
4493 [ 15982] By: jhi                                   on 2002/04/17  21:04:02
4494         Log: Subject: [PATCH] RE: failed with undefined USE_PERLIO for Win32
4495              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
4496              Date: Wed, 17 Apr 2002 20:08:03 +0400
4497              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C028116@cio-test001.spb.lucent.com>
4498      Branch: perl
4499            ! win32/win32.c
4500 ____________________________________________________________________________
4501 [ 15981] By: jhi                                   on 2002/04/17  21:02:13
4502         Log: Subject: Re: [ID 20020416.001] 'close' does not report failure when buffer flush fails
4503              From: Mark-Jason Dominus <mjd@plover.com>
4504              Date: Wed, 17 Apr 2002 11:14:17 -0400
4505              Message-ID: <20020417151417.27268.qmail@plover.com>
4506      Branch: perl
4507            ! t/io/full.t
4508 ____________________________________________________________________________
4509 [ 15980] By: jhi                                   on 2002/04/17  20:57:36
4510         Log: README.cjk update.
4511      Branch: perl
4512            ! README.cn README.jp README.ko README.tw
4513 ____________________________________________________________________________
4514 [ 15979] By: rgs                                   on 2002/04/17  20:24:48
4515         Log: Subject: [PATCH toke.c] @:foo?
4516              From: Philip Newton <Philip.Newton@gmx.net>
4517              Date: Wed, 17 Apr 2002 19:48:09 +0200
4518              Message-ID: <v6drbu0mkupaklru4efcq40lv7d4vajdp1@4ax.com>
4519      Branch: perl
4520            ! toke.c
4521 ____________________________________________________________________________
4522 [ 15978] By: rgs                                   on 2002/04/17  20:20:19
4523         Log: Subject: Re: gcc on HP
4524              From: Philip Newton <Philip.Newton@gmx.net>
4525              Date: Wed, 17 Apr 2002 20:36:34 +0200
4526              Message-ID: <83grbucf0imh8pnnjf6o5q4t0st3ja14j4@4ax.com>
4527      Branch: perl
4528            ! README.hpux
4529 ____________________________________________________________________________
4530 [ 15977] By: rgs                                   on 2002/04/17  19:54:49
4531         Log: Adjust test for groups that appear multiple times on Cygwin
4532      Branch: perl
4533            ! t/op/groups.t
4534 ____________________________________________________________________________
4535 [ 15976] By: nick                                  on 2002/04/17  17:03:40
4536         Log: Integrate mainline
4537      Branch: perlio
4538           +> ext/PerlIO/encoding/MANIFEST ext/PerlIO/encoding/Makefile.PL
4539           +> ext/PerlIO/encoding/encoding.pm
4540           +> ext/PerlIO/encoding/encoding.xs ext/threads/shared/queue.pm
4541           +> ext/threads/shared/t/queue.t t/io/full.t
4542            - ext/Encode/lib/Encode/XS.pm
4543           !> (integrate 50 files)
4544 ____________________________________________________________________________
4545 [ 15975] By: jhi                                   on 2002/04/17  14:40:03
4546         Log: Update Changes.
4547      Branch: perl
4548            ! Changes patchlevel.h
4549 ____________________________________________________________________________
4550 [ 15974] By: jhi                                   on 2002/04/17  14:34:16
4551         Log: Subject: [PATCH B::Deparse] "foo bar"->()
4552              From: Robin Houston <robin@kitsite.com>
4553              Date: Wed, 17 Apr 2002 15:45:32 +0100
4554              Message-ID: <20020417154532.A25446@puffinry.freeserve.co.uk>
4555      Branch: perl
4556            ! ext/B/B/Deparse.pm
4557 ____________________________________________________________________________
4558 [ 15973] By: jhi                                   on 2002/04/17  14:34:03
4559         Log: metaconfig unit change for #15972.
4560      Branch: metaconfig/U/perl
4561            ! Extensions.U
4562 ____________________________________________________________________________
4563 [ 15972] By: jhi                                   on 2002/04/17  14:31:42
4564         Log: As suggested by Arthur: the threads and threads::shared
4565              modules are always present.  This tries to preempt two
4566              kinds of bug reports: (1) "the Perl 5.8.0 was supposed
4567              to have this new fancy threads implementation but my Perl
4568              doesn't seem to have it" (2) someone attempting to install
4569              threads using CPAN.pm and CPAN.pm helpfully starting to
4570              install perl 5.8.0 (which they might already have installed).
4571      Branch: perl
4572            ! Configure ext/threads/Makefile.PL
4573            ! ext/threads/shared/Makefile.PL ext/threads/shared/shared.pm
4574            ! ext/threads/shared/shared.xs ext/threads/threads.pm
4575            ! ext/threads/threads.xs
4576 ____________________________________________________________________________
4577 [ 15971] By: jhi                                   on 2002/04/17  14:19:07
4578         Log: More signedness nits.
4579      Branch: perl
4580            ! ext/Encode/Encode.xs
4581 ____________________________________________________________________________
4582 [ 15970] By: jhi                                   on 2002/04/17  13:02:33
4583         Log: fast_abs_path() is tainted.
4584      Branch: perl
4585            ! ext/Cwd/t/cwd.t
4586 ____________________________________________________________________________
4587 [ 15969] By: jhi                                   on 2002/04/17  12:56:17
4588         Log: Signedness nit.
4589      Branch: perl
4590            ! ext/Encode/bin/enc2xs
4591 ____________________________________________________________________________
4592 [ 15968] By: jhi                                   on 2002/04/17  12:45:42
4593         Log: Subject: gcc on HP
4594              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4595              Date: Wed, 17 Apr 2002 12:43:38 +0200
4596              Message-Id: <20020417124159.66F5.H.M.BRAND@hccnet.nl>     
4597      Branch: perl
4598            ! README.hpux
4599 ____________________________________________________________________________
4600 [ 15967] By: jhi                                   on 2002/04/17  12:43:07
4601         Log: Add just a little bit more explanation to PerlIO::encoding.
4602      Branch: perl
4603            ! ext/PerlIO/encoding/encoding.pm
4604 ____________________________________________________________________________
4605 [ 15966] By: jhi                                   on 2002/04/17  12:32:17
4606         Log: PerlIO::encoding 0.01 from Dan Kogai.
4607      Branch: perl
4608            + ext/PerlIO/encoding/MANIFEST ext/PerlIO/encoding/Makefile.PL
4609            + ext/PerlIO/encoding/encoding.pm
4610            + ext/PerlIO/encoding/encoding.xs
4611            ! MANIFEST
4612 ____________________________________________________________________________
4613 [ 15965] By: jhi                                   on 2002/04/17  12:24:56
4614         Log: Upgrade to Encode 1.42, from Dan Kogai.
4615      Branch: perl
4616            - ext/Encode/lib/Encode/XS.pm
4617            ! MANIFEST ext/Encode/Byte/Byte.pm ext/Encode/CN/CN.pm
4618            ! ext/Encode/Changes ext/Encode/EBCDIC/EBCDIC.pm
4619            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
4620            ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/Encode/_PM.e2x
4621            ! ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm ext/Encode/MANIFEST
4622            ! ext/Encode/Symbol/Symbol.pm ext/Encode/TW/TW.pm
4623            ! ext/Encode/bin/enc2xs ext/Encode/bin/piconv
4624            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/CN/HZ.pm
4625            ! ext/Encode/lib/Encode/Config.pm
4626            ! ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/CN.t
4627            ! ext/Encode/t/Encoder.t ext/Encode/t/JP.t ext/Encode/t/KR.t
4628            ! ext/Encode/t/TW.t ext/Encode/t/Unicode.t
4629            ! ext/Encode/t/encoding.t
4630 ____________________________________________________________________________
4631 [ 15964] By: jhi                                   on 2002/04/17  12:17:42
4632         Log: Test tweaks from mjd and Benjamin Goldberg.
4633      Branch: perl
4634            ! t/io/full.t
4635 ____________________________________________________________________________
4636 [ 15963] By: jhi                                   on 2002/04/16  22:31:24
4637         Log: Document taint-safeness.   Life in the fast_abs_path()
4638              lane is unsafe.
4639      Branch: perl
4640            ! lib/Cwd.pm
4641 ____________________________________________________________________________
4642 [ 15962] By: jhi                                   on 2002/04/16  22:14:41
4643         Log: Subject: Re: [ID 20020416.001] 'close' does not report failure when buffer flush fails
4644              From: Mark-Jason Dominus <mjd@plover.com>
4645              Date: Tue, 16 Apr 2002 19:24:12 -0400
4646              Message-ID: <20020416232412.14297.qmail@plover.com>
4647      Branch: perl
4648            + t/io/full.t
4649            ! MANIFEST perlio.c
4650 ____________________________________________________________________________
4651 [ 15961] By: jhi                                   on 2002/04/16  22:10:54
4652         Log: Manifestations of mjd, from mjd.
4653      Branch: perl
4654            ! MANIFEST
4655 ____________________________________________________________________________
4656 [ 15960] By: jhi                                   on 2002/04/16  22:10:11
4657         Log: metaconfig unit change for #15959.
4658      Branch: metaconfig/U/perl
4659            ! Extensions.U
4660 ____________________________________________________________________________
4661 [ 15959] By: jhi                                   on 2002/04/16  22:09:56
4662         Log: Subject: Re: [-Uusedl] Encode does work but perl -V goes funny! 
4663              From: Andy Dougherty <doughera@lafayette.edu>
4664              Date: Tue, 16 Apr 2002 13:39:14 -0400 (EDT)
4665              Message-ID: <Pine.SOL.4.10.10204161333450.28145-100000@maxwell.phys.lafayette.edu>
4666      Branch: perl
4667            ! Configure
4668 ____________________________________________________________________________
4669 [ 15958] By: jhi                                   on 2002/04/16  22:05:07
4670         Log: Subject: [PATCH] Re: Unbalanced string table refcount (was: perl@15930)
4671              From: Nicholas Clark <nick@unfortu.net>
4672              Date: Tue, 16 Apr 2002 22:22:41 +0100
4673              Message-ID: <20020416212241.GA315@Bagpuss.unfortu.net>
4674      Branch: perl
4675            ! embed.fnc global.sym hv.c universal.c
4676 ____________________________________________________________________________
4677 [ 15957] By: jhi                                   on 2002/04/16  21:58:44
4678         Log: Documents for Merijn and lots of XXXs for NI-S :-)
4679      Branch: perl
4680            ! pod/perlfunc.pod pod/perlrun.pod
4681 ____________________________________________________________________________
4682 [ 15956] By: sky                                   on 2002/04/16  21:26:53
4683         Log: Added queue.pm and test case, still disabled because of discovered race (or am I insane)
4684              in the locking code. All threaded code seems to fail mysteriusly from the PL_utf8_idstart
4685              stuff being 0xabababab on cleanup.
4686      Branch: perl
4687            + ext/threads/shared/queue.pm ext/threads/shared/t/queue.t
4688            ! MANIFEST
4689 ____________________________________________________________________________
4690 [ 15955] By: nick                                  on 2002/04/16  20:46:03
4691         Log: Integate mainline (other machine)
4692      Branch: perlio
4693           !> Changes lib/FileCache.t patchlevel.h pod/perlhist.pod
4694           !> t/op/magic.t
4695 ____________________________________________________________________________
4696 [ 15954] By: nick                                  on 2002/04/16  20:13:32
4697         Log: Integrate mainline
4698      Branch: perlio
4699           +> README.cn README.jp README.ko README.tw
4700           +> ext/threads/shared/t/av_refs.t
4701           +> ext/threads/shared/t/shared_attr.t t/japh/abigail.t
4702           !> (integrate 41 files)
4703 ____________________________________________________________________________
4704 [ 15953] By: rgs                                   on 2002/04/16  19:53:28
4705         Log: B::walkoptree bugfix (see also #15850)
4706      Branch: perl
4707            ! ext/B/B.xs ext/B/t/terse.t
4708 ____________________________________________________________________________
4709 [ 15952] By: rgs                                   on 2002/04/16  18:36:49
4710         Log: Subject: [PATCH perltodo.pod] Small patch: detypo and style change
4711              From: Philip Newton <Philip.Newton@gmx.net>
4712              Date: Tue, 16 Apr 2002 21:09:44 +0200
4713              Message-ID: <altobus8993o1qee6eu6ac1ro4topkt0vr@4ax.com>
4714      Branch: perl
4715            ! pod/perltodo.pod
4716 ____________________________________________________________________________
4717 [ 15951] By: jhi                                   on 2002/04/16  13:44:28
4718         Log: Subject: [PATCH] B::Deparse problems with japhs
4719              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
4720              Date: Tue, 16 Apr 2002 15:47:33 +0100
4721              Message-Id: <200204161447.g3GElX016515@crypt.compulink.co.uk>    
4722      Branch: perl
4723            ! ext/B/B/Deparse.pm
4724 ____________________________________________________________________________
4725 [ 15950] By: jhi                                   on 2002/04/16  13:36:30
4726         Log: Stas' tainting worries, obscured by me.
4727      Branch: perl
4728            ! ext/Cwd/t/cwd.t lib/Cwd.pm
4729 ____________________________________________________________________________
4730 [ 15949] By: jhi                                   on 2002/04/16  13:16:31
4731         Log: Pod tweak to avoid =item<japanese> problems.
4732      Branch: perl
4733            ! README.jp
4734 ____________________________________________________________________________
4735 [ 15948] By: jhi                                   on 2002/04/16  12:39:18
4736         Log: Some UTF-8 todos.
4737      Branch: perl
4738            ! pod/perltodo.pod
4739 ____________________________________________________________________________
4740 [ 15947] By: jhi                                   on 2002/04/16  12:34:36
4741         Log: Let's not promise too much: use utf8 only works on identifier
4742              names, not package or subroutine names (admittedly limited [1], but
4743              that's what the Camel says, and that's what we are going to stick
4744              to for 5.8.0).  Also document that use vars does not do utf8.
4745              [1] The obvious problem in both is that package and subroutine
4746              names need to mappable to the filesystem.
4747      Branch: perl
4748            ! lib/utf8.pm lib/vars.pm pod/perluniintro.pod
4749 ____________________________________________________________________________
4750 [ 15946] By: jhi                                   on 2002/04/16  12:02:18
4751         Log: Subject: [PATCH] small typo in IO::Pipe pod
4752              From: Slaven Rezic <rezic@onlineoffice.de>
4753              Date: Tue, 16 Apr 2002 12:31:10 +0200
4754              Message-Id: <200204161031.MAA08156@mom.intra.onlineoffice.de>
4755      Branch: perl
4756            ! ext/IO/lib/IO/Pipe.pm
4757 ____________________________________________________________________________
4758 [ 15945] By: jhi                                   on 2002/04/16  11:57:45
4759         Log: Subject: [PATCH] Flaw in Attribute::Handlers 0.76
4760              From: Arthur Bergman <arthur@contiller.se>
4761              Date: Tue, 16 Apr 2002 11:58:45 +0200
4762              Message-Id: <8A74F82C-5120-11D6-AEA5-003065D64CBE@contiller.se>
4763      Branch: perl
4764            ! lib/Attribute/Handlers.pm
4765 ____________________________________________________________________________
4766 [ 15944] By: jhi                                   on 2002/04/16  04:31:49
4767         Log: Add CJK READMEs from Autrijus Tang, Dan Kogai, and
4768              Jungshik Shin.  Regen toc.
4769      Branch: perl
4770            + README.cn README.jp README.ko README.tw
4771            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
4772 ____________________________________________________________________________
4773 [ 15943] By: jhi                                   on 2002/04/16  03:59:00
4774         Log: my $utf8here, our $utf8here, and package variable $utf8here.
4775              
4776              The actual minimal fix is in utf8.c and from NI-S,
4777              the rest are the tests (in fresh_perl since I couldn't get
4778              them easily to work elsewhere) and a slight behaviour change:
4779              previously UTF-8 identifiers had to start with an alphabetic
4780              character.  No more so, now they can start with an (Unicode)
4781              ID_Continue character (which however is not a (Unicode) digit).
4782              (Limiting the first character to ID_Start would be rather
4783              restrictive, since ID_Start allows only alphabetic letters.)
4784              
4785              TODO: use vars qw($utf8here).  This I don't find to be
4786              a showstopper.
4787      Branch: perl
4788            ! embed.fnc embed.h embedvar.h handy.h intrpvar.h lib/vars.pm
4789            ! perl.c perlapi.h proto.h sv.c t/run/fresh_perl.t utf8.c
4790 ____________________________________________________________________________
4791 [ 15942] By: ams                                   on 2002/04/16  02:24:25
4792         Log: Subject: [PATCH] lib/FileCache.t needs to use valid filename chars
4793              From: "Craig A. Berry" <craigberry@mac.com>
4794              Date: Mon, 15 Apr 2002 22:06:14 -0500
4795              Message-Id: <a05101501b8e144aa1d4a@[172.16.52.1]>
4796      Branch: perl
4797            ! lib/FileCache.t
4798 ____________________________________________________________________________
4799 [ 15941] By: ams                                   on 2002/04/16  02:16:35
4800         Log: Subject: [PATCH] s2p fix for VMS
4801              From: "Craig A. Berry" <craigberry@mac.com>
4802              Date: Mon, 15 Apr 2002 21:48:36 -0500
4803              Message-Id: <a05101500b8e13f80e770@[172.16.52.1]>
4804      Branch: perl
4805            ! configure.com t/x2p/s2p.t x2p/s2p.PL
4806 ____________________________________________________________________________
4807 [ 15940] By: jhi                                   on 2002/04/15  22:23:31
4808         Log: The LGPL code relicensed, with permission from Mark Klein of DIS.
4809              (and the licensing of the other code clarified, from Mark Bixby.)
4810      Branch: perl
4811            ! mpeix/mpeix.c
4812 ____________________________________________________________________________
4813 [ 15939] By: jhi                                   on 2002/04/15  22:17:16
4814         Log: AUTHORS updates.
4815      Branch: perl
4816            ! AUTHORS
4817 ____________________________________________________________________________
4818 [ 15938] By: sky                                   on 2002/04/15  22:13:17
4819         Log: Add support for my $foo : shared; 
4820              Add testcase for this.
4821              Update manifest.
4822      Branch: perl
4823            + ext/threads/shared/t/shared_attr.t
4824            ! MANIFEST ext/threads/shared/shared.pm
4825 ____________________________________________________________________________
4826 [ 15937] By: jhi                                   on 2002/04/15  21:58:38
4827         Log: Subject: [PATCH] t/japh/abigail.t (was: FETCH for tied $" called an odd number of times.)
4828              From: abigail@foad.org
4829              Date: Mon, 15 Apr 2002 17:41:17 +0200
4830              Message-ID: <20020415154117.1559.qmail@foad.org>
4831              
4832              (With EBCDIC skippage added, and the skip reason
4833              skippage on the two ?? loops tweaked.)
4834      Branch: perl
4835            + t/japh/abigail.t
4836            ! MANIFEST t/TEST
4837 ____________________________________________________________________________
4838 [ 15936] By: jhi                                   on 2002/04/15  21:48:56
4839         Log: Subject: Re: [ID 20020412.005] Dancing ??s
4840              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>    
4841              Date: Sun, 14 Apr 2002 16:09:30 +0100
4842              Message-Id: <200204141509.g3EF9UQ18111@crypt.compulink.co.uk>
4843      Branch: perl
4844            ! pod/perlop.pod pp_hot.c t/op/pat.t
4845 ____________________________________________________________________________
4846 [ 15935] By: jhi                                   on 2002/04/15  21:47:45
4847         Log: Subject: [PATCH] t/test.pl additional functionality for runperl
4848              From: abigail@foad.org
4849              Date: Mon, 15 Apr 2002 17:40:02 +0200
4850              Message-ID: <20020415154002.1549.qmail@foad.org>
4851      Branch: perl
4852            ! t/test.pl
4853 ____________________________________________________________________________
4854 [ 15934] By: jhi                                   on 2002/04/15  21:46:27
4855         Log: Subject: [PATCH]universal.c:XS_Internals_hv_clear_placeholders is too long
4856              From: "Craig A. Berry" <craigberry@mac.com>
4857              Date: Mon, 15 Apr 2002 14:05:26 -0500
4858              Message-Id: <5.1.0.14.2.20020415125256.0332ede0@exchi01>
4859      Branch: perl
4860            ! universal.c
4861 ____________________________________________________________________________
4862 [ 15933] By: sky                                   on 2002/04/15  21:26:16
4863         Log: Test arrays containing references, and references to shared arrays.
4864      Branch: perl
4865            + ext/threads/shared/t/av_refs.t
4866 ____________________________________________________________________________
4867 [ 15932] By: nick                                  on 2002/04/15  15:06:49
4868         Log: Integrate mainline (for Encode)
4869      Branch: perlio
4870           +> ext/Encode/Encode/ConfigLocal_PM.e2x
4871           +> ext/Encode/lib/Encode/JP/JIS7.pm
4872            - ext/Encode/lib/Encode/JP/2022_JP.pm
4873            - ext/Encode/lib/Encode/JP/2022_JP1.pm
4874            - ext/Encode/lib/Encode/JP/JIS.pm
4875           !> (integrate 26 files)
4876 ____________________________________________________________________________
4877 [ 15931] By: ams                                   on 2002/04/15  14:51:31
4878         Log: Subject: [PATCH] Chip didn't time travel.
4879              From: abigail@foad.org
4880              Date: Mon, 15 Apr 2002 17:40:22 +0200
4881              Message-Id: <20020415154022.1554.qmail@foad.org>
4882      Branch: perl
4883            ! pod/perlhist.pod
4884 ____________________________________________________________________________
4885 [ 15930] By: jhi                                   on 2002/04/15  14:40:56
4886         Log: Update Changes.
4887      Branch: perl
4888            ! Changes patchlevel.h
4889 ____________________________________________________________________________
4890 [ 15929] By: jhi                                   on 2002/04/15  14:33:52
4891         Log: The #15921 made the 'no warnings' unnecessary.
4892      Branch: perl
4893            ! t/op/magic.t
4894 ____________________________________________________________________________
4895 [ 15928] By: jhi                                   on 2002/04/15  14:28:59
4896         Log: Subject: Re: [FILE] FileCache.t
4897              From: belg4mit <belg4mit@mit.edu>
4898              Date: Mon, 15 Apr 2002 01:31:21 -0400
4899              Message-ID: <3CBA65A9.A228DBA1@mit.edu>
4900      Branch: perl
4901            ! lib/FileCache.t
4902 ____________________________________________________________________________
4903 [ 15927] By: jhi                                   on 2002/04/15  14:19:27
4904         Log: FileCache 1.02, from Jerrad Pierce <belg4mit@MIT.EDU>.
4905      Branch: perl
4906            ! lib/FileCache.pm lib/FileCache.t
4907 ____________________________________________________________________________
4908 [ 15926] By: jhi                                   on 2002/04/15  13:47:16
4909         Log: Subject: [PATCH] Re: [PATCH] Re: restricted hashes are unblessable
4910              From: Nicholas Clark <nick@unfortu.net>
4911              Date: Sun, 14 Apr 2002 22:54:43 +0100
4912              Message-ID: <20020414215442.GE301@Bagpuss.unfortu.net>
4913      Branch: perl
4914            ! lib/Hash/Util.t
4915 ____________________________________________________________________________
4916 [ 15925] By: jhi                                   on 2002/04/15  13:23:34
4917         Log: Subject: [Encode] 1.40 released!
4918              From: Dan Kogai <dankogai@dan.co.jp>
4919              Date: Mon, 15 Apr 2002 07:51:52 +0900
4920              Message-Id: <3699DFE8-4FFA-11D6-AEA5-00039301D480@dan.co.jp>
4921      Branch: perl
4922            + ext/Encode/Encode/ConfigLocal_PM.e2x
4923            + ext/Encode/lib/Encode/JP/JIS7.pm
4924            - ext/Encode/lib/Encode/JP/2022_JP.pm
4925            - ext/Encode/lib/Encode/JP/2022_JP1.pm
4926            - ext/Encode/lib/Encode/JP/JIS.pm
4927            ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm
4928            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
4929            ! ext/Encode/JP/JP.pm ext/Encode/MANIFEST ext/Encode/README
4930            ! ext/Encode/bin/enc2xs ext/Encode/encoding.pm
4931            ! ext/Encode/lib/Encode/Config.pm
4932            ! ext/Encode/lib/Encode/Encoder.pm
4933            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Unicode.t
4934            ! ext/Encode/t/jperl.t ext/Encode/t/unibench.pl
4935 ____________________________________________________________________________
4936 [ 15924] By: jhi                                   on 2002/04/15  12:52:58
4937         Log: return undef is of questionable style.
4938      Branch: perl
4939            ! lib/Hash/Util.pm
4940 ____________________________________________________________________________
4941 [ 15923] By: jhi                                   on 2002/04/15  12:47:26
4942         Log: Subject: [PATCH 5.7.3 tests] Check to make sure @- and @+ interpolation bug is  fixed
4943              From: mjd@plover.com
4944              Date: 15 Apr 2002 06:46:02 -0000
4945              Message-ID: <20020415064602.17052.qmail@plover.com>     
4946      Branch: perl
4947            ! t/op/magic.t
4948 ____________________________________________________________________________
4949 [ 15922] By: jhi                                   on 2002/04/15  12:40:09
4950         Log: Subject: [PATCH 5.7.3] test @+ and @- features   
4951              From: mjd@plover.com
4952              Date: 14 Apr 2002 22:30:17 -0000
4953              Message-ID: <20020414223017.17361.qmail@plover.com>
4954      Branch: perl
4955            ! t/op/re_tests
4956 ____________________________________________________________________________
4957 [ 15921] By: jhi                                   on 2002/04/15  12:37:04
4958         Log: Subject: [PATCH 5.7.3] Supporess spurious warnings for @+ and and @-
4959              From: Mark-Jason Dominus <mjd@plover.com>
4960              Date: Mon, 15 Apr 2002 02:41:52 -0400
4961              Message-ID: <20020415064152.16958.qmail@plover.com>
4962      Branch: perl
4963            ! perl.c t/lib/warnings/toke
4964 ____________________________________________________________________________
4965 [ 15920] By: jhi                                   on 2002/04/15  12:32:43
4966         Log: Subject: [PATCH configure.com] was (Re: [PATCH] MakeMaker 5.55_03 -> 5.90_01)
4967              From: "Craig A. Berry" <craigberry@mac.com>
4968              Date: Sun, 14 Apr 2002 18:56:02 -0500
4969              Message-Id: <a05101500b8df8f770e55@[172.16.52.1]>
4970      Branch: perl
4971            ! configure.com
4972 ____________________________________________________________________________
4973 [ 15919] By: nick                                  on 2002/04/15  06:14:25
4974         Log: Integrate mainline
4975      Branch: perlio
4976           !> AUTHORS Configure ext/Storable/Storable.xs hints/hpux.sh
4977           !> lib/Cwd.pm lib/FileCache.pm lib/Hash/Util.pm lib/Hash/Util.t
4978           !> lib/vars.pm perl.c reentr.pl t/lib/warnings/toke universal.c
4979 ____________________________________________________________________________
4980 [ 15918] By: ams                                   on 2002/04/15  04:25:48
4981         Log: Subject: [PATCH lib/Cwd.pm] solve one taint problem
4982              From: Stas Bekman <stas@stason.org>
4983              Date: Mon, 15 Apr 2002 11:45:03 +0800
4984              Message-Id: <3CBA4CBF.9030306@stason.org>
4985      Branch: perl
4986            ! lib/Cwd.pm
4987 ____________________________________________________________________________
4988 [ 15917] By: ams                                   on 2002/04/15  04:21:14
4989         Log: Subject: Re: [PATCH 5.7.3] Suppress warnings about @F when -a flag supplied
4990              From: Mark-Jason Dominus <mjd@plover.com>
4991              Date: Mon, 15 Apr 2002 00:30:26 -0400
4992              Message-Id: <20020415043026.11417.qmail@plover.com>
4993      Branch: perl
4994            ! perl.c t/lib/warnings/toke
4995 ____________________________________________________________________________
4996 [ 15916] By: rgs                                   on 2002/04/14  19:30:41
4997         Log: Correct precedence problem in #15915
4998      Branch: perl
4999            ! lib/vars.pm
5000 ____________________________________________________________________________
5001 [ 15915] By: jhi                                   on 2002/04/14  15:41:01
5002         Log: use vars wasn't use utf8 aware.
5003      Branch: perl
5004            ! lib/vars.pm
5005 ____________________________________________________________________________
5006 [ 15914] By: jhi                                   on 2002/04/14  15:20:58
5007         Log: Subject: [PATCH] Re: restricted hashes are unblessable
5008              From: Nicholas Clark <nick@unfortu.net>
5009              Date: Sat, 13 Apr 2002 23:43:02 +0100
5010              Message-ID: <20020413224302.GB14889@Bagpuss.unfortu.net>
5011              
5012              The function name sucks but can't think of anything better.
5013      Branch: perl
5014            ! lib/Hash/Util.pm lib/Hash/Util.t universal.c
5015 ____________________________________________________________________________
5016 [ 15913] By: jhi                                   on 2002/04/14  14:55:07
5017         Log: Subject: AUTHORS update
5018              From: Chris Nandor <pudge@pobox.com>
5019              Date: Sun, 14 Apr 2002 11:54:40 -0400
5020              Message-ID: <pudge-BDAEFB.11544014042002@onion.valueclick.com>
5021      Branch: perl
5022            ! AUTHORS
5023 ____________________________________________________________________________
5024 [ 15912] By: nick                                  on 2002/04/14  14:47:18
5025         Log: XS versions of encode/decode for Encode::Unicode
5026      Branch: perlio
5027            ! ext/Encode/Encode.xs ext/Encode/lib/Encode/Unicode.pm
5028 ____________________________________________________________________________
5029 [ 15911] By: jhi                                   on 2002/04/14  14:28:59
5030         Log: metaconfig unit changes for #15910.
5031      Branch: metaconfig
5032            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
5033            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
5034            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
5035            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
5036            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
5037            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
5038            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
5039            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
5040            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
5041            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
5042            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
5043            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
5044            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
5045            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
5046            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
5047            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
5048            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
5049            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
5050            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
5051            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
5052            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
5053            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
5054            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
5055            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
5056 ____________________________________________________________________________
5057 [ 15910] By: jhi                                   on 2002/04/14  14:26:14
5058         Log: Simplify the _r probing code by adding the i_systime
5059              only for the APIs where it matters.
5060      Branch: perl
5061            ! Configure reentr.pl
5062 ____________________________________________________________________________
5063 [ 15909] By: jhi                                   on 2002/04/14  14:10:14
5064         Log: Integrate perlio;
5065              
5066              Avoid expensive paranoid check that decoder does return legal UTF-8
5067              
5068              Disable test code (assertions) in CRLF layer.
5069      Branch: perl
5070           !> ext/Encode/Encode.xs perlio.c
5071 ____________________________________________________________________________
5072 [ 15908] By: jhi                                   on 2002/04/14  14:05:45
5073         Log: Subject: patch for FileCache in 5.7.3
5074              From: JPIERCE <belg4mit@MIT.EDU>
5075              Date: Sun, 14 Apr 2002 00:38:21 -0400
5076              Message-Id: <200204140438.AAA30812@calloway.mit.edu>
5077      Branch: perl
5078            ! lib/FileCache.pm
5079 ____________________________________________________________________________
5080 [ 15907] By: jhi                                   on 2002/04/14  14:03:53
5081         Log: Subject: Re: [dodgy PATCH] Re: [Storable] utf8 keys started working!
5082              From: Tim Bunce <Tim.Bunce@pobox.com>
5083              Date: Sun, 14 Apr 2002 12:07:35 +0100
5084              Message-ID: <20020414120735.U81028@dansat.data-plan.com>
5085      Branch: perl
5086            ! ext/Storable/Storable.xs
5087 ____________________________________________________________________________
5088 [ 15906] By: jhi                                   on 2002/04/14  14:00:03
5089         Log: Subject: [ PATCH ] time problem on 10.20 w/ threads
5090              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5091              Date: Sun, 14 Apr 2002 16:29:59 +0200
5092              Message-Id: <20020414143200.07BC.H.M.BRAND@hccnet.nl>
5093      Branch: perl
5094            ! hints/hpux.sh
5095 ____________________________________________________________________________
5096 [ 15905] By: jhi                                   on 2002/04/14  13:50:14
5097         Log: Subject: Enable portable gcc code on hp-ux
5098              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5099              Date: Sun, 14 Apr 2002 16:30:01 +0200
5100              Message-Id: <20020414162907.07C4.H.M.BRAND@hccnet.nl>
5101      Branch: perl
5102            ! hints/hpux.sh
5103 ____________________________________________________________________________
5104 [ 15904] By: nick                                  on 2002/04/14  09:18:01
5105         Log: Disable test code (assertions) in CRLF layer.
5106      Branch: perlio
5107            ! perlio.c
5108 ____________________________________________________________________________
5109 [ 15903] By: nick                                  on 2002/04/14  09:16:39
5110         Log: Avoid expensive paranoid check that decoder does return legal UTF-8
5111      Branch: perlio
5112            ! ext/Encode/Encode.xs
5113 ____________________________________________________________________________
5114 [ 15902] By: nick                                  on 2002/04/14  09:15:45
5115         Log: Integrate mainline
5116      Branch: perlio
5117           +> ext/Storable/t/restrict.t ext/Storable/t/utf8hash.t
5118           +> t/win32/longpath.t t/win32/system.t
5119            - t/op/winsystem.t
5120           !> (integrate 30 files)
5121 ____________________________________________________________________________
5122 [ 15901] By: jhi                                   on 2002/04/13  23:10:36
5123         Log: Fixed URL for the Alpha editor.
5124      Branch: perl
5125            ! pod/perlfaq3.pod
5126 ____________________________________________________________________________
5127 [ 15900] By: jhi                                   on 2002/04/13  21:43:19
5128         Log: Dedodgify.
5129      Branch: perl
5130            ! ext/Storable/Storable.xs
5131 ____________________________________________________________________________
5132 [ 15899] By: jhi                                   on 2002/04/13  21:23:41
5133         Log: AUTHORS updates.
5134      Branch: perl
5135            ! AUTHORS
5136 ____________________________________________________________________________
5137 [ 15898] By: jhi                                   on 2002/04/13  19:59:49
5138         Log: s2p needs Config.pm.
5139      Branch: perl
5140            ! Makefile.SH
5141 ____________________________________________________________________________
5142 [ 15897] By: jhi                                   on 2002/04/13  19:58:15
5143         Log: Subject: [PATCH] Benchmark.t 75,90,109
5144              From: Nicholas Clark <nick@unfortu.net>
5145              Date: Sat, 13 Apr 2002 21:43:04 +0100
5146              Message-ID: <20020413204303.GB12835@Bagpuss.unfortu.net>
5147      Branch: perl
5148            ! lib/Benchmark.t
5149 ____________________________________________________________________________
5150 [ 15896] By: jhi                                   on 2002/04/13  19:10:08
5151         Log: Tweaks by Autrijus Tang.
5152      Branch: perl
5153            ! ext/Encode/encoding.pm
5154 ____________________________________________________________________________
5155 [ 15895] By: jhi                                   on 2002/04/13  18:27:05
5156         Log: FAQ sync.
5157      Branch: perl
5158            ! pod/perlfaq5.pod
5159 ____________________________________________________________________________
5160 [ 15894] By: jhi                                   on 2002/04/13  16:22:06
5161         Log: z/OS tally update.
5162      Branch: perl
5163            ! pod/perldelta.pod
5164 ____________________________________________________________________________
5165 [ 15893] By: jhi                                   on 2002/04/13  15:25:55
5166         Log: Subject: [dodgy PATCH] Re: [Storable] utf8 keys started working!
5167              From: Nicholas Clark <nick@unfortu.net>
5168              Date: Sat, 13 Apr 2002 02:58:07 +0100
5169              Message-ID: <20020413015806.GA371@Bagpuss.unfortu.net>
5170      Branch: perl
5171            + ext/Storable/t/restrict.t ext/Storable/t/utf8hash.t
5172            ! MANIFEST dump.c embed.fnc embed.h ext/Storable/Storable.xs
5173            ! ext/Storable/t/utf8.t global.sym hv.c hv.h proto.h
5174            ! t/lib/st-dump.pl
5175 ____________________________________________________________________________
5176 [ 15892] By: jhi                                   on 2002/04/13  15:24:54
5177         Log: Add piconv and enc2xs to the list of utilities.
5178      Branch: perl
5179            ! utils.lst
5180 ____________________________________________________________________________
5181 [ 15891] By: jhi                                   on 2002/04/13  14:55:11
5182         Log: s.
5183      Branch: perl
5184            ! pod/perlunicode.pod
5185 ____________________________________________________________________________
5186 [ 15890] By: rgs                                   on 2002/04/13  14:51:27
5187         Log: Phrasing fixes by Nick Clark
5188      Branch: perl
5189            ! pod/perlunicode.pod
5190 ____________________________________________________________________________
5191 [ 15889] By: rgs                                   on 2002/04/13  12:33:09
5192         Log: More POD fixes and typos
5193      Branch: perl
5194            ! pod/perlunicode.pod
5195 ____________________________________________________________________________
5196 [ 15888] By: rgs                                   on 2002/04/13  10:49:14
5197         Log: Subject: Re: UTF-8 and DB_File ?
5198              From: andreas.koenig@anima.de (Andreas J. Koenig)
5199              Date: Sat, 13 Apr 2002 13:29:41 +0200
5200              Message-ID: <m3ads7j0pm.fsf@anima.de>
5201      Branch: perl
5202            ! pod/perlunicode.pod
5203 ____________________________________________________________________________
5204 [ 15887] By: jhi                                   on 2002/04/12  22:38:23
5205         Log: Fix a typo noticed by Paul Johnson.
5206      Branch: perl
5207            ! MANIFEST
5208 ____________________________________________________________________________
5209 [ 15886] By: jhi                                   on 2002/04/12  21:38:11
5210         Log: Subject: Re: Win32 Status
5211              From: Michael G Schwern <schwern@pobox.com>
5212              Date: Fri, 12 Apr 2002 10:15:33 -0400
5213              Message-ID: <20020412141533.GB9788@blackrider>
5214      Branch: perl
5215            ! lib/ExtUtils/t/INST.t
5216 ____________________________________________________________________________
5217 [ 15885] By: jhi                                   on 2002/04/12  20:18:41
5218         Log: Upgrade to Encode 1.34, from Dan Kogai.
5219      Branch: perl
5220            ! ext/Encode/Changes ext/Encode/Encode.pm
5221            ! ext/Encode/lib/Encode/Encoder.pm ext/Encode/t/Encoder.t
5222            ! ext/Encode/t/Unicode.t
5223 ____________________________________________________________________________
5224 [ 15884] By: jhi                                   on 2002/04/12  20:16:16
5225         Log: Subject: [PATCH] Updated e-mail address in AUTHORS file
5226              From: Graham TerMarsch <graham@howlingfrog.com>
5227              Date: Fri, 12 Apr 2002 12:28:47 -0700
5228              Message-Id: <200204121228.47826.graham@howlingfrog.com>
5229      Branch: perl
5230            ! AUTHORS
5231 ____________________________________________________________________________
5232 [ 15883] By: jhi                                   on 2002/04/12  20:01:37
5233         Log: Subject: [PATCH] Re: OK, what did I break in unpack?
5234              From: Nicholas Clark <nick@unfortu.net>
5235              Date: Fri, 12 Apr 2002 21:59:06 +0100
5236              Message-ID: <20020412205906.GD353@Bagpuss.unfortu.net>
5237      Branch: perl
5238            ! pp_pack.c t/op/pack.t
5239 ____________________________________________________________________________
5240 [ 15882] By: jhi                                   on 2002/04/12  19:59:36
5241         Log: Re-sort MANIFEST.
5242      Branch: perl
5243            ! MANIFEST
5244 ____________________________________________________________________________
5245 [ 15881] By: jhi                                   on 2002/04/12  19:58:43
5246         Log: Move also the Win32 system testing to t/win32.
5247      Branch: perl
5248            + t/win32/system.t
5249            - t/op/winsystem.t
5250            ! MANIFEST
5251 ____________________________________________________________________________
5252 [ 15880] By: jhi                                   on 2002/04/12  19:57:05
5253         Log: Integrate change #15879 from maint-5.6;
5254              
5255              Win32::GetLongPathName() did not return valid results if there
5256              were "." and ".." components in the path; also fix a potential
5257              buffer overflow if the long path happens to be longer than
5258              MAX_PATH (this can presumably happen if they use \\?\... style
5259              paths); add a rather limited testsuite that exercises just the
5260              edge cases
5261      Branch: perl
5262           +> t/win32/longpath.t
5263           !> MANIFEST t/harness win32/win32.c
5264 ____________________________________________________________________________
5265 [ 15879] By: gsar                                  on 2002/04/12  19:45:50
5266         Log: Win32::GetLongPathName() did not return valid results if there
5267              were "." and ".." components in the path; also fix a potential
5268              buffer overflow if the long path happens to be longer than
5269              MAX_PATH (this can presumably happen if they use \\?\... style
5270              paths); add a rather limited testsuite that exercises just the
5271              edge cases
5272      Branch: maint-5.6/perl
5273            + t/win32/longpath.t
5274            ! MANIFEST t/harness win32/win32.c
5275 ____________________________________________________________________________
5276 [ 15878] By: nick                                  on 2002/04/12  14:38:32
5277         Log: Integrate mainline
5278      Branch: perlio
5279           +> lib/ExtUtils/t/INST_PREFIX.t
5280           !> (integrate 37 files)
5281 ____________________________________________________________________________
5282 [ 15877] By: jhi                                   on 2002/04/12  14:05:23
5283         Log: Update Changes.
5284      Branch: perl
5285            ! Changes patchlevel.h
5286 ____________________________________________________________________________
5287 [ 15876] By: jhi                                   on 2002/04/12  13:36:52
5288         Log: Discuss the magic of \w in security terms.
5289      Branch: perl
5290            ! pod/perlsec.pod pod/perlunicode.pod
5291 ____________________________________________________________________________
5292 [ 15875] By: jhi                                   on 2002/04/12  13:16:43
5293         Log: Add a warning about the symbolic methods and
5294              symbolic sub refs not being checked for taint.
5295      Branch: perl
5296            ! pod/perlsec.pod
5297 ____________________________________________________________________________
5298 [ 15874] By: jhi                                   on 2002/04/12  12:27:41
5299         Log: In EBCDIC the BOM detection doesn't seem
5300              to be working right.  For now skipping the test,
5301              waiting for Dan's opinion.
5302      Branch: perl
5303            ! ext/Encode/t/Unicode.t
5304 ____________________________________________________________________________
5305 [ 15873] By: jhi                                   on 2002/04/12  02:10:33
5306         Log: Update to Net::Ping 2.16.
5307      Branch: perl
5308            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
5309 ____________________________________________________________________________
5310 [ 15872] By: jhi                                   on 2002/04/12  02:06:04
5311         Log: Upgrade to CGI.pm 2.81.
5312      Branch: perl
5313            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/html.t
5314 ____________________________________________________________________________
5315 [ 15871] By: jhi                                   on 2002/04/12  01:48:01
5316         Log: Move up restricted hashes a bit.
5317      Branch: perl
5318            ! pod/perldelta.pod
5319 ____________________________________________________________________________
5320 [ 15870] By: jhi                                   on 2002/04/12  01:23:58
5321         Log: Now using Unicode 3.2.0.
5322      Branch: perl
5323            ! pod/perldelta.pod
5324 ____________________________________________________________________________
5325 [ 15869] By: jhi                                   on 2002/04/11  22:48:24
5326         Log: UNICOS too has sockpair issues (unsurprisingly,
5327              since UNICOS/mk has them too)
5328      Branch: perl
5329            ! ext/Socket/socketpair.t
5330 ____________________________________________________________________________
5331 [ 15868] By: jhi                                   on 2002/04/11  20:41:23
5332         Log: FAQ patch from mjd regarding Tie::File.
5333      Branch: perl
5334            ! pod/perlfaq5.pod
5335 ____________________________________________________________________________
5336 [ 15867] By: jhi                                   on 2002/04/11  19:19:36
5337         Log: ZWNJ, ZWJ.  Any further convenience aliasing should
5338              consider using the NamesList.
5339      Branch: perl
5340            ! lib/charnames.pm lib/charnames.t
5341 ____________________________________________________________________________
5342 [ 15866] By: jhi                                   on 2002/04/11  18:40:55
5343         Log: Subject: [PATCH] free CheckTree from the tyranny of the forward slash
5344              From: "Craig A. Berry" <craigberry@mac.com>
5345              Date: Thu, 11 Apr 2002 13:47:21 -0500
5346              Message-Id: <a05101500b8db89763fbf@[172.16.52.1]>
5347      Branch: perl
5348            ! lib/File/CheckTree.pm lib/File/CheckTree.t
5349 ____________________________________________________________________________
5350 [ 15865] By: jhi                                   on 2002/04/11  18:39:36
5351         Log: More NT Unicode information from Jan Dubois.
5352      Branch: perl
5353            ! pod/perltodo.pod
5354 ____________________________________________________________________________
5355 [ 15864] By: jhi                                   on 2002/04/11  18:21:39
5356         Log: Add one perltodo item (and move bunch of them to better spot),
5357              add sysopen() to "Functions for filehandles, files, or directories".
5358      Branch: perl
5359            ! pod/perlfunc.pod pod/perltodo.pod
5360 ____________________________________________________________________________
5361 [ 15863] By: jhi                                   on 2002/04/11  14:46:45
5362         Log: Prettyprinting: shorten the lines to avoid linewrapping.
5363      Branch: perl
5364            ! t/TEST
5365 ____________________________________________________________________________
5366 [ 15862] By: jhi                                   on 2002/04/11  14:42:06
5367         Log: Also NEC SUPER-UX has buggy sockpair().
5368      Branch: perl
5369            ! ext/Socket/socketpair.t
5370 ____________________________________________________________________________
5371 [ 15861] By: jhi                                   on 2002/04/11  13:35:01
5372         Log: dTHX works on its own just fine.
5373      Branch: perl
5374            ! ext/DynaLoader/dl_aix.xs
5375 ____________________________________________________________________________
5376 [ 15860] By: jhi                                   on 2002/04/11  13:34:40
5377         Log: Must hold off building s2p until there's a miniperl.
5378      Branch: perl
5379            ! Makefile.SH
5380 ____________________________________________________________________________
5381 [ 15859] By: jhi                                   on 2002/04/11  13:02:10
5382         Log: AIX: strerror_r() needs dTHX.
5383      Branch: perl
5384            ! ext/DynaLoader/dl_aix.xs
5385 ____________________________________________________________________________
5386 [ 15858] By: jhi                                   on 2002/04/11  12:42:57
5387         Log: Extracting the s2p may require the right dynlibpath.
5388      Branch: perl
5389            ! Makefile.SH
5390 ____________________________________________________________________________
5391 [ 15857] By: jhi                                   on 2002/04/11  12:40:59
5392         Log: Doc tweaks.
5393      Branch: perl
5394            ! ext/Time/HiRes/HiRes.pm
5395 ____________________________________________________________________________
5396 [ 15856] By: jhi                                   on 2002/04/11  12:33:57
5397         Log: Subject: [PATCH] MakeMaker 5.55_03 -> 5.90_01
5398              From: Michael G Schwern <schwern@pobox.com>
5399              Date: Thu, 11 Apr 2002 01:25:26 -0400
5400              Message-ID: <20020411052525.GA17038@blackrider>
5401      Branch: perl
5402            + lib/ExtUtils/t/INST_PREFIX.t
5403            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/MM_Cygwin.pm
5404            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
5405            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
5406            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/INST.t
5407            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
5408            ! lib/ExtUtils/t/prefixify.t
5409 ____________________________________________________________________________
5410 [ 15855] By: nick                                  on 2002/04/11  06:26:44
5411         Log: Integrate mainline
5412      Branch: perlio
5413           !> (integrate 42 files)
5414 ____________________________________________________________________________
5415 [ 15854] By: jhi                                   on 2002/04/11  02:38:50
5416         Log: Unused variables.
5417      Branch: perl
5418            ! ext/threads/shared/shared.xs ext/threads/threads.xs
5419 ____________________________________________________________________________
5420 [ 15853] By: jhi                                   on 2002/04/11  02:15:51
5421         Log: Subject: [ PATCH ] Minor Term::ReadLine POD fix
5422              From: Ilya Martynov <ilya@martynov.org>
5423              Date: 11 Apr 2002 03:21:17 +0400
5424              Message-ID: <87u1qj9m36.fsf_-_@abra.ru>
5425      Branch: perl
5426            ! lib/Term/ReadLine.pm
5427 ____________________________________________________________________________
5428 [ 15852] By: jhi                                   on 2002/04/10  22:48:15
5429         Log: Upgrade to Encode 1.33, from Dan Kogai.
5430      Branch: perl
5431            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
5432            ! ext/Encode/bin/piconv ext/Encode/lib/Encode/Encoder.pm
5433            ! ext/Encode/lib/Encode/Supported.pod
5434            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Encoder.t
5435            ! ext/Encode/t/bogus.ucm ext/Encode/ucm/adobeStdenc.ucm
5436            ! ext/Encode/ucm/adobeSymbol.ucm
5437            ! ext/Encode/ucm/adobeZdingbat.ucm ext/Encode/ucm/macROMnn.ucm
5438 ____________________________________________________________________________
5439 [ 15851] By: jhi                                   on 2002/04/10  21:25:30
5440         Log: Backward portability from Dan Kogai.
5441      Branch: perl
5442            ! ext/Storable/t/blessed.t ext/Storable/t/canonical.t
5443            ! ext/Storable/t/compat06.t ext/Storable/t/dclone.t
5444            ! ext/Storable/t/forgive.t ext/Storable/t/freeze.t
5445            ! ext/Storable/t/lock.t ext/Storable/t/overload.t
5446            ! ext/Storable/t/recurse.t ext/Storable/t/retrieve.t
5447            ! ext/Storable/t/store.t ext/Storable/t/tied.t
5448            ! ext/Storable/t/tied_hook.t ext/Storable/t/tied_items.t
5449            ! ext/Storable/t/utf8.t
5450 ____________________________________________________________________________
5451 [ 15850] By: rgs                                   on 2002/04/10  20:07:42
5452         Log: Fix a bug in B::walkoptree_slow (wasn't handling OP_SUBSTCONT
5453              correctly). As a side-effect, fix a bug in B::Lint. The corresponding
5454              bug in B::walkoptree still to be fixed.
5455      Branch: perl
5456            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/t/lint.t
5457 ____________________________________________________________________________
5458 [ 15849] By: jhi                                   on 2002/04/10  18:39:15
5459         Log: Subject: [PATCH perldelta.pod] Japanese language is ja
5460              From: Philip Newton <Philip.Newton@gmx.net>
5461              Date: Wed, 10 Apr 2002 21:29:58 +0200
5462              Message-ID: <0h49bukom05uc62sqkp3ogr5gsv8udquh7@4ax.com>
5463      Branch: perl
5464            ! pod/perldelta.pod
5465 ____________________________________________________________________________
5466 [ 15848] By: jhi                                   on 2002/04/10  14:22:12
5467         Log: Integrate perlio;
5468              
5469              Add a \t to Win32 pm_to_blib $(TOUCH) line.
5470      Branch: perl
5471           !> lib/ExtUtils/MM_Win32.pm
5472 ____________________________________________________________________________
5473 [ 15847] By: nick                                  on 2002/04/10  13:08:29
5474         Log: Add a \t to Win32 pm_to_blib $(TOUCH) line.
5475      Branch: perlio
5476            ! lib/ExtUtils/MM_Win32.pm
5477 ____________________________________________________________________________
5478 [ 15846] By: jhi                                   on 2002/04/10  12:57:51
5479         Log: Try to fool old AIX when threading, from Merijn.
5480      Branch: perl
5481            ! perl.h
5482 ____________________________________________________________________________
5483 [ 15845] By: jhi                                   on 2002/04/10  12:44:51
5484         Log: Update Changes.
5485      Branch: perl
5486            ! Changes patchlevel.h
5487 ____________________________________________________________________________
5488 [ 15844] By: jhi                                   on 2002/04/10  12:38:41
5489         Log: Welcome to the 5.7.3.
5490      Branch: perl
5491            ! NetWare/Makefile win32/Makefile
5492 ____________________________________________________________________________
5493 [ 15843] By: jhi                                   on 2002/04/10  12:34:01
5494         Log: Make x2p/s2p part of the test_prep target now that we
5495              have a test for it.
5496      Branch: perl
5497            ! Makefile.SH
5498 ____________________________________________________________________________
5499 [ 15842] By: jhi                                   on 2002/04/10  11:47:23
5500         Log: Integrate perlio.
5501              
5502              We have been 5.7.3 for a while - install there ...
5503      Branch: perl
5504           !> win32/makefile.mk
5505 ____________________________________________________________________________
5506 [ 15841] By: jhi                                   on 2002/04/10  11:45:14
5507         Log: SImilarly to old HP-UX, in old AIX too including
5508              crypt.h leads into trouble.  (from Merijn)
5509      Branch: perl
5510            ! hints/aix.sh
5511 ____________________________________________________________________________
5512 [ 15840] By: nick                                  on 2002/04/10  10:04:19
5513         Log: We have been 5.7.3 for a while - install there ...
5514      Branch: perlio
5515            ! win32/makefile.mk
5516 ____________________________________________________________________________
5517 [ 15839] By: nick                                  on 2002/04/10  10:03:46
5518         Log: Intgrate mainline
5519      Branch: perlio
5520           +> ext/Encode/bin/ucmlint ext/Encode/t/bogus.ucm t/x2p/s2p.t
5521            - ext/Encode/ucm/macDevanaga.ucm ext/Encode/ucm/macGujarati.ucm
5522            - ext/Encode/ucm/macGurmukhi.ucm ext/File/Glob/t/utf8.t
5523           !> (integrate 40 files)
5524 ____________________________________________________________________________
5525 [ 15838] By: ams                                   on 2002/04/10  04:16:45
5526         Log: Subject: [PATCH] ext/attrs.t getting skipped
5527              From: "Craig A. Berry" <craigberry@mac.com>
5528              Date: Tue, 9 Apr 2002 23:58:49 -0500
5529              Message-Id: <a05101503b8d970983e6d@[172.16.52.1]>
5530      Branch: perl
5531            ! t/TEST
5532 ____________________________________________________________________________
5533 [ 15837] By: jhi                                   on 2002/04/10  01:18:57
5534         Log: Subject: [PATCH] Re: another patch (unready) against t/op/sub_lval.t
5535              From: Michael G Schwern <schwern@pobox.com>
5536              Date: Tue, 9 Apr 2002 20:52:55 -0400
5537              Message-ID: <20020410005254.GI8954@blackrider>
5538      Branch: perl
5539            ! t/op/sub_lval.t
5540 ____________________________________________________________________________
5541 [ 15836] By: jhi                                   on 2002/04/09  23:43:55
5542         Log: Undo accident in #15385.
5543      Branch: metaconfig/U/perl
5544            ! Extensions.U
5545 ____________________________________________________________________________
5546 [ 15835] By: jhi                                   on 2002/04/09  23:41:01
5547         Log: Retract the UTF-8 filenames patch.  This may be
5548              better dealt with in Perl level, a la File::Spec
5549              (since the whole mess is strongly filesystem-specific).
5550      Branch: metaconfig/U/perl
5551            + usecjk.U
5552            ! Extensions.U
5553      Branch: perl
5554            - ext/File/Glob/t/utf8.t
5555            ! MANIFEST ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
5556            ! ext/File/Glob/Makefile.PL ext/File/Glob/bsd_glob.h opcode.h
5557            ! opcode.pl pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
5558            ! pod/perlunicode.pod pod/perluniintro.pod pp_sys.c sv.h
5559            ! t/op/readdir.t
5560 ____________________________________________________________________________
5561 [ 15834] By: jhi                                   on 2002/04/09  20:05:59
5562         Log: Upgrade to Encode 1.32, from Dan Kogai.
5563      Branch: perl
5564            + ext/Encode/bin/ucmlint ext/Encode/t/bogus.ucm
5565            - ext/Encode/ucm/macDevanaga.ucm ext/Encode/ucm/macGujarati.ucm
5566            - ext/Encode/ucm/macGurmukhi.ucm
5567            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Changes
5568            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/MANIFEST
5569            ! ext/Encode/bin/piconv ext/Encode/lib/Encode/Alias.pm
5570            ! ext/Encode/lib/Encode/Encoder.pm
5571            ! ext/Encode/lib/Encode/Supported.pod
5572            ! ext/Encode/lib/Encode/Unicode.pm
5573            ! ext/Encode/ucm/adobeStdenc.ucm ext/Encode/ucm/adobeSymbol.ucm
5574            ! ext/Encode/ucm/adobeZdingbat.ucm ext/Encode/ucm/macROMnn.ucm
5575 ____________________________________________________________________________
5576 [ 15833] By: jhi                                   on 2002/04/09  18:32:27
5577         Log: Add tests for s2p/psed, from Wolfgang Laun.
5578      Branch: perl
5579            + t/x2p/s2p.t
5580            ! MANIFEST t/TEST
5581 ____________________________________________________________________________
5582 [ 15832] By: jhi                                   on 2002/04/09  18:14:57
5583         Log: FAQ sync.
5584      Branch: perl
5585            ! pod/perlfaq2.pod pod/perlfaq3.pod
5586 ____________________________________________________________________________
5587 [ 15831] By: jhi                                   on 2002/04/09  18:02:55
5588         Log: Remove false dependency between getgrent and setpwent
5589              having/not having FILE**.  Also make the names of the
5590              {set,get,end}* interface struct members a bit shorter.
5591      Branch: perl
5592            ! reentr.c reentr.h reentr.pl
5593 ____________________________________________________________________________
5594 [ 15830] By: jhi                                   on 2002/04/09  16:11:43
5595         Log: Avoid bad prototypes.
5596      Branch: perl
5597            ! hints/hpux.sh
5598 ____________________________________________________________________________
5599 [ 15829] By: jhi                                   on 2002/04/09  14:45:48
5600         Log: metaconfig unit change for #15828.
5601      Branch: metaconfig
5602            ! U/protos/Protochk.U
5603 ____________________________________________________________________________
5604 [ 15828] By: jhi                                   on 2002/04/09  14:45:21
5605         Log: As Merijn points out, pthread.h really needs to be known
5606              by protochk.
5607      Branch: perl
5608            ! Configure
5609 ____________________________________________________________________________
5610 [ 15827] By: jhi                                   on 2002/04/09  12:45:56
5611         Log: Integrate perlio;
5612              
5613              Patch up Encode for Tk
5614      Branch: perl
5615           !> ext/Encode/Encode.pm ext/Encode/lib/Encode/Alias.pm
5616           !> ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Aliases.t
5617 ____________________________________________________________________________
5618 [ 15826] By: nick                                  on 2002/04/09  12:38:25
5619         Log: Patch up Encode for Tk
5620      Branch: perlio
5621            ! ext/Encode/Encode.pm ext/Encode/lib/Encode/Alias.pm
5622            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Aliases.t
5623 ____________________________________________________________________________
5624 [ 15825] By: jhi                                   on 2002/04/09  11:51:36
5625         Log: Portability tweak.
5626      Branch: perl
5627            ! lib/File/CheckTree.t
5628 ____________________________________________________________________________
5629 [ 15824] By: sky                                   on 2002/04/09  10:51:07
5630         Log: Subject: [PATCH] perlhist.pod doesn't mention 5.7.3.
5631              From: Abigail <abigail@osp.nl>
5632              Date: tis apr 09, 2002  01:46:58  Europe/Stockholm
5633              Message-Id: <20020409134658.A18986@gatekeeper.osp.nl>
5634      Branch: perl
5635            ! pod/perlhist.pod
5636 ____________________________________________________________________________
5637 [ 15823] By: nick                                  on 2002/04/09  08:17:59
5638         Log: Integrate mainline
5639      Branch: perlio
5640           +> ext/Encode/lib/Encode/Config.pm
5641           +> ext/Encode/lib/Encode/Encoder.pm ext/Encode/t/Encoder.t
5642           !> (integrate 37 files)
5643 ____________________________________________________________________________
5644 [ 15822] By: ams                                   on 2002/04/09  06:43:50
5645         Log: Subject: [PATCH @15821] File::CheckTree hates @'s
5646              From: Spider Boardman <spider@Orb.Nashua.NH.US>
5647              Date: Tue, 09 Apr 2002 02:00:51 -0400
5648              Message-Id: <200204090600.CAA20267@Orb.Nashua.NH.US>
5649      Branch: perl
5650            ! lib/File/CheckTree.pm
5651 ____________________________________________________________________________
5652 [ 15821] By: jhi                                   on 2002/04/09  01:56:05
5653         Log: Small perldelta tweaks.
5654      Branch: perl
5655            ! pod/perldelta.pod
5656 ____________________________________________________________________________
5657 [ 15820] By: jhi                                   on 2002/04/09  01:37:28
5658         Log: File::Checktree update from Paul Grassie.
5659      Branch: perl
5660            ! lib/File/CheckTree.pm lib/File/CheckTree.t
5661 ____________________________________________________________________________
5662 [ 15819] By: ams                                   on 2002/04/08  22:43:48
5663         Log: Subject: patch against t/op/sub_lval.t
5664              From: Jim Cromie <jcromie@divsol.com>
5665              Date: Mon, 08 Apr 2002 17:38:16 -0600
5666              Message-Id: <3CB229E8.9080500@divsol.com>
5667      Branch: perl
5668            ! t/op/sub_lval.t
5669 ____________________________________________________________________________
5670 [ 15818] By: ams                                   on 2002/04/08  22:40:16
5671         Log: Humbly pay homage to the redundancy gods.
5672      Branch: perl
5673            ! mg.c
5674 ____________________________________________________________________________
5675 [ 15817] By: jhi                                   on 2002/04/08  22:20:46
5676         Log: metaconfig mirror #15816.
5677      Branch: metaconfig
5678            ! U/modified/Unix.U
5679 ____________________________________________________________________________
5680 [ 15816] By: ams                                   on 2002/04/08  22:18:32
5681         Log: Nuke one overly-broad generalisation, as suggested by Sarathy.
5682      Branch: perl
5683            ! Porting/Glossary
5684 ____________________________________________________________________________
5685 [ 15815] By: jhi                                   on 2002/04/08  22:05:08
5686         Log: Small piconv tweaks (sent to Dan).
5687      Branch: perl
5688            ! ext/Encode/Encode.pm ext/Encode/bin/piconv
5689            ! ext/Encode/lib/Encode/Alias.pm
5690 ____________________________________________________________________________
5691 [ 15814] By: jhi                                   on 2002/04/08  19:04:52
5692         Log: Update Changes.
5693      Branch: perl
5694            ! Changes patchlevel.h
5695 ____________________________________________________________________________
5696 [ 15813] By: jhi                                   on 2002/04/08  18:56:58
5697         Log: FAQ sync.  (Ignoring the few URL differences for now.)
5698      Branch: perl
5699            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
5700            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
5701            ! pod/perlfaq7.pod pod/perlfaq9.pod
5702 ____________________________________________________________________________
5703 [ 15812] By: jhi                                   on 2002/04/08  18:23:41
5704         Log: Upgrade to Encode 1.31, from Dan Kogai.
5705      Branch: perl
5706            + ext/Encode/lib/Encode/Config.pm ext/Encode/t/Encoder.t
5707            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
5708            ! ext/Encode/MANIFEST ext/Encode/lib/Encode/Encoder.pm
5709            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Unicode.t
5710 ____________________________________________________________________________
5711 [ 15811] By: ams                                   on 2002/04/08  17:00:37
5712         Log: Subject: Re: lib/sort.t failure -- real PATCH enclosed
5713              From: Andy Dougherty <doughera@lafayette.edu>
5714              Date: Mon, 8 Apr 2002 13:20:39 -0400 (EDT)
5715              Message-Id: <Pine.SOL.4.10.10204081317040.20618-100000@maxwell.phys.lafayette.edu>
5716      Branch: perl
5717            ! lib/sort.t pp_sort.c
5718 ____________________________________________________________________________
5719 [ 15810] By: jhi                                   on 2002/04/08  16:27:32
5720         Log: metaconfig unit changes for #15809.
5721      Branch: metaconfig
5722            ! U/Glossary.patch U/modified/Unix.U U/modified/libs.U
5723 ____________________________________________________________________________
5724 [ 15809] By: jhi                                   on 2002/04/08  16:27:10
5725         Log: Mirroring #15806.
5726      Branch: perl
5727            ! Porting/Glossary Porting/config.sh Porting/config_H
5728 ____________________________________________________________________________
5729 [ 15808] By: jhi                                   on 2002/04/08  13:57:41
5730         Log: metaconfig unit changes for #15807.
5731      Branch: metaconfig
5732            ! U/protos/Protochk.U U/threads/d_asctime_r.U
5733            ! U/threads/d_crypt_r.U U/threads/d_ctermid_r.U
5734            ! U/threads/d_ctime_r.U U/threads/d_drand48_r.U
5735            ! U/threads/d_endgrent_r.U U/threads/d_endhostent_r.U
5736            ! U/threads/d_endnetent_r.U U/threads/d_endprotoent_r.U
5737            ! U/threads/d_endpwent_r.U U/threads/d_endservent_r.U
5738            ! U/threads/d_getgrent_r.U U/threads/d_getgrgid_r.U
5739            ! U/threads/d_getgrnam_r.U U/threads/d_gethostbyaddr_r.U
5740            ! U/threads/d_gethostbyname_r.U U/threads/d_gethostent_r.U
5741            ! U/threads/d_getlogin_r.U U/threads/d_getnetbyaddr_r.U
5742            ! U/threads/d_getnetbyname_r.U U/threads/d_getnetent_r.U
5743            ! U/threads/d_getprotobyname_r.U
5744            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
5745            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
5746            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
5747            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
5748            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
5749            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
5750            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
5751            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
5752            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
5753            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
5754            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
5755            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
5756            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
5757            ! U/threads/i_pthread.U
5758      Branch: perl
5759            ! config_h.SH
5760 ____________________________________________________________________________
5761 [ 15807] By: jhi                                   on 2002/04/08  13:57:12
5762         Log: Subject: [ PATCH ] Re: no snapshot today, no RC1 Monday    
5763              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5764              Date: Mon, 08 Apr 2002 14:34:27 +0200
5765              Message-Id: <20020408141403.CE45.H.M.BRAND@hccnet.nl>
5766      Branch: perl
5767            ! Configure hints/hpux.sh reentr.pl
5768 ____________________________________________________________________________
5769 [ 15806] By: ams                                   on 2002/04/08  13:50:43
5770         Log: Subject: [PATCH] Updates to Porting/Glossary
5771              From: Paul_GreenVOS@vos.stratus.com
5772              Date: Mon, 8 Apr 02 10:44 edt
5773              Message-Id: <200204081445.KAA16861@mailhub1.stratus.com>
5774      Branch: perl
5775            ! Porting/Glossary
5776 ____________________________________________________________________________
5777 [ 15805] By: ams                                   on 2002/04/08  13:47:32
5778         Log: Subject: [PATCH] Re: MakeMaker broken (was Re: perl patch level 15780
5779              coredumps on startup)
5780              From: Michael G Schwern <schwern@pobox.com>
5781              Date: Mon, 8 Apr 2002 10:34:49 -0400
5782              Message-Id: <20020408143449.GB3245@blackrider>
5783      Branch: perl
5784            ! lib/ExtUtils/MM_Unix.pm
5785 ____________________________________________________________________________
5786 [ 15804] By: ams                                   on 2002/04/08  13:29:28
5787         Log: Subject: [PATCH] example in pod/perllexwarn.pod
5788              From: Slaven Rezic <slaven.rezic@berlin.de>
5789              Date: Mon, 8 Apr 2002 16:12:52 +0200 (CEST)
5790              Message-Id: <200204081412.g38ECqkX049116@vran.herceg.de>
5791      Branch: perl
5792            ! pod/perllexwarn.pod
5793 ____________________________________________________________________________
5794 [ 15803] By: jhi                                   on 2002/04/08  12:35:08
5795         Log: Upgrade to Encode 1.30, from Dan Kogai. 
5796      Branch: perl
5797            + ext/Encode/lib/Encode/Encoder.pm
5798            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
5799            ! ext/Encode/MANIFEST ext/Encode/lib/Encode/Alias.pm
5800            ! ext/Encode/lib/Encode/Supported.pod
5801            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Unicode.t
5802            ! ext/Encode/t/grow.t
5803 ____________________________________________________________________________
5804 [ 15802] By: jhi                                   on 2002/04/08  12:11:26
5805         Log: Subject: Re: [MIME::Base64 patch] t/base64.t fix
5806              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
5807              Date: Mon, 08 Apr 2002 01:08:40 +0100
5808              Message-Id: <200204080008.g3808eT02175@crypt.compulink.co.uk>
5809      Branch: perl
5810            ! ext/MIME/Base64/t/base64.t
5811 ____________________________________________________________________________
5812 [ 15801] By: nick                                  on 2002/04/08  07:28:27
5813         Log: Integrate mainline
5814      Branch: perlio
5815           +> ext/Encode/t/Unicode.t ext/Encode/t/unibench.pl
5816           +> ext/Encode/ucm/jis0208.ucm ext/Encode/ucm/jis0212.ucm
5817           +> ext/File/Glob/t/utf8.t
5818           +> lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL
5819           +> lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm
5820           +> lib/ExtUtils/t/INST.t lib/ExtUtils/t/prefixify.t
5821            - ext/Encode/lib/Encode/10646_1.pm
5822            - ext/Encode/lib/Encode/Internal.pm
5823            - ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
5824            - ext/Encode/ucm/cp37.ucm ext/Encode/ucm/ibm-1250.ucm
5825            - ext/Encode/ucm/ibm-1251.ucm ext/Encode/ucm/ibm-1252.ucm
5826            - ext/Encode/ucm/ibm-1253.ucm ext/Encode/ucm/ibm-1254.ucm
5827            - ext/Encode/ucm/ibm-1255.ucm ext/Encode/ucm/ibm-1256.ucm
5828            - ext/Encode/ucm/ibm-1257.ucm ext/Encode/ucm/ibm-1258.ucm
5829            - ext/Encode/ucm/macJapan.ucm ext/Encode/ucm/macRumanian.ucm
5830           !> (integrate 157 files)
5831 ____________________________________________________________________________
5832 [ 15800] By: ams                                   on 2002/04/08  07:06:21
5833         Log: Subject: [PATCH] ExtUtils::Packlist doesn't grok filenames with spaces
5834              From: Jan Dubois <JanD@ActiveState.com>
5835              Date: Mon, 08 Apr 2002 00:10:39 -0700
5836              Message-Id: <hkf2bu4tq2j4784o3mua795jgochaesuas@4ax.com>
5837      Branch: perl
5838            ! lib/ExtUtils/Packlist.pm
5839 ____________________________________________________________________________
5840 [ 15799] By: ams                                   on 2002/04/08  04:50:36
5841         Log: Subject: [PATCH pod/perlguts.pod] docco fixes
5842              From: Stas Bekman <stas@stason.org>
5843              Date: Mon, 8 Apr 2002 13:43:36 +0800 (SGT)
5844              Message-Id: <Pine.LNX.4.44.0204081316090.23983-100000@hope.stason.org>
5845      Branch: perl
5846            ! pod/perlguts.pod
5847 ____________________________________________________________________________
5848 [ 15798] By: ams                                   on 2002/04/08  03:56:52
5849         Log: New descriptions for savepv*(), as suggested by Gisle Aas.
5850      Branch: perl
5851            ! util.c
5852 ____________________________________________________________________________
5853 [ 15797] By: ams                                   on 2002/04/08  01:30:38
5854         Log: Remove, eliminate, and destroy multiple, redundant occurences of the
5855              same line of code. (As suggested by Simon Cozens.)
5856      Branch: perl
5857            ! mg.c
5858 ____________________________________________________________________________
5859 [ 15796] By: ams                                   on 2002/04/08  01:27:24
5860         Log: Fix prototypes of save{,shared}pv{,n} (s/sv/pv/) as suggested by
5861              Simon Cozens.
5862      Branch: perl
5863            ! embed.fnc util.c
5864 ____________________________________________________________________________
5865 [ 15795] By: ams                                   on 2002/04/08  01:05:16
5866         Log: Subject: [ID 20020407.002] Bug (?) and patch for DProf
5867              From: Tom Brown <thecap@peach.ece.utexas.edu>
5868              Date: Sun, 07 Apr 2002 23:20:05 GMT
5869              Message-Id: <E16uM6r-0002up-00@peach.ece.utexas.edu>
5870      Branch: perl
5871            ! ext/Devel/DProf/DProf.xs
5872 ____________________________________________________________________________
5873 [ 15794] By: jhi                                   on 2002/04/07  23:31:28
5874         Log: Retract #15793 since #15775 should fix the problem.
5875      Branch: perl
5876            ! hv.c
5877 ____________________________________________________________________________
5878 [ 15793] By: jhi                                   on 2002/04/07  23:25:14
5879         Log: (Retracted by #15794)
5880              Subject: [PATCH] hv.c
5881              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
5882              Date: Sun, 7 Apr 2002 14:25:48 +0200
5883              Message-ID: <3CB056EC.16340.1119992@localhost>
5884      Branch: perl
5885            ! hv.c
5886 ____________________________________________________________________________
5887 [ 15792] By: ams                                   on 2002/04/07  21:48:49
5888         Log: Make other nits nervous.
5889      Branch: perl
5890            ! gv.c perl.c
5891 ____________________________________________________________________________
5892 [ 15791] By: ams                                   on 2002/04/07  20:31:08
5893         Log: Subject: [MIME::Base64 patch] t/base64.t fix
5894              From: Dan Kogai <dankogai@dan.co.jp>
5895              Date: Mon, 8 Apr 2002 06:19:29 +0900
5896              Message-Id: <25BF9A84-4A6D-11D6-9F9F-00039301D480@dan.co.jp>
5897      Branch: perl
5898            ! ext/MIME/Base64/t/base64.t
5899 ____________________________________________________________________________
5900 [ 15790] By: ams                                   on 2002/04/07  20:15:52
5901         Log: Subject: [PATCH] Devel/Peek/Peek.xs: reverse ifdef logic
5902              From: Slaven Rezic <slaven.rezic@berlin.de>
5903              Date: Sun, 7 Apr 2002 22:59:47 +0200 (CEST)
5904              Message-Id: <200204072059.g37KxlgN091129@vran.herceg.de>
5905      Branch: perl
5906            ! ext/Devel/Peek/Peek.xs
5907 ____________________________________________________________________________
5908 [ 15789] By: rgs                                   on 2002/04/07  19:34:10
5909         Log: Fully qualify in warning message the name of a subroutine redefined
5910              via glob assignment
5911      Branch: perl
5912            ! sv.c t/lib/warnings/op t/lib/warnings/sv
5913 ____________________________________________________________________________
5914 [ 15788] By: jhi                                   on 2002/04/07  17:32:49
5915         Log: Update from Dan Kogai.
5916      Branch: perl
5917            ! ext/Encode/t/Unicode.t
5918 ____________________________________________________________________________
5919 [ 15787] By: jhi                                   on 2002/04/07  16:59:45
5920         Log: Can't right now twist my brain to figure out
5921              the right CR/LF code point mappings in EBCDIC.
5922      Branch: perl
5923            ! lib/Pod/t/eol.t
5924 ____________________________________________________________________________
5925 [ 15786] By: jhi                                   on 2002/04/07  16:57:21
5926         Log: Subject: [PATCH] Re: [PATCH] Re: perl@15772
5927              From: Nicholas Clark <nick@ccl4.org>
5928              Date: Sun, 7 Apr 2002 15:01:56 +0100
5929              Message-ID: <20020407150156.R10686@plum.flirble.org>
5930      Branch: perl
5931            ! ext/Data/Dumper/Dumper.xs
5932 ____________________________________________________________________________
5933 [ 15785] By: jhi                                   on 2002/04/07  16:52:53
5934         Log: Tpyo.
5935      Branch: perl
5936            ! lib/Pod/t/eol.t
5937 ____________________________________________________________________________
5938 [ 15784] By: jhi                                   on 2002/04/07  16:41:29
5939         Log: EBCDIC branch was forgotten.
5940      Branch: perl
5941            ! ext/Devel/Peek/Peek.t
5942 ____________________________________________________________________________
5943 [ 15783] By: jhi                                   on 2002/04/07  16:29:09
5944         Log: charnames::viacode() was broken, noticed by Jeffrey.
5945      Branch: perl
5946            ! lib/charnames.pm lib/charnames.t
5947 ____________________________________________________________________________
5948 [ 15782] By: jhi                                   on 2002/04/07  15:53:35
5949         Log: Missing files.
5950      Branch: perl
5951            + ext/Encode/t/Unicode.t ext/Encode/t/grow.t
5952            ! MANIFEST ext/Encode/MANIFEST
5953 ____________________________________________________________________________
5954 [ 15781] By: jhi                                   on 2002/04/07  15:47:27
5955         Log: (intentionally empty)
5956      Branch: perl
5957            ! MANIFEST sv.h
5958 ____________________________________________________________________________
5959 [ 15780] By: jhi                                   on 2002/04/07  15:34:10
5960         Log: Upgrade to Encode 1.26, from Dan Kogai.
5961      Branch: perl
5962            + ext/Encode/t/unibench.pl ext/Encode/ucm/jis0208.ucm
5963            + ext/Encode/ucm/jis0212.ucm
5964            - ext/Encode/lib/Encode/10646_1.pm
5965            - ext/Encode/lib/Encode/Internal.pm
5966            - ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
5967            - ext/Encode/t/grow.t ext/Encode/ucm/cp37.ucm
5968            - ext/Encode/ucm/ibm-1250.ucm ext/Encode/ucm/ibm-1251.ucm
5969            - ext/Encode/ucm/ibm-1252.ucm ext/Encode/ucm/ibm-1253.ucm
5970            - ext/Encode/ucm/ibm-1254.ucm ext/Encode/ucm/ibm-1255.ucm
5971            - ext/Encode/ucm/ibm-1256.ucm ext/Encode/ucm/ibm-1257.ucm
5972            - ext/Encode/ucm/ibm-1258.ucm ext/Encode/ucm/macJapan.ucm
5973            - ext/Encode/ucm/macRumanian.ucm
5974            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
5975            ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/JP/JP.pm
5976            ! ext/Encode/JP/Makefile.PL ext/Encode/MANIFEST
5977            ! ext/Encode/bin/piconv ext/Encode/bin/unidump
5978            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
5979            ! ext/Encode/lib/Encode/Encoding.pm
5980            ! ext/Encode/lib/Encode/Supported.pod
5981            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Aliases.t
5982            ! ext/Encode/t/jperl.t ext/Encode/ucm/adobeStdenc.ucm
5983            ! ext/Encode/ucm/adobeSymbol.ucm
5984            ! ext/Encode/ucm/adobeZdingbat.ucm ext/Encode/ucm/ascii.ucm
5985            ! ext/Encode/ucm/cp037.ucm ext/Encode/ucm/cp1006.ucm
5986            ! ext/Encode/ucm/cp1026.ucm ext/Encode/ucm/cp1250.ucm
5987            ! ext/Encode/ucm/cp1251.ucm ext/Encode/ucm/cp1252.ucm
5988            ! ext/Encode/ucm/cp1253.ucm ext/Encode/ucm/cp1254.ucm
5989            ! ext/Encode/ucm/cp1255.ucm ext/Encode/ucm/cp1256.ucm
5990            ! ext/Encode/ucm/cp1257.ucm ext/Encode/ucm/cp1258.ucm
5991            ! ext/Encode/ucm/cp424.ucm ext/Encode/ucm/cp437.ucm
5992            ! ext/Encode/ucm/cp500.ucm ext/Encode/ucm/cp737.ucm
5993            ! ext/Encode/ucm/cp775.ucm ext/Encode/ucm/cp850.ucm
5994            ! ext/Encode/ucm/cp852.ucm ext/Encode/ucm/cp855.ucm
5995            ! ext/Encode/ucm/cp856.ucm ext/Encode/ucm/cp857.ucm
5996            ! ext/Encode/ucm/cp860.ucm ext/Encode/ucm/cp861.ucm
5997            ! ext/Encode/ucm/cp862.ucm ext/Encode/ucm/cp863.ucm
5998            ! ext/Encode/ucm/cp864.ucm ext/Encode/ucm/cp865.ucm
5999            ! ext/Encode/ucm/cp866.ucm ext/Encode/ucm/cp869.ucm
6000            ! ext/Encode/ucm/cp874.ucm ext/Encode/ucm/cp875.ucm
6001            ! ext/Encode/ucm/cp932.ucm ext/Encode/ucm/cp936.ucm
6002            ! ext/Encode/ucm/cp949.ucm ext/Encode/ucm/cp950.ucm
6003            ! ext/Encode/ucm/jis0201.ucm ext/Encode/ucm/koi8-r.ucm
6004            ! ext/Encode/ucm/macArabic.ucm ext/Encode/ucm/macCentEuro.ucm
6005            ! ext/Encode/ucm/macChinsimp.ucm ext/Encode/ucm/macChintrad.ucm
6006            ! ext/Encode/ucm/macCroatian.ucm ext/Encode/ucm/macCyrillic.ucm
6007            ! ext/Encode/ucm/macDevanaga.ucm ext/Encode/ucm/macDingbats.ucm
6008            ! ext/Encode/ucm/macFarsi.ucm ext/Encode/ucm/macGreek.ucm
6009            ! ext/Encode/ucm/macGujarati.ucm ext/Encode/ucm/macGurmukhi.ucm
6010            ! ext/Encode/ucm/macHebrew.ucm ext/Encode/ucm/macIceland.ucm
6011            ! ext/Encode/ucm/macJapanese.ucm ext/Encode/ucm/macKorean.ucm
6012            ! ext/Encode/ucm/macROMnn.ucm ext/Encode/ucm/macRoman.ucm
6013            ! ext/Encode/ucm/macSymbol.ucm ext/Encode/ucm/macThai.ucm
6014            ! ext/Encode/ucm/macTurkish.ucm ext/Encode/ucm/macUkraine.ucm
6015            ! ext/Encode/ucm/nextstep.ucm
6016 ____________________________________________________________________________
6017 [ 15779] By: jhi                                   on 2002/04/07  14:51:04
6018         Log: Duh.  If the input is a stream of UTF-8 bytes, all that's
6019              needed is SvUTF8_on(), sv_utf8_upgrade() is quite bogus.
6020              Now, where was my coffee mug...
6021      Branch: perl
6022            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs pod/perlfunc.pod
6023            ! pp_sys.c
6024 ____________________________________________________________________________
6025 [ 15778] By: jhi                                   on 2002/04/07  14:35:15
6026         Log: Subject: [PATCH] MakeMaker basic.t on Win32
6027              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
6028              Date: Sun, 7 Apr 2002 14:25:48 +0200
6029              Message-ID: <3CB056EC.27101.1119A3D@localhost>
6030              
6031              Subject: [PATCH] MakeMaker && Win32 && nmake
6032              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
6033              Date: Sun, 7 Apr 2002 14:25:48 +0200
6034              Message-ID: <3CB056EC.9001.11199ED@localhost>
6035      Branch: perl
6036            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
6037 ____________________________________________________________________________
6038 [ 15777] By: jhi                                   on 2002/04/07  14:27:06
6039         Log: Subject: Re: Change 15762: As noted by Philip Newton: nothing wrong with BOM,
6040              From: Philip Newton <Philip.Newton@gmx.net>
6041              Date: Sun, 07 Apr 2002 07:51:49 +0200      
6042              Message-ID: <1dnvau4j684hke2igk990f01nit8r2811s@4ax.com>
6043      Branch: perl
6044            ! utf8.c
6045 ____________________________________________________________________________
6046 [ 15776] By: jhi                                   on 2002/04/07  14:25:28
6047         Log: There was no nice way of getting in UTF-8 filenames:
6048              now one can use in the (new) three-arg form of readdir()
6049              and in File::Glob import a ":utf8" to transparently accept
6050              the filenames as Unicode.  Note that only :utf8 is supported,
6051              not fancier stuff like :encoding(foobar)
6052      Branch: perl
6053            + ext/File/Glob/t/utf8.t
6054            ! MANIFEST ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
6055            ! ext/File/Glob/Makefile.PL ext/File/Glob/bsd_glob.h opcode.h
6056            ! opcode.pl pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
6057            ! pod/perlunicode.pod pod/perluniintro.pod pp_sys.c sv.h
6058            ! t/op/readdir.t
6059 ____________________________________________________________________________
6060 [ 15775] By: rgs                                   on 2002/04/07  11:15:46
6061         Log: Subject: [PATCH] Re: perl@15772
6062              From: Nicholas Clark <nick@ccl4.org>
6063              Date: Sun, 7 Apr 2002 11:06:42 +0100
6064              Message-ID: <20020407110641.O10686@plum.flirble.org>
6065      Branch: perl
6066            ! hv.c
6067 ____________________________________________________________________________
6068 [ 15774] By: jhi                                   on 2002/04/07  01:21:07
6069         Log: Subject: [PATCH] Re: 15764 breakage
6070              From: Michael G Schwern <schwern@pobox.com>
6071              Date: Sat, 6 Apr 2002 19:14:02 -0500
6072              Message-ID: <20020407001401.GA7076@blackrider>
6073      Branch: perl
6074            ! lib/ExtUtils/MM_Unix.pm
6075 ____________________________________________________________________________
6076 [ 15773] By: jhi                                   on 2002/04/06  19:25:47
6077         Log: Instruction tweak.
6078      Branch: perl
6079            ! README.os390
6080 ____________________________________________________________________________
6081 [ 15772] By: jhi                                   on 2002/04/06  19:05:50
6082         Log: Update Changes.
6083      Branch: perl
6084            ! Changes patchlevel.h
6085 ____________________________________________________________________________
6086 [ 15771] By: jhi                                   on 2002/04/06  18:59:53
6087         Log: Subject: [PATCH] Encode tweaks for VMS
6088              From: Michael G Schwern <schwern@pobox.com>
6089              Date: Sat, 6 Apr 2002 03:26:09 -0500
6090              Message-ID: <20020406082609.GA28758@blackrider>
6091      Branch: perl
6092            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/Makefile.PL
6093            ! ext/Encode/EBCDIC/Makefile.PL ext/Encode/JP/Makefile.PL
6094            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
6095            ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
6096 ____________________________________________________________________________
6097 [ 15770] By: jhi                                   on 2002/04/06  18:54:06
6098         Log: Prettyprinting and version paranoia.
6099      Branch: perl
6100            ! ext/DB_File/t/db-recno.t
6101 ____________________________________________________________________________
6102 [ 15769] By: jhi                                   on 2002/04/06  18:50:17
6103         Log: Be explicit about the two DB_File tests croaking
6104              in Mac OS X.
6105      Branch: perl
6106            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-recno.t
6107 ____________________________________________________________________________
6108 [ 15768] By: jhi                                   on 2002/04/06  17:53:52
6109         Log: Regen toc.
6110      Branch: perl
6111            ! pod/perltoc.pod
6112 ____________________________________________________________________________
6113 [ 15767] By: jhi                                   on 2002/04/06  17:25:13
6114         Log: Subject: Re: the dirty half dozen (Re: perl@15662)
6115              From: Benjamin Goldberg <goldbb2@earthlink.net>
6116              Date: Fri, 05 Apr 2002 19:15:42 -0500
6117              Message-ID: <3CAE3E2E.8483505@earthlink.net>
6118      Branch: perl
6119            ! hv.h
6120 ____________________________________________________________________________
6121 [ 15766] By: jhi                                   on 2002/04/06  17:18:14
6122         Log: Underline that the current implementation is not
6123              guaranteed to be forever; and reformat a bit.
6124      Branch: perl
6125            ! lib/utf8.pm
6126 ____________________________________________________________________________
6127 [ 15765] By: jhi                                   on 2002/04/06  17:15:34
6128         Log: Subject: Weak spots in the utf8 manpage
6129              From: andreas.koenig@anima.de (Andreas J. Koenig)
6130              Date: Fri, 05 Apr 2002 10:08:44 +0200      
6131              Message-ID: <m3u1qqefeb.fsf@anima.de>      
6132      Branch: perl
6133            ! lib/utf8.pm
6134 ____________________________________________________________________________
6135 [ 15764] By: jhi                                   on 2002/04/06  16:58:02
6136         Log: Subject: [PATCH] MakeMaker core sync 5.54_01 -> 5.55_02
6137              From: Michael G Schwern <schwern@pobox.com>
6138              Date: Sat, 6 Apr 2002 03:22:03 -0500
6139              Message-ID: <20020406082203.GA28713@blackrider>
6140      Branch: perl
6141            + lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL
6142            + lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm
6143            + lib/ExtUtils/t/INST.t lib/ExtUtils/t/prefixify.t
6144            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command/MM.pm
6145            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Cygwin.pm
6146            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
6147            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
6148            ! lib/ExtUtils/MM_Win95.pm lib/ExtUtils/MakeMaker.pm
6149            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Win32.t
6150            ! lib/ExtUtils/t/basic.t t/lib/MakeMaker/Test/Utils.pm
6151 ____________________________________________________________________________
6152 [ 15763] By: jhi                                   on 2002/04/06  16:53:50
6153         Log: No need to avoid utf8 warnings after #15762.
6154      Branch: perl
6155            ! lib/Unicode/Collate.pm
6156 ____________________________________________________________________________
6157 [ 15762] By: jhi                                   on 2002/04/06  16:41:06
6158         Log: As noted by Philip Newton: nothing wrong with BOM,
6159              but 0xFFFE quite wrong.
6160      Branch: perl
6161            ! t/lib/warnings/utf8 utf8.c utf8.h
6162 ____________________________________________________________________________
6163 [ 15761] By: jhi                                   on 2002/04/06  16:17:57
6164         Log: Explain the "gaps" in the UTF-8 encoding.
6165      Branch: perl
6166            ! pod/perlunicode.pod utf8.h
6167 ____________________________________________________________________________
6168 [ 15760] By: jhi                                   on 2002/04/06  16:09:20
6169         Log: Subject: [PATCH] Re: Dumper.pm and Unicode code points (was Re: Data::Dumper and integer conversions)
6170              From: Nicholas Clark <nick@unfortu.net>
6171              Date: Sat, 6 Apr 2002 14:54:51 +0100
6172              Message-ID: <20020406135450.GA644@Bagpuss.unfortu.net>
6173      Branch: perl
6174            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
6175 ____________________________________________________________________________
6176 [ 15759] By: jhi                                   on 2002/04/06  16:08:14
6177         Log: Signedness nits.
6178      Branch: perl
6179            ! hv.c
6180 ____________________________________________________________________________
6181 [ 15758] By: jhi                                   on 2002/04/06  16:07:03
6182         Log: Make hv_notallowed a static as suggested by Nick Clark;
6183              and synchronize the nomenclature to talk about restricted
6184              (not fixed) hashes.
6185      Branch: perl
6186            ! embed.fnc embed.h hv.c lib/Hash/Util.t pod/perldiag.pod
6187            ! proto.h
6188 ____________________________________________________________________________
6189 [ 15757] By: jhi                                   on 2002/04/06  15:47:52
6190         Log: Subject: Re: the dirty half dozen (Re: perl@15662)
6191              From: Nicholas Clark <nick@unfortu.net>
6192              Date: Sat, 6 Apr 2002 00:21:17 +0100
6193              Message-ID: <20020405232117.GE323@Bagpuss.unfortu.net>
6194              
6195              (with the last one reversed)
6196      Branch: perl
6197            ! doop.c dump.c embed.fnc ext/Devel/Peek/Peek.t hv.c hv.h
6198            ! pod/perlunicode.pod pp.c sv.h t/op/utfhash.t
6199 ____________________________________________________________________________
6200 [ 15756] By: jhi                                   on 2002/04/06  15:46:35
6201         Log: Update the warning message.
6202      Branch: perl
6203            ! README.tru64
6204 ____________________________________________________________________________
6205 [ 15755] By: jhi                                   on 2002/04/06  15:26:44
6206         Log: Subject: [perlunicode]   A nasty doc bug causing the real one!
6207              From: Dan Kogai <dankogai@dan.co.jp>
6208              Date: Sat, 6 Apr 2002 06:08:40 +0900
6209              Message-Id: <4DB9C576-48D9-11D6-84DC-00039301D480@dan.co.jp>
6210      Branch: perl
6211            ! pod/perlunicode.pod
6212 ____________________________________________________________________________
6213 [ 15754] By: rgs                                   on 2002/04/05  20:47:22
6214         Log: Some tests were failing silently instead of saying "not ok"
6215      Branch: perl
6216            ! t/comp/proto.t
6217 ____________________________________________________________________________
6218 [ 15753] By: nick                                  on 2002/04/05  19:30:12
6219         Log: Integrate mainline
6220      Branch: perlio
6221           !> Configure NetWare/Makefile NetWare/Nwmain.c NetWare/nw5.c
6222           !> dosish.h ext/Storable/Storable.xs ext/Storable/t/dclone.t
6223           !> lib/Tie/File/t/26_twrite.t lib/sort.t pod/perlfunc.pod
6224 ____________________________________________________________________________
6225 [ 15752] By: jhi                                   on 2002/04/05  18:37:32
6226         Log: Minor Tie::File test patch, from mjd.
6227      Branch: perl
6228            ! lib/Tie/File/t/24_cache_loop.t
6229 ____________________________________________________________________________
6230 [ 15751] By: jhi                                   on 2002/04/05  18:35:35
6231         Log: Not *that* different line endings (noticed by Philip Newton)
6232      Branch: perl
6233            ! pod/perldelta.pod
6234 ____________________________________________________________________________
6235 [ 15750] By: jhi                                   on 2002/04/05  18:02:26
6236         Log: Retract #15745 for now; won't work without more Encode fixes.
6237      Branch: perl
6238            ! ext/Encode/lib/Encode/10646_1.pm
6239 ____________________________________________________________________________
6240 [ 15749] By: jhi                                   on 2002/04/05  17:00:01
6241         Log: metaconfig unit change for #15748.
6242      Branch: metaconfig
6243            ! U/modified/Oldconfig.U
6244 ____________________________________________________________________________
6245 [ 15748] By: jhi                                   on 2002/04/05  16:58:45
6246         Log: Subject: [ID 20020405.004] Configure doesn't always choose the openbsd hints fine on OpenBSD systems
6247              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
6248              Date: Fri, 5 Apr 2002 10:43:43 -0700 (MST)
6249              Message-Id: <200204051743.g35Hhhb7031096@xerxes.courtesan.com>
6250      Branch: perl
6251            ! Configure
6252 ____________________________________________________________________________
6253 [ 15747] By: jhi                                   on 2002/04/05  13:42:29
6254         Log: NetWare update from C Aditya.
6255      Branch: perl
6256            ! NetWare/Makefile NetWare/Nwmain.c NetWare/nw5.c dosish.h
6257 ____________________________________________________________________________
6258 [ 15746] By: jhi                                   on 2002/04/05  13:34:11
6259         Log: Win32 pacifying from mjd.
6260      Branch: perl
6261            ! lib/Tie/File/t/26_twrite.t
6262 ____________________________________________________________________________
6263 [ 15745] By: jhi                                   on 2002/04/05  13:07:21
6264         Log: Integrate perlio;
6265              
6266              Not only did UCS-2 have dodgy name it was buggy.
6267      Branch: perl
6268           !> ext/Encode/lib/Encode/10646_1.pm
6269 ____________________________________________________________________________
6270 [ 15744] By: nick                                  on 2002/04/05  13:02:36
6271         Log: Not only did UCS-2 have dodgy name it was buggy.
6272      Branch: perlio
6273            ! ext/Encode/lib/Encode/10646_1.pm
6274 ____________________________________________________________________________
6275 [ 15743] By: jhi                                   on 2002/04/05  12:50:21
6276         Log: Subject: Patch for bug ID 20020221.007
6277              From: Archer Sully <archer@meer.net>
6278              Date: Thu, 4 Apr 2002 21:45:34 -0700
6279              Message-Id: <20020405044630.8F2B3C859@mail.goldenagewireless.net>
6280              
6281              Fix for "[ID 20020221.007] SEGV in Storable with empty string
6282              scalar object" (dclone)
6283      Branch: perl
6284            ! ext/Storable/Storable.xs ext/Storable/t/dclone.t
6285 ____________________________________________________________________________
6286 [ 15742] By: rgs                                   on 2002/04/05  12:22:26
6287         Log: Subject: Re: lib/sort.t failure 
6288              From: "John P. Linderman" <jpl@research.att.com>
6289              Date: Fri, 05 Apr 2002 06:19:07 -0500
6290              Message-ID: <200204051119.GAA00032@raptor.research.att.com>
6291              
6292              with a minor formatting tweak
6293      Branch: perl
6294            ! pod/perlfunc.pod
6295 ____________________________________________________________________________
6296 [ 15741] By: rgs                                   on 2002/04/05  11:58:14
6297         Log: Subject: Re: lib/sort.t failure (and [PATCH])
6298              From: "John P. Linderman" <jpl@research.att.com>
6299              Date: Fri, 05 Apr 2002 07:13:27 -0500
6300              Message-ID: <200204051213.HAA13004@raptor.research.att.com>
6301      Branch: perl
6302            ! lib/sort.t
6303 ____________________________________________________________________________
6304 [ 15740] By: nick                                  on 2002/04/05  09:31:42
6305         Log: Integrate mainline
6306      Branch: perlio
6307           +> (branch 49 files)
6308           !> (integrate 82 files)
6309 ____________________________________________________________________________
6310 [ 15739] By: jhi                                   on 2002/04/05  01:52:28
6311         Log: Subject: A TEST. [Re: qr/^UCS2-le$/i    => '"UCS-2"'  -- what is it?]
6312              From: Dan Kogai <dankogai@dan.co.jp>
6313              Date: Fri, 5 Apr 2002 11:52:50 +0900
6314              Message-Id: <377E5208-4840-11D6-8B4B-00039301D480@dan.co.jp>
6315      Branch: perl
6316            ! ext/Encode/t/Aliases.t
6317 ____________________________________________________________________________
6318 [ 15738] By: jhi                                   on 2002/04/05  01:45:24
6319         Log: Subject: A FIX. [Re: qr/^UCS2-le$/i    => '"UCS-2"'  -- what is it?]
6320              From: Dan Kogai <dankogai@dan.co.jp>
6321              Date: Fri, 5 Apr 2002 11:39:55 +0900
6322              Message-Id: <69FEC0B4-483E-11D6-A045-00039301D480@dan.co.jp>
6323      Branch: perl
6324            ! ext/Encode/lib/Encode/Alias.pm
6325 ____________________________________________________________________________
6326 [ 15737] By: jhi                                   on 2002/04/04  22:28:32
6327         Log: Subject: Re: [ID 20020305.025] PACKAGE::SUPER doesn't work anymore
6328              From: Ilmari Karonen <iltzu@sci.fi>
6329              Date: Fri, 5 Apr 2002 01:35:08 +0300 (EET DST)
6330              Message-ID: <Pine.SOL.3.96.1020405004632.9372C-100000@simpukka>
6331      Branch: perl
6332            ! gv.c t/op/method.t
6333 ____________________________________________________________________________
6334 [ 15736] By: jhi                                   on 2002/04/04  22:28:10
6335         Log: I was fooled for a while, somebody else might be too.
6336      Branch: perl
6337            ! t/test.pl
6338 ____________________________________________________________________________
6339 [ 15735] By: jhi                                   on 2002/04/04  22:10:51
6340         Log: test.pl-ify.
6341      Branch: perl
6342            ! t/op/method.t
6343 ____________________________________________________________________________
6344 [ 15734] By: jhi                                   on 2002/04/04  19:54:19
6345         Log: Upgrade to Encode 1.20, from Dan Kogai.
6346      Branch: perl
6347            + ext/Encode/bin/unidump ext/Encode/ucm/adobeStdenc.ucm
6348            + ext/Encode/ucm/adobeSymbol.ucm
6349            + ext/Encode/ucm/adobeZdingbat.ucm ext/Encode/ucm/cp037.ucm
6350            + ext/Encode/ucm/cp1006.ucm ext/Encode/ucm/cp1026.ucm
6351            + ext/Encode/ucm/cp1251.ucm ext/Encode/ucm/cp1252.ucm
6352            + ext/Encode/ucm/cp1253.ucm ext/Encode/ucm/cp1254.ucm
6353            + ext/Encode/ucm/cp1255.ucm ext/Encode/ucm/cp1256.ucm
6354            + ext/Encode/ucm/cp1257.ucm ext/Encode/ucm/cp1258.ucm
6355            + ext/Encode/ucm/cp424.ucm ext/Encode/ucm/cp437.ucm
6356            + ext/Encode/ucm/cp500.ucm ext/Encode/ucm/cp737.ucm
6357            + ext/Encode/ucm/cp775.ucm ext/Encode/ucm/cp850.ucm
6358            + ext/Encode/ucm/cp852.ucm ext/Encode/ucm/cp855.ucm
6359            + ext/Encode/ucm/cp856.ucm ext/Encode/ucm/cp857.ucm
6360            + ext/Encode/ucm/cp860.ucm ext/Encode/ucm/cp861.ucm
6361            + ext/Encode/ucm/cp862.ucm ext/Encode/ucm/cp863.ucm
6362            + ext/Encode/ucm/cp864.ucm ext/Encode/ucm/cp865.ucm
6363            + ext/Encode/ucm/cp866.ucm ext/Encode/ucm/cp869.ucm
6364            + ext/Encode/ucm/cp874.ucm ext/Encode/ucm/cp875.ucm
6365            + ext/Encode/ucm/macArabic.ucm ext/Encode/ucm/macChinsimp.ucm
6366            + ext/Encode/ucm/macChintrad.ucm ext/Encode/ucm/macDevanaga.ucm
6367            + ext/Encode/ucm/macFarsi.ucm ext/Encode/ucm/macGujarati.ucm
6368            + ext/Encode/ucm/macGurmukhi.ucm ext/Encode/ucm/macHebrew.ucm
6369            + ext/Encode/ucm/macJapanese.ucm ext/Encode/ucm/macKorean.ucm
6370            + ext/Encode/ucm/macROMnn.ucm ext/Encode/ucm/macRUMnn.ucm
6371            + ext/Encode/ucm/macSymbol.ucm
6372            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm
6373            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/CN.pm
6374            ! ext/Encode/CN/Makefile.PL ext/Encode/Changes
6375            ! ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL
6376            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
6377            ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/JP/JP.pm
6378            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
6379            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
6380            ! ext/Encode/Makefile.PL ext/Encode/Symbol/Makefile.PL
6381            ! ext/Encode/Symbol/Symbol.pm ext/Encode/TW/Makefile.PL
6382            ! ext/Encode/TW/TW.pm ext/Encode/bin/enc2xs
6383            ! ext/Encode/bin/piconv ext/Encode/lib/Encode/10646_1.pm
6384            ! ext/Encode/lib/Encode/Alias.pm
6385            ! ext/Encode/lib/Encode/Supported.pod
6386            ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
6387            ! ext/Encode/t/Aliases.t ext/Encode/t/encoding.t
6388            ! ext/Encode/t/jperl.t ext/Encode/ucm/ascii.ucm
6389            ! ext/Encode/ucm/cp1250.ucm ext/Encode/ucm/cp932.ucm
6390            ! ext/Encode/ucm/cp936.ucm ext/Encode/ucm/cp949.ucm
6391            ! ext/Encode/ucm/cp950.ucm ext/Encode/ucm/koi8-r.ucm
6392            ! ext/Encode/ucm/macCentEuro.ucm ext/Encode/ucm/macCroatian.ucm
6393            ! ext/Encode/ucm/macCyrillic.ucm ext/Encode/ucm/macDingbats.ucm
6394            ! ext/Encode/ucm/macGreek.ucm ext/Encode/ucm/macIceland.ucm
6395            ! ext/Encode/ucm/macRoman.ucm ext/Encode/ucm/macThai.ucm
6396            ! ext/Encode/ucm/macTurkish.ucm ext/Encode/ucm/macUkraine.ucm
6397            ! ext/Encode/ucm/nextstep.ucm
6398 ____________________________________________________________________________
6399 [ 15733] By: jhi                                   on 2002/04/04  17:23:31
6400         Log: Subject: left-over "use 5.7.2" in threads.pm
6401              From: Slaven Rezic <slaven.rezic@berlin.de>
6402              Date: 21 Mar 2002 23:18:13 +0100
6403              Message-ID: <87k7s5pntm.fsf@vran.herceg.de>
6404      Branch: perl
6405            ! ext/threads/threads.pm
6406 ____________________________________________________________________________
6407 [ 15732] By: ams                                   on 2002/04/04  17:08:13
6408         Log: Subject: [PATCH 5.7.3 DOCS]
6409              From: mjd@plover.com
6410              Date: 4 Apr 2002 15:59:39 -0000
6411              Message-Id: <20020404155939.6754.qmail@plover.com>
6412      Branch: perl
6413            ! pod/perlfaq9.pod
6414 ____________________________________________________________________________
6415 [ 15731] By: jhi                                   on 2002/04/04  16:11:47
6416         Log: metaconfig unit change for #15730.
6417      Branch: metaconfig
6418            ! U/threads/usethreads.U
6419 ____________________________________________________________________________
6420 [ 15730] By: jhi                                   on 2002/04/04  16:11:06
6421         Log: Subject: Re: lib/sort.t failure [PATCH]
6422              From: Andy Dougherty <doughera@lafayette.edu>
6423              Date: Thu, 4 Apr 2002 12:05:30 -0500 (EST)
6424              Message-ID: <Pine.SOL.4.10.10204041204001.20180-100000@maxwell.phys.lafayette.edu>
6425              
6426              Default to usethreads in case the user most probably forgot it.
6427      Branch: perl
6428            ! Configure
6429 ____________________________________________________________________________
6430 [ 15729] By: jhi                                   on 2002/04/04  13:57:41
6431         Log: Typo nits from Wolfgang Laun.
6432      Branch: perl
6433            ! lib/Test/Harness.pm lib/Test/More.pm lib/Test/Simple.pm
6434 ____________________________________________________________________________
6435 [ 15728] By: rgs                                   on 2002/04/04  07:09:12
6436         Log: Detypo in diagnostics.
6437      Branch: perl
6438            ! lib/locale.t
6439 ____________________________________________________________________________
6440 [ 15727] By: jhi                                   on 2002/04/04  05:54:20
6441         Log: pod2html: try to be EOL agnostic.
6442              (Needs testing on CRLF and CR platforms.)
6443      Branch: perl
6444            + lib/Pod/t/eol.t
6445            ! MANIFEST lib/Pod/Html.pm pod/perldelta.pod
6446 ____________________________________________________________________________
6447 [ 15726] By: jhi                                   on 2002/04/04  00:27:19
6448         Log: Subject: [PATCH} Pod::HTML and HTML4
6449              From: Robert Spier <rspier@pobox.com>
6450              Date: Wed, 03 Apr 2002 16:26:21 -0800
6451              Message-ID: <3CAB9DAD.20305@pobox.com>
6452      Branch: perl
6453            ! lib/Pod/Html.pm
6454 ____________________________________________________________________________
6455 [ 15725] By: jhi                                   on 2002/04/03  22:53:41
6456         Log: Byebye, beebee.
6457      Branch: perl
6458            ! t/lib/warnings/perlio
6459 ____________________________________________________________________________
6460 [ 15724] By: jhi                                   on 2002/04/03  22:39:48
6461         Log: Subject: Re: enc2xs needs portable way to know it's in the core
6462              From: PPrymmer@factset.com
6463              Date: Wed, 3 Apr 2002 14:29:32 -0500
6464              Message-ID: <OF58635186.C7427DDE-ON85256B90.0067A130@55.25.11>
6465      Branch: perl
6466            ! configure.com
6467 ____________________________________________________________________________
6468 [ 15723] By: jhi                                   on 2002/04/03  22:33:09
6469         Log: Subject: [PATCH] Re: [ID 20020401.004] [PATCH] lib/File/Spec/t/rel2abs2rel.t fails if  paths contain shell metacharacters
6470              From: Dominic Dunlop <domo@computer.org>
6471              Date: Wed, 3 Apr 2002 22:44:01 +0200
6472              Message-Id: <p05101502b8d10666f60c@[192.168.1.6]>
6473      Branch: perl
6474            ! lib/File/Spec/t/rel2abs2rel.t
6475 ____________________________________________________________________________
6476 [ 15722] By: jhi                                   on 2002/04/03  22:25:48
6477         Log: Subject: [PATCH] pp_pack.c - remove SIGFPE on VOS
6478              From: Paul_GreenVOS@vos.stratus.com
6479              Date: Wed, 3 Apr 02 16:34 est
6480              Message-Id: <200204032134.QAA29744@mailhub2.stratus.com>
6481      Branch: perl
6482            ! pp_pack.c
6483 ____________________________________________________________________________
6484 [ 15721] By: jhi                                   on 2002/04/03  22:13:35
6485         Log: Upgrade to Tie::File 0.93, from mjd.
6486      Branch: perl
6487            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
6488            ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
6489            ! lib/Tie/File/t/41_heap.t
6490 ____________________________________________________________________________
6491 [ 15720] By: jhi                                   on 2002/04/03  21:33:54
6492         Log: Subject: lib/AnyDBM_File.t incorrectly passes even without any dbm
6493              From: Andy Dougherty <doughera@lafayette.edu>
6494              Date: Wed, 3 Apr 2002 16:17:51 -0500 (EST)
6495              Message-ID: <Pine.SOL.4.10.10204031607030.20955-100000@maxwell.phys.lafayette.edu>
6496      Branch: perl
6497            ! lib/AnyDBM_File.t
6498 ____________________________________________________________________________
6499 [ 15719] By: rgs                                   on 2002/04/03  21:08:21
6500         Log: Tweak the Atof macro : perl wasn't compiling with -Duseithreads
6501              and ccflags including -DNO_LOCALE
6502      Branch: perl
6503            ! perl.h
6504 ____________________________________________________________________________
6505 [ 15718] By: jhi                                   on 2002/04/03  20:27:49
6506         Log: EPOC tweaks from Olaf Flebbe.
6507      Branch: perl
6508            ! README.epoc epoc/epoc.c epoc/epocish.h util.c
6509 ____________________________________________________________________________
6510 [ 15717] By: jhi                                   on 2002/04/03  20:25:55
6511         Log: Subject: [PATCH] Set @INC earlier
6512              From: Andy Dougherty <doughera@lafayette.edu>
6513              Date: Wed, 3 Apr 2002 16:18:47 -0500 (EST)
6514              Message-ID: <Pine.SOL.4.10.10204031618150.20955-100000@maxwell.phys.lafayette.edu>
6515      Branch: perl
6516            ! lib/AnyDBM_File.t lib/sort.t
6517 ____________________________________________________________________________
6518 [ 15716] By: rgs                                   on 2002/04/03  19:28:38
6519         Log: perlcompile.pod was listing all B:: modules, except B::Concise
6520              (resubmitted)
6521      Branch: perl
6522            ! pod/perlcompile.pod
6523 ____________________________________________________________________________
6524 [ 15715] By: rgs                                   on 2002/04/03  19:16:27
6525         Log: perlcompile.pod was listing all B:: modules, except B::Concise
6526      Branch: perl
6527            ! pod/perlcompile.pod
6528 ____________________________________________________________________________
6529 [ 15714] By: jhi                                   on 2002/04/03  19:15:33
6530         Log: non-perlio robustness.
6531      Branch: perl
6532            ! ext/Socket/socketpair.t lib/utf8.t
6533 ____________________________________________________________________________
6534 [ 15713] By: nick                                  on 2002/04/03  18:06:49
6535         Log: Integrate mainline
6536      Branch: perlio
6537           +> lib/Tie/File/t/41_heap.t
6538           !> MANIFEST ext/threads/threads.pm lib/ExtUtils/MM_Win95.pm
6539           !> lib/File/Compare.pm perl.c pod/perldiag.pod pp_ctl.c regcomp.c
6540           !> regexec.c t/op/re_tests t/op/tiearray.t
6541 ____________________________________________________________________________
6542 [ 15712] By: jhi                                   on 2002/04/03  17:55:48
6543         Log: Tweak for 8.3 compat.
6544      Branch: perl
6545            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/Makefile.PL
6546            ! ext/Encode/EBCDIC/Makefile.PL ext/Encode/Encode.xs
6547            ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/JP/Makefile.PL
6548            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
6549            ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
6550            ! ext/Encode/bin/enc2xs
6551 ____________________________________________________________________________
6552 [ 15711] By: jhi                                   on 2002/04/03  17:04:22
6553         Log: Subject: Re: [PATCH pp_ctl.c] [ID 20020301.011] Core dump in 'leavetry' in 5.7.2
6554              From: Mark-Jason Dominus <mjd@plover.com>
6555              Date: Wed, 03 Apr 2002 13:04:40 -0500
6556              Message-ID: <20020403180440.7614.qmail@plover.com>
6557      Branch: perl
6558            ! t/op/tiearray.t
6559 ____________________________________________________________________________
6560 [ 15710] By: jhi                                   on 2002/04/03  15:49:10
6561         Log: Forgotten.
6562      Branch: perl
6563            + lib/Tie/File/t/41_heap.t
6564            ! MANIFEST
6565 ____________________________________________________________________________
6566 [ 15709] By: jhi                                   on 2002/04/03  15:04:15
6567         Log: Subject: Re: the dirty half dozen (Re: perl@15662)
6568              From: Mark Kvale <kvale@phy.ucsf.edu>
6569              Date: Tue, 2 Apr 2002 13:57:37 -0800
6570              Message-Id: <02040213573702.66352@ivy.ucsf.edu>
6571      Branch: perl
6572            ! t/op/re_tests
6573 ____________________________________________________________________________
6574 [ 15708] By: jhi                                   on 2002/04/03  15:01:51
6575         Log: Subject: Re: [ID 20020311.008] "foo bar" =~ /^(\w+)\s+(.+)(\s+)?$(\s)/ core dumps
6576              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>    
6577              Date: Wed, 03 Apr 2002 03:34:34 +0100
6578              Message-Id: <200204030234.g332YYP15141@crypt.compulink.co.uk>
6579      Branch: perl
6580            ! regcomp.c
6581 ____________________________________________________________________________
6582 [ 15707] By: jhi                                   on 2002/04/03  15:00:53
6583         Log: The leavetry crash should now be history.
6584      Branch: perl
6585            ! t/op/tiearray.t
6586 ____________________________________________________________________________
6587 [ 15706] By: jhi                                   on 2002/04/03  14:56:47
6588         Log: Subject: [PATCH lib/ExtUtils/MM_Win95.pm] Re: I can't build anything in ext/
6589              From: Michael G Schwern <schwern@pobox.com>
6590              Date: Wed, 3 Apr 2002 10:56:44 -0500
6591              Message-ID: <20020403155644.GC916@blackrider>
6592      Branch: perl
6593            ! lib/ExtUtils/MM_Win95.pm
6594 ____________________________________________________________________________
6595 [ 15705] By: jhi                                   on 2002/04/03  14:49:35
6596         Log: Subject: [PATCH pp_ctl.c] [ID 20020301.011] Core dump in 'leavetry' in 5.7.2
6597              From: Dave Mitchell <davem@fdgroup.com>
6598              Date: Wed, 3 Apr 2002 02:08:26 +0100
6599              Message-ID: <20020403020825.B16724@fdgroup.com>
6600      Branch: perl
6601            ! pp_ctl.c
6602 ____________________________________________________________________________
6603 [ 15704] By: jhi                                   on 2002/04/03  14:18:58
6604         Log: Prototype tweak for non-threaded builds.
6605      Branch: perl
6606            ! perl.c
6607 ____________________________________________________________________________
6608 [ 15703] By: jhi                                   on 2002/04/03  14:12:03
6609         Log: Detached threads do not help; they still hold resources.
6610      Branch: perl
6611            ! ext/threads/threads.pm pod/perldiag.pod
6612 ____________________________________________________________________________
6613 [ 15702] By: jhi                                   on 2002/04/03  13:55:17
6614         Log: Doc tweak from Wolfgang Laun.
6615      Branch: perl
6616            ! lib/File/Compare.pm
6617 ____________________________________________________________________________
6618 [ 15701] By: jhi                                   on 2002/04/03  13:49:11
6619         Log: Subject: [PATCH bleadperl] regexec.c
6620              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
6621              Date: Wed, 3 Apr 2002 11:13:30 +0200
6622              Message-ID: <1673159227.20020403111330@tesla.rcub.bg.ac.yu>
6623      Branch: perl
6624            ! regexec.c
6625 ____________________________________________________________________________
6626 [ 15700] By: jhi                                   on 2002/04/03  13:47:22
6627         Log: Document the "Cleanup skipped ..." warning.
6628      Branch: perl
6629            ! ext/threads/threads.pm pod/perldiag.pod
6630 ____________________________________________________________________________
6631 [ 15699] By: jhi                                   on 2002/04/03  13:35:58
6632         Log: Integrate perlio;
6633              
6634              Add -hiertype option to xsubpp for easier mapping C++ with namespaces.
6635              
6636              Fix segfaults when mainthread exits with other threads running:
6637              - track number of running threads
6638              - if main thread calls perl_destruct() with other threads running
6639              skip most of cleanup (with a warning).
6640      Branch: perl
6641           !> embed.fnc embed.h embedvar.h ext/threads/threads.xs global.sym
6642           !> lib/ExtUtils/xsubpp perl.c perl.h perlapi.h perlvars.h
6643           !> pod/perlapi.pod proto.h
6644 ____________________________________________________________________________
6645 [ 15698] By: nick                                  on 2002/04/03  13:15:30
6646         Log: Fix segfaults when mainthread exits with other threads running:
6647              - track number of running threads
6648              - if main thread calls perl_destruct() with other threads running
6649              skip most of cleanup (with a warning).
6650      Branch: perlio
6651            ! embed.fnc embed.h embedvar.h ext/threads/threads.xs global.sym
6652            ! perl.c perl.h perlapi.h perlvars.h pod/perlapi.pod proto.h
6653 ____________________________________________________________________________
6654 [ 15697] By: nick                                  on 2002/04/03  07:34:13
6655         Log: Integrate mainline
6656      Branch: perlio
6657           +> lib/Net/Ping/t/250_ping_hires.t
6658           !> (integrate 33 files)
6659 ____________________________________________________________________________
6660 [ 15696] By: nick                                  on 2002/04/03  06:41:58
6661         Log: Add -hiertype option to xsubpp for easier mapping C++ with namespaces.
6662      Branch: perlio
6663            ! lib/ExtUtils/xsubpp
6664 ____________________________________________________________________________
6665 [ 15695] By: jhi                                   on 2002/04/03  03:10:27
6666         Log: Subject: [PATCH @15047] debugger
6667              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6668              Date: Sat, 16 Mar 2002 04:38:50 -0500
6669              Message-ID: <20020316043850.A9223@math.ohio-state.edu>
6670      Branch: perl
6671            ! lib/perl5db.pl
6672 ____________________________________________________________________________
6673 [ 15694] By: jhi                                   on 2002/04/02  22:26:23
6674         Log: Third Degree flags.
6675      Branch: perl
6676            ! Makefile.SH
6677 ____________________________________________________________________________
6678 [ 15693] By: jhi                                   on 2002/04/02  21:19:21
6679         Log: Subject: [5.7.3 DOC PATCH] 'splice' with negative LENGTH
6680              From: Mark-Jason Dominus <mjd@plover.com>
6681              Date: Tue, 02 Apr 2002 16:35:11 -0500
6682              Message-ID: <20020402213511.27781.qmail@plover.com>
6683              
6684              (tweaked)
6685      Branch: perl
6686            ! pod/perlfunc.pod
6687 ____________________________________________________________________________
6688 [ 15692] By: jhi                                   on 2002/04/02  21:01:41
6689         Log: Upgrade to Tie::File 0.92, from mjd.
6690      Branch: perl
6691            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
6692            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/04_splice.t
6693            ! lib/Tie/File/t/07_rv_splice.t lib/Tie/File/t/09_gen_rs.t
6694            ! lib/Tie/File/t/10_splice_rs.t lib/Tie/File/t/16_handle.t
6695            ! lib/Tie/File/t/20_cache_full.t lib/Tie/File/t/30_defer.t
6696            ! lib/Tie/File/t/40_abs_cache.t
6697 ____________________________________________________________________________
6698 [ 15691] By: jhi                                   on 2002/04/02  20:42:56
6699         Log: Subject: [PATCH] Update my email address in perl.c
6700              From: Paul_GreenVOS@vos.stratus.com
6701              Date: Tue, 2 Apr 02 15:27 est
6702              Message-Id: <200204022027.PAA29837@mailhub1.stratus.com>
6703      Branch: perl
6704            ! AUTHORS perl.c
6705 ____________________________________________________________________________
6706 [ 15690] By: rgs                                   on 2002/04/02  20:36:04
6707         Log: POD fix.
6708      Branch: perl
6709            ! pod/perldelta.pod
6710 ____________________________________________________________________________
6711 [ 15689] By: jhi                                   on 2002/04/02  20:35:13
6712         Log: What started as a small nit (the charnames test, nit found
6713              be Hugo), ballooned a bit... the goal is Larry's wish that
6714              illegal Unicode (such as U+FFFF) by default doesn't warn,
6715              since what if somebody WANTS to create illegal Unicode?
6716              Now getting close to this in the regex runtime.
6717              (Also, fix more of my fixation that BOM would be U+FFFE.)
6718      Branch: perl
6719            ! lib/Unicode/Collate.pm lib/charnames.t pp.c pp_pack.c
6720            ! regexec.c t/lib/warnings/utf8 utf8.c utf8.h
6721 ____________________________________________________________________________
6722 [ 15688] By: jhi                                   on 2002/04/02  18:57:19
6723         Log: Talk more about Net::Ping.
6724      Branch: perl
6725            ! pod/perldelta.pod
6726 ____________________________________________________________________________
6727 [ 15687] By: jhi                                   on 2002/04/02  18:35:27
6728         Log: Upgrade to Net::Ping 2.14.
6729      Branch: perl
6730            + lib/Net/Ping/t/250_ping_hires.t
6731            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/CHANGES
6732            ! lib/Net/Ping/README lib/Net/Ping/t/130_tcp_inst.t
6733            ! lib/Net/Ping/t/140_stream_inst.t
6734 ____________________________________________________________________________
6735 [ 15686] By: jhi                                   on 2002/04/02  18:09:46
6736         Log: XML::Parser 2.31 should be out shortly.
6737      Branch: perl
6738            ! pod/perldelta.pod
6739 ____________________________________________________________________________
6740 [ 15685] By: jhi                                   on 2002/04/02  17:37:44
6741         Log: Subject: RE: Sorry... (was: Re: Bug: cygwin Perl uses File/Spec/Unix.pm instead of File/Spec/Win32.pm)
6742              From: George Necula <necula@eecs.berkeley.edu>
6743              Date: Tue, 2 Apr 2002 10:22:41 -0800
6744              Message-ID: <4E06A937DADC3842ACE4D3A1096A9EAC038C6F@JANUS.eecs.berkeley.edu>
6745      Branch: perl
6746            ! lib/File/Spec/Cygwin.pm
6747 ____________________________________________________________________________
6748 [ 15684] By: jhi                                   on 2002/04/02  15:39:04
6749         Log: EBCDIC test tweak.
6750      Branch: perl
6751            ! pod/perldelta.pod t/uni/case.pl
6752 ____________________________________________________________________________
6753 [ 15683] By: nick                                  on 2002/04/02  15:36:17
6754         Log: Integrate mainline
6755      Branch: perlio
6756           !> NetWare/t/NWScripts.pl ext/Encode/Encode.xs lib/CPAN.pm
6757           !> lib/Net/ChangeLog.libnet lib/Net/FTP/dataconn.pm
6758           !> lib/Net/SMTP.pm lib/perl5db.pl os2/os2ish.h perlio.c scope.c
6759 ____________________________________________________________________________
6760 [ 15682] By: jhi                                   on 2002/04/02  15:05:58
6761         Log: Subject: [PATCH @15047] ASCII vs BINARY on OS/2 in perlio
6762              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6763              Date: Tue, 2 Apr 2002 00:37:08 -0500
6764              Message-ID: <20020402003708.A8648@math.ohio-state.edu>
6765      Branch: perl
6766            ! os2/os2ish.h perlio.c
6767 ____________________________________________________________________________
6768 [ 15681] By: jhi                                   on 2002/04/02  15:01:34
6769         Log: Subject: [PATCH @15047] debugger again
6770              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6771              Date: Tue, 2 Apr 2002 00:30:31 -0500
6772              Message-ID: <20020402003030.A8567@math.ohio-state.edu>
6773      Branch: perl
6774            ! lib/perl5db.pl
6775 ____________________________________________________________________________
6776 [ 15680] By: jhi                                   on 2002/04/02  14:53:19
6777         Log: Subject: [PATCH @15047] test() in CPAN.pm
6778              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6779              Date: Tue, 2 Apr 2002 00:46:45 -0500
6780              Message-ID: <20020402004645.A8674@math.ohio-state.edu>
6781      Branch: perl
6782            ! lib/CPAN.pm
6783 ____________________________________________________________________________
6784 [ 15679] By: gbarr                                 on 2002/04/02  14:27:37
6785         Log: Sync with libnet-1.11
6786      Branch: perl
6787            ! lib/Net/ChangeLog.libnet lib/Net/FTP/dataconn.pm
6788            ! lib/Net/SMTP.pm
6789 ____________________________________________________________________________
6790 [ 15678] By: jhi                                   on 2002/04/02  14:01:35
6791         Log: NetWare tweaks from C Aditya.
6792      Branch: perl
6793            ! NetWare/t/NWScripts.pl scope.c
6794 ____________________________________________________________________________
6795 [ 15677] By: jhi                                   on 2002/04/02  13:35:49
6796         Log: Subject: Re: [Encode] Perl community vs. Encode.xs; verdit reached
6797              From: Dan Kogai <dankogai@dan.co.jp>
6798              Date: Tue, 2 Apr 2002 22:21:47 +0900
6799              Message-Id: <9572CAC4-463C-11D6-ABA5-00039301D480@dan.co.jp>
6800      Branch: perl
6801            ! ext/Encode/Encode.xs
6802 ____________________________________________________________________________
6803 [ 15676] By: jhi                                   on 2002/04/02  13:22:51
6804         Log: Integrate perlio;
6805              
6806              Calculate buffer size needs in float to avoid 32-bit overflow.
6807              
6808              Add buffer size growth test.
6809      Branch: perl
6810           +> ext/Encode/t/grow.t
6811           !> MANIFEST ext/Encode/Encode.xs ext/Encode/MANIFEST
6812 ____________________________________________________________________________
6813 [ 15675] By: nick                                  on 2002/04/02  07:49:41
6814         Log: Add buffer size growth test.
6815      Branch: perlio
6816            + ext/Encode/t/grow.t
6817            ! MANIFEST ext/Encode/MANIFEST
6818 ____________________________________________________________________________
6819 [ 15674] By: nick                                  on 2002/04/02  07:40:49
6820         Log: Calculate buffer size needs in float to avoid 32-bit overflow.
6821      Branch: perlio
6822            ! ext/Encode/Encode.xs
6823 ____________________________________________________________________________
6824 [ 15673] By: nick                                  on 2002/04/02  07:40:06
6825         Log: Integrate mainline
6826      Branch: perlio
6827           +> (branch 102 files)
6828            - ext/Encode/Encode/8859-1.ucm ext/Encode/Encode/8859-10.ucm
6829            - ext/Encode/Encode/8859-11.ucm ext/Encode/Encode/8859-13.ucm
6830            - ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
6831            - ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
6832            - ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
6833            - ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
6834            - ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
6835            - ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
6836            - ext/Encode/Encode/big5-hk.ucm ext/Encode/Encode/big5-hkscs.ucm
6837            - ext/Encode/Encode/big5.ucm ext/Encode/Encode/cp1047.ucm
6838            - ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
6839            - ext/Encode/Encode/cp932.ucm ext/Encode/Encode/cp936.ucm
6840            - ext/Encode/Encode/cp949.ucm ext/Encode/Encode/cp950.ucm
6841            - ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/euc-cn.ucm
6842            - ext/Encode/Encode/euc-jp.ucm ext/Encode/Encode/euc-kr.ucm
6843            - ext/Encode/Encode/gb12345.ucm ext/Encode/Encode/gb2312.ucm
6844            - ext/Encode/Encode/gsm0338.ucm ext/Encode/Encode/hp-roman8.ucm
6845            - ext/Encode/Encode/ibm-1250.ucm ext/Encode/Encode/ibm-1251.ucm
6846            - ext/Encode/Encode/ibm-1252.ucm ext/Encode/Encode/ibm-1253.ucm
6847            - ext/Encode/Encode/ibm-1254.ucm ext/Encode/Encode/ibm-1255.ucm
6848            - ext/Encode/Encode/ibm-1256.ucm ext/Encode/Encode/ibm-1257.ucm
6849            - ext/Encode/Encode/ibm-1258.ucm ext/Encode/Encode/ir-165.ucm
6850            - ext/Encode/Encode/jis0201.ucm ext/Encode/Encode/johab.ucm
6851            - ext/Encode/Encode/koi8-f.ucm ext/Encode/Encode/koi8-r.ucm
6852            - ext/Encode/Encode/koi8-u.ucm ext/Encode/Encode/ksc5601.ucm
6853            - ext/Encode/Encode/macCentEuro.ucm
6854            - ext/Encode/Encode/macCroatian.ucm
6855            - ext/Encode/Encode/macCyrillic.ucm
6856            - ext/Encode/Encode/macDingbats.ucm
6857            - ext/Encode/Encode/macGreek.ucm
6858            - ext/Encode/Encode/macIceland.ucm
6859            - ext/Encode/Encode/macJapan.ucm ext/Encode/Encode/macRoman.ucm
6860            - ext/Encode/Encode/macRumanian.ucm
6861            - ext/Encode/Encode/macSami.ucm ext/Encode/Encode/macThai.ucm
6862            - ext/Encode/Encode/macTurkish.ucm
6863            - ext/Encode/Encode/macUkraine.ucm
6864            - ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/posix-bc.ucm
6865            - ext/Encode/Encode/roman8.ucm ext/Encode/Encode/shiftjis.ucm
6866            - ext/Encode/Encode/symbol.ucm ext/Encode/Encode/viscii.ucm
6867            - ext/Encode/compile ext/Encode/encode.h
6868            - ext/Encode/lib/Encode/CN/2022_CN.pm
6869            - ext/Encode/lib/Encode/Details.pod ext/Encode/ucm2table
6870            - lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
6871            - lib/Memoize/t/expire_module_t.t lib/encoding.pm lib/encoding.t
6872            - lib/unicore/PropertyValueAliases.txt
6873           !> (integrate 143 files)
6874 ____________________________________________________________________________
6875 [ 15672] By: ams                                   on 2002/04/02  04:42:44
6876         Log: Win32 fix for Tie::File from MJD.
6877      Branch: perl
6878            ! lib/Tie/File.pm
6879 ____________________________________________________________________________
6880 [ 15671] By: jhi                                   on 2002/04/02  01:59:40
6881         Log: Add a few tests to the timing-sensitive list.
6882      Branch: perl
6883            ! INSTALL
6884 ____________________________________________________________________________
6885 [ 15670] By: jhi                                   on 2002/04/01  20:57:03
6886         Log: Subject: [PATCH sort.t] extensive regression testing
6887              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6888              Date: Mon, 1 Apr 2002 23:50:24 +0200
6889              Message-ID: <20020401235024.E677@rafael>
6890      Branch: perl
6891            ! lib/sort.t
6892 ____________________________________________________________________________
6893 [ 15669] By: jhi                                   on 2002/04/01  20:38:57
6894         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)
6895              From: Nicholas Clark <nick@unfortu.net>
6896              Date: Mon, 1 Apr 2002 21:54:05 +0100
6897              Message-ID: <20020401205405.GI319@Bagpuss.unfortu.net>
6898      Branch: perl
6899            ! lib/Memoize/t/errors.t
6900 ____________________________________________________________________________
6901 [ 15668] By: jhi                                   on 2002/04/01  20:33:06
6902         Log: Subject: getting rid of a few superfluous $&/$`
6903              From: Jeffrey Friedl <jfriedl@yahoo.com>
6904              Date: Mon, 1 Apr 2002 01:32:34 -0800 (PST)
6905              Message-Id: <200204010932.g319WY886939@ventrue.corp.yahoo.com>
6906              
6907              (with more-backward-compat than just using @- and @+, also by Jeffrey)
6908              
6909              (The version number of Text::Balanced intentionally not
6910              increased since Damian will make a new release after 5.8)
6911      Branch: perl
6912            ! lib/Pod/Html.pm lib/Text/Balanced.pm
6913 ____________________________________________________________________________
6914 [ 15667] By: jhi                                   on 2002/04/01  20:16:46
6915         Log: Subject: [PATCH 5.7.3 TESTS]
6916              From: mjd@plover.com
6917              Date: 1 Apr 2002 20:32:18 -0000
6918              Message-ID: <20020401203218.25230.qmail@plover.com>
6919      Branch: perl
6920            ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
6921            ! t/op/tiearray.t t/test.pl
6922 ____________________________________________________________________________
6923 [ 15666] By: jhi                                   on 2002/04/01  20:13:49
6924         Log: Subject: [PATCH] VOS-specific patch to iperlsys.h to work around errno bu
6925              From: Paul_GreenVOS@vos.stratus.com
6926              Date: Mon, 1 Apr 02 15:15 est
6927              Message-Id: <200204012048.PAA05178@mailhub2.stratus.com>
6928      Branch: perl
6929            ! iperlsys.h
6930 ____________________________________________________________________________
6931 [ 15665] By: jhi                                   on 2002/04/01  19:14:18
6932         Log: Subject: [PATCH] VOS-only change to lib/ExtUtils/MM_Unix.pm
6933              From: Paul_GreenVOS@vos.stratus.com
6934              Date: Mon, 1 Apr 02 14:11 est
6935              Message-Id: <200204011911.OAA06024@mailhub1.stratus.com>
6936      Branch: perl
6937            ! lib/ExtUtils/MM_Unix.pm
6938 ____________________________________________________________________________
6939 [ 15664] By: jhi                                   on 2002/04/01  17:58:49
6940         Log: Subject: [PATCH] (not solving: Re: Storable can't do utf8 hash keys)
6941              From: Nicholas Clark <nick@unfortu.net>
6942              Date: Mon, 1 Apr 2002 19:30:05 +0100
6943              Message-ID: <20020401183004.GH319@Bagpuss.unfortu.net>
6944      Branch: perl
6945            ! t/op/pat.t t/op/utfhash.t
6946 ____________________________________________________________________________
6947 [ 15663] By: jhi                                   on 2002/04/01  17:56:27
6948         Log: Subject: [PATCH 5.7.3] warning for split(/.../g, ...);
6949              From: Mark-Jason Dominus <mjd@plover.com>
6950              Date: Mon, 01 Apr 2002 13:22:01 -0500
6951              Message-ID: <20020401182201.21189.qmail@plover.com>
6952      Branch: perl
6953            ! op.c pod/perldelta.pod pod/perldiag.pod t/lib/warnings/op
6954 ____________________________________________________________________________
6955 [ 15662] By: jhi                                   on 2002/04/01  17:06:10
6956         Log: Update Changes.
6957      Branch: perl
6958            ! Changes patchlevel.h
6959 ____________________________________________________________________________
6960 [ 15661] By: jhi                                   on 2002/04/01  16:22:54
6961         Log: Subject: [PATCH 5.7.3 DOC]
6962              From: mjd@plover.com
6963              Date: 1 Apr 2002 17:23:40 -0000
6964              Message-ID: <20020401172340.16410.qmail@plover.com>
6965      Branch: perl
6966            ! pod/perldelta.pod
6967 ____________________________________________________________________________
6968 [ 15660] By: jhi                                   on 2002/04/01  15:38:56
6969         Log: CRAY TS does not have -h rounddiv, from Keith Thompson.
6970      Branch: perl
6971            ! hints/unicos.sh
6972 ____________________________________________________________________________
6973 [ 15659] By: jhi                                   on 2002/04/01  15:14:13
6974         Log: Advertise piconv and enc2xs.
6975      Branch: perl
6976            ! pod/perldelta.pod
6977 ____________________________________________________________________________
6978 [ 15658] By: jhi                                   on 2002/04/01  15:08:02
6979         Log: Add enc2xs.
6980      Branch: perl
6981            + utils/enc2xs.PL
6982            ! MANIFEST utils/Makefile
6983 ____________________________________________________________________________
6984 [ 15657] By: jhi                                   on 2002/04/01  14:28:09
6985         Log: Integrate perlio;
6986              
6987              Be more explicit testing for \015 not \r
6988      Branch: perl
6989           !> MANIFEST ext/Socket/socketpair.t pod/perldelta.pod
6990           !> pod/perldiag.pod pod/perlretut.pod t/io/crlf.t toke.c utf8.c
6991 ____________________________________________________________________________
6992 [ 15656] By: jhi                                   on 2002/04/01  14:22:14
6993         Log: Subject: BOM, 0xFFFE, 0xFEFF, etc.
6994              From: Philip Newton <Philip.Newton@gmx.net>
6995              Date: Mon, 01 Apr 2002 17:06:18 +0200
6996              Message-ID: <aptgauk21cvnpiotsrm3gaul98j2dqsj9p@4ax.com>
6997      Branch: perl
6998            ! lib/charnames.pm lib/charnames.t
6999 ____________________________________________________________________________
7000 [ 15655] By: jhi                                   on 2002/04/01  13:56:06
7001         Log: Subject: detypo patch
7002              From: andreas.koenig@anima.de (Andreas J. Koenig)
7003              Date: Mon, 01 Apr 2002 10:09:21 +0200
7004              Message-ID: <m3r8lzsuvi.fsf@anima.de>
7005      Branch: perl
7006            ! INSTALL
7007 ____________________________________________________________________________
7008 [ 15654] By: jhi                                   on 2002/04/01  13:49:57
7009         Log: Subject: Re: Change 15637: Behaviour (make viacode 0xFFFE to return BYTE ORDER  MARK,
7010              From: Philip Newton <Philip.Newton@gmx.net>
7011              Date: Mon, 01 Apr 2002 08:12:01 +0200
7012              Message-ID: <63ufauo0nrvcgmj6o3u1fjaf1t787a5l1n@4ax.com>
7013      Branch: perl
7014            ! lib/charnames.pm lib/charnames.t
7015 ____________________________________________________________________________
7016 [ 15653] By: nick                                  on 2002/04/01  09:20:24
7017         Log: Be more explicit testing for \015 not \r
7018      Branch: perlio
7019            ! t/io/crlf.t
7020 ____________________________________________________________________________
7021 [ 15652] By: jhi                                   on 2002/04/01  04:41:45
7022         Log: If under UTF-8 locale the utf8.pm really needs to be found.
7023      Branch: perl
7024            ! t/comp/cpp.t t/run/switchPx.t
7025 ____________________________________________________________________________
7026 [ 15651] By: jhi                                   on 2002/04/01  02:55:22
7027         Log: Upgrade to Tie::File 0.91, from mjd.
7028      Branch: perl
7029            + lib/Tie/File/t/24_cache_loop.t lib/Tie/File/t/25_gen_nocache.t
7030            + lib/Tie/File/t/26_twrite.t
7031            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t
7032            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/04_splice.t
7033            ! lib/Tie/File/t/08_ro.t lib/Tie/File/t/09_gen_rs.t
7034            ! lib/Tie/File/t/16_handle.t
7035 ____________________________________________________________________________
7036 [ 15650] By: jhi                                   on 2002/04/01  02:49:14
7037         Log: DJGPP tweaks from Laszlo.
7038      Branch: perl
7039            ! lib/ExtUtils/MM_DOS.pm util.c
7040 ____________________________________________________________________________
7041 [ 15649] By: jhi                                   on 2002/04/01  02:47:14
7042         Log: Discussion about minimal installations.
7043      Branch: perl
7044            ! INSTALL
7045 ____________________________________________________________________________
7046 [ 15648] By: jhi                                   on 2002/04/01  02:42:41
7047         Log: Comment tweak from Hugo.
7048      Branch: perl
7049            ! regexec.c
7050 ____________________________________________________________________________
7051 [ 15647] By: jhi                                   on 2002/04/01  02:30:18
7052         Log: Another UTF-8 locale tweak from Hugo.
7053      Branch: perl
7054            ! regexec.c
7055 ____________________________________________________________________________
7056 [ 15646] By: jhi                                   on 2002/04/01  02:26:49
7057         Log: Document the known MacOS X locale problem.
7058      Branch: perl
7059            ! pod/perldelta.pod
7060 ____________________________________________________________________________
7061 [ 15645] By: jhi                                   on 2002/04/01  02:17:50
7062         Log: Regex fix from Hugo: in UTF-8 locales the character
7063              counting code didn't work right for minimal matches.
7064      Branch: perl
7065            ! regexec.c
7066 ____________________________________________________________________________
7067 [ 15644] By: jhi                                   on 2002/04/01  02:02:32
7068         Log: Subject: Re: 14986 xsubpp patch broke Unicode::Map8
7069              From: Spider Boardman <spider@Orb.Nashua.NH.US>
7070              Date: Sun, 31 Mar 2002 20:32:43 -0500
7071              Message-Id: <200204010132.UAA14443@Orb.Nashua.NH.US>
7072      Branch: perl
7073            ! lib/ExtUtils/xsubpp
7074 ____________________________________________________________________________
7075 [ 15643] By: jhi                                   on 2002/04/01  02:00:10
7076         Log: Document known FreeBSD locale glitch. 
7077      Branch: perl
7078            ! pod/perldelta.pod
7079 ____________________________________________________________________________
7080 [ 15642] By: jhi                                   on 2002/04/01  00:57:44
7081         Log: There is --list in glibc iconv.
7082      Branch: perl
7083            ! ext/Encode/bin/piconv
7084 ____________________________________________________________________________
7085 [ 15641] By: jhi                                   on 2002/03/31  23:18:51
7086         Log: Slight usage tweaks to piconv: show usage with
7087              no -t -f or -l arguments, or with -h.
7088      Branch: perl
7089            ! ext/Encode/bin/piconv
7090 ____________________________________________________________________________
7091 [ 15640] By: jhi                                   on 2002/03/31  23:08:28
7092         Log: Get the piconv installed.
7093      Branch: perl
7094            + utils/piconv.PL
7095            ! MANIFEST utils/Makefile
7096 ____________________________________________________________________________
7097 [ 15639] By: jhi                                   on 2002/03/31  22:35:21
7098         Log: Spelling tweaks.
7099      Branch: perl
7100            ! ext/Encode/bin/piconv
7101 ____________________________________________________________________________
7102 [ 15638] By: jhi                                   on 2002/03/31  22:31:29
7103         Log: Upgrade to Encode 1.11, from Dan Kogai.
7104      Branch: perl
7105            + ext/Encode/Encode/Changes.e2x
7106            + ext/Encode/Encode/Makefile_PL.e2x ext/Encode/Encode/README.e2x
7107            + ext/Encode/Encode/_PM.e2x ext/Encode/Encode/_T.e2x
7108            + ext/Encode/bin/ucm2table ext/Encode/encoding.pm
7109            + ext/Encode/t/encoding.t ext/Encode/t/jperl.t
7110            + ext/Encode/ucm/8859-1.ucm ext/Encode/ucm/8859-10.ucm
7111            + ext/Encode/ucm/8859-11.ucm ext/Encode/ucm/8859-13.ucm
7112            + ext/Encode/ucm/8859-14.ucm ext/Encode/ucm/8859-15.ucm
7113            + ext/Encode/ucm/8859-16.ucm ext/Encode/ucm/8859-2.ucm
7114            + ext/Encode/ucm/8859-3.ucm ext/Encode/ucm/8859-4.ucm
7115            + ext/Encode/ucm/8859-5.ucm ext/Encode/ucm/8859-6.ucm
7116            + ext/Encode/ucm/8859-7.ucm ext/Encode/ucm/8859-8.ucm
7117            + ext/Encode/ucm/8859-9.ucm ext/Encode/ucm/ascii.ucm
7118            + ext/Encode/ucm/big5-hkscs.ucm ext/Encode/ucm/big5.ucm
7119            + ext/Encode/ucm/cp1047.ucm ext/Encode/ucm/cp1250.ucm
7120            + ext/Encode/ucm/cp37.ucm ext/Encode/ucm/cp932.ucm
7121            + ext/Encode/ucm/cp936.ucm ext/Encode/ucm/cp949.ucm
7122            + ext/Encode/ucm/cp950.ucm ext/Encode/ucm/dingbats.ucm
7123            + ext/Encode/ucm/euc-cn.ucm ext/Encode/ucm/euc-jp.ucm
7124            + ext/Encode/ucm/euc-kr.ucm ext/Encode/ucm/gb12345.ucm
7125            + ext/Encode/ucm/gb2312.ucm ext/Encode/ucm/gsm0338.ucm
7126            + ext/Encode/ucm/hp-roman8.ucm ext/Encode/ucm/ibm-1250.ucm
7127            + ext/Encode/ucm/ibm-1251.ucm ext/Encode/ucm/ibm-1252.ucm
7128            + ext/Encode/ucm/ibm-1253.ucm ext/Encode/ucm/ibm-1254.ucm
7129            + ext/Encode/ucm/ibm-1255.ucm ext/Encode/ucm/ibm-1256.ucm
7130            + ext/Encode/ucm/ibm-1257.ucm ext/Encode/ucm/ibm-1258.ucm
7131            + ext/Encode/ucm/ir-165.ucm ext/Encode/ucm/jis0201.ucm
7132            + ext/Encode/ucm/johab.ucm ext/Encode/ucm/koi8-f.ucm
7133            + ext/Encode/ucm/koi8-r.ucm ext/Encode/ucm/koi8-u.ucm
7134            + ext/Encode/ucm/ksc5601.ucm ext/Encode/ucm/macCentEuro.ucm
7135            + ext/Encode/ucm/macCroatian.ucm ext/Encode/ucm/macCyrillic.ucm
7136            + ext/Encode/ucm/macDingbats.ucm ext/Encode/ucm/macGreek.ucm
7137            + ext/Encode/ucm/macIceland.ucm ext/Encode/ucm/macJapan.ucm
7138            + ext/Encode/ucm/macRoman.ucm ext/Encode/ucm/macRumanian.ucm
7139            + ext/Encode/ucm/macSami.ucm ext/Encode/ucm/macThai.ucm
7140            + ext/Encode/ucm/macTurkish.ucm ext/Encode/ucm/macUkraine.ucm
7141            + ext/Encode/ucm/nextstep.ucm ext/Encode/ucm/posix-bc.ucm
7142            + ext/Encode/ucm/shiftjis.ucm ext/Encode/ucm/symbol.ucm
7143            + ext/Encode/ucm/viscii.ucm
7144            - ext/Encode/Encode/8859-1.ucm ext/Encode/Encode/8859-10.ucm
7145            - ext/Encode/Encode/8859-11.ucm ext/Encode/Encode/8859-13.ucm
7146            - ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
7147            - ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
7148            - ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
7149            - ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
7150            - ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
7151            - ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
7152            - ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/big5.ucm
7153            - ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
7154            - ext/Encode/Encode/cp37.ucm ext/Encode/Encode/cp932.ucm
7155            - ext/Encode/Encode/cp936.ucm ext/Encode/Encode/cp949.ucm
7156            - ext/Encode/Encode/cp950.ucm ext/Encode/Encode/dingbats.ucm
7157            - ext/Encode/Encode/euc-cn.ucm ext/Encode/Encode/euc-jp.ucm
7158            - ext/Encode/Encode/euc-kr.ucm ext/Encode/Encode/gb12345.ucm
7159            - ext/Encode/Encode/gb2312.ucm ext/Encode/Encode/gsm0338.ucm
7160            - ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/ibm-1250.ucm
7161            - ext/Encode/Encode/ibm-1251.ucm ext/Encode/Encode/ibm-1252.ucm
7162            - ext/Encode/Encode/ibm-1253.ucm ext/Encode/Encode/ibm-1254.ucm
7163            - ext/Encode/Encode/ibm-1255.ucm ext/Encode/Encode/ibm-1256.ucm
7164            - ext/Encode/Encode/ibm-1257.ucm ext/Encode/Encode/ibm-1258.ucm
7165            - ext/Encode/Encode/ir-165.ucm ext/Encode/Encode/jis0201.ucm
7166            - ext/Encode/Encode/johab.ucm ext/Encode/Encode/koi8-f.ucm
7167            - ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/koi8-u.ucm
7168            - ext/Encode/Encode/ksc5601.ucm
7169            - ext/Encode/Encode/macCentEuro.ucm
7170            - ext/Encode/Encode/macCroatian.ucm
7171            - ext/Encode/Encode/macCyrillic.ucm
7172            - ext/Encode/Encode/macDingbats.ucm
7173            - ext/Encode/Encode/macGreek.ucm
7174            - ext/Encode/Encode/macIceland.ucm
7175            - ext/Encode/Encode/macJapan.ucm ext/Encode/Encode/macRoman.ucm
7176            - ext/Encode/Encode/macRumanian.ucm
7177            - ext/Encode/Encode/macSami.ucm ext/Encode/Encode/macThai.ucm
7178            - ext/Encode/Encode/macTurkish.ucm
7179            - ext/Encode/Encode/macUkraine.ucm
7180            - ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/posix-bc.ucm
7181            - ext/Encode/Encode/shiftjis.ucm ext/Encode/Encode/symbol.ucm
7182            - ext/Encode/Encode/viscii.ucm ext/Encode/ucm2table
7183            - lib/encoding.pm lib/encoding.t
7184            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm
7185            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/Makefile.PL
7186            ! ext/Encode/Changes ext/Encode/EBCDIC/Makefile.PL
7187            ! ext/Encode/Encode.pm ext/Encode/JP/Makefile.PL
7188            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
7189            ! ext/Encode/Makefile.PL ext/Encode/README
7190            ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
7191            ! ext/Encode/bin/enc2xs ext/Encode/bin/piconv
7192            ! ext/Encode/lib/Encode/Alias.pm
7193            ! ext/Encode/lib/Encode/Supported.pod
7194 ____________________________________________________________________________
7195 [ 15637] By: jhi                                   on 2002/03/31  20:50:23
7196         Log: Behaviour (make viacode 0xFFFE to return BYTE ORDER MARK,
7197              make viacode no-allocatedcode to return the 0xFFFD) tweaks,
7198              respective test    and doc tweaks.
7199      Branch: perl
7200            ! lib/charnames.pm lib/charnames.t
7201 ____________________________________________________________________________
7202 [ 15636] By: jhi                                   on 2002/03/31  20:34:29
7203         Log: Subject: [PATCH] Re: no <Module> <version>; (was Re: Backwards Compatibility wrt: open(FILE,">",\$var);)
7204              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7205              Date: Sun, 31 Mar 2002 22:47:31 +0200
7206              Message-ID: <20020331224731.E854@rafael>
7207      Branch: perl
7208            ! pod/perlfunc.pod
7209 ____________________________________________________________________________
7210 [ 15635] By: jhi                                   on 2002/03/31  19:45:33
7211         Log: Subject: [PATCH] __attribute__ problems with g++
7212              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
7213              Date: Sun, 31 Mar 2002 22:43:03 +0200
7214              Message-ID: <3CA790F7.23864.27BD5B4@localhost>
7215      Branch: perl
7216            ! perl.h
7217 ____________________________________________________________________________
7218 [ 15634] By: jhi                                   on 2002/03/31  19:28:38
7219         Log: Put back the #! line, false alarm.
7220      Branch: perl
7221            ! lib/ExtUtils/t/Constant.t
7222 ____________________________________________________________________________
7223 [ 15633] By: jhi                                   on 2002/03/31  15:07:20
7224         Log: Subject: Re: [Patch] pod/perlvar.pod
7225              From: Philip Newton <Philip.Newton@gmx.net>
7226              Date: Sun, 31 Mar 2002 07:40:43 +0200
7227              Message-ID: <r88dauoji5t185p6vss7cfm8c43bosmte6@4ax.com>
7228      Branch: perl
7229            ! pod/perlvar.pod
7230 ____________________________________________________________________________
7231 [ 15632] By: jhi                                   on 2002/03/31  03:03:11
7232         Log: Subject: [PATCH @15615] Bad socketpair.t can hang anywhere
7233              From: Spider Boardman <spider@Orb.Nashua.NH.US>
7234              Date: Sat, 30 Mar 2002 21:37:37 -0500
7235              Message-Id: <200203310237.VAA10274@Orb.Nashua.NH.US>      
7236      Branch: perl
7237            ! ext/Socket/socketpair.t
7238 ____________________________________________________________________________
7239 [ 15631] By: jhi                                   on 2002/03/30  23:30:45
7240         Log: Subject: Re: compile tweak for Win32
7241              From: Michael G Schwern <schwern@pobox.com>
7242              Date: Fri, 29 Mar 2002 17:48:22 -0500      
7243              Message-ID: <20020329224822.GG16816@blackrider>
7244      Branch: perl
7245            ! win32/buildext.pl
7246 ____________________________________________________________________________
7247 [ 15630] By: jhi                                   on 2002/03/30  23:21:56
7248         Log: Subject: [PATCH 1_compile.t] +B::Disassembler -B::C
7249              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7250              Date: Sat, 30 Mar 2002 22:19:46 +0100
7251              Message-ID: <20020330221946.A28497@rafael>
7252      Branch: perl
7253            ! t/lib/1_compile.t
7254 ____________________________________________________________________________
7255 [ 15629] By: jhi                                   on 2002/03/30  23:21:23
7256         Log: Subject: [PATCH regmesg.t] increase output verbosity
7257              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7258              Date: Sat, 30 Mar 2002 22:34:08 +0100
7259              Message-ID: <20020330223408.C28497@rafael>
7260      Branch: perl
7261            ! t/op/regmesg.t
7262 ____________________________________________________________________________
7263 [ 15628] By: jhi                                   on 2002/03/30  23:19:59
7264         Log: Subject: [PATCH] Re: 64 bit SEGV in t/op/regmesg.t
7265              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7266              Date: Sat, 30 Mar 2002 21:36:23 +0100
7267              Message-ID: <20020330213623.A677@rafael>
7268      Branch: perl
7269            ! regcomp.c
7270 ____________________________________________________________________________
7271 [ 15627] By: jhi                                   on 2002/03/30  17:43:51
7272         Log: If using a network filesystem several different hosts
7273              may be trying to lock the same file.  In this case offering
7274              to kill the other process is not that helpful.  (Unless one
7275              has *real* clustering, but that's not usually the case.)
7276      Branch: perl
7277            ! lib/CPAN.pm
7278 ____________________________________________________________________________
7279 [ 15626] By: jhi                                   on 2002/03/30  16:52:09
7280         Log: Subject: [DOC PATCH] Document Dumpvalue::stringify
7281              From: andreas.koenig@anima.de (Andreas J. Koenig)
7282              Date: Sat, 30 Mar 2002 06:12:36 +0100
7283              Message-ID: <m3hemyvdtn.fsf@anima.de>
7284      Branch: perl
7285            ! lib/Dumpvalue.pm
7286 ____________________________________________________________________________
7287 [ 15625] By: jhi                                   on 2002/03/30  16:50:33
7288         Log: Subject: [PATCH] dprofpp - allow command-line args passed to a script...
7289              From: Jeremy Zawodny <Jeremy@Zawodny.com>
7290              Date: Fri, 29 Mar 2002 17:55:20 -0800
7291              Message-ID: <20020330015520.GA4897@thinkpad0.zawodny.com>
7292      Branch: perl
7293            ! utils/dprofpp.PL
7294 ____________________________________________________________________________
7295 [ 15624] By: jhi                                   on 2002/03/30  16:03:12
7296         Log: Subject: [Patch] pod/perlvar.pod
7297              From: Dan Kogai <dankogai@dan.co.jp>
7298              Date: Sun, 31 Mar 2002 02:03:36 +0900
7299              Message-Id: <131A588F-4400-11D6-BB3E-00039301D480@dan.co.jp>
7300      Branch: perl
7301            ! pod/perlvar.pod
7302 ____________________________________________________________________________
7303 [ 15623] By: jhi                                   on 2002/03/30  15:56:31
7304         Log: Subject: [PATCH] MM & Encode fixes
7305              From: Michael G Schwern <schwern@pobox.com>
7306              Date: Sat, 30 Mar 2002 06:41:56 -0500
7307              Message-ID: <20020330114156.GA16533@blackrider>
7308      Branch: perl
7309            + lib/ExtUtils/t/basic.t
7310            - lib/ExtUtils/t/Big-Fat-Dummy/t/compile.t
7311            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/MM_Cygwin.pm
7312            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
7313            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
7314            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
7315            ! lib/ExtUtils/t/hints.t
7316 ____________________________________________________________________________
7317 [ 15622] By: jhi                                   on 2002/03/30  15:13:30
7318         Log: EBCDICification.
7319      Branch: perl
7320            ! lib/charnames.t
7321 ____________________________________________________________________________
7322 [ 15621] By: jhi                                   on 2002/03/30  15:12:45
7323         Log: Upgrade to Tie::File 0.90, from mjd.
7324      Branch: perl
7325            + lib/Tie/File/t/33_defer_vs.t lib/Tie/File/t/40_abs_cache.t
7326            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t
7327            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/04_splice.t
7328            ! lib/Tie/File/t/05_size.t lib/Tie/File/t/06_fixrec.t
7329            ! lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/16_handle.t
7330            ! lib/Tie/File/t/17_misc_meth.t lib/Tie/File/t/18_rs_fixrec.t
7331            ! lib/Tie/File/t/19_cache.t lib/Tie/File/t/20_cache_full.t
7332            ! lib/Tie/File/t/21_win32.t lib/Tie/File/t/22_autochomp.t
7333            ! lib/Tie/File/t/30_defer.t lib/Tie/File/t/31_autodefer.t
7334 ____________________________________________________________________________
7335 [ 15620] By: jhi                                   on 2002/03/29  22:25:35
7336         Log: Subject: [DOC PATCH] Re: [BUG] sort pragma not working ?
7337              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7338              Date: Sat, 30 Mar 2002 00:20:39 +0100
7339              Message-ID: <20020330002039.A716@rafael>
7340      Branch: perl
7341            ! lib/sort.pm
7342 ____________________________________________________________________________
7343 [ 15619] By: jhi                                   on 2002/03/29  22:15:37
7344         Log: Subject: Makefile.PL's in core must be called with PERL_CORE=1
7345              From: Michael G Schwern <schwern@pobox.com>
7346              Date: Fri, 29 Mar 2002 18:14:20 -0500
7347              Message-ID: <20020329231419.GI16816@blackrider>
7348      Branch: perl
7349            ! NetWare/Makefile os2/Makefile.SHs win32/Makefile.win64
7350            ! wince/Makefile.ce
7351 ____________________________________________________________________________
7352 [ 15618] By: jhi                                   on 2002/03/29  22:09:26
7353         Log: Subject: [PATCH] Flush unixisms in lib/ExtUtils/t/Constant.t and hints.t
7354              From: Paul_GreenVOS@vos.stratus.com
7355              Date: Fri, 29 Mar 02 18:01 est
7356              Message-Id: <200203292301.SAA22919@mailhub1.stratus.com>
7357      Branch: perl
7358            ! lib/ExtUtils/t/Constant.t lib/ExtUtils/t/hints.t
7359 ____________________________________________________________________________
7360 [ 15617] By: jhi                                   on 2002/03/29  22:02:28
7361         Log: AUTHORS updates.
7362      Branch: perl
7363            ! AUTHORS
7364 ____________________________________________________________________________
7365 [ 15616] By: jhi                                   on 2002/03/29  21:00:32
7366         Log: Upgrade to Encode 1.01, from Dan Kogai.
7367      Branch: perl
7368            ! ext/Encode/Changes ext/Encode/Encode.pm
7369            ! ext/Encode/Encode/8859-1.ucm ext/Encode/Encode/8859-10.ucm
7370            ! ext/Encode/Encode/8859-11.ucm ext/Encode/Encode/8859-13.ucm
7371            ! ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
7372            ! ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
7373            ! ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
7374            ! ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
7375            ! ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
7376            ! ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
7377            ! ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/big5.ucm
7378            ! ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
7379            ! ext/Encode/Encode/cp37.ucm ext/Encode/Encode/cp932.ucm
7380            ! ext/Encode/Encode/cp936.ucm ext/Encode/Encode/cp949.ucm
7381            ! ext/Encode/Encode/cp950.ucm ext/Encode/Encode/dingbats.ucm
7382            ! ext/Encode/Encode/euc-cn.ucm ext/Encode/Encode/euc-jp.ucm
7383            ! ext/Encode/Encode/euc-kr.ucm ext/Encode/Encode/gb12345.ucm
7384            ! ext/Encode/Encode/gb2312.ucm ext/Encode/Encode/gsm0338.ucm
7385            ! ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/ibm-1250.ucm
7386            ! ext/Encode/Encode/ibm-1251.ucm ext/Encode/Encode/ibm-1252.ucm
7387            ! ext/Encode/Encode/ibm-1253.ucm ext/Encode/Encode/ibm-1254.ucm
7388            ! ext/Encode/Encode/ibm-1255.ucm ext/Encode/Encode/ibm-1256.ucm
7389            ! ext/Encode/Encode/ibm-1257.ucm ext/Encode/Encode/ibm-1258.ucm
7390            ! ext/Encode/Encode/ir-165.ucm ext/Encode/Encode/jis0201.ucm
7391            ! ext/Encode/Encode/johab.ucm ext/Encode/Encode/koi8-f.ucm
7392            ! ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/koi8-u.ucm
7393            ! ext/Encode/Encode/ksc5601.ucm
7394            ! ext/Encode/Encode/macCentEuro.ucm
7395            ! ext/Encode/Encode/macCroatian.ucm
7396            ! ext/Encode/Encode/macCyrillic.ucm
7397            ! ext/Encode/Encode/macDingbats.ucm
7398            ! ext/Encode/Encode/macGreek.ucm
7399            ! ext/Encode/Encode/macIceland.ucm
7400            ! ext/Encode/Encode/macJapan.ucm ext/Encode/Encode/macRoman.ucm
7401            ! ext/Encode/Encode/macRumanian.ucm
7402            ! ext/Encode/Encode/macSami.ucm ext/Encode/Encode/macThai.ucm
7403            ! ext/Encode/Encode/macTurkish.ucm
7404            ! ext/Encode/Encode/macUkraine.ucm
7405            ! ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/posix-bc.ucm
7406            ! ext/Encode/Encode/shiftjis.ucm ext/Encode/Encode/symbol.ucm
7407            ! ext/Encode/Encode/viscii.ucm ext/Encode/Makefile.PL
7408            ! ext/Encode/README ext/Encode/bin/enc2xs ext/Encode/bin/piconv
7409            ! ext/Encode/lib/Encode/CJKConstants.pm
7410            ! ext/Encode/lib/Encode/JP/H2Z.pm ext/Encode/t/Aliases.t
7411            ! ext/Encode/t/CN.t ext/Encode/t/Encode.t ext/Encode/t/JP.t
7412            ! ext/Encode/t/KR.t ext/Encode/t/TW.t ext/Encode/ucm2table
7413 ____________________________________________________________________________
7414 [ 15615] By: jhi                                   on 2002/03/29  18:47:01
7415         Log: Subject: [PATCH @15606] use PERL_CORE=1 to build extensions on VMS
7416              From: "Craig A. Berry" <craigberry@mac.com>
7417              Date: Fri, 29 Mar 2002 13:46:28 -0600
7418              Message-Id: <a05101501b8ca725b1d7f@[172.16.52.1]>
7419      Branch: perl
7420            ! configure.com
7421 ____________________________________________________________________________
7422 [ 15614] By: jhi                                   on 2002/03/29  18:34:27
7423         Log: Upgrade to Memoize 1.00, from mjd, modulo the Memoize::Saves,
7424              which one has to get from the CPAN distribution.
7425      Branch: perl
7426            + lib/Memoize/t/expfile.t lib/Memoize/t/expmod_n.t
7427            + lib/Memoize/t/expmod_t.t
7428            - lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
7429            - lib/Memoize/t/expire_module_t.t
7430            ! MANIFEST lib/Memoize.pm lib/Memoize/Expire.pm
7431            ! lib/Memoize/README
7432 ____________________________________________________________________________
7433 [ 15613] By: jhi                                   on 2002/03/29  17:40:09
7434         Log: metaconfig unit tweak.
7435      Branch: metaconfig/U/perl
7436            ! versiononly.U
7437 ____________________________________________________________________________
7438 [ 15612] By: jhi                                   on 2002/03/29  17:39:38
7439         Log: Configure-related tweaks.
7440      Branch: perl
7441            ! Porting/Glossary Porting/config.sh Porting/config_H
7442            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
7443            ! vos/config.ga.h
7444 ____________________________________________________________________________
7445 [ 15611] By: jhi                                   on 2002/03/29  17:27:51
7446         Log: Ooops.
7447      Branch: perl
7448            ! t/op/ver.t
7449 ____________________________________________________________________________
7450 [ 15610] By: jhi                                   on 2002/03/29  17:26:42
7451         Log: Subject: [PATCH @15606] d_time for vms
7452              From: "Craig A. Berry" <craigberry@mac.com>
7453              Date: Fri, 29 Mar 2002 11:58:29 -0600
7454              Message-Id: <a05101500b8ca5a9c8cc6@[192.168.56.168]>
7455      Branch: perl
7456            ! configure.com
7457 ____________________________________________________________________________
7458 [ 15609] By: jhi                                   on 2002/03/29  17:25:26
7459         Log: Subject: Re: Regex-Unicode bugs
7460              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7461              Date: Thu, 28 Mar 2002 10:12:35 +0100
7462              Message-ID: <20020328101235.F678@rafael>
7463      Branch: perl
7464            ! t/op/regmesg.t
7465 ____________________________________________________________________________
7466 [ 15608] By: jhi                                   on 2002/03/29  17:21:22
7467         Log: Subject: Re: [DOC PATCH] Regex \G and POSIX restrictions
7468              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
7469              Date: Fri, 29 Mar 2002 16:53:27 +0000
7470              Message-Id: <200203291653.g2TGrRp26588@crypt.compulink.co.uk>
7471      Branch: perl
7472            ! pod/perlre.pod pod/perlretut.pod
7473 ____________________________________________________________________________
7474 [ 15607] By: jhi                                   on 2002/03/29  17:19:26
7475         Log: Subject: Re: debugger debuggers wanted
7476              From: spidb@cpan.org
7477              Date: Fri, 29 Mar 2002 06:34:11 -0500
7478              Message-Id: <200203291134.GAA15727@Orb.Nashua.NH.US>
7479      Branch: perl
7480            ! lib/perl5db.pl
7481 ____________________________________________________________________________
7482 [ 15606] By: jhi                                   on 2002/03/29  15:42:51
7483         Log: Update Changes.
7484      Branch: perl
7485            ! Changes patchlevel.h
7486 ____________________________________________________________________________
7487 [ 15605] By: jhi                                   on 2002/03/29  15:36:43
7488         Log: Rename for 8.3-friendliness.
7489      Branch: perl
7490            + lib/unicore/PropValueAliases.txt
7491            - lib/unicore/PropertyValueAliases.txt
7492            ! MANIFEST lib/unicore/README.perl
7493 ____________________________________________________________________________
7494 [ 15604] By: jhi                                   on 2002/03/29  15:33:19
7495         Log: Retract ExtUtils/t/basic.t until it works.
7496      Branch: perl
7497            - lib/ExtUtils/t/basic.t
7498            ! MANIFEST
7499 ____________________________________________________________________________
7500 [ 15603] By: jhi                                   on 2002/03/29  15:12:08
7501         Log: Subject: [PATCH] hints/freebsd.sh to allow usemymalloc
7502              From: Slaven Rezic <slaven.rezic@berlin.de>
7503              Date: 28 Mar 2002 22:27:14 +0100
7504              Message-ID: <87bsd88jt9.fsf_-_@vran.herceg.de>
7505      Branch: perl
7506            ! hints/freebsd.sh
7507 ____________________________________________________________________________
7508 [ 15602] By: jhi                                   on 2002/03/29  15:10:43
7509         Log: Interesting... where did this come from?
7510              (The Configure change in #15600)
7511      Branch: perl
7512            ! config_h.SH
7513 ____________________________________________________________________________
7514 [ 15601] By: jhi                                   on 2002/03/29  15:10:12
7515         Log: metaconfig unit change for #15600.
7516      Branch: metaconfig/U/perl
7517            ! versiononly.U
7518 ____________________________________________________________________________
7519 [ 15600] By: jhi                                   on 2002/03/29  15:08:22
7520         Log: Subject: versiononly should not put `old' versions in inc
7521              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7522              Date: Fri, 29 Mar 2002 12:53:49 +0100
7523              Message-Id: <20020329125040.8A8C.H.M.BRAND@hccnet.nl>
7524      Branch: perl
7525            ! Configure
7526 ____________________________________________________________________________
7527 [ 15599] By: jhi                                   on 2002/03/29  14:45:52
7528         Log: Subject: [PATCH] MakeMaker sync 5.48_03 -> 5.53_01
7529              From: Michael G Schwern <schwern@pobox.com>
7530              Date: Fri, 29 Mar 2002 04:12:47 -0500
7531              Message-ID: <20020329091247.GA7432@blackrider>
7532              
7533              (with two nits: (1) change lib/Extutils/Command/MM.pm
7534              in MANIFEST to be lib/ExtUtils/Command/MM.pm (2) Add
7535              @INC to compile.t)
7536      Branch: perl
7537            + lib/ExtUtils/Command/MM.pm lib/ExtUtils/Liblist/Kid.pm
7538            + lib/ExtUtils/MM.pm lib/ExtUtils/MM_Any.pm
7539            + lib/ExtUtils/MM_DOS.pm lib/ExtUtils/MM_UWIN.pm
7540            + lib/ExtUtils/MM_Win95.pm lib/ExtUtils/MY.pm
7541            + lib/ExtUtils/t/Big-Fat-Dummy/Makefile.PL
7542            + lib/ExtUtils/t/Big-Fat-Dummy/lib/Big/Fat/Dummy.pm
7543            + lib/ExtUtils/t/Big-Fat-Dummy/t/compile.t
7544            + lib/ExtUtils/t/Problem-Module/Makefile.PL
7545            + lib/ExtUtils/t/Problem-Module/subdir/Makefile.PL
7546            + lib/ExtUtils/t/basic.t lib/ExtUtils/t/problems.t
7547            + t/lib/MakeMaker/Test/Utils.pm
7548            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
7549            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
7550            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MANIFEST.SKIP
7551            ! lib/ExtUtils/MM_BeOS.pm lib/ExtUtils/MM_Cygwin.pm
7552            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_OS2.pm
7553            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
7554            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
7555            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mksymlists.pm
7556            ! lib/ExtUtils/Packlist.pm lib/ExtUtils/t/Command.t
7557            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/MM_BeOS.t
7558            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_OS2.t
7559            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_VMS.t
7560            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/Manifest.t
7561            ! lib/ExtUtils/t/Packlist.t lib/ExtUtils/t/hints.t
7562            ! lib/ExtUtils/t/testlib.t lib/ExtUtils/testlib.pm
7563            ! t/lib/TieOut.pm
7564 ____________________________________________________________________________
7565 [ 15598] By: jhi                                   on 2002/03/29  14:11:58
7566         Log: Leftovers from Encode 0.99.
7567      Branch: perl
7568            - ext/Encode/Encode/big5-hk.ucm ext/Encode/Encode/roman8.ucm
7569            - ext/Encode/compile ext/Encode/encode.h
7570            - ext/Encode/lib/Encode/CN/2022_CN.pm
7571            - ext/Encode/lib/Encode/Details.pod
7572 ____________________________________________________________________________
7573 [ 15597] By: nick                                  on 2002/03/29  14:03:35
7574         Log: Integrate mainline
7575      Branch: perlio
7576           +> ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/encode.h
7577           +> ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/johab.ucm
7578           +> ext/Encode/bin/enc2xs ext/Encode/bin/piconv
7579           !> (integrate 130 files)
7580 ____________________________________________________________________________
7581 [ 15596] By: jhi                                   on 2002/03/29  13:46:35
7582         Log: Subject: Another Unicode-3.2-induced doc fix
7583              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
7584              Date: Fri, 29 Mar 2002 21:45:47 +0900
7585              Message-Id: <20020329214046.4C1E.BQW10602@nifty.com>
7586      Branch: perl
7587            ! ext/Unicode/Normalize/Normalize.pm
7588 ____________________________________________________________________________
7589 [ 15595] By: jhi                                   on 2002/03/29  13:44:25
7590         Log: Subject: [PATCH] reentr.pl: warning fixes, getpwentr_size fix
7591              From: Slaven Rezic <slaven.rezic@berlin.de>
7592              Date: Fri, 29 Mar 2002 12:19:58 +0100 (CET)
7593              Message-Id: <200203291119.g2TBJwqB016888@vran.herceg.de>
7594      Branch: perl
7595            ! reentr.c reentr.pl
7596 ____________________________________________________________________________
7597 [ 15594] By: jhi                                   on 2002/03/29  13:38:48
7598         Log: Subject: [PATCH] Quieting OS X
7599              From: Michael G Schwern <schwern@pobox.com>
7600              Date: Fri, 29 Mar 2002 05:46:23 -0500
7601              Message-ID: <20020329104622.GA9163@blackrider>
7602      Branch: perl
7603            ! ext/POSIX/t/posix.t t/op/stat.t
7604 ____________________________________________________________________________
7605 [ 15593] By: ams                                   on 2002/03/29  07:32:22
7606         Log: Subject: [PATCH] optimize ext/Time/HiRes/HiRes.xs
7607              From: Paul_GreenVOS@vos.stratus.com
7608              Date: Fri, 29 Mar 02 0:05 est
7609              Message-Id: <200203290506.AAA20433@mailhub1.stratus.com>
7610      Branch: perl
7611            ! ext/Time/HiRes/HiRes.xs
7612 ____________________________________________________________________________
7613 [ 15592] By: ams                                   on 2002/03/29  07:28:29
7614         Log: Subject: Re: perl 5.7.3 + XS lvalue subs
7615              From: Spider Boardman <spidb@cpan.org>
7616              Date: Fri, 29 Mar 2002 00:52:24 -0500
7617              Message-Id: <200203290552.AAA47443@leggy.zk3.dec.com>
7618      Branch: perl
7619            ! op.c t/op/attrs.t
7620 ____________________________________________________________________________
7621 [ 15591] By: jhi                                   on 2002/03/29  03:15:18
7622         Log: It's perlce.
7623      Branch: perl
7624            ! pod/perldelta.pod
7625 ____________________________________________________________________________
7626 [ 15590] By: jhi                                   on 2002/03/29  02:59:03
7627         Log: MPE/iX tweaks from Mark Bixby.
7628      Branch: perl
7629            ! ext/Storable/t/lock.t mpeix/relink
7630 ____________________________________________________________________________
7631 [ 15589] By: jhi                                   on 2002/03/29  02:30:48
7632         Log: Upgrade to Encode 1.00, from Dan Kogai.
7633              
7634              (one nit: bin/enc2xs needed also ../..)
7635      Branch: perl
7636            + ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/encode.h
7637            + ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/johab.ucm
7638            + ext/Encode/bin/enc2xs ext/Encode/bin/piconv
7639            ! (edit 104 files)
7640 ____________________________________________________________________________
7641 [ 15588] By: jhi                                   on 2002/03/29  01:38:10
7642         Log: Subject: [PATCH] NEXT LINE --> NEL
7643              From: Philip Newton <Philip.Newton@gmx.net>
7644              Date: Thu, 28 Mar 2002 21:03:10 +0000
7645              Message-ID: <6q07au0eh4rp6493h756mjerp9r5l97th1@4ax.com>
7646      Branch: perl
7647            ! lib/charnames.pm lib/charnames.t
7648 ____________________________________________________________________________
7649 [ 15587] By: jhi                                   on 2002/03/28  18:17:08
7650         Log: binmode :bytes, again.
7651      Branch: perl
7652            ! lib/utf8.t
7653 ____________________________________________________________________________
7654 [ 15586] By: jhi                                   on 2002/03/28  16:23:41
7655         Log: Subject: [PATCH 5.7.3] warning at use of /c modifier with s///
7656              From: Mark-Jason Dominus <mjd@plover.com>
7657              Date: Thu, 28 Mar 2002 10:36:03 -0500
7658              Message-ID: <20020328153603.11992.qmail@plover.com>
7659      Branch: perl
7660            ! pod/perldelta.pod pod/perldiag.pod t/lib/warnings/toke toke.c
7661 ____________________________________________________________________________
7662 [ 15585] By: jhi                                   on 2002/03/28  16:20:03
7663         Log: Support Unicode 3.1 names, names without the (XX), and BOM.
7664      Branch: perl
7665            ! lib/charnames.pm lib/charnames.t pp_pack.c
7666 ____________________________________________________________________________
7667 [ 15584] By: jhi                                   on 2002/03/28  15:52:30
7668         Log: If expecting UTF-8, probably not expecting UTF-16.
7669      Branch: perl
7670            ! t/comp/require.t
7671 ____________________________________________________________________________
7672 [ 15583] By: jhi                                   on 2002/03/28  13:48:29
7673         Log: Subject: [PATCH] Fix lib/Time/Local.pm for VOS
7674              From: Paul_GreenVOS@vos.stratus.com
7675              Date: Thu, 28 Mar 02 8:22 est
7676              Message-Id: <200203281322.IAA15632@mailhub1.stratus.com>
7677      Branch: perl
7678            ! lib/Time/Local.pm
7679 ____________________________________________________________________________
7680 [ 15582] By: jhi                                   on 2002/03/28  13:47:14
7681         Log: Subject: [PATCH] Neuter socketpair on Stratus VOS
7682              From: Paul_GreenVOS@vos.stratus.com
7683              Date: Thu, 28 Mar 02 7:46 est
7684              Message-Id: <200203281246.HAA14426@mailhub1.stratus.com>
7685      Branch: perl
7686            ! ext/Socket/socketpair.t hints/vos.sh vos/vos.c vos/vosish.h
7687 ____________________________________________________________________________
7688 [ 15581] By: jhi                                   on 2002/03/28  13:45:48
7689         Log: A little bit better error message for \pq, still
7690              not good because the script context is not shown.
7691      Branch: perl
7692            ! lib/utf8_heavy.pl pod/perldiag.pod t/op/pat.t utf8.c
7693 ____________________________________________________________________________
7694 [ 15580] By: jhi                                   on 2002/03/28  13:28:44
7695         Log: Subject: Re: [ID 20020324.003] fairly major problem with qr/.../x (with test PATCH)
7696              From: Jeffrey Friedl <jfriedl@yahoo.com>
7697              Date: Thu, 28 Mar 2002 02:12:03 -0800 (PST)
7698              Message-Id: <200203281012.g2SAC3K93291@ventrue.corp.yahoo.com>
7699      Branch: perl
7700            ! sv.c t/op/pat.t
7701 ____________________________________________________________________________
7702 [ 15579] By: jhi                                   on 2002/03/28  13:22:25
7703         Log: Subject: [PATCH 5.7.3] warning at use of /c modifier without /g modifier
7704              From: Mark-Jason Dominus <mjd@plover.com>
7705              Date: Thu, 28 Mar 2002 05:04:40 -0500
7706              Message-ID: <20020328100440.22081.qmail@plover.com>
7707      Branch: perl
7708            ! pod/perldelta.pod pod/perldiag.pod t/lib/warnings/toke toke.c
7709 ____________________________________________________________________________
7710 [ 15578] By: jhi                                   on 2002/03/28  13:19:21
7711         Log: Subject: [PATCH 5.7.3 Encode] encoding.t not properly skipped when Encode extension not built
7712              From: mjd@plover.com
7713              Date: 28 Mar 2002 09:22:06 -0000
7714              Message-ID: <20020328092206.18833.qmail@plover.com>
7715      Branch: perl
7716            ! lib/encoding.t
7717 ____________________________________________________________________________
7718 [ 15577] By: jhi                                   on 2002/03/28  13:03:48
7719         Log: Unicode 3.2.0-induced doc tweaks.
7720      Branch: perl
7721            ! pod/perlretut.pod pod/perlunicode.pod
7722 ____________________________________________________________________________
7723 [ 15576] By: nick                                  on 2002/03/28  07:40:04
7724         Log: Integrate mainline (clean in Win32/MinGW but for end.t)
7725      Branch: perlio
7726           +> (branch 31 files)
7727           !> (integrate 162 files)
7728 ____________________________________________________________________________
7729 [ 15575] By: jhi                                   on 2002/03/28  04:19:51
7730         Log: Subject: [PATCH] ext/POSIX/t/posix.t -- neuter final test on VOS
7731              From: Paul_GreenVOS@vos.stratus.com
7732              Date: Thu, 28 Mar 02 0:16 est
7733              Message-Id: <200203280516.AAA16625@mailhub2.stratus.com>
7734      Branch: perl
7735            ! ext/POSIX/t/posix.t
7736 ____________________________________________________________________________
7737 [ 15574] By: jhi                                   on 2002/03/28  04:07:23
7738         Log: Subject: Re: Regex-Unicode bugs
7739              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7740              Date: Wed, 27 Mar 2002 13:48:06 +0100
7741              Message-ID: <20020327134806.C18945@rafael>
7742              
7743              regmesg.t patch still would be nice.
7744      Branch: perl
7745            ! regcomp.c
7746 ____________________________________________________________________________
7747 [ 15573] By: jhi                                   on 2002/03/28  03:46:14
7748         Log: Subject: Re: Regex-Unicode bugs
7749              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>    
7750              Date: Wed, 27 Mar 2002 12:39:57 +0000
7751              Message-Id: <200203271239.g2RCdvL31355@crypt.compulink.co.uk>
7752      Branch: perl
7753            ! pod/perldiag.pod regcomp.c
7754 ____________________________________________________________________________
7755 [ 15572] By: jhi                                   on 2002/03/28  03:38:34
7756         Log: Subject: [PATCH] t/io/fs.t - skip all tests that fail on VOS
7757              From: Paul_GreenVOS@vos.stratus.com
7758              Date: Wed, 27 Mar 02 23:33 est
7759              Message-Id: <200203280433.XAA01502@mailhub1.stratus.com>
7760      Branch: perl
7761            ! t/io/fs.t
7762 ____________________________________________________________________________
7763 [ 15571] By: jhi                                   on 2002/03/28  02:25:53
7764         Log: The Official 3.2.0 came out.
7765      Branch: perl
7766            + lib/unicore/lib/Buhid.pl lib/unicore/lib/Deprecat.pl
7767            + lib/unicore/lib/Grapheme.pl lib/unicore/lib/Hanunoo.pl
7768            + lib/unicore/lib/IdsBinar.pl lib/unicore/lib/IdsTrina.pl
7769            + lib/unicore/lib/InBuhid.pl lib/unicore/lib/InCyril2.pl
7770            + lib/unicore/lib/InGreekA.pl lib/unicore/lib/InHanuno.pl
7771            + lib/unicore/lib/InKatak2.pl lib/unicore/lib/InMisce3.pl
7772            + lib/unicore/lib/InMisce4.pl lib/unicore/lib/InSuppl2.pl
7773            + lib/unicore/lib/InSuppl3.pl lib/unicore/lib/InSuppl4.pl
7774            + lib/unicore/lib/InSuppl5.pl lib/unicore/lib/InSupple.pl
7775            + lib/unicore/lib/InTagalo.pl lib/unicore/lib/InTagban.pl
7776            + lib/unicore/lib/InVariat.pl lib/unicore/lib/LogicalO.pl
7777            + lib/unicore/lib/OtherDef.pl lib/unicore/lib/OtherGra.pl
7778            + lib/unicore/lib/Radical.pl lib/unicore/lib/SoftDott.pl
7779            + lib/unicore/lib/Tagalog.pl lib/unicore/lib/Tagbanwa.pl
7780            + lib/unicore/lib/UnifiedI.pl
7781            ! MANIFEST lib/unicore/README.perl lib/unicore/ReadMe.txt
7782 ____________________________________________________________________________
7783 [ 15570] By: jhi                                   on 2002/03/28  02:00:29
7784         Log: socketpair binmode :bytes.
7785      Branch: perl
7786            ! ext/Socket/socketpair.t
7787 ____________________________________________________________________________
7788 [ 15569] By: jhi                                   on 2002/03/28  01:46:21
7789         Log: Don't install anything beneath 't' directories.
7790      Branch: perl
7791            ! installperl
7792 ____________________________________________________________________________
7793 [ 15568] By: jhi                                   on 2002/03/28  01:43:52
7794         Log: More UTF-8 locale sensitivity.
7795      Branch: perl
7796            ! t/io/utf8.t
7797 ____________________________________________________________________________
7798 [ 15567] By: jhi                                   on 2002/03/28  01:20:31
7799         Log: Subject: Re: Smoke 15526 /pro/3gl/CPAN/perl-current
7800              From: Stas Bekman <stas@stason.org>
7801              Date: Thu, 28 Mar 2002 10:13:45 +0800
7802              Message-ID: <3CA27C59.4020209@stason.org>
7803              
7804              Temp file cleanup.
7805      Branch: perl
7806            ! lib/Pod/t/pod2html-lib.pl
7807 ____________________________________________________________________________
7808 [ 15566] By: jhi                                   on 2002/03/28  01:12:17
7809         Log: Be compatible also with non-UTF-8 locales.
7810      Branch: perl
7811            ! lib/Locale/Codes/t/languages.t lib/Locale/Language.pm
7812            ! lib/Locale/Language.pod
7813 ____________________________________________________________________________
7814 [ 15565] By: jhi                                   on 2002/03/28  00:58:36
7815         Log: Subject: Re: perl 5.7.3 + XS lvalue subs
7816              From: Spider Boardman <spidb@cpan.org>
7817              Date: Wed, 27 Mar 2002 20:52:28 -0500
7818              Message-Id: <200203280152.UAA415562@leggy.zk3.dec.com>
7819      Branch: perl
7820            ! cv.h op.c t/op/attrs.t toke.c
7821 ____________________________________________________________________________
7822 [ 15564] By: jhi                                   on 2002/03/27  23:54:59
7823         Log: "Last element".
7824      Branch: perl
7825            ! pod/perlfunc.pod
7826 ____________________________________________________________________________
7827 [ 15563] By: jhi                                   on 2002/03/27  23:53:27
7828         Log: Subject: Error in perlfunc for "die"
7829              From: William R Ward <bill@wards.net>
7830              Date: 27 Mar 2002 12:31:32 -0800
7831              Message-ID: <m2it7hrbvf.fsf@komodo.home.wards.net>
7832      Branch: perl
7833            ! pod/perlfunc.pod
7834 ____________________________________________________________________________
7835 [ 15562] By: jhi                                   on 2002/03/27  23:50:23
7836         Log: Subject: [DOC PATCH] Regex \G and POSIX restrictions
7837              From: Mark Kvale <kvale@phy.ucsf.edu>
7838              Date: Wed, 27 Mar 2002 16:45:37 -0800
7839              Message-Id: <02032716453705.38063@ivy.ucsf.edu>
7840      Branch: perl
7841            ! pod/perlre.pod pod/perlretut.pod
7842 ____________________________________________________________________________
7843 [ 15561] By: jhi                                   on 2002/03/27  23:48:15
7844         Log: Try to handle UTF-8 locales.
7845      Branch: perl
7846            ! lib/locale.t
7847 ____________________________________________________________________________
7848 [ 15560] By: jhi                                   on 2002/03/27  22:57:45
7849         Log: More binmode :bytes.
7850      Branch: perl
7851            ! t/io/utf8.t
7852 ____________________________________________________________________________
7853 [ 15559] By: jhi                                   on 2002/03/27  22:48:39
7854         Log: binmode(FH, ":bytes") is the right way, methinks.
7855      Branch: perl
7856            ! ext/PerlIO/t/encoding.t
7857 ____________________________________________________________________________
7858 [ 15558] By: jhi                                   on 2002/03/27  22:29:30
7859         Log: UTF-8 locale: need to open explicitly for bytes.
7860      Branch: perl
7861            ! ext/PerlIO/t/encoding.t
7862 ____________________________________________________________________________
7863 [ 15557] By: jhi                                   on 2002/03/27  21:59:54
7864         Log: UTF-8-ify __DATA__.  (TODO: let Neil Bowers know.)
7865      Branch: perl
7866            ! lib/Locale/Language.pm lib/Locale/Language.pod
7867 ____________________________________________________________________________
7868 [ 15556] By: jhi                                   on 2002/03/27  21:44:37
7869         Log: Warn instead of croak.
7870      Branch: perl
7871            ! pod/perldiag.pod utf8.c
7872 ____________________________________________________________________________
7873 [ 15555] By: jhi                                   on 2002/03/27  21:18:40
7874         Log: UTF-8 locale: there might already be one UTF-8 discipline.
7875      Branch: perl
7876            ! lib/open.t
7877 ____________________________________________________________________________
7878 [ 15554] By: jhi                                   on 2002/03/27  21:09:20
7879         Log: Subject: [PATCH @15551] 1_compile.t fix for VMS
7880              From: "Craig A. Berry" <craigberry@mac.com>
7881              Date: Wed, 27 Mar 2002 15:22:13 -0600
7882              Message-Id: <5.1.0.14.2.20020327150907.01b17470@exchi01>
7883      Branch: perl
7884            ! t/lib/1_compile.t t/lib/compmod.pl
7885 ____________________________________________________________________________
7886 [ 15553] By: jhi                                   on 2002/03/27  21:08:03
7887         Log: Subject: [DOC PATCH] Re: [ID 20020324.002] \G bug on zero-length matches
7888              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7889              Date: Wed, 27 Mar 2002 22:35:03 +0100
7890              Message-ID: <20020327223503.A678@rafael>
7891      Branch: perl
7892            ! pod/perlop.pod
7893 ____________________________________________________________________________
7894 [ 15552] By: jhi                                   on 2002/03/27  20:52:19
7895         Log: Start using the Unicode 3.2.0 data (NOTE: still
7896              unofficial, but the data is unlikely to change much.
7897              Doublecheck when 3.2.0 gets released.)
7898      Branch: perl
7899            + lib/unicore/PropertyAliases.txt
7900            + lib/unicore/PropertyValueAliases.txt
7901            ! (edit 129 files)
7902 ____________________________________________________________________________
7903 [ 15551] By: jhi                                   on 2002/03/27  15:20:05
7904         Log: Update Changes.
7905      Branch: perl
7906            ! Changes patchlevel.h
7907 ____________________________________________________________________________
7908 [ 15550] By: jhi                                   on 2002/03/27  15:06:56
7909         Log: Further fixing for #15549.  Six tests are failing
7910              under Solaris with en_US.UTF-8 but those failures seem
7911              unrelated to the BOUND problem, will look at them later.
7912      Branch: perl
7913            ! regexec.c
7914 ____________________________________________________________________________
7915 [ 15549] By: jhi                                   on 2002/03/27  14:45:05
7916         Log: Possible fix for "Orks, Dragons, and Elves":
7917              should now build under UTF-8 locales (is building
7918              under Solaris en_US.UTF-8 right now).
7919      Branch: perl
7920            ! Makefile.SH regexec.c
7921 ____________________________________________________________________________
7922 [ 15548] By: jhi                                   on 2002/03/27  14:11:37
7923         Log: Forgotten from #15523.
7924      Branch: perl
7925            ! lib/Math/BigInt/Calc.pm
7926 ____________________________________________________________________________
7927 [ 15547] By: jhi                                   on 2002/03/27  13:53:31
7928         Log: Subject: [PATCH regcomp.c] A warning wasn't turnable off
7929              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>      
7930              Date: Wed, 27 Mar 2002 13:32:00 +0100
7931              Message-ID: <20020327133200.A18945@rafael>
7932      Branch: perl
7933            ! regcomp.c t/lib/warnings/regcomp
7934 ____________________________________________________________________________
7935 [ 15546] By: jhi                                   on 2002/03/27  13:51:52
7936         Log: Subject: [PATCH] MANIFES --> MANIFEST
7937              From: Philip Newton <Philip.Newton@gmx.net>
7938              Date: Wed, 27 Mar 2002 10:05:46 +0000
7939              Message-ID: <n963aus588jr9ql5vo1il72adol3e9kois@4ax.com>
7940              
7941              (plus a few tweaks more)
7942      Branch: perl
7943            ! Porting/check83.pl
7944 ____________________________________________________________________________
7945 [ 15545] By: nick                                  on 2002/03/27  07:37:36
7946         Log: Integrate mainline
7947      Branch: perlio
7948           +> lib/Math/BigInt/t/with_sub.t
7949            - lib/bignum/t/bn_lite.t lib/bignum/t/br_lite.t
7950            - lib/bignum/t/trace.t
7951           !> (integrate 76 files)
7952 ____________________________________________________________________________
7953 [ 15544] By: jhi                                   on 2002/03/27  03:17:46
7954         Log: Obsolete mailing list information.
7955      Branch: perl
7956            ! README.bs2000 README.os390 README.vmesa
7957 ____________________________________________________________________________
7958 [ 15543] By: jhi                                   on 2002/03/27  03:11:55
7959         Log: More URL "whitespacing".
7960      Branch: perl
7961            ! README.bs2000 README.hurd README.mpeix README.netware
7962            ! README.os390 README.vmesa README.vos README.win32
7963            ! pod/perl5004delta.pod pod/perl5005delta.pod
7964            ! pod/perl561delta.pod pod/perl56delta.pod pod/perl570delta.pod
7965            ! pod/perl571delta.pod pod/perl572delta.pod pod/perldelta.pod
7966            ! pod/perlembed.pod pod/perlfaq2.pod pod/perlfaq3.pod
7967            ! pod/perlhack.pod pod/perlintro.pod pod/perllocale.pod
7968            ! pod/perlnewmod.pod pod/perlport.pod pod/perlreftut.pod
7969            ! pod/perltodo.pod
7970 ____________________________________________________________________________
7971 [ 15542] By: jhi                                   on 2002/03/27  02:40:33
7972         Log: I like doubleclicking on URLs in pods to select them.
7973      Branch: perl
7974            ! README.amiga README.epoc README.vos pod/perl561delta.pod
7975            ! pod/perl570delta.pod pod/perl571delta.pod pod/perldelta.pod
7976            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
7977            ! pod/perlfaq9.pod pod/perlhack.pod pod/perlmodinstall.pod
7978            ! pod/perlmodlib.PL pod/perlmodlib.pod pod/perlport.pod
7979            ! pod/perltodo.pod pod/perlvar.pod
7980 ____________________________________________________________________________
7981 [ 15541] By: jhi                                   on 2002/03/27  02:04:47
7982         Log: Regen modlib.
7983      Branch: perl
7984            ! pod/perlmodlib.pod
7985 ____________________________________________________________________________
7986 [ 15540] By: jhi                                   on 2002/03/27  01:43:52
7987         Log: Update the CPAN sites list.
7988      Branch: perl
7989            ! pod/perlmodlib.PL pod/perlmodlib.pod
7990 ____________________________________________________________________________
7991 [ 15539] By: jhi                                   on 2002/03/27  01:15:11
7992         Log: Regen modlib, toc.
7993      Branch: perl
7994            ! pod/perlmodlib.pod pod/perltoc.pod
7995 ____________________________________________________________________________
7996 [ 15538] By: jhi                                   on 2002/03/27  01:13:12
7997         Log: s/rationale/rational/
7998      Branch: perl
7999            ! lib/Math/BigRat.pm lib/bigrat.pm
8000 ____________________________________________________________________________
8001 [ 15537] By: jhi                                   on 2002/03/27  01:01:33
8002         Log: s/done/esac/
8003      Branch: perl
8004            ! hints/dec_osf.sh
8005 ____________________________________________________________________________
8006 [ 15536] By: jhi                                   on 2002/03/27  00:54:21
8007         Log: Advertise big* and BigRat.
8008      Branch: perl
8009            ! pod/perldelta.pod
8010 ____________________________________________________________________________
8011 [ 15535] By: jhi                                   on 2002/03/26  22:42:41
8012         Log: A missing ) in #15527.
8013      Branch: perl
8014            ! pp_sys.c
8015 ____________________________________________________________________________
8016 [ 15534] By: jhi                                   on 2002/03/26  22:24:17
8017         Log: Subject: Re: [PATCH] STRLEN typemap entry should be T_UV
8018              From: Tim Jenness <t.jenness@jach.hawaii.edu>
8019              Date: Tue, 26 Mar 2002 13:24:27 -1000 (HST)
8020              Message-ID: <Pine.LNX.4.33.0203261318490.2854-100000@lapaki>
8021      Branch: perl
8022            ! lib/ExtUtils/typemap
8023 ____________________________________________________________________________
8024 [ 15533] By: jhi                                   on 2002/03/26  22:19:04
8025         Log: Subject: Re: Cygwin PerlIO.t failing
8026              From: Stas Bekman <stas@stason.org>
8027              Date: Wed, 27 Mar 2002 01:34:11 +0800
8028              Message-ID: <3CA0B113.1070800@stason.org>
8029      Branch: perl
8030            ! ext/PerlIO/PerlIO.t
8031 ____________________________________________________________________________
8032 [ 15532] By: jhi                                   on 2002/03/26  22:11:17
8033         Log: Subject: [PATCH] safety check for vms/test.com
8034              From: "Craig A. Berry" <craigberry@mac.com>
8035              Date: Tue, 26 Mar 2002 12:15:21 -0600
8036              Message-Id: <5.1.0.14.2.20020326121340.02b46c50@exchi01>
8037      Branch: perl
8038            ! vms/test.com
8039 ____________________________________________________________________________
8040 [ 15531] By: jhi                                   on 2002/03/26  22:10:33
8041         Log: Subject: [PATCH: perl@15489] remove Thread extension if not use_threads
8042              From: PPrymmer@factset.com
8043              Date: Tue, 26 Mar 2002 13:04:59 -0500
8044              Message-ID: <OFA872ECE0.98E1F5D3-ON85256B88.0059C33A@55.25.11>
8045      Branch: perl
8046            ! configure.com
8047 ____________________________________________________________________________
8048 [ 15530] By: jhi                                   on 2002/03/26  22:08:35
8049         Log: Subject: [PATCH] Minor typo in test harness
8050              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
8051              Date: Tue, 26 Mar 2002 17:44:06 -0000
8052              Message-ID: <AIEAJICLCBDNAAOLLOKLOENDEAAA.Paul.Marquess@Openwave.com>
8053      Branch: perl
8054            ! t/lib/warnings/perlio
8055 ____________________________________________________________________________
8056 [ 15529] By: jhi                                   on 2002/03/26  22:06:59
8057         Log: Subject: PATCH s2p.PL
8058              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
8059              Date: Tue, 26 Mar 2002 17:16:46 +0100
8060              Message-ID: <3CA09EEE.E499DD38@alcatel.at>
8061      Branch: perl
8062            ! x2p/s2p.PL
8063 ____________________________________________________________________________
8064 [ 15528] By: jhi                                   on 2002/03/26  22:03:22
8065         Log: Retract Math::BigInt::Lite, Tels had second thoughts.
8066      Branch: perl
8067            - lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t
8068            - lib/bignum/t/bn_lite.t lib/bignum/t/br_lite.t
8069            ! MANIFEST
8070 ____________________________________________________________________________
8071 [ 15527] By: jhi                                   on 2002/03/26  22:01:01
8072         Log: Avoid and document a weird bug in UNICOS/mk.
8073      Branch: perl
8074            ! pod/perldelta.pod pp_sys.c
8075 ____________________________________________________________________________
8076 [ 15526] By: jhi                                   on 2002/03/26  20:28:45
8077         Log: Math::BigInt::Lite 0.09, from Tels.
8078      Branch: perl
8079            + lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t
8080            ! MANIFEST
8081 ____________________________________________________________________________
8082 [ 15525] By: jhi                                   on 2002/03/26  20:14:38
8083         Log: For now disable the test in OS/390; it seems to hang,
8084              but frustratingly seems to run from command line and
8085              from Perl debugger.
8086      Branch: perl
8087            ! lib/Math/BigInt/t/mbi_rand.t
8088 ____________________________________________________________________________
8089 [ 15524] By: jhi                                   on 2002/03/26  19:57:27
8090         Log: EPOC update from Olaf Flebbe.
8091      Branch: perl
8092            ! README.epoc doio.c epoc/epoc.c lib/File/Spec/Epoc.pm
8093            ! pod/perlport.pod t/io/fs.t
8094 ____________________________________________________________________________
8095 [ 15523] By: jhi                                   on 2002/03/26  19:54:48
8096         Log: Upgrade to Math::BigInt 1.56, Math::BigRat 0.05,
8097              and bignum 0.11, from Tels.
8098      Branch: perl
8099            + lib/Math/BigInt/t/with_sub.t
8100            - lib/bignum/t/trace.t
8101            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
8102            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bigfltpm.t
8103            ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/constant.t
8104            ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/require.t
8105            ! lib/Math/BigInt/t/upgrade.t lib/Math/BigInt/t/use.t
8106            ! lib/Math/BigInt/t/use_lib1.t lib/Math/BigInt/t/use_lib2.t
8107            ! lib/Math/BigInt/t/use_lib3.t lib/Math/BigInt/t/use_lib4.t
8108            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigfltrt.t
8109            ! lib/Math/BigRat/t/bigrat.t lib/Math/BigRat/t/bigratpm.t
8110            ! lib/bigint.pm lib/bignum.pm lib/bignum/t/bignum.t
8111            ! lib/bignum/t/bigrat.t lib/bigrat.pm
8112            ! t/lib/Math/BigInt/Subclass.pm
8113 ____________________________________________________________________________
8114 [ 15522] By: jhi                                   on 2002/03/26  16:07:58
8115         Log: Integrate perlio;
8116              
8117              Fix [ID 20020326.001] - cr/lf spanning buffer boundary
8118              
8119              Testcase for crlf spanning buffer boundary
8120      Branch: perl
8121           +> t/io/crlf.t
8122           !> MANIFEST perlio.c
8123 ____________________________________________________________________________
8124 [ 15521] By: nick                                  on 2002/03/26  15:31:55
8125         Log: Testcase for crlf spanning buffer boundary
8126      Branch: perlio
8127            + t/io/crlf.t
8128            ! MANIFEST
8129 ____________________________________________________________________________
8130 [ 15520] By: nick                                  on 2002/03/26  15:09:52
8131         Log: Fix [ID 20020326.001] - cr/lf spanning buffer boundary
8132      Branch: perlio
8133            ! perlio.c
8134 ____________________________________________________________________________
8135 [ 15519] By: jhi                                   on 2002/03/26  14:50:08
8136         Log: Can't test Net:: much in OS/390 without Convert::EBCDIC.
8137      Branch: perl
8138            ! t/lib/1_compile.t
8139 ____________________________________________________________________________
8140 [ 15518] By: jhi                                   on 2002/03/26  14:39:08
8141         Log: Document the Configure (really, awk) glitch in
8142              UNICOS/mk.
8143      Branch: perl
8144            ! pod/perldelta.pod
8145 ____________________________________________________________________________
8146 [ 15517] By: jhi                                   on 2002/03/26  13:32:31
8147         Log: Subject: [PATCH] Win32 w/o multiplicity build fails
8148              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
8149              Date: Fri, 22 Mar 2002 16:11:28 +0100
8150              Message-ID: <3C9B57B0.31936.496399@localhost>
8151      Branch: perl
8152            ! win32/win32.c
8153 ____________________________________________________________________________
8154 [ 15516] By: jhi                                   on 2002/03/26  13:29:24
8155         Log: Subject: Re: Jarkko likes OOOOs
8156              From: "Gerrit P. Haase" <gp@familiehaase.de>
8157              Date: Tue, 26 Mar 2002 08:44:02 +0100
8158              Message-ID: <40509050505.20020326084402@familiehaase.de>
8159      Branch: perl
8160            ! t/io/fs.t
8161 ____________________________________________________________________________
8162 [ 15515] By: jhi                                   on 2002/03/26  13:23:32
8163         Log: Subject: [patch utils/perlbug] subject header setting problem      
8164              From: Stas Bekman <stas@stason.org>
8165              Date: Tue, 26 Mar 2002 21:12:49 +0800 (SGT)
8166              Message-ID: <Pine.LNX.4.44.0203262107310.2288-100000@hope.stason.org>
8167      Branch: perl
8168            ! utils/perlbug.PL
8169 ____________________________________________________________________________
8170 [ 15514] By: jhi                                   on 2002/03/26  13:20:23
8171         Log: Subject: [PATCH] win32/makefile.mk
8172              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
8173              Date: Tue, 26 Mar 2002 13:56:19 +0100
8174              Message-ID: <3CA07E03.13094.8ACAD1@localhost>
8175      Branch: perl
8176            ! win32/makefile.mk
8177 ____________________________________________________________________________
8178 [ 15513] By: nick                                  on 2002/03/26  07:17:17
8179         Log: Integrate mainline
8180      Branch: perlio
8181           +> (branch 39 files)
8182            - (delete 109 files)
8183           !> (integrate 105 files)
8184 ____________________________________________________________________________
8185 [ 15512] By: nick                                  on 2002/03/26  06:52:42
8186         Log: Integrate mainline
8187      Branch: perlio
8188           !> Changes ext/PerlIO/Via/Via.xs ext/PerlIO/t/via.t
8189           !> hints/freebsd.sh lib/open.pm lib/open.t lib/warnings.pm
8190           !> lib/warnings.t mg.c patchlevel.h perl.c perlio.c perly.c
8191           !> perly.fixer perly.y perly_c.diff pod/perllexwarn.pod
8192           !> t/lib/warnings/perlio vms/perly_c.vms warnings.h warnings.pl
8193 ____________________________________________________________________________
8194 [ 15511] By: jhi                                   on 2002/03/26  04:25:44
8195         Log: Installation advice from Robert Spier. 
8196      Branch: perl
8197            ! INSTALL
8198 ____________________________________________________________________________
8199 [ 15510] By: jhi                                   on 2002/03/26  04:12:15
8200         Log: Stas setting things right.
8201      Branch: perl
8202            ! ext/PerlIO/PerlIO.t
8203 ____________________________________________________________________________
8204 [ 15509] By: jhi                                   on 2002/03/26  03:57:22
8205         Log: Subject: [PATCH] ext/IO/lib/IO/t/io_unix.t
8206              From: Paul_GreenVOS@vos.stratus.com
8207              Date: Mon, 25 Mar 02 23:57 est
8208              Message-Id: <200203260457.XAA19233@mailhub2.stratus.com>
8209      Branch: perl
8210            ! ext/IO/lib/IO/t/io_unix.t
8211 ____________________________________________________________________________
8212 [ 15508] By: jhi                                   on 2002/03/26  03:55:54
8213         Log: Add threads hints for UNICOS/mk and UNICOS.
8214              (I'm just guessing on UNICOS.)
8215      Branch: perl
8216            ! hints/unicos.sh hints/unicosmk.sh
8217 ____________________________________________________________________________
8218 [ 15507] By: jhi                                   on 2002/03/26  01:19:57
8219         Log: Mention the effect of Unicode keys on hashes.
8220      Branch: perl
8221            ! pod/perlunicode.pod
8222 ____________________________________________________________________________
8223 [ 15506] By: jhi                                   on 2002/03/25  22:38:12
8224         Log: Subject: [PATCH @15489] yfix fix for VMS (was YYDEBUG etc.)
8225              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
8226              Date: Mon, 25 Mar 2002 17:24:33 -0600
8227              Message-Id: <5.1.0.14.2.20020325135745.01aeabc0@exchi01>
8228      Branch: perl
8229            ! perl.c perly.c perly.y perly_c.diff vms/perly_c.vms
8230            ! vms/vms_yfix.pl
8231 ____________________________________________________________________________
8232 [ 15505] By: jhi                                   on 2002/03/25  22:36:18
8233         Log: Tru64: Modify LD_LIBRARY_PATH only if loclibpth is set.
8234      Branch: perl
8235            ! hints/dec_osf.sh
8236 ____________________________________________________________________________
8237 [ 15504] By: jhi                                   on 2002/03/25  20:39:05
8238         Log: The .ucm of Encode are big when uncompressed.
8239      Branch: perl
8240            ! INSTALL
8241 ____________________________________________________________________________
8242 [ 15503] By: jhi                                   on 2002/03/25  19:58:04
8243         Log: I don't understand what is going on what these
8244              news tests, retracting the whole lot.
8245      Branch: perl
8246            ! ext/PerlIO/PerlIO.t
8247 ____________________________________________________________________________
8248 [ 15502] By: jhi                                   on 2002/03/25  19:50:32
8249         Log: Upgrade to Encode 0.99, from Dan Kogai.
8250      Branch: perl
8251            + ext/Encode/Encode/big5-hk.ucm ext/Encode/Encode/big5.ucm
8252            + ext/Encode/Encode/cp932.ucm ext/Encode/Encode/cp936.ucm
8253            + ext/Encode/Encode/cp949.ucm ext/Encode/Encode/cp950.ucm
8254            + ext/Encode/Encode/euc-cn.ucm ext/Encode/Encode/euc-kr.ucm
8255            + ext/Encode/Encode/gb12345.ucm ext/Encode/Encode/gb2312.ucm
8256            + ext/Encode/Encode/gsm0338.ucm ext/Encode/Encode/ir-165.ucm
8257            + ext/Encode/Encode/ksc5601.ucm
8258            + ext/Encode/Encode/macCentEuro.ucm
8259            + ext/Encode/Encode/macCroatian.ucm
8260            + ext/Encode/Encode/macCyrillic.ucm
8261            + ext/Encode/Encode/macDingbats.ucm
8262            + ext/Encode/Encode/macGreek.ucm
8263            + ext/Encode/Encode/macIceland.ucm
8264            + ext/Encode/Encode/macJapan.ucm ext/Encode/Encode/macRoman.ucm
8265            + ext/Encode/Encode/macRumanian.ucm
8266            + ext/Encode/Encode/macSami.ucm ext/Encode/Encode/macThai.ucm
8267            + ext/Encode/Encode/macTurkish.ucm
8268            + ext/Encode/Encode/macUkraine.ucm
8269            + ext/Encode/Encode/shiftjis.ucm
8270            + ext/Encode/lib/Encode/10646_1.pm
8271            + ext/Encode/lib/Encode/CJKConstants.pm
8272            + ext/Encode/lib/Encode/CN/2022_CN.pm
8273            + ext/Encode/lib/Encode/JP/2022_JP.pm
8274            + ext/Encode/lib/Encode/JP/2022_JP1.pm
8275            + ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/KR.t
8276            + ext/Encode/t/gb2312.euc ext/Encode/t/gb2312.ref
8277            + ext/Encode/t/ksc5601.euc ext/Encode/t/ksc5601.ref
8278            + ext/Encode/ucm2table
8279            - (delete 109 files)
8280            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm
8281            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/CN.pm
8282            ! ext/Encode/CN/Makefile.PL ext/Encode/Changes
8283            ! ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL
8284            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
8285            ! ext/Encode/Encode/8859-1.ucm ext/Encode/Encode/8859-10.ucm
8286            ! ext/Encode/Encode/8859-11.ucm ext/Encode/Encode/8859-13.ucm
8287            ! ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
8288            ! ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
8289            ! ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
8290            ! ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
8291            ! ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
8292            ! ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
8293            ! ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
8294            ! ext/Encode/Encode/cp37.ucm ext/Encode/Encode/dingbats.ucm
8295            ! ext/Encode/Encode/euc-jp.ucm ext/Encode/Encode/ibm-1250.ucm
8296            ! ext/Encode/Encode/ibm-1251.ucm ext/Encode/Encode/ibm-1252.ucm
8297            ! ext/Encode/Encode/ibm-1253.ucm ext/Encode/Encode/ibm-1254.ucm
8298            ! ext/Encode/Encode/ibm-1255.ucm ext/Encode/Encode/ibm-1256.ucm
8299            ! ext/Encode/Encode/ibm-1257.ucm ext/Encode/Encode/ibm-1258.ucm
8300            ! ext/Encode/Encode/jis0201.ucm ext/Encode/Encode/koi8-f.ucm
8301            ! ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/koi8-u.ucm
8302            ! ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/posix-bc.ucm
8303            ! ext/Encode/Encode/roman8.ucm ext/Encode/Encode/symbol.ucm
8304            ! ext/Encode/Encode/viscii.ucm ext/Encode/JP/JP.pm
8305            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
8306            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
8307            ! ext/Encode/Makefile.PL ext/Encode/README
8308            ! ext/Encode/Symbol/Makefile.PL ext/Encode/Symbol/Symbol.pm
8309            ! ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
8310            ! ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
8311            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/CN/HZ.pm
8312            ! ext/Encode/lib/Encode/Details.pod
8313            ! ext/Encode/lib/Encode/Encoding.pm
8314            ! ext/Encode/lib/Encode/Internal.pm
8315            ! ext/Encode/lib/Encode/JP/H2Z.pm
8316            ! ext/Encode/lib/Encode/JP/JIS.pm
8317            ! ext/Encode/lib/Encode/Supported.pod
8318            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
8319            ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
8320            ! ext/Encode/t/Aliases.t ext/Encode/t/CN.t ext/Encode/t/Encode.t
8321            ! ext/Encode/t/JP.t ext/Encode/t/TW.t ext/Encode/t/jisx0208.euc
8322            ! ext/Encode/t/jisx0208.ref ext/Encode/t/jisx0212.euc
8323            ! ext/Encode/t/jisx0212.ref
8324 ____________________________________________________________________________
8325 [ 15501] By: jhi                                   on 2002/03/25  19:16:21
8326         Log: Noise with -w.
8327      Branch: perl
8328            ! ext/PerlIO/PerlIO.t
8329 ____________________________________________________________________________
8330 [ 15500] By: jhi                                   on 2002/03/25  19:02:41
8331         Log: If no perlio no perlio warnings, either.
8332      Branch: perl
8333            ! lib/warnings.t
8334 ____________________________________________________________________________
8335 [ 15499] By: jhi                                   on 2002/03/25  18:57:47
8336         Log: ...and put some of the new perlio tests here.
8337              The in-memory ones not yet since my poor brain
8338              refuses to find the right TODO incantation.
8339      Branch: perl
8340            ! ext/PerlIO/PerlIO.t
8341 ____________________________________________________________________________
8342 [ 15498] By: jhi                                   on 2002/03/25  18:23:36
8343         Log: Take away the perlio-requiring tests..
8344      Branch: perl
8345            ! t/io/open.t
8346 ____________________________________________________________________________
8347 [ 15497] By: jhi                                   on 2002/03/25  18:04:39
8348         Log: More correct now, but actually the two new tests
8349              need to be moved, since they are perlio-only...
8350      Branch: perl
8351            ! t/io/open.t
8352 ____________________________________________________________________________
8353 [ 15496] By: jhi                                   on 2002/03/25  17:57:32
8354         Log: More neo-io tests from Stas Bekman.
8355      Branch: perl
8356            ! t/io/open.t
8357 ____________________________________________________________________________
8358 [ 15495] By: jhi                                   on 2002/03/25  17:52:33
8359         Log: Document the QNX6 sprintf glitch.
8360      Branch: perl
8361            ! pod/perldelta.pod
8362 ____________________________________________________________________________
8363 [ 15494] By: jhi                                   on 2002/03/25  17:46:27
8364         Log: AmigaOS must use the ixemul directly, since there
8365              is no more vfork support.
8366      Branch: perl
8367            ! hints/amigaos.sh
8368 ____________________________________________________________________________
8369 [ 15493] By: jhi                                   on 2002/03/25  17:39:18
8370         Log: Subject: [PATCH pp_sys.c] Must specify fromlen for recvfrom for QNX6
8371              From: Norton Allen <allen@huarp.harvard.edu>
8372              Date: Mon, 25 Mar 2002 13:39:25 -0500 (est)
8373              Message-Id: <200203251839.NAA02055@bottesini.harvard.edu>
8374      Branch: perl
8375            ! pp_sys.c
8376 ____________________________________________________________________________
8377 [ 15492] By: jhi                                   on 2002/03/25  17:38:33
8378         Log: Subject: [PATCH ext/Socket/socketpair.t] TODO for QNX6
8379              From: Norton Allen <allen@huarp.harvard.edu>
8380              Date: Mon, 25 Mar 2002 13:36:17 -0500 (est)
8381              Message-Id: <200203251836.NAA01517@bottesini.harvard.edu>
8382      Branch: perl
8383            ! ext/Socket/socketpair.t
8384 ____________________________________________________________________________
8385 [ 15491] By: jhi                                   on 2002/03/25  16:57:10
8386         Log: Clarify the 8.3 rule.
8387      Branch: perl
8388            ! Porting/check83.pl
8389 ____________________________________________________________________________
8390 [ 15490] By: nick                                  on 2002/03/25  16:05:07
8391         Log: Integrate mainline
8392      Branch: perlio
8393           +> ext/Encode/lib/Encode/EncFormat.pod
8394           +> ext/Encode/lib/Encode/JP/ISO_2022_JP_1.pm mpeix/mpeix.c
8395            - ext/Encode/lib/EncodeFormat.pod
8396           !> (integrate 41 files)
8397 ____________________________________________________________________________
8398 [ 15489] By: jhi                                   on 2002/03/25  15:52:33
8399         Log: Update Changes.
8400      Branch: perl
8401            ! Changes patchlevel.h
8402 ____________________________________________________________________________
8403 [ 15488] By: jhi                                   on 2002/03/25  15:32:39
8404         Log: Forgotten from #15486.
8405      Branch: perl
8406            ! perl.c
8407 ____________________________________________________________________________
8408 [ 15487] By: jhi                                   on 2002/03/25  15:23:56
8409         Log: It seems that FreeBSD does not like using Perl's malloc
8410              when multithreaded.
8411      Branch: perl
8412            ! hints/freebsd.sh
8413 ____________________________________________________________________________
8414 [ 15486] By: jhi                                   on 2002/03/25  14:37:03
8415         Log: Subject: [PATCH] Re: what is YYDEBUG and why does it reset errno?
8416              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8417              Date: Mon, 25 Mar 2002 11:33:17 +0100
8418              Message-ID: <20020325113317.A1410@rafael>
8419              
8420              Apparently VMS does not do YYDEBUG.
8421      Branch: perl
8422            ! perly.c perly.fixer perly.y perly_c.diff vms/perly_c.vms
8423 ____________________________________________________________________________
8424 [ 15485] By: jhi                                   on 2002/03/25  14:10:20
8425         Log: Subject: [PATCH] warnings for perlio + others
8426              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
8427              Date: Mon, 25 Mar 2002 13:01:44 -0000
8428              Message-ID: <AIEAJICLCBDNAAOLLOKLMEKNEAAA.paul_marquess@yahoo.co.uk>
8429      Branch: perl
8430            ! ext/PerlIO/Via/Via.xs ext/PerlIO/t/via.t lib/open.pm
8431            ! lib/open.t lib/warnings.pm lib/warnings.t mg.c perlio.c
8432            ! pod/perllexwarn.pod t/lib/warnings/perlio warnings.h
8433            ! warnings.pl
8434 ____________________________________________________________________________
8435 [ 15484] By: jhi                                   on 2002/03/25  01:53:29
8436         Log: As verified by Doug MacEachern.
8437      Branch: perl
8438            ! pod/perldelta.pod
8439 ____________________________________________________________________________
8440 [ 15483] By: jhi                                   on 2002/03/24  23:23:50
8441         Log: MPE/iX update from Mark Bixby.
8442      Branch: perl
8443            + mpeix/mpeix.c
8444            ! MANIFEST README.mpeix ext/DynaLoader/dl_mpeix.xs
8445            ! hints/mpeix.sh mpeix/mpeixish.h
8446 ____________________________________________________________________________
8447 [ 15482] By: jhi                                   on 2002/03/24  22:54:00
8448         Log: Subject: [PATCH] To \X{221E} and beyond in ExtUtils::Constant
8449              From: Nicholas Clark <nick@unfortu.net>
8450              Date: Sun, 24 Mar 2002 22:50:06 +0000
8451              Message-ID: <20020324225006.GB410@Bagpuss.unfortu.net>
8452      Branch: perl
8453            ! lib/ExtUtils/Constant.pm lib/ExtUtils/t/Constant.t
8454 ____________________________________________________________________________
8455 [ 15481] By: jhi                                   on 2002/03/24  22:35:56
8456         Log: Subject: [PATCH] fix warning + carp interaction
8457              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>       
8458              Date: Sun, 24 Mar 2002 23:00:21 -0000
8459              Message-ID: <AIEAJICLCBDNAAOLLOKLGEKCEAAA.paul_marquess@yahoo.co.uk>
8460      Branch: perl
8461            ! lib/Carp.pm lib/warnings.pm t/lib/warnings/9enabled
8462            ! warnings.pl
8463 ____________________________________________________________________________
8464 [ 15480] By: jhi                                   on 2002/03/24  22:30:48
8465         Log: Upgrade to Tie::File 0.51, from Mark-Jason Dominus.
8466              (All the code changes have already been applied earlier.)
8467      Branch: perl
8468            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
8469 ____________________________________________________________________________
8470 [ 15479] By: jhi                                   on 2002/03/24  22:11:46
8471         Log: DB_File: for the core version, no need to specify
8472              a minimum MM version.
8473      Branch: perl
8474            ! ext/DB_File/Makefile.PL
8475 ____________________________________________________________________________
8476 [ 15478] By: jhi                                   on 2002/03/24  21:33:42
8477         Log: Subject: [PATCH @15470] pack('w') 64-bit buffer overflow
8478              From: Dave Mitchell <davem@fdgroup.com>
8479              Date: Sun, 24 Mar 2002 22:23:08 +0000
8480              Message-ID: <20020324222308.B21963@fdgroup.com>
8481      Branch: perl
8482            ! pp_pack.c
8483 ____________________________________________________________________________
8484 [ 15477] By: jhi                                   on 2002/03/24  21:19:45
8485         Log: Subject: [PATCH @15450] errno help for VMS
8486              From: "Craig A. Berry" <craigberry@mac.com>
8487              Date: Sun, 24 Mar 2002 16:17:52 -0600
8488              Message-Id: <a05101509b8c3fd17e26c@[172.16.52.1]>
8489      Branch: perl
8490            ! ext/POSIX/t/posix.t vms/vms.c
8491 ____________________________________________________________________________
8492 [ 15476] By: jhi                                   on 2002/03/24  21:18:45
8493         Log: Upgrade to Locale::Codes 2.03.
8494      Branch: perl
8495            ! lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
8496            ! lib/Locale/Country.pm
8497 ____________________________________________________________________________
8498 [ 15475] By: jhi                                   on 2002/03/24  20:36:46
8499         Log: metaconfig unit change for #15474.
8500      Branch: metaconfig/U/perl
8501            ! Extensions.U
8502 ____________________________________________________________________________
8503 [ 15474] By: jhi                                   on 2002/03/24  20:35:49
8504         Log: The #15472 said "properly".  Ha!
8505      Branch: perl
8506            ! Configure
8507 ____________________________________________________________________________
8508 [ 15473] By: jhi                                   on 2002/03/24  20:17:37
8509         Log: metaconfig unit change for #15472.
8510      Branch: metaconfig/U/perl
8511            ! Extensions.U
8512 ____________________________________________________________________________
8513 [ 15472] By: jhi                                   on 2002/03/24  20:16:56
8514         Log: Properly scan for the subextensions of Encode
8515              when doing static builds.
8516      Branch: perl
8517            ! Configure
8518 ____________________________________________________________________________
8519 [ 15471] By: jhi                                   on 2002/03/24  19:58:38
8520         Log: Tru64: Document the known odbm failure with static builds.
8521      Branch: perl
8522            ! README.tru64
8523 ____________________________________________________________________________
8524 [ 15470] By: jhi                                   on 2002/03/24  17:56:01
8525         Log: microperl tweaks.
8526      Branch: perl
8527            ! Makefile.micro locale.c util.c
8528 ____________________________________________________________________________
8529 [ 15469] By: jhi                                   on 2002/03/24  17:32:36
8530         Log: metaconfig unit changes for #15468.
8531      Branch: metaconfig
8532            ! U/compline/i_time.U U/modified/Init.U U/modified/Loc.U
8533            ! U/modified/libc.U U/modified/libs.U
8534            ! U/threads/d_pthread_atfork.U
8535 ____________________________________________________________________________
8536 [ 15468] By: jhi                                   on 2002/03/24  17:32:05
8537         Log: Various metaconfig unit cleanup; only one visible change
8538              in Configure, though.
8539      Branch: perl
8540            ! Configure
8541 ____________________________________________________________________________
8542 [ 15467] By: jhi                                   on 2002/03/24  15:53:59
8543         Log: Upgrade to Encode 0.98, from Dan Kogai.
8544      Branch: perl
8545            + ext/Encode/lib/Encode/EncFormat.pod
8546            + ext/Encode/lib/Encode/JP/ISO_2022_JP_1.pm
8547            - ext/Encode/lib/EncodeFormat.pod
8548            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Changes
8549            ! ext/Encode/Encode.pm ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm
8550            ! ext/Encode/MANIFEST ext/Encode/TW/TW.pm
8551            ! ext/Encode/lib/Encode/Alias.pm
8552            ! ext/Encode/lib/Encode/Details.pod
8553            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
8554            ! ext/Encode/lib/Encode/JP/JIS.pm
8555            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
8556 ____________________________________________________________________________
8557 [ 15466] By: jhi                                   on 2002/03/24  13:58:44
8558         Log: Integrate perlio;
8559              
8560              Avoid core-dump in Encode with PERLIO=mmap
8561      Branch: perl
8562           !> ext/Encode/Encode.xs
8563 ____________________________________________________________________________
8564 [ 15465] By: jhi                                   on 2002/03/24  13:51:15
8565         Log: In the spirit of #15464.
8566      Branch: perl
8567            ! perl.c sv.c
8568 ____________________________________________________________________________
8569 [ 15464] By: jhi                                   on 2002/03/24  13:49:02
8570         Log: Subject: [PATCH] Re: [ID 20020323.002] recently-introduced regex segfault    
8571              From: Michael G Schwern <schwern@pobox.com>
8572              Date: Sun, 24 Mar 2002 02:27:25 -0500
8573              Message-ID: <20020324072725.GA3554@blackrider>
8574      Branch: perl
8575            ! perl.c
8576 ____________________________________________________________________________
8577 [ 15463] By: nick                                  on 2002/03/24  10:24:41
8578         Log: Integrate mainline
8579      Branch: perlio
8580           +> (branch 28 files)
8581            - lib/bigfloat.t lib/bigint.t
8582           !> (integrate 59 files)
8583 ____________________________________________________________________________
8584 [ 15462] By: nick                                  on 2002/03/24  08:59:35
8585         Log: Avoid core-dump in Encode with PERLIO=mmap
8586      Branch: perlio
8587            ! ext/Encode/Encode.xs
8588 ____________________________________________________________________________
8589 [ 15461] By: nick                                  on 2002/03/24  08:58:21
8590         Log: Too many machines doing integrate mainline
8591      Branch: perlio
8592           !> Changes Configure lib/AutoSplit.t
8593           !> lib/Test/Simple/t/fail-more.t patchlevel.h pod/perldelta.pod
8594           !> pod/perldiag.pod pod/perlfaq3.pod pod/perlfaq4.pod
8595           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlmodstyle.pod
8596           !> pp_ctl.c reentr.h reentr.pl t/op/override.t
8597 ____________________________________________________________________________
8598 [ 15460] By: jhi                                   on 2002/03/24  04:57:48
8599         Log: Retract Math::BigInt::Lite for now, seems to confuse
8600              bignum and bigrat.
8601      Branch: perl
8602            - lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t
8603            ! MANIFEST
8604 ____________________________________________________________________________
8605 [ 15459] By: jhi                                   on 2002/03/24  04:48:19
8606         Log: Subject: [PATCH @15450] extend use of home-grown kill() on VMS
8607              From: "Craig A. Berry" <craigberry@mac.com>
8608              Date: Sat, 23 Mar 2002 23:23:00 -0600
8609              Message-Id: <a05101504b8c30e72f3e4@[172.16.52.1]>       
8610      Branch: perl
8611            ! configure.com vms/vms.c
8612 ____________________________________________________________________________
8613 [ 15458] By: jhi                                   on 2002/03/24  04:46:37
8614         Log: Subject: [PATCH] Simplified untested module testing, plus Extutils::MM_NW5 not compiling
8615              From: Michael G Schwern <schwern@pobox.com>
8616              Date: Sat, 23 Mar 2002 21:32:32 -0500
8617              Message-ID: <20020324023232.GA29972@blackrider>
8618              
8619              (with Russ Allbery's simplifications)
8620      Branch: perl
8621            ! lib/ExtUtils/MM_NW5.pm t/lib/1_compile.t
8622 ____________________________________________________________________________
8623 [ 15457] By: jhi                                   on 2002/03/24  00:28:47
8624         Log: Merge Math::BigInt::Lite 0.08, from Tels.
8625      Branch: perl
8626            + lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t
8627            ! MANIFEST
8628 ____________________________________________________________________________
8629 [ 15456] By: jhi                                   on 2002/03/24  00:23:49
8630         Log: Too chatty.
8631      Branch: perl
8632            ! lib/bigint.pm lib/bignum.pm lib/bigrat.pm
8633 ____________________________________________________________________________
8634 [ 15455] By: jhi                                   on 2002/03/24  00:21:07
8635         Log: Merge bignum 0.10, from Tels.
8636      Branch: perl
8637            + lib/Math/BigFloat/Trace.pm lib/Math/BigInt/Trace.pm
8638            + lib/bigint.pm lib/bignum.pm lib/bignum/t/bigint.t
8639            + lib/bignum/t/bignum.t lib/bignum/t/bigrat.t
8640            + lib/bignum/t/bn_lite.t lib/bignum/t/br_lite.t
8641            + lib/bignum/t/option_a.t lib/bignum/t/option_l.t
8642            + lib/bignum/t/option_p.t lib/bignum/t/trace.t lib/bigrat.pm
8643            ! MANIFEST
8644 ____________________________________________________________________________
8645 [ 15454] By: jhi                                   on 2002/03/23  23:58:44
8646         Log: Rename the Perl 4 tests in preparation of bignum.
8647      Branch: perl
8648            + lib/bigfloatpl.t lib/bigintpl.t
8649            - lib/bigfloat.t lib/bigint.t
8650            ! MANIFEST
8651 ____________________________________________________________________________
8652 [ 15453] By: jhi                                   on 2002/03/23  23:07:04
8653         Log: Merge Math::BigRat 0.04, from Tels.
8654      Branch: perl
8655            + lib/Math/BigRat.pm lib/Math/BigRat/t/bigfltpm.inc
8656            + lib/Math/BigRat/t/bigfltrt.t lib/Math/BigRat/t/bigrat.t
8657            + lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t
8658            + t/lib/Math/BigRat/Test.pm
8659            ! MANIFEST
8660 ____________________________________________________________________________
8661 [ 15452] By: jhi                                   on 2002/03/23  21:44:23
8662         Log: Subject: [PATCH@15439] tidy sv.[ch] after CRIPPLED_CC removal
8663              From: Dave Mitchell <davem@fdgroup.com>
8664              Date: Sat, 23 Mar 2002 22:27:24 +0000
8665              Message-ID: <20020323222724.A19425@fdgroup.com>
8666      Branch: perl
8667            ! embed.fnc embed.h global.sym pod/perlapi.pod proto.h sv.c sv.h
8668 ____________________________________________________________________________
8669 [ 15451] By: jhi                                   on 2002/03/23  21:40:02
8670         Log: Forgotten.
8671      Branch: perl
8672            ! ext/Unicode/Normalize/README
8673 ____________________________________________________________________________
8674 [ 15450] By: jhi                                   on 2002/03/23  21:00:05
8675         Log: Update Changes.
8676      Branch: perl
8677            ! Changes patchlevel.h
8678 ____________________________________________________________________________
8679 [ 15449] By: jhi                                   on 2002/03/23  20:44:57
8680         Log: Subject: perldoc -m [PATCH]
8681              From: "John L. Allen" <allen@grumman.com>
8682              Date: Fri, 22 Mar 2002 15:38:35 -0500 (EST)
8683              Message-ID: <Pine.SOL.3.91.1020322151516.25645A-100000@gateway.grumman.com>    
8684      Branch: perl
8685            ! utils/perldoc.PL
8686 ____________________________________________________________________________
8687 [ 15448] By: jhi                                   on 2002/03/23  20:42:30
8688         Log: Subject: Re: Copious warnings from Sys::Syslog
8689              From: andreas.koenig@anima.de (Andreas J. Koenig)
8690              Date: Sat, 23 Mar 2002 06:47:08 +0100
8691              Message-ID: <m31yebvns3.fsf@anima.de>
8692      Branch: perl
8693            ! ext/Sys/Syslog/Syslog.pm
8694 ____________________________________________________________________________
8695 [ 15447] By: jhi                                   on 2002/03/23  20:34:43
8696         Log: Upgrade to Math::BigInt 1.55, from Tels.
8697      Branch: perl
8698            + lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/use_lib1.t
8699            + lib/Math/BigInt/t/use_lib2.t lib/Math/BigInt/t/use_lib3.t
8700            + lib/Math/BigInt/t/use_lib4.t
8701            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
8702            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
8703            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
8704            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.inc
8705            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/config.t
8706            ! lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/sub_mbf.t
8707            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.inc
8708            ! lib/Math/BigInt/t/upgrade.t
8709 ____________________________________________________________________________
8710 [ 15446] By: jhi                                   on 2002/03/23  19:50:02
8711         Log: Upgrade to Encode 0.97, from Dan Kogai.
8712      Branch: perl
8713            ! ext/Encode/AUTHORS ext/Encode/Byte/Makefile.PL
8714            ! ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
8715            ! ext/Encode/Changes ext/Encode/EBCDIC/Makefile.PL
8716            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
8717            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
8718            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
8719            ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
8720            ! ext/Encode/TW/TW.pm ext/Encode/compile ext/Encode/t/CN.t
8721            ! ext/Encode/t/Encode.t ext/Encode/t/JP.t ext/Encode/t/TW.t
8722            ! ext/Encode/t/Tcl.t
8723 ____________________________________________________________________________
8724 [ 15445] By: jhi                                   on 2002/03/23  17:33:08
8725         Log: Slight tweaks on #15443.
8726      Branch: perl
8727            ! pod/perlvar.pod
8728 ____________________________________________________________________________
8729 [ 15444] By: nick                                  on 2002/03/23  17:30:42
8730         Log: Integrate mainline
8731      Branch: perlio
8732           +> ext/Encode/Byte/Byte.pm ext/Encode/Byte/Makefile.PL
8733           +> ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL
8734           +> ext/Encode/Symbol/Makefile.PL ext/Encode/Symbol/Symbol.pm
8735           !> (integrate 50 files)
8736 ____________________________________________________________________________
8737 [ 15443] By: jhi                                   on 2002/03/23  17:30:09
8738         Log: Subject: patch [bleadperl]: Document %! special variable
8739              From: mjd@plover.com
8740              Date: 23 Mar 2002 18:25:44 -0000
8741              Message-ID: <20020323182544.11741.qmail@plover.com>    
8742      Branch: perl
8743            ! pod/perlvar.pod
8744 ____________________________________________________________________________
8745 [ 15442] By: jhi                                   on 2002/03/23  17:17:47
8746         Log: Since the Encode::JP is unsupported under EBCDIC we
8747              cannot run this test (aliases as such should work fine).
8748      Branch: perl
8749            ! ext/Encode/t/Aliases.t
8750 ____________________________________________________________________________
8751 [ 15441] By: jhi                                   on 2002/03/23  17:15:15
8752         Log: EBCDIC: the sorting order is different under
8753              byte-EBCDIC and Unicode.
8754      Branch: perl
8755            ! t/op/utfhash.t
8756 ____________________________________________________________________________
8757 [ 15440] By: jhi                                   on 2002/03/23  17:09:17
8758         Log: EBCDIC: the character codes are different.
8759      Branch: perl
8760            ! lib/Pod/t/pod2html-lib.pl
8761 ____________________________________________________________________________
8762 [ 15439] By: jhi                                   on 2002/03/23  03:05:11
8763         Log: Purify: #15434 got the test the wrong.
8764              (Is there an approved way of testing "is this an unop"?)
8765      Branch: perl
8766            ! op.c
8767 ____________________________________________________________________________
8768 [ 15438] By: jhi                                   on 2002/03/23  01:40:53
8769         Log: Purify: Array bounds read: could read one character past the end.
8770      Branch: perl
8771            ! pp_pack.c
8772 ____________________________________________________________________________
8773 [ 15437] By: jhi                                   on 2002/03/23  01:22:10
8774         Log: Purify: Array bounds read: reading one byte before the buffer.
8775      Branch: perl
8776            ! util.c
8777 ____________________________________________________________________________
8778 [ 15436] By: jhi                                   on 2002/03/23  01:14:24
8779         Log: Purify: Unitialized memory read.  Too many code paths
8780              to keep track of, I guess.
8781      Branch: perl
8782            ! sv.c
8783 ____________________________________________________________________________
8784 [ 15435] By: jhi                                   on 2002/03/23  01:00:31
8785         Log: Purify: Array bounds write: pre-extend the strxfrm
8786              buffer by a factor of four (suggested maximum by HP-UX;
8787              Solaris suggests using 1 + strxfrm(NULL, s, 0) but I don't
8788              know how portable that is; locale.c uses yet another trick
8789              (not a particularly good trick, I might add))
8790      Branch: perl
8791            ! ext/POSIX/POSIX.xs
8792 ____________________________________________________________________________
8793 [ 15434] By: jhi                                   on 2002/03/23  00:48:23
8794         Log: Purify: Array bounds read: o->op_last was accessed
8795              for unops (via newUNOP() and ck_eof()).
8796              (analysis okay, patch bad: see #15439)
8797      Branch: perl
8798            ! op.c
8799 ____________________________________________________________________________
8800 [ 15433] By: jhi                                   on 2002/03/22  23:19:34
8801         Log: Subject: [PATCH] vms/test.com, File::Find tests
8802              From: "Craig A. Berry" <craigberry@mac.com>
8803              Date: Fri, 22 Mar 2002 16:52:59 -0600
8804              Message-Id: <5.1.0.14.2.20020322162822.01ad96b8@exchi01>
8805      Branch: perl
8806            ! vms/test.com
8807 ____________________________________________________________________________
8808 [ 15432] By: jhi                                   on 2002/03/22  23:18:44
8809         Log: Subject: [PATCH] Re: [ID 20020322.002] install man errors
8810              From: Michael G Schwern <schwern@pobox.com>
8811              Date: Fri, 22 Mar 2002 18:08:19 -0500
8812              Message-ID: <20020322230819.GB16454@blackrider>
8813      Branch: perl
8814            ! ext/Sys/Syslog/Syslog.pm
8815 ____________________________________________________________________________
8816 [ 15431] By: jhi                                   on 2002/03/22  21:52:56
8817         Log: Update the information on Encode.
8818      Branch: perl
8819            ! pod/perldelta.pod
8820 ____________________________________________________________________________
8821 [ 15430] By: jhi                                   on 2002/03/22  21:48:28
8822         Log: Upgrade to Encode 0.96, from Dan Kogai.
8823      Branch: perl
8824            + ext/Encode/Byte/Byte.pm ext/Encode/Byte/Makefile.PL
8825            + ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL
8826            + ext/Encode/Symbol/Makefile.PL ext/Encode/Symbol/Symbol.pm
8827            ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm
8828            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
8829            ! ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm ext/Encode/MANIFEST
8830            ! ext/Encode/Makefile.PL ext/Encode/TW/TW.pm
8831            ! ext/Encode/lib/Encode/Alias.pm
8832            ! ext/Encode/lib/Encode/Encoding.pm
8833            ! ext/Encode/lib/Encode/Internal.pm
8834            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
8835 ____________________________________________________________________________
8836 [ 15429] By: jhi                                   on 2002/03/22  20:52:18
8837         Log: Subject: [PATCH] h2xs.t fix for VMS
8838              From: "Craig A. Berry" <craigberry@mac.com>
8839              Date: Fri, 22 Mar 2002 15:47:38 -0600
8840              Message-Id: <5.1.0.14.2.20020322154432.01ad4930@exchi01>
8841      Branch: perl
8842            ! lib/h2xs.t
8843 ____________________________________________________________________________
8844 [ 15428] By: jhi                                   on 2002/03/22  20:50:42
8845         Log: One more pass.
8846      Branch: perl
8847            ! epoc/config.sh
8848 ____________________________________________________________________________
8849 [ 15427] By: jhi                                   on 2002/03/22  20:46:43
8850         Log: Even better version from Olaf Flebbe.
8851      Branch: perl
8852            ! epoc/config.sh pp_sys.c util.c
8853 ____________________________________________________________________________
8854 [ 15426] By: jhi                                   on 2002/03/22  20:34:28
8855         Log: EPOC update from Olaf Flebbe.
8856      Branch: perl
8857            ! epoc/config.sh epoc/createpkg.pl epoc/epoc.c epoc/epoc_stubs.c
8858            ! epoc/epocish.c epoc/epocish.h pp_sys.c util.c
8859 ____________________________________________________________________________
8860 [ 15425] By: jhi                                   on 2002/03/22  20:03:33
8861         Log: Tweak from John P. Linderman.
8862      Branch: perl
8863            ! pod/perlhack.pod
8864 ____________________________________________________________________________
8865 [ 15424] By: jhi                                   on 2002/03/22  17:08:36
8866         Log: Subject: [PATCH pod/perlfunc.pod] doc fix
8867              From: Stas Bekman <stas@stason.org>
8868              Date: Sat, 23 Mar 2002 01:42:44 +0800 (SGT)
8869              Message-ID: <Pine.LNX.4.44.0203230138520.8695-100000@hope.stason.org>
8870      Branch: perl
8871            ! pod/perlfunc.pod
8872 ____________________________________________________________________________
8873 [ 15423] By: jhi                                   on 2002/03/22  17:06:42
8874         Log: Subject: [PATCH] check sysconf's return value in reentr.c
8875              From: <slaven.rezic@berlin.de>
8876              Date: Fri, 22 Mar 2002 18:30:36 +0100
8877              Message-Id: <20020322173246.SOLG27460.mailoutvl21@[192.168.139.30]>
8878              
8879              (plus use 4k instead 2k as the "usual" size)
8880      Branch: perl
8881            ! reentr.c reentr.pl
8882 ____________________________________________________________________________
8883 [ 15422] By: jhi                                   on 2002/03/22  15:23:38
8884         Log: Update Changes.
8885      Branch: perl
8886            ! Changes patchlevel.h
8887 ____________________________________________________________________________
8888 [ 15421] By: jhi                                   on 2002/03/22  15:18:30
8889         Log: Forgot from #15416.
8890      Branch: perl
8891            ! pod/perlfaq3.pod
8892 ____________________________________________________________________________
8893 [ 15420] By: jhi                                   on 2002/03/22  15:15:37
8894         Log: Subject: Re: Argument "1.23_45" isn't numeric in subroutine entry
8895              From: andreas.koenig@anima.de (Andreas J. Koenig)
8896              Date: Fri, 22 Mar 2002 16:27:51 +0100
8897              Message-ID: <m3n0x0vczs.fsf@anima.de>
8898      Branch: perl
8899            ! pod/perlmodstyle.pod
8900 ____________________________________________________________________________
8901 [ 15419] By: jhi                                   on 2002/03/22  15:14:42
8902         Log: metaconfig unit changes for #15418.
8903      Branch: metaconfig
8904            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
8905            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
8906            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
8907            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
8908            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
8909            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
8910            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
8911            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
8912            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
8913            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
8914            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
8915            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
8916            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
8917            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
8918            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
8919            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
8920            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
8921            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
8922            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
8923            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
8924            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
8925            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
8926            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
8927            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
8928 ____________________________________________________________________________
8929 [ 15418] By: jhi                                   on 2002/03/22  15:14:09
8930         Log: The I_CSD, I_S, and V_S had wrong recepting datatype.
8931              Also, there's no i_stdio.
8932      Branch: perl
8933            ! Configure reentr.h reentr.pl
8934 ____________________________________________________________________________
8935 [ 15417] By: jhi                                   on 2002/03/22  15:07:33
8936         Log: Document a known AIX warning.
8937      Branch: perl
8938            ! pod/perldelta.pod
8939 ____________________________________________________________________________
8940 [ 15416] By: jhi                                   on 2002/03/22  15:03:05
8941         Log: Undo #15415, allow the faq people to catch up first.
8942      Branch: perl
8943            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
8944 ____________________________________________________________________________
8945 [ 15415] By: jhi                                   on 2002/03/22  13:30:38
8946         Log: FAQ sync.
8947      Branch: perl
8948            ! pod/perlfaq3.pod pod/perlfaq5.pod pod/perlfaq6.pod
8949 ____________________________________________________________________________
8950 [ 15414] By: jhi                                   on 2002/03/22  13:25:17
8951         Log: Subject: Re: Change 15398: Assuming the Apache 1.3 -D_GNU_SOURCE problem       
8952              From: andreas.koenig@anima.de (Andreas J. Koenig)
8953              Date: Fri, 22 Mar 2002 15:16:19 +0100
8954              Message-ID: <m38z8kwuvg.fsf@anima.de>
8955              
8956              (plus reformat)
8957      Branch: perl
8958            ! pod/perldelta.pod
8959 ____________________________________________________________________________
8960 [ 15413] By: jhi                                   on 2002/03/22  13:20:48
8961         Log: Integrate perlio;
8962              
8963              Fix [ID 20020318.003] cannot open STDOUT into in memory variable
8964              
8965              Check for sanity of UTF-8 keys in hashes
8966      Branch: perl
8967           +> t/op/utfhash.t
8968           !> MANIFEST doio.c
8969 ____________________________________________________________________________
8970 [ 15412] By: nick                                  on 2002/03/22  10:50:53
8971         Log: Check for sanity of UTF-8 keys in hashes
8972              (feel free to add more tests...)
8973      Branch: perlio
8974            + t/op/utfhash.t
8975            ! MANIFEST
8976 ____________________________________________________________________________
8977 [ 15411] By: ams                                   on 2002/03/22  08:36:33
8978         Log: Revert #15200 for backwards compatiblity reasons.
8979      Branch: perl
8980            ! lib/AutoSplit.t lib/Test/Simple/t/fail-more.t pod/perldiag.pod
8981            ! pp_ctl.c t/op/override.t
8982 ____________________________________________________________________________
8983 [ 15410] By: nick                                  on 2002/03/22  07:47:41
8984         Log: Fix [ID 20020318.003] cannot open STDOUT into in memory variable
8985              - when (e.g.) STDOUT is char special file and gets IoOFP
8986              created - do _NOT_ pass num_svs as that fopen-s stringified
8987              glob, and not fdopen-s the fd.
8988      Branch: perlio
8989            ! doio.c
8990 ____________________________________________________________________________
8991 [ 15409] By: nick                                  on 2002/03/22  07:19:33
8992         Log: Integrate mainline
8993      Branch: perlio
8994           +> ext/Encode/Encode/ibm-1250.ucm ext/Encode/Encode/ibm-1251.ucm
8995           +> ext/Encode/Encode/ibm-1252.ucm ext/Encode/Encode/ibm-1253.ucm
8996           +> ext/Encode/Encode/ibm-1254.ucm ext/Encode/Encode/ibm-1255.ucm
8997           +> ext/Encode/Encode/ibm-1256.ucm ext/Encode/Encode/ibm-1257.ucm
8998           +> ext/Encode/Encode/ibm-1258.ucm ext/Encode/lib/Encode/Alias.pm
8999           +> ext/Encode/lib/Encode/Details.pod
9000           +> ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
9001           +> lib/Pod/t/htmlescp.pod lib/Pod/t/htmlescp.t
9002           +> lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
9003           +> lib/Pod/t/pod2html-lib.pl
9004            - ext/Encode/lib/Encode/Description.pod ext/Encode/t/CJKalias.t
9005           !> (integrate 39 files)
9006 ____________________________________________________________________________
9007 [ 15408] By: jhi                                   on 2002/03/22  04:09:19
9008         Log: Win32 tweak from mjd.
9009      Branch: perl
9010            ! lib/Tie/File.pm
9011 ____________________________________________________________________________
9012 [ 15407] By: jhi                                   on 2002/03/22  04:07:13
9013         Log: If Unicode keys are entered to a hash, a bit is turned on.
9014              If the bit is on, when the keys are fetched from the hash
9015              (%h, each %h, keys %h), the Unicodified versions of the keys
9016              are returned if needed.  This solution errs on the size of
9017              over-Unicodifying, the old solution erred on the side of
9018              under-Unicodifying.  As long as the hash keys can be a mix
9019              of byte and Unicode strings, a perfect fit is hard to come by.
9020      Branch: perl
9021            ! doop.c dump.c ext/Devel/Peek/Peek.t hv.c hv.h
9022            ! pod/perlunicode.pod pp.c sv.h t/op/pat.t
9023 ____________________________________________________________________________
9024 [ 15406] By: jhi                                   on 2002/03/22  01:21:57
9025         Log: Subject: Re: Change 15398: Assuming the Apache 1.3 -D_GNU_SOURCE problem
9026              From: Mike Guy <mjtg@cam.ac.uk>
9027              Date: Fri, 22 Mar 2002 02:08:20 +0000
9028              Message-Id: <E16oETc-0000vE-00@virgo.cus.cam.ac.uk>
9029      Branch: perl
9030            ! pod/perldelta.pod
9031 ____________________________________________________________________________
9032 [ 15405] By: jhi                                   on 2002/03/21  23:13:44
9033         Log: PM_SETRE() fallout.
9034      Branch: perl
9035            ! ext/ByteLoader/bytecode.h
9036 ____________________________________________________________________________
9037 [ 15404] By: jhi                                   on 2002/03/21  22:54:42
9038         Log: Subject: [PATCH pod/perlxs.pod] doc fix
9039              From: Stas Bekman <stas@stason.org>
9040              Date: Thu, 21 Mar 2002 18:47:35 +0800
9041              Message-ID: <3C99BA47.9010403@stason.org>
9042      Branch: perl
9043            ! pod/perlxs.pod
9044 ____________________________________________________________________________
9045 [ 15403] By: jhi                                   on 2002/03/21  22:53:11
9046         Log: Subject: [PATCH]
9047              From: Slaven Rezic <slaven.rezic@berlin.de>
9048              Date: 21 Mar 2002 10:19:23 +0100
9049              Message-ID: <87n0x2wa5g.fsf@vran.herceg.de>
9050              
9051              Disable gethostbyaddr_r for all 4.x FreeBSD versions.
9052      Branch: perl
9053            ! hints/freebsd.sh
9054 ____________________________________________________________________________
9055 [ 15402] By: jhi                                   on 2002/03/21  22:50:19
9056         Log: Subject: Storable is inefficient retreiving large hashes [PATCH]
9057              From: Tim Bunce <Tim.Bunce@pobox.com>
9058              Date: Thu, 21 Mar 2002 21:18:05 +0000
9059              Message-ID: <20020321211805.E25276@dansat.data-plan.com>
9060      Branch: perl
9061            ! ext/Storable/Storable.xs
9062 ____________________________________________________________________________
9063 [ 15401] By: jhi                                   on 2002/03/21  20:48:52
9064         Log: Reword the Apache^Wmod_perl bit so that Sarathy
9065              can sleep easier :-)
9066      Branch: perl
9067            ! pod/perldelta.pod
9068 ____________________________________________________________________________
9069 [ 15400] By: jhi                                   on 2002/03/21  20:19:31
9070         Log: It seems that the strange failure (core dump) of
9071              t/uni/fold.t on ithreads Solaris builds is a gcc bug:
9072              (1) using Sun's cc helps
9073              (2) rewriting the ithreads PM_SETRE() to do the
9074              setting in two steps helps
9075              (3) no other platforms have the crash
9076              (4) Tru64's Third Degree sees nothing evil
9077              So we implement (2).
9078      Branch: perl
9079            ! op.h
9080 ____________________________________________________________________________
9081 [ 15399] By: jhi                                   on 2002/03/21  20:09:23
9082         Log: Solaris: default to the SUNwspro cc if it is available.
9083      Branch: perl
9084            ! hints/solaris_2.sh
9085 ____________________________________________________________________________
9086 [ 15398] By: jhi                                   on 2002/03/21  18:41:57
9087         Log: Assuming the Apache 1.3 -D_GNU_SOURCE problem
9088              does not get fixed in time.
9089      Branch: perl
9090            ! pod/perldelta.pod
9091 ____________________________________________________________________________
9092 [ 15397] By: jhi                                   on 2002/03/21  18:19:53
9093         Log: Subject: [PATCH@15387] -DCRIPPLED_CC RIP
9094              From: Dave Mitchell <davem@fdgroup.com>
9095              Date: Thu, 21 Mar 2002 17:24:40 +0000
9096              Message-ID: <20020321172440.C13683@fdgroup.com>
9097      Branch: perl
9098            ! INSTALL embed.fnc embed.h ext/Devel/PPPort/PPPort.pm gv.c gv.h
9099            ! pod/perlapi.pod proto.h sv.h toke.c
9100 ____________________________________________________________________________
9101 [ 15396] By: jhi                                   on 2002/03/21  18:00:51
9102         Log: One more proto escapee.
9103      Branch: perl
9104            ! hints/linux.sh
9105 ____________________________________________________________________________
9106 [ 15395] By: jhi                                   on 2002/03/21  17:56:57
9107         Log: metaconfig unit change for #15394.
9108      Branch: metaconfig/U/perl
9109            ! Checkcc.U
9110 ____________________________________________________________________________
9111 [ 15394] By: jhi                                   on 2002/03/21  17:56:34
9112         Log: Subject: [PATCH Configure] must do -Dcc=gcc with -Dusethreads
9113              From: Robin Barker <rmb1@cise.npl.co.uk>
9114              Date: Thu, 21 Mar 2002 17:35:00 GMT
9115              Message-Id: <200203211735.RAA15135@tempest.npl.co.uk>
9116      Branch: perl
9117            ! Configure
9118 ____________________________________________________________________________
9119 [ 15393] By: jhi                                   on 2002/03/21  17:36:06
9120         Log: Subject: Re: [tests for Pod::Html]
9121              From: Stas Bekman <stas@stason.org>
9122              Date: Fri, 22 Mar 2002 01:28:03 +0800 (SGT)
9123              Message-ID: <Pine.LNX.4.44.0203220126250.29991-100000@hope.stason.org>
9124      Branch: perl
9125            + lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
9126            - t/pod2html/README
9127            ! MANIFEST lib/Pod/t/pod2html-lib.pl
9128 ____________________________________________________________________________
9129 [ 15392] By: jhi                                   on 2002/03/21  16:17:53
9130         Log: Subject: Re: [PATCH lib/Cwd.pm] fixing proto mismatch warning
9131              From: Stas Bekman <stas@stason.org>
9132              Date: Thu, 21 Mar 2002 18:50:56 +0800
9133              Message-ID: <3C99BB10.50004@stason.org>
9134      Branch: perl
9135            ! ext/Cwd/Cwd.xs
9136 ____________________________________________________________________________
9137 [ 15391] By: jhi                                   on 2002/03/21  16:16:57
9138         Log: Upgrade to Encode 0.95, from Dan Kogai.
9139      Branch: perl
9140            + ext/Encode/Encode/ibm-1250.ucm ext/Encode/Encode/ibm-1251.ucm
9141            + ext/Encode/Encode/ibm-1252.ucm ext/Encode/Encode/ibm-1253.ucm
9142            + ext/Encode/Encode/ibm-1254.ucm ext/Encode/Encode/ibm-1255.ucm
9143            + ext/Encode/Encode/ibm-1256.ucm ext/Encode/Encode/ibm-1257.ucm
9144            + ext/Encode/Encode/ibm-1258.ucm ext/Encode/lib/Encode/Alias.pm
9145            + ext/Encode/lib/Encode/Details.pod
9146            + ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
9147            - ext/Encode/lib/Encode/Description.pod ext/Encode/t/CJKalias.t
9148            ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm
9149            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/MANIFEST
9150            ! ext/Encode/Makefile.PL
9151 ____________________________________________________________________________
9152 [ 15390] By: jhi                                   on 2002/03/21  14:48:35
9153         Log: Mention the new syslog try-harder feature.
9154      Branch: perl
9155            ! pod/perldelta.pod
9156 ____________________________________________________________________________
9157 [ 15389] By: jhi                                   on 2002/03/21  14:44:56
9158         Log: metaconfig unit changes for #15388.
9159      Branch: metaconfig
9160            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
9161            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
9162            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
9163            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
9164            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
9165            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
9166            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
9167            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
9168            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
9169            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
9170            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
9171            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
9172            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
9173            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
9174            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
9175            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
9176            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
9177            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
9178            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
9179            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
9180            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
9181            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
9182            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
9183            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
9184 ____________________________________________________________________________
9185 [ 15388] By: jhi                                   on 2002/03/21  14:44:09
9186         Log: Subject: [PATCH @15373] More HP-UX/IA64 work
9187              From: Spider Boardman <spider@web.zk3.dec.com>
9188              Date: Thu, 21 Mar 2002 09:23:45 -0500
9189              Message-Id: <200203211423.JAA61178@leggy.zk3.dec.com>
9190      Branch: perl
9191            ! Configure hints/hpux.sh reentr.pl
9192 ____________________________________________________________________________
9193 [ 15387] By: jhi                                   on 2002/03/21  14:37:56
9194         Log: NetWare diff from C Aditya.
9195      Branch: perl
9196            ! perl.h
9197 ____________________________________________________________________________
9198 [ 15386] By: jhi                                   on 2002/03/21  14:36:05
9199         Log: The htmlview test doesn't work yet.
9200      Branch: perl
9201            + t/pod2html/README
9202            - lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
9203            ! MANIFEST
9204 ____________________________________________________________________________
9205 [ 15385] By: jhi                                   on 2002/03/21  14:15:01
9206         Log: Placeholder.
9207      Branch: perl
9208            ! MANIFEST
9209 ____________________________________________________________________________
9210 [ 15384] By: jhi                                   on 2002/03/21  14:03:50
9211         Log: Integrate perlio: missing tabs in makefile.mk.
9212      Branch: perl
9213           !> win32/makefile.mk
9214 ____________________________________________________________________________
9215 [ 15383] By: jhi                                   on 2002/03/21  13:52:18
9216         Log: Subject: [tests for Pod::Html]
9217              From: Stas Bekman <stas@stason.org>
9218              Date: Tue, 19 Mar 2002 14:39:03 +0800 (SGT)
9219              Message-ID: <Pine.LNX.4.44.0203191437360.25475-100000@hope.stason.org>
9220      Branch: perl
9221            + lib/Pod/t/htmlescp.pod lib/Pod/t/htmlescp.t
9222            + lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
9223            + lib/Pod/t/pod2html-lib.pl
9224            ! MANIFEST
9225 ____________________________________________________________________________
9226 [ 15382] By: nick                                  on 2002/03/21  07:21:57
9227         Log: Integrate mainline (Win2k/MinGW all ok except threads/t/end.t)
9228      Branch: perlio
9229           +> ext/Encode/AUTHORS ext/Encode/Changes
9230           +> ext/Encode/lib/Encode/Description.pod ext/Encode/t/CJKalias.t
9231           +> ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
9232           +> ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
9233           +> ext/I18N/Langinfo/fallback/const-c.inc
9234           +> ext/I18N/Langinfo/fallback/const-xs.inc
9235           +> lib/ExtUtils/t/Constant.t
9236            - ext/Encode/Encode/euc-jp-0212.enc
9237            - ext/Encode/lib/Encode/Tcl/Extended.pm ext/Encode/t/japanese.pl
9238            - ext/Encode/t/table.euc ext/Encode/t/table.ref
9239            - ext/I18N/Langinfo/fallback.xs lib/ExtUtils/t/ExtUtils.t
9240           !> (integrate 105 files)
9241 ____________________________________________________________________________
9242 [ 15381] By: nick                                  on 2002/03/21  06:59:57
9243         Log: Restore tabs so dmake will parse file!
9244      Branch: perlio
9245            ! win32/makefile.mk
9246 ____________________________________________________________________________
9247 [ 15380] By: jhi                                   on 2002/03/21  04:26:03
9248         Log: Upgrade to Unicode::Normalize 0.16.
9249      Branch: perl
9250            ! ext/Unicode/Normalize/Changes
9251            ! ext/Unicode/Normalize/Normalize.pm
9252 ____________________________________________________________________________
9253 [ 15379] By: jhi                                   on 2002/03/21  02:59:46
9254         Log: Schwern's wallet is a bit more loose.
9255      Branch: perl
9256            ! t/lib/1_compile.t
9257 ____________________________________________________________________________
9258 [ 15378] By: jhi                                   on 2002/03/20  21:57:22
9259         Log: Subject: [PATCH]
9260              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
9261              Date: Wed, 20 Mar 2002 22:56:17 -0000
9262              Message-ID: <AIEAJICLCBDNAAOLLOKLEEEAEAAA.paul_marquess@yahoo.co.uk>
9263              
9264              packWARN also for subdirs.
9265      Branch: perl
9266            ! NetWare/nw5.c cygwin/cygwin.c djgpp/djgpp.c
9267            ! ext/Encode/Encode.xs ext/attrs/attrs.xs os2/os2.c vms/vms.c
9268            ! win32/win32.c
9269 ____________________________________________________________________________
9270 [ 15377] By: jhi                                   on 2002/03/20  21:50:11
9271         Log: A plan is better.
9272      Branch: perl
9273            ! ext/Encode/t/CJKalias.t
9274 ____________________________________________________________________________
9275 [ 15376] By: jhi                                   on 2002/03/20  21:26:09
9276         Log: Upgrade to Encode 0.94, from Dan Kogai.
9277      Branch: perl
9278            + ext/Encode/lib/Encode/Description.pod
9279            ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm
9280            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/JP/JP.pm
9281            ! ext/Encode/KR/KR.pm ext/Encode/MANIFEST ext/Encode/TW/TW.pm
9282            ! ext/Encode/lib/Encode/Encoding.pm
9283            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
9284            ! ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/Tcl.pm
9285            ! ext/Encode/t/CJKalias.t
9286 ____________________________________________________________________________
9287 [ 15375] By: jhi                                   on 2002/03/20  21:09:27
9288         Log: Rats' nest.
9289      Branch: perl
9290            ! hints/solaris_2.sh
9291 ____________________________________________________________________________
9292 [ 15374] By: jhi                                   on 2002/03/20  21:01:59
9293         Log: Rrright.
9294      Branch: perl
9295            ! pod/perlguts.pod
9296 ____________________________________________________________________________
9297 [ 15373] By: jhi                                   on 2002/03/20  17:36:43
9298         Log: Update Changes.
9299      Branch: perl
9300            ! Changes patchlevel.h
9301 ____________________________________________________________________________
9302 [ 15372] By: jhi                                   on 2002/03/20  16:54:35
9303         Log: Reapply #15336.
9304      Branch: perl
9305            ! ext/Encode/lib/Encode/Tcl.pm
9306 ____________________________________________________________________________
9307 [ 15371] By: jhi                                   on 2002/03/20  15:28:44
9308         Log: Upgrade to Encode 0.93, from Dan Kogai.
9309      Branch: perl
9310            + ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/t/CJKalias.t
9311            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Encode.pm
9312            ! ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm ext/Encode/MANIFEST
9313            ! ext/Encode/README ext/Encode/TW/TW.pm
9314            ! ext/Encode/lib/Encode/CN/HZ.pm
9315            ! ext/Encode/lib/Encode/Encoding.pm
9316            ! ext/Encode/lib/Encode/Internal.pm
9317            ! ext/Encode/lib/Encode/JP/Constants.pm
9318            ! ext/Encode/lib/Encode/JP/H2Z.pm
9319            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
9320            ! ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/Tcl.pm
9321            ! ext/Encode/lib/Encode/Tcl/Escape.pm
9322            ! ext/Encode/lib/Encode/Tcl/Table.pm
9323            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
9324            ! ext/Encode/lib/Encode/iso10646_1.pm
9325            ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
9326            ! ext/Encode/t/JP.t
9327 ____________________________________________________________________________
9328 [ 15370] By: jhi                                   on 2002/03/20  15:13:42
9329         Log: Subject: patch for syslog
9330              From: <Nick.Williams@morganstanley.com>
9331              Date: Wed, 20 Mar 2002 15:54:14 +0000 (GMT)
9332              Message-ID: <Pine.GSO.4.33.0203201548300.14623-200000@cwit119>
9333      Branch: perl
9334            ! ext/Sys/Syslog/Syslog.pm
9335 ____________________________________________________________________________
9336 [ 15369] By: jhi                                   on 2002/03/20  15:10:17
9337         Log: Some failure updates.
9338      Branch: perl
9339            ! pod/perldelta.pod
9340 ____________________________________________________________________________
9341 [ 15368] By: jhi                                   on 2002/03/20  15:02:04
9342         Log: Getopt::Long 2.29 from Johan Vromans.
9343      Branch: perl
9344            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
9345 ____________________________________________________________________________
9346 [ 15367] By: jhi                                   on 2002/03/20  14:58:56
9347         Log: Rename ExtUtils.t to Constant.t, as suggested by
9348              Nicholas Clark.
9349      Branch: perl
9350            + lib/ExtUtils/t/Constant.t
9351            - lib/ExtUtils/t/ExtUtils.t
9352            ! MANIFEST
9353 ____________________________________________________________________________
9354 [ 15366] By: jhi                                   on 2002/03/20  14:56:27
9355         Log: Subject: [PATCH] TODO - Make Schwern Poorer
9356              From: Nicholas Clark <nick@unfortu.net>
9357              Date: Tue, 19 Mar 2002 22:50:28 +0000
9358              Message-ID: <20020319225027.GF311@Bagpuss.unfortu.net>
9359      Branch: perl
9360            ! t/lib/1_compile.t
9361 ____________________________________________________________________________
9362 [ 15365] By: jhi                                   on 2002/03/20  14:47:15
9363         Log: Subject: Re: The story of O [PATCH]
9364              From: Richard.Foley@t-online.de (Richard Foley)
9365              Date: Sun, 17 Mar 2002 08:37:26 +0100
9366              Message-ID: <16mUNX-293TDkC@fwd08.sul.t-online.com>
9367      Branch: perl
9368            ! lib/perl5db.pl
9369 ____________________________________________________________________________
9370 [ 15364] By: jhi                                   on 2002/03/20  14:43:11
9371         Log: Mention the external modules Encode::HanExtra and
9372              PadWalker.
9373      Branch: perl
9374            ! pod/perldelta.pod
9375 ____________________________________________________________________________
9376 [ 15363] By: jhi                                   on 2002/03/20  14:38:23
9377         Log: Subject: [PATCH] List lexicals from debugger
9378              From: Peter Scott <Peter@PSDT.com>
9379              Date: Tue, 19 Mar 2002 12:28:52 -0800
9380              Message-id: <4.3.2.7.2.20020319101746.00aa7aa0@shell2.webquarry.com>
9381      Branch: perl
9382            ! lib/dumpvar.pl lib/perl5db.pl pod/perldebug.pod
9383 ____________________________________________________________________________
9384 [ 15362] By: jhi                                   on 2002/03/20  14:37:05
9385         Log: Tweaks from Autrijus Tang: should use euc-tw for Taiwan,
9386              and :encoding(xxx) was errorneously parsed.
9387      Branch: perl
9388            ! lib/open.pm
9389 ____________________________________________________________________________
9390 [ 15361] By: jhi                                   on 2002/03/20  14:34:38
9391         Log: Subject: [PATCH bleadperl] exec.t tweak
9392              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
9393              Date: Wed, 20 Mar 2002 01:21:40 +0100
9394              Message-ID: <18918217607.20020320012140@tesla.rcub.bg.ac.yu>
9395              
9396              4NT returns 2 as error-code for nonexistant file.
9397      Branch: perl
9398            ! t/op/exec.t
9399 ____________________________________________________________________________
9400 [ 15360] By: jhi                                   on 2002/03/20  14:33:09
9401         Log: minor Tie::File test patch to make win32 happier, from mjd.
9402      Branch: perl
9403            ! lib/Tie/File/t/30_defer.t
9404 ____________________________________________________________________________
9405 [ 15359] By: jhi                                   on 2002/03/20  14:31:53
9406         Log: Subject: [PATCH bleadperl] magic.t tweak
9407              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
9408              Date: Wed, 20 Mar 2002 00:39:16 +0100
9409              Message-ID: <14415673404.20020320003916@tesla.rcub.bg.ac.yu>
9410      Branch: perl
9411            ! t/op/magic.t
9412 ____________________________________________________________________________
9413 [ 15358] By: jhi                                   on 2002/03/20  14:23:46
9414         Log: Typo fix from Andreas Koenig, plus a tweak.
9415      Branch: perl
9416            ! pod/perlunicode.pod
9417 ____________________________________________________________________________
9418 [ 15357] By: jhi                                   on 2002/03/20  14:21:33
9419         Log: Sigh.  The _GNU_SOURCE is needed for the struct crypt_data
9420              in Mandrake 8.2.  Now we need to figure out a way not to
9421              unbreak Apache.
9422      Branch: perl
9423            ! hints/linux.sh
9424 ____________________________________________________________________________
9425 [ 15356] By: jhi                                   on 2002/03/20  13:59:58
9426         Log: Fix for "UTF-8 bug with s///" from Hugo.
9427      Branch: perl
9428            ! embed.fnc embed.h proto.h regcomp.c regcomp.h regexec.c sv.c
9429            ! t/op/pat.t
9430 ____________________________________________________________________________
9431 [ 15355] By: jhi                                   on 2002/03/20  02:23:23
9432         Log: metaconfig unit change for #15354.
9433      Branch: metaconfig
9434            ! U/threads/usethreads.U
9435 ____________________________________________________________________________
9436 [ 15354] By: jhi                                   on 2002/03/20  02:23:01
9437         Log: Installation updates on threads and perlio.
9438      Branch: perl
9439            ! Configure INSTALL
9440 ____________________________________________________________________________
9441 [ 15353] By: jhi                                   on 2002/03/20  01:17:27
9442         Log: Tpo.
9443      Branch: perl
9444            ! pod/perlfaq6.pod
9445 ____________________________________________________________________________
9446 [ 15352] By: jhi                                   on 2002/03/20  01:15:54
9447         Log: Regen modlib and toc.
9448      Branch: perl
9449            ! pod/perlmodlib.pod pod/perltoc.pod
9450 ____________________________________________________________________________
9451 [ 15351] By: jhi                                   on 2002/03/20  01:12:28
9452         Log: Whitespace tweaks.
9453      Branch: perl
9454            ! pod/perldebguts.pod pod/perlfaq5.pod pod/perlfunc.pod
9455            ! pod/perltodo.pod pod/perlunicode.pod
9456 ____________________________________________________________________________
9457 [ 15350] By: jhi                                   on 2002/03/20  00:55:54
9458         Log: If it looks like UTF-8 (either nl_langinfo or locale variables),
9459              think UTF-8, embrace your inner UTF-8, as suggested by Larry.
9460              (And as suggested by Markus Kuhn.)
9461              
9462              While we are at it, document also the case of
9463              mixed hash keys as a known potential troublemaker.
9464              (Since it's locale-related, sometimes.)
9465      Branch: perl
9466            ! embedvar.h intrpvar.h lib/open.pm locale.c perl.c perlapi.h
9467            ! pod/perldelta.pod pod/perllocale.pod pod/perlunicode.pod
9468            ! pod/perluniintro.pod
9469 ____________________________________________________________________________
9470 [ 15349] By: jhi                                   on 2002/03/20  00:47:17
9471         Log: Surely a typo.
9472      Branch: perl
9473            ! gv.c
9474 ____________________________________________________________________________
9475 [ 15348] By: jhi                                   on 2002/03/19  22:05:29
9476         Log: Take two.
9477      Branch: perl
9478            + ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
9479            + ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
9480 ____________________________________________________________________________
9481 [ 15347] By: jhi                                   on 2002/03/19  22:04:45
9482         Log: Let's try this from scratch.
9483      Branch: perl
9484            - ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
9485            - ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
9486 ____________________________________________________________________________
9487 [ 15346] By: jhi                                   on 2002/03/19  21:59:14
9488         Log: I could do this all day...
9489      Branch: perl
9490            ! ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
9491            ! ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
9492 ____________________________________________________________________________
9493 [ 15345] By: jhi                                   on 2002/03/19  21:54:20
9494         Log: Grrr.
9495      Branch: perl
9496            ! ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
9497            ! ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
9498 ____________________________________________________________________________
9499 [ 15344] By: jhi                                   on 2002/03/19  21:49:47
9500         Log: Subject: Re: Nearly OK for cygwin@15318
9501              From: John Peacock <jpeacock@rowman.com>
9502              Date: Tue, 19 Mar 2002 15:58:08 -0500
9503              Message-ID: <3C97A660.3060302@rowman.com>
9504      Branch: perl
9505            ! pod/perlport.pod
9506 ____________________________________________________________________________
9507 [ 15343] By: jhi                                   on 2002/03/19  21:47:02
9508         Log: Subject: Re: Nearly OK for cygwin@15318
9509              From: <slaven.rezic@berlin.de>
9510              Date: Tue, 19 Mar 2002 21:47:49 +0100
9511              Message-Id: <20020319204958.PTWF27460.mailoutvl21@[192.168.139.30]>
9512              
9513              Subject: Re: Nearly OK for cygwin@15318
9514              From: <slaven.rezic@berlin.de>
9515              Date: Tue, 19 Mar 2002 21:37:18 +0100
9516              Message-Id: <20020319203927.PTPI27460.mailoutvl21@[192.168.139.30]>
9517      Branch: perl
9518            ! pod/perlport.pod t/io/fs.t
9519 ____________________________________________________________________________
9520 [ 15342] By: jhi                                   on 2002/03/19  21:41:12
9521         Log: D'oh.
9522      Branch: perl
9523            + ext/I18N/Langinfo/fallback/const-c.inc
9524            + ext/I18N/Langinfo/fallback/const-xs.inc
9525 ____________________________________________________________________________
9526 [ 15341] By: jhi                                   on 2002/03/19  21:40:49
9527         Log: Subject: [PATCH] proper fallback for I18N::Langinfo
9528              From: Nicholas Clark <nick@unfortu.net>
9529              Date: Tue, 19 Mar 2002 22:37:08 +0000
9530              Message-ID: <20020319223707.GE311@Bagpuss.unfortu.net>
9531              
9532              Subject: Re: [PATCH] proper fallback for I18N::Langinfo
9533              From: Nicholas Clark <nick@ccl4.org>
9534              Date: Tue, 19 Mar 2002 22:39:55 +0000
9535              Message-ID: <20020319223954.G94831@plum.flirble.org>
9536      Branch: perl
9537            - ext/I18N/Langinfo/fallback.xs
9538            ! MANIFEST
9539 ____________________________________________________________________________
9540 [ 15340] By: jhi                                   on 2002/03/19  21:31:16
9541         Log: Text, not binary.
9542      Branch: perl
9543            ! ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
9544            ! ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
9545 ____________________________________________________________________________
9546 [ 15339] By: jhi                                   on 2002/03/19  21:26:10
9547         Log: Subject: Re: perl@15244
9548              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9549              Date: Mon, 18 Mar 2002 17:37:31 +0100
9550              Message-Id: <20020318173508.8D96.H.M.BRAND@hccnet.nl>
9551              
9552              (Goedendag: Dutch whitespace police)
9553      Branch: perl
9554            ! hints/hpux.sh
9555 ____________________________________________________________________________
9556 [ 15338] By: jhi                                   on 2002/03/19  21:10:29
9557         Log: Subject: [PATCH] Re: [ID 20020305.026] Not OK: perl v5.7.3 +DEVEL15046 on sun4-solaris 2.7
9558              From: Nicholas Clark <nick@unfortu.net>
9559              Date: Tue, 19 Mar 2002 21:52:47 +0000
9560              Message-ID: <20020319215246.GC311@Bagpuss.unfortu.net>
9561      Branch: perl
9562            ! ext/Fcntl/Makefile.PL ext/File/Glob/Makefile.PL
9563            ! ext/GDBM_File/Makefile.PL ext/I18N/Langinfo/Makefile.PL
9564            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
9565            ! ext/Sys/Syslog/Makefile.PL
9566 ____________________________________________________________________________
9567 [ 15337] By: jhi                                   on 2002/03/19  20:09:22
9568         Log: More pathname portability checks.
9569      Branch: perl
9570            ! Porting/check83.pl
9571 ____________________________________________________________________________
9572 [ 15336] By: jhi                                   on 2002/03/19  18:41:50
9573         Log: Begone, Encode::Tcl::Extended.
9574      Branch: perl
9575            ! ext/Encode/lib/Encode/Tcl.pm
9576 ____________________________________________________________________________
9577 [ 15335] By: jhi                                   on 2002/03/19  18:40:10
9578         Log: This is like trying to put the shaving cream
9579              back to the can...
9580      Branch: perl
9581            ! hints/linux.sh
9582 ____________________________________________________________________________
9583 [ 15334] By: jhi                                   on 2002/03/19  18:31:59
9584         Log: With the -D_SVID_SOURCE Debian 2.2 dies on conflicting
9585              types of usleep().  Fun, fun. fun.
9586      Branch: perl
9587            ! hints/linux.sh
9588 ____________________________________________________________________________
9589 [ 15333] By: jhi                                   on 2002/03/19  18:25:21
9590         Log: Sarathy's new suggestion for Linux threading flags.
9591      Branch: perl
9592            ! hints/linux.sh
9593 ____________________________________________________________________________
9594 [ 15332] By: jhi                                   on 2002/03/19  18:23:30
9595         Log: Rename euc-jp-012 as euc-jp, as suggested by Dan Kogai.
9596      Branch: perl
9597            - ext/Encode/Encode/euc-jp-0212.ucm
9598            ! MANIFEST ext/Encode/Encode/euc-jp.ucm
9599            ! ext/Encode/JP/Makefile.PL ext/Encode/MANIFEST
9600 ____________________________________________________________________________
9601 [ 15331] By: jhi                                   on 2002/03/19  18:18:21
9602         Log: Subject: [PATCH bleadperl] Add targer _test to win32 makefiles
9603              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
9604              Date: Tue, 19 Mar 2002 00:42:22 +0100
9605              Message-ID: <1199171923.20020319004222@tesla.rcub.bg.ac.yu>
9606      Branch: perl
9607            ! win32/Makefile win32/Makefile.win64 win32/makefile.mk
9608 ____________________________________________________________________________
9609 [ 15330] By: jhi                                   on 2002/03/19  18:00:48
9610         Log: "+" is not a valid filename character in VMS.
9611      Branch: perl
9612            + ext/Encode/Encode/euc-jp-0212.ucm
9613            - ext/Encode/Encode/euc-jp+0212.ucm
9614            ! ext/Encode/JP/Makefile.PL ext/Encode/MANIFEST
9615 ____________________________________________________________________________
9616 [ 15329] By: jhi                                   on 2002/03/19  15:49:12
9617         Log: Update Changes.
9618      Branch: perl
9619            ! Changes patchlevel.h
9620 ____________________________________________________________________________
9621 [ 15328] By: jhi                                   on 2002/03/19  15:25:58
9622         Log: Take away _GNU_SOURCE since that does not seem
9623              to play well with other software (like Apache),
9624              just hint away the WHOAs.
9625      Branch: perl
9626            ! hints/linux.sh
9627 ____________________________________________________________________________
9628 [ 15327] By: jhi                                   on 2002/03/19  15:17:12
9629         Log: metaconfig unit change for #15326.
9630      Branch: metaconfig
9631            ! U/threads/d_crypt_r.U
9632 ____________________________________________________________________________
9633 [ 15326] By: jhi                                   on 2002/03/19  15:16:43
9634         Log: Support crypt_r(const char*,const char*, CRYPTD*).
9635      Branch: perl
9636            ! Configure reentr.h reentr.pl
9637 ____________________________________________________________________________
9638 [ 15325] By: jhi                                   on 2002/03/19  14:54:21
9639         Log: VMS acrobatics from Peter Prymmer.
9640      Branch: perl
9641            ! lib/ExtUtils/t/ExtUtils.t
9642 ____________________________________________________________________________
9643 [ 15324] By: jhi                                   on 2002/03/19  14:51:56
9644         Log: Subject: [PATCH lib/Pod/Html.pm] remove warning
9645              From: Stas Bekman <stas@stason.org>
9646              Date: Tue, 19 Mar 2002 13:14:53 +0800 (SGT)
9647              Message-ID: <Pine.LNX.4.44.0203191311530.14113-100000@hope.stason.org>
9648      Branch: perl
9649            ! lib/Pod/Html.pm
9650 ____________________________________________________________________________
9651 [ 15323] By: jhi                                   on 2002/03/19  14:51:09
9652         Log: Subject: [PATCH] Re: ext/B/t/xref.t @15300 on VMS
9653              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9654              Date: Tue, 19 Mar 2002 10:49:27 +0100
9655              Message-ID: <20020319104927.C705@rafael>   
9656      Branch: perl
9657            ! ext/B/t/xref.t
9658 ____________________________________________________________________________
9659 [ 15322] By: jhi                                   on 2002/03/19  14:50:02
9660         Log: Integrate perlio;
9661              
9662              Move docs for Encode::valid_utf8 (which does not exist)
9663              to be docs for utf8::valid() (which does).
9664      Branch: perl
9665           !> ext/Encode/Encode.pm lib/utf8.pm
9666 ____________________________________________________________________________
9667 [ 15321] By: jhi                                   on 2002/03/19  14:48:57
9668         Log: Remove Encode::Tcl::Extended, suggested by
9669              SADAHIRO Tomoyuki.
9670      Branch: perl
9671            - ext/Encode/Encode/euc-jp-0212.enc
9672            - ext/Encode/lib/Encode/Tcl/Extended.pm
9673            ! MANIFEST ext/Encode/MANIFEST
9674            ! ext/Encode/lib/Encode/Tcl/Escape.pm
9675            ! ext/Encode/lib/Encode/Tcl/Table.pm ext/Encode/t/Tcl.t
9676 ____________________________________________________________________________
9677 [ 15320] By: jhi                                   on 2002/03/19  14:44:18
9678         Log: Encode 0.90 (the one with jisx0212-1990) from Dan Kogai.
9679      Branch: perl
9680            + ext/Encode/Encode/euc-jp+0212.ucm ext/Encode/t/jisx0208.euc
9681            + ext/Encode/t/jisx0208.ref ext/Encode/t/jisx0212.euc
9682            + ext/Encode/t/jisx0212.ref
9683            - ext/Encode/t/japanese.pl ext/Encode/t/table.euc
9684            - ext/Encode/t/table.ref
9685            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Encode.pm
9686            ! ext/Encode/Encode.xs ext/Encode/JP/JP.pm
9687            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
9688            ! ext/Encode/MANIFEST ext/Encode/TW/TW.pm
9689            ! ext/Encode/lib/Encode/CN/HZ.pm
9690            ! ext/Encode/lib/Encode/Encoding.pm
9691            ! ext/Encode/lib/Encode/Internal.pm
9692            ! ext/Encode/lib/Encode/JP/Constants.pm
9693            ! ext/Encode/lib/Encode/JP/H2Z.pm
9694            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
9695            ! ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/Tcl.pm
9696            ! ext/Encode/lib/Encode/Tcl/Escape.pm
9697            ! ext/Encode/lib/Encode/Tcl/Extended.pm
9698            ! ext/Encode/lib/Encode/Tcl/Table.pm
9699            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
9700            ! ext/Encode/lib/Encode/iso10646_1.pm
9701            ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
9702            ! ext/Encode/t/CN.t ext/Encode/t/Encode.t ext/Encode/t/JP.t
9703            ! ext/Encode/t/TW.t ext/Encode/t/Tcl.t
9704 ____________________________________________________________________________
9705 [ 15319] By: jhi                                   on 2002/03/19  14:36:41
9706         Log: constness+signedness nit.
9707      Branch: perl
9708            ! ext/Unicode/Normalize/Normalize.xs
9709 ____________________________________________________________________________
9710 [ 15318] By: jhi                                   on 2002/03/19  14:04:55
9711         Log: Update to Unicode::Normalize 0.15 (+ the EBCDIC guards)
9712      Branch: perl
9713            ! ext/Unicode/Normalize/Changes
9714            ! ext/Unicode/Normalize/Normalize.pm
9715            ! ext/Unicode/Normalize/Normalize.xs
9716            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
9717            ! ext/Unicode/Normalize/t/func.t
9718 ____________________________________________________________________________
9719 [ 15317] By: jhi                                   on 2002/03/19  13:56:27
9720         Log: Split the ebcdic details to perlebcdic.
9721      Branch: perl
9722            ! pod/perlebcdic.pod pod/perluniintro.pod
9723 ____________________________________________________________________________
9724 [ 15316] By: jhi                                   on 2002/03/19  13:31:55
9725         Log: Be explicit.
9726      Branch: perl
9727            ! pod/perluniintro.pod
9728 ____________________________________________________________________________
9729 [ 15315] By: nick                                  on 2002/03/19  09:24:18
9730         Log: Integrate mainline
9731      Branch: perlio
9732           +> ext/List/Util/t/openhan.t
9733           !> (integrate 53 files)
9734 ____________________________________________________________________________
9735 [ 15314] By: nick                                  on 2002/03/19  07:39:07
9736         Log: Move docs for Encode::valid_utf8 (which does not exist)
9737              to be docs for utf8::valid() (which does).
9738      Branch: perlio
9739            ! ext/Encode/Encode.pm lib/utf8.pm
9740 ____________________________________________________________________________
9741 [ 15313] By: jhi                                   on 2002/03/19  04:58:22
9742         Log: Update the Unicode vs EBCDIC situation.
9743      Branch: perl
9744            ! pod/perlebcdic.pod pod/perluniintro.pod
9745 ____________________________________________________________________________
9746 [ 15312] By: jhi                                   on 2002/03/19  04:01:39
9747         Log: Subject: [DOC PATCH] end.t (was RE: perl@15300 )
9748              From: Robert Spier <rspier@pobox.com>
9749              Date: Mon, 18 Mar 2002 19:22:55 -0800
9750              Message-ID: <15510.44815.383439.823671@rls.cx>
9751      Branch: perl
9752            ! ext/threads/t/end.t
9753 ____________________________________________________________________________
9754 [ 15311] By: jhi                                   on 2002/03/19  04:00:38
9755         Log: UTF-8 walk errors that become visible in EBCDIC.
9756      Branch: perl
9757            ! regexec.c
9758 ____________________________________________________________________________
9759 [ 15310] By: jhi                                   on 2002/03/19  03:48:27
9760         Log: s/regcinclasslen/reginclass/ and remove the old
9761              reginclass since nothing is using it.
9762      Branch: perl
9763            ! embed.fnc embed.h proto.h regexec.c
9764 ____________________________________________________________________________
9765 [ 15309] By: jhi                                   on 2002/03/18  22:18:37
9766         Log: Close the file so it can be (a) removed (b) reopened.
9767      Branch: perl
9768            ! ext/B/t/xref.t
9769 ____________________________________________________________________________
9770 [ 15308] By: jhi                                   on 2002/03/18  22:17:25
9771         Log: Subject: [PATCH utf8.c B.xs] B::perlstring and unicode
9772              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9773              Date: Mon, 18 Mar 2002 23:14:31 +0100
9774              Message-ID: <20020318231431.A699@rafael>
9775      Branch: perl
9776            ! ext/B/B.xs utf8.c
9777 ____________________________________________________________________________
9778 [ 15307] By: jhi                                   on 2002/03/18  20:54:07
9779         Log: Failed patch hunk reapplied.
9780      Branch: perl
9781            ! lib/Tie/File/t/32_defer_misc.t
9782 ____________________________________________________________________________
9783 [ 15306] By: jhi                                   on 2002/03/18  20:18:25
9784         Log: For DEBUGGING threaded builds.
9785      Branch: perl
9786            ! sv.c
9787 ____________________________________________________________________________
9788 [ 15305] By: jhi                                   on 2002/03/18  19:11:43
9789         Log: AUTHORS update.
9790      Branch: perl
9791            ! AUTHORS
9792 ____________________________________________________________________________
9793 [ 15304] By: jhi                                   on 2002/03/18  19:08:32
9794         Log: Someone (*cough* *cough*) stole VMS' getpwent prototype.
9795              (Fix from Craig Berry)
9796      Branch: perl
9797            ! pp_sys.c
9798 ____________________________________________________________________________
9799 [ 15303] By: jhi                                   on 2002/03/18  18:54:27
9800         Log: Subject: [PATCH] configure.com home-grown kill() check
9801              From: "Craig A. Berry" <craigberry@mac.com>
9802              Date: Mon, 18 Mar 2002 13:52:59 -0600
9803              Message-Id: <5.1.0.14.2.20020318134016.01c5ee00@exchi01>
9804      Branch: perl
9805            ! configure.com
9806 ____________________________________________________________________________
9807 [ 15302] By: jhi                                   on 2002/03/18  15:58:00
9808         Log: Upgrade to Tie::File 0.50.
9809      Branch: perl
9810            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
9811            ! lib/Tie/File/t/32_defer_misc.t
9812 ____________________________________________________________________________
9813 [ 15301] By: jhi                                   on 2002/03/18  15:54:52
9814         Log: AUTHORS updates.
9815      Branch: perl
9816            ! AUTHORS
9817 ____________________________________________________________________________
9818 [ 15300] By: jhi                                   on 2002/03/18  14:58:27
9819         Log: Update Changes.
9820      Branch: perl
9821            ! Changes patchlevel.h
9822 ____________________________________________________________________________
9823 [ 15299] By: jhi                                   on 2002/03/18  14:53:11
9824         Log: OS/390 update.
9825      Branch: perl
9826            ! pod/perldelta.pod
9827 ____________________________________________________________________________
9828 [ 15298] By: jhi                                   on 2002/03/18  14:44:19
9829         Log: Forgot from #15288.
9830      Branch: perl
9831            ! ext/B/B.xs
9832 ____________________________________________________________________________
9833 [ 15297] By: jhi                                   on 2002/03/18  14:39:15
9834         Log: Make regex DEBUGGING faster.
9835      Branch: perl
9836            ! perl.c perl.h regexec.c
9837 ____________________________________________________________________________
9838 [ 15296] By: jhi                                   on 2002/03/18  14:28:10
9839         Log: Undo accidental perl.h part of #15295 (wait for #15297)
9840      Branch: perl
9841            ! perl.h
9842 ____________________________________________________________________________
9843 [ 15295] By: jhi                                   on 2002/03/18  14:26:59
9844         Log: Subject: prefix slip
9845              From: andreas.koenig@anima.de (Andreas J. Koenig)
9846              Date: Mon, 18 Mar 2002 16:24:46 +0100
9847              Message-ID: <m3y9gp3nlt.fsf@anima.de>
9848              
9849              (perl.h part accidental, undone by #15296)
9850      Branch: perl
9851            ! INSTALL perl.h
9852 ____________________________________________________________________________
9853 [ 15294] By: jhi                                   on 2002/03/18  14:19:29
9854         Log: Be tidy.
9855      Branch: perl
9856            ! ext/B/t/xref.t
9857 ____________________________________________________________________________
9858 [ 15293] By: jhi                                   on 2002/03/18  14:14:17
9859         Log: Subject: [PATCH] re: long double vs. Tru64 UNIX 
9860              From: Spider Boardman <spider@web.zk3.dec.com>
9861              Date: Mon, 18 Mar 2002 10:09:50 -0500
9862              Message-Id: <200203181509.KAA419788@leggy.zk3.dec.com>
9863      Branch: perl
9864            ! README.tru64 hints/dec_osf.sh
9865 ____________________________________________________________________________
9866 [ 15292] By: jhi                                   on 2002/03/18  13:57:06
9867         Log: NetWare tweaks from C Aditya <caditya@novell.com>
9868      Branch: perl
9869            ! NetWare/nwperlsys.c cop.h iperlsys.h op.c
9870 ____________________________________________________________________________
9871 [ 15291] By: jhi                                   on 2002/03/18  13:52:40
9872         Log: metaconfig unit change for #15290.
9873      Branch: metaconfig/U/perl
9874            ! perlxv.U
9875 ____________________________________________________________________________
9876 [ 15290] By: jhi                                   on 2002/03/18  13:52:15
9877         Log: Subject: d_nv_preserves_uv_bits
9878              From: Nicholas Clark <nick@unfortu.net>
9879              Date: Thu, 14 Mar 2002 22:24:19 +0000
9880              Message-ID: <20020314222419.GE363@Bagpuss.unfortu.net>
9881      Branch: perl
9882            ! Configure Porting/Glossary Porting/config.sh config_h.SH
9883            ! configure.com epoc/config.sh pod/perltoc.pod t/op/pack.t
9884            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
9885            ! win32/config.bc win32/config.gc win32/config.vc
9886            ! win32/config.win64
9887 ____________________________________________________________________________
9888 [ 15289] By: jhi                                   on 2002/03/18  13:44:14
9889         Log: Subject: Re: perl@15244
9890              From: Spider Boardman <spider@web.zk3.dec.com>
9891              Date: Mon, 18 Mar 2002 09:38:55 -0500
9892              Message-Id: <200203181438.JAA406792@leggy.zk3.dec.com>
9893              
9894              (IA64 work.)
9895      Branch: perl
9896            ! hints/hpux.sh perl.h
9897 ____________________________________________________________________________
9898 [ 15288] By: jhi                                   on 2002/03/18  13:41:34
9899         Log: Subject: [PATCH B] B::perlstring()
9900              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9901              Date: Sun, 17 Mar 2002 23:06:12 +0100
9902              Message-ID: <20020317230612.A24442@rafael>
9903      Branch: perl
9904            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/Makefile.PL
9905 ____________________________________________________________________________
9906 [ 15287] By: jhi                                   on 2002/03/18  13:40:28
9907         Log: Subject: [PATCH] another pack "w" thing
9908              From: Nicholas Clark <nick@unfortu.net>
9909              Date: Sat, 16 Mar 2002 21:52:15 +0000
9910              Message-ID: <20020316215215.GF330@Bagpuss.unfortu.net>
9911      Branch: perl
9912            ! pp_pack.c t/op/pack.t
9913 ____________________________________________________________________________
9914 [ 15286] By: jhi                                   on 2002/03/18  13:39:20
9915         Log: More prototypes blindness in Solaris.
9916              (TODO: readdir64_r really needs to be seen.)
9917      Branch: perl
9918            ! hints/solaris_2.sh
9919 ____________________________________________________________________________
9920 [ 15285] By: jhi                                   on 2002/03/18  13:24:03
9921         Log: Integrate perlio;
9922              
9923              Tidy the "does not map" message for non-characters
9924              (e.g. iso-8859-3 "\xA5").
9925      Branch: perl
9926           !> ext/Encode/Encode.xs
9927 ____________________________________________________________________________
9928 [ 15284] By: nick                                  on 2002/03/18  11:00:31
9929         Log: Integrate mainline
9930      Branch: perlio
9931           +> lib/Tie/File/t/30_defer.t lib/Tie/File/t/31_autodefer.t
9932           +> lib/Tie/File/t/32_defer_misc.t
9933           !> MANIFEST embed.fnc embed.h global.sym hints/solaris_2.sh
9934           !> lib/Tie/File.pm lib/Tie/File/t/00_version.t
9935           !> lib/Tie/File/t/15_pushpop.t lib/Tie/File/t/17_misc_meth.t
9936           !> lib/Tie/File/t/22_autochomp.t pod/perlfaq3.pod
9937           !> pod/perlhack.pod pp_hot.c pp_sys.c proto.h reentr.c reentr.h
9938           !> reentr.pl regexec.c t/op/pat.t util.c
9939 ____________________________________________________________________________
9940 [ 15283] By: gbarr                                 on 2002/03/18  10:10:55
9941         Log: Sync with Scalar-List-Utils-1.07
9942      Branch: perl
9943            + ext/List/Util/t/openhan.t
9944            ! MANIFEST ext/List/Util/ChangeLog
9945            ! ext/List/Util/lib/List/Util.pm
9946            ! ext/List/Util/lib/Scalar/Util.pm
9947 ____________________________________________________________________________
9948 [ 15282] By: nick                                  on 2002/03/18  08:11:28
9949         Log: Tidy the "does not map" message for non-characters
9950              (e.g. iso-8859-3 "\xA5").
9951      Branch: perlio
9952            ! ext/Encode/Encode.xs
9953 ____________________________________________________________________________
9954 [ 15281] By: ams                                   on 2002/03/18  04:44:37
9955         Log: URL fix from MJD.
9956      Branch: perl
9957            ! pod/perlfaq3.pod
9958 ____________________________________________________________________________
9959 [ 15280] By: jhi                                   on 2002/03/18  01:58:51
9960         Log: More prototype calming (really should fix the Configure
9961              protochk, but not at this point in time).
9962      Branch: perl
9963            ! hints/solaris_2.sh
9964 ____________________________________________________________________________
9965 [ 15279] By: jhi                                   on 2002/03/18  01:19:40
9966         Log: return at the wrong side of #endif.
9967      Branch: perl
9968            ! util.c
9969 ____________________________________________________________________________
9970 [ 15278] By: ams                                   on 2002/03/17  23:45:31
9971         Log: Typo fix from Stas Bekman.
9972      Branch: perl
9973            ! pod/perlhack.pod
9974 ____________________________________________________________________________
9975 [ 15277] By: ams                                   on 2002/03/17  23:41:35
9976         Log: Upgrade to Tie::File 0.21.
9977      Branch: perl
9978            + lib/Tie/File/t/30_defer.t lib/Tie/File/t/31_autodefer.t
9979            + lib/Tie/File/t/32_defer_misc.t
9980            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t
9981            ! lib/Tie/File/t/15_pushpop.t lib/Tie/File/t/17_misc_meth.t
9982            ! lib/Tie/File/t/22_autochomp.t
9983 ____________________________________________________________________________
9984 [ 15276] By: jhi                                   on 2002/03/17  21:50:26
9985         Log: Simple speed gainback (as it was in 5.6): for non-Unicode
9986              character classes use inlined macros instead of the full
9987              function call.
9988      Branch: perl
9989            ! regexec.c
9990 ____________________________________________________________________________
9991 [ 15275] By: jhi                                   on 2002/03/17  20:14:18
9992         Log: Integrate perlio;
9993              
9994              Avoid overwrite of un-allocated memory when SvCUR > SvLEN
9995              
9996              Other :encoding oddities
9997              - we should really pop while we can still make method calls
9998              in case DESTROY does something.
9999              - Provide a no-op DESTROY
10000              - Use SvPV_only() rather than just SvPV_on()
10001      Branch: perl
10002           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
10003           !> ext/Encode/lib/Encode/Encoding.pm sv.c
10004 ____________________________________________________________________________
10005 [ 15274] By: nick                                  on 2002/03/17  20:00:12
10006         Log: Other :encoding oddities
10007              - we should really pop while we can still make method calls
10008              in case DESTROY does something.
10009              - Provide a no-op DESTROY
10010              - Use SvPV_only() rather than just SvPV_on()
10011      Branch: perlio
10012            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
10013            ! ext/Encode/lib/Encode/Encoding.pm
10014 ____________________________________________________________________________
10015 [ 15273] By: nick                                  on 2002/03/17  19:53:24
10016         Log: Avoid overwrite of un-allocated memory when SvCUR > SvLEN
10017      Branch: perlio
10018            ! sv.c
10019 ____________________________________________________________________________
10020 [ 15272] By: jhi                                   on 2002/03/17  18:39:22
10021         Log: Implement the retry-on-ERANGE for the get*_r().
10022              The buffer will keep doubling until 64k.
10023      Branch: perl
10024            ! embed.fnc embed.h global.sym pp_sys.c proto.h reentr.c
10025            ! reentr.h reentr.pl
10026 ____________________________________________________________________________
10027 [ 15271] By: nick                                  on 2002/03/17  17:38:44
10028         Log: Integrate mainline
10029      Branch: perlio
10030           +> lib/Tie/File/t/22_autochomp.t lib/Tie/File/t/23_rv_ac_splice.t
10031           +> t/op/pow.t
10032           !> (integrate 28 files)
10033 ____________________________________________________________________________
10034 [ 15270] By: jhi                                   on 2002/03/17  15:49:38
10035         Log: Subject: UTF-8 bug (maybe alreayd known?)
10036              From: andreas.koenig@anima.de (Andreas J. Koenig)
10037              Date: Fri, 08 Mar 2002 16:36:01 +0100
10038              Message-ID: <m3n0xjul5q.fsf@anima.de>
10039      Branch: perl
10040            ! pp_hot.c t/op/pat.t
10041 ____________________________________________________________________________
10042 [ 15269] By: nick                                  on 2002/03/17  09:12:39
10043         Log: Integarate mainline
10044      Branch: perlio
10045           +> lib/Tie/File/t/00_version.t lib/Tie/File/t/18_rs_fixrec.t
10046           +> lib/Tie/File/t/19_cache.t lib/Tie/File/t/20_cache_full.t
10047           +> lib/Tie/File/t/21_win32.t reentr.c reentr.h reentr.pl
10048           !> (integrate 69 files)
10049 ____________________________________________________________________________
10050 [ 15268] By: jhi                                   on 2002/03/17  04:23:49
10051         Log: Subject: SEGV in s/// and UTF-8
10052              From: andreas.koenig@anima.de (Andreas J. Koenig)
10053              Date: Tue, 12 Mar 2002 00:40:09 +0100
10054              Message-ID: <m3r8mqad2e.fsf@anima.de>
10055      Branch: perl
10056            ! regexec.c t/op/pat.t
10057 ____________________________________________________________________________
10058 [ 15267] By: jhi                                   on 2002/03/16  19:57:03
10059         Log: Thwart IRIX long doubles and sloppy pow() (in Perl, **);
10060              from Nicholas Clark.  Fixes lib/integer.t and t/op/pack.t
10061              which assume that 2**someinteger is accurate.
10062      Branch: perl
10063            + t/op/pow.t
10064            ! MANIFEST pp.c t/test.pl
10065 ____________________________________________________________________________
10066 [ 15266] By: jhi                                   on 2002/03/16  18:55:53
10067         Log: _r-ify config.win64, too.
10068      Branch: perl
10069            ! win32/config.win64
10070 ____________________________________________________________________________
10071 [ 15265] By: jhi                                   on 2002/03/16  18:51:45
10072         Log: Better place to initialize (IRIX cc noticed that
10073              the many "goto defchars" bypass the initialization)
10074      Branch: perl
10075            ! regcomp.c
10076 ____________________________________________________________________________
10077 [ 15264] By: jhi                                   on 2002/03/16  18:41:19
10078         Log: If not building threaded, never mind the threaded prototypes.
10079      Branch: perl
10080            ! Configure reentr.pl
10081 ____________________________________________________________________________
10082 [ 15263] By: jhi                                   on 2002/03/16  18:40:53
10083         Log: metaconfig: If not using threads, not point probing for the
10084              prototypes (since they might be hidden behind many defines
10085              we won't have if not building threaded)
10086      Branch: metaconfig
10087            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
10088            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
10089            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
10090            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
10091            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
10092            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
10093            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
10094            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
10095            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
10096            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
10097            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
10098            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
10099            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
10100            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
10101            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
10102            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
10103            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
10104            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
10105            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
10106            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
10107            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
10108            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
10109            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
10110            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
10111 ____________________________________________________________________________
10112 [ 15262] By: jhi                                   on 2002/03/16  18:29:26
10113         Log: FreeBSD is lying to us: there is no threadsafe gethostbyaddr_r.
10114      Branch: perl
10115            ! hints/freebsd.sh
10116 ____________________________________________________________________________
10117 [ 15261] By: ams                                   on 2002/03/16  18:14:04
10118         Log: Upgrade to Tie::File 0.20.
10119      Branch: perl
10120            + lib/Tie/File/t/22_autochomp.t lib/Tie/File/t/23_rv_ac_splice.t
10121            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t
10122            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/02_fetchsize.t
10123            ! lib/Tie/File/t/03_longfetch.t lib/Tie/File/t/07_rv_splice.t
10124            ! lib/Tie/File/t/08_ro.t lib/Tie/File/t/09_gen_rs.t
10125            ! lib/Tie/File/t/11_rv_splice_rs.t
10126            ! lib/Tie/File/t/12_longfetch_rs.t lib/Tie/File/t/15_pushpop.t
10127            ! lib/Tie/File/t/16_handle.t
10128 ____________________________________________________________________________
10129 [ 15260] By: jhi                                   on 2002/03/16  18:12:25
10130         Log: There seems to be a trend for the *time_r to be hidden.
10131      Branch: perl
10132            ! hints/irix_6.sh
10133 ____________________________________________________________________________
10134 [ 15259] By: jhi                                   on 2002/03/16  17:58:08
10135         Log: Subject: [PATCH lib/Pod/Html.pm] fix anchor generation code (ID 20020312.006)  
10136              From: Stas Bekman <stas@stason.org>
10137              Date: Sun, 17 Mar 2002 02:11:26 +0800 (SGT)
10138              Message-ID: <Pine.LNX.4.44.0203170205130.16962-100000@hope.stason.org>
10139      Branch: perl
10140            ! lib/Pod/Html.pm
10141 ____________________________________________________________________________
10142 [ 15258] By: jhi                                   on 2002/03/16  17:54:49
10143         Log: Subject: [PATCH] Re: dumpvar.pl bug
10144              From: Peter Scott <Peter@PSDT.com>
10145              Date: Fri, 15 Mar 2002 18:19:21 -0800
10146              Message-id: <4.3.2.7.2.20020315153302.00bac420@shell2.webquarry.com>
10147      Branch: perl
10148            ! lib/dumpvar.pl lib/perl5db.pl
10149 ____________________________________________________________________________
10150 [ 15257] By: jhi                                   on 2002/03/16  17:52:29
10151         Log: More paranoid _r protochecking.  At least Tru64 and
10152              Linux need additional hinting help to believe that
10153              the time_r protos exist; turn on FreeBSD _THREAD_SAFE
10154              to see what goes bang.
10155      Branch: perl
10156            ! Configure hints/dec_osf.sh hints/freebsd.sh hints/linux.sh
10157            ! reentr.pl
10158 ____________________________________________________________________________
10159 [ 15256] By: jhi                                   on 2002/03/16  17:51:08
10160         Log: metaconfig: more paranoid _r protochecking.
10161      Branch: metaconfig
10162            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
10163            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
10164            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
10165            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
10166            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
10167            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
10168            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
10169            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
10170            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
10171            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
10172            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
10173            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
10174            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
10175            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
10176            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
10177            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
10178            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
10179            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
10180            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
10181            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
10182            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
10183            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
10184            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
10185            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
10186 ____________________________________________________________________________
10187 [ 15255] By: jhi                                   on 2002/03/16  16:23:07
10188         Log: HP-UX gcc 3 warnings found by Sarathy.
10189      Branch: perl
10190            ! regcomp.c sv.c
10191 ____________________________________________________________________________
10192 [ 15254] By: jhi                                   on 2002/03/16  16:18:49
10193         Log: Subject: Re: [ID 20020315.003] timelocal does not return fractal values anymore
10194              From: Slaven Rezic <slaven.rezic@berlin.de>
10195              Date: 16 Mar 2002 15:29:18 +0100
10196              Message-ID: <877kocwpq9.fsf@vran.herceg.de>
10197      Branch: perl
10198            ! pod/perldelta.pod
10199 ____________________________________________________________________________
10200 [ 15253] By: jhi                                   on 2002/03/16  16:11:49
10201         Log: HP-UX has also endgrent_r/endpwent_r marked obsolete.
10202      Branch: perl
10203            ! Porting/findrfuncs reentr.h reentr.pl
10204 ____________________________________________________________________________
10205 [ 15252] By: gsar                                  on 2002/03/16  15:36:16
10206         Log: UIN32_MAX with borken under HP-UX+gcc
10207      Branch: perl
10208            ! handy.h
10209 ____________________________________________________________________________
10210 [ 15251] By: ams                                   on 2002/03/16  02:38:08
10211         Log: Subject: [PATCH @15047] Use of inherited AUTOLOAD for non-method
10212              *::DESTROY() is deprecated
10213              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10214              Date: Thu, 14 Mar 2002 18:39:22 -0500
10215              Message-Id: <20020314183922.A8448@math.ohio-state.edu>
10216              
10217              Subject: Re: [PATCH @15047] Use of inherited AUTOLOAD for non-method
10218              *::DESTROY() is deprecated
10219              From: Dave Mitchell <davem@fdgroup.com>
10220              Date: Fri, 15 Mar 2002 19:22:49 +0000
10221              Message-Id: <20020315192249.A22389@fdgroup.com>
10222      Branch: perl
10223            ! gv.c t/op/method.t
10224 ____________________________________________________________________________
10225 [ 15250] By: ams                                   on 2002/03/16  02:14:41
10226         Log: Plural nit.
10227      Branch: perl
10228            ! pod/perldelta.pod
10229 ____________________________________________________________________________
10230 [ 15249] By: jhi                                   on 2002/03/15  20:46:10
10231         Log: Doesn't make sense to test for protos if the
10232              functions are not to be used (!= functions exist!)
10233              This might be the key (well, a key) to the HP-UX
10234              problems.
10235      Branch: perl
10236            ! reentr.h reentr.pl
10237 ____________________________________________________________________________
10238 [ 15248] By: jhi                                   on 2002/03/15  20:05:46
10239         Log: Typo in #15247.
10240      Branch: perl
10241            ! hints/hpux.sh
10242 ____________________________________________________________________________
10243 [ 15247] By: jhi                                   on 2002/03/15  19:41:43
10244         Log: The UINT32_MAX_BROKEN is still needed for pre-gcc-3
10245              in HP-UX (from H.Merijn Brand)
10246      Branch: perl
10247            ! hints/hpux.sh
10248 ____________________________________________________________________________
10249 [ 15246] By: ams                                   on 2002/03/15  17:53:23
10250         Log: Subject: minor corrections in perldelta.pod
10251              From: mjd@plover.com
10252              Date: 15 Mar 2002 18:48:42 -0000
10253              Message-Id: <20020315184842.13573.qmail@plover.com>
10254      Branch: perl
10255            ! pod/perldelta.pod
10256 ____________________________________________________________________________
10257 [ 15245] By: ams                                   on 2002/03/15  17:37:52
10258         Log: Upgrade to Tie::File 0.19.
10259      Branch: perl
10260            + lib/Tie/File/t/00_version.t lib/Tie/File/t/18_rs_fixrec.t
10261            + lib/Tie/File/t/19_cache.t lib/Tie/File/t/20_cache_full.t
10262            + lib/Tie/File/t/21_win32.t
10263            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/01_gen.t
10264            ! lib/Tie/File/t/02_fetchsize.t lib/Tie/File/t/03_longfetch.t
10265            ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/05_size.t
10266            ! lib/Tie/File/t/06_fixrec.t lib/Tie/File/t/07_rv_splice.t
10267            ! lib/Tie/File/t/08_ro.t lib/Tie/File/t/09_gen_rs.t
10268            ! lib/Tie/File/t/10_splice_rs.t lib/Tie/File/t/13_size_rs.t
10269            ! lib/Tie/File/t/15_pushpop.t lib/Tie/File/t/16_handle.t
10270            ! lib/Tie/File/t/17_misc_meth.t
10271 ____________________________________________________________________________
10272 [ 15244] By: jhi                                   on 2002/03/15  17:13:33
10273         Log: Update Changes.
10274      Branch: perl
10275            ! Changes patchlevel.h
10276 ____________________________________________________________________________
10277 [ 15243] By: jhi                                   on 2002/03/15  16:18:16
10278         Log: Forgot from #15241.
10279      Branch: perl
10280            ! win32/config_sh.PL
10281 ____________________________________________________________________________
10282 [ 15242] By: jhi                                   on 2002/03/15  16:15:52
10283         Log: Subject: patch pod/perltodo.pod
10284              From: mjd@plover.com
10285              Date: 15 Mar 2002 15:42:18 -0000
10286              Message-ID: <20020315154218.10163.qmail@plover.com>
10287              
10288              (With s/WANT/Want/)
10289      Branch: perl
10290            ! pod/perltodo.pod
10291 ____________________________________________________________________________
10292 [ 15241] By: jhi                                   on 2002/03/15  16:14:25
10293         Log: Subject: [PATCH bleadperl] (revision 5 undef)
10294              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
10295              Date: Fri, 15 Mar 2002 00:39:48 +0100
10296              Message-ID: <116078615.20020315003948@tesla.rcub.bg.ac.yu>
10297      Branch: perl
10298            ! win32/config.bc win32/config.gc win32/config.vc
10299            ! win32/config.win64
10300 ____________________________________________________________________________
10301 [ 15240] By: jhi                                   on 2002/03/15  16:12:25
10302         Log: Subject: [BUG & PATCH] can't quit the debugger after run completes
10303              From: Michael G Schwern <schwern@pobox.com>
10304              Date: Thu, 14 Mar 2002 16:39:29 -0500
10305              Message-ID: <20020314213929.GA2912@blackrider>
10306      Branch: perl
10307            ! lib/perl5db.pl
10308 ____________________________________________________________________________
10309 [ 15239] By: jhi                                   on 2002/03/15  16:11:17
10310         Log: Integrate perlio.
10311      Branch: perl
10312           !> embed.fnc ext/Encode/t/JP.t
10313 ____________________________________________________________________________
10314 [ 15238] By: jhi                                   on 2002/03/15  16:07:58
10315         Log: Monster _r patch: try to scan for all known _r variants,
10316              and then use them (under ithreads).  May fail in HP-UX,
10317              and the op/groups is known to be fickle everywhere.  Known
10318              to work in Solaris, Linux, Tru64, IRIX, AIX.  (Some compiler
10319              warnings in AIX since the first arguments of getnetbyaddr
10320              and getnetbyadd_r are of different types.  Thanks, IBM.)
10321              
10322              In non-Configure platforms deny the existence of any
10323              of the _r thingies.  (Also add the recently introduced
10324              d_tm_* to places it wasn't already in.)
10325              
10326              TODO: the suggested glibc buffer growth retry loop in case
10327              some entries (at least for: gr*, host*) are big.
10328              Forgot win32/config.win64.
10329      Branch: perl
10330            + reentr.c reentr.h reentr.pl
10331            ! Configure MANIFEST Makefile.SH NetWare/Makefile
10332            ! NetWare/config.wc Porting/Glossary Porting/config.sh
10333            ! Porting/config_H Porting/findrfuncs config_h.SH configure.com
10334            ! embed.fnc embed.h epoc/config.sh global.sym hints/hpux.sh
10335            ! intrpvar.h makedef.pl op.h perl.c perl.h plan9/mkfile pp_sys.c
10336            ! proto.h uconfig.h uconfig.sh util.c vms/descrip_mms.template
10337            ! vos/build.cm vos/config.alpha.def vos/config.alpha.h
10338            ! vos/config.ga.def vos/config.ga.h vos/perl.bind win32/Makefile
10339            ! win32/config.bc win32/config.gc win32/config.vc
10340            ! win32/makefile.mk wince/Makefile.ce wince/config.ce
10341 ____________________________________________________________________________
10342 [ 15237] By: jhi                                   on 2002/03/15  15:18:46
10343         Log: Be more explicit on when is the $! worth anything.
10344      Branch: perl
10345            ! pod/perlvar.pod
10346 ____________________________________________________________________________
10347 [ 15236] By: jhi                                   on 2002/03/15  14:44:09
10348         Log: metaconfig: _r _r we go.
10349      Branch: metaconfig
10350            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
10351            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
10352            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
10353            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
10354            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
10355            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
10356            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
10357            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
10358            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
10359            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
10360            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
10361            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
10362            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
10363            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
10364            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
10365            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
10366            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
10367            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
10368            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
10369            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
10370            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
10371            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
10372            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
10373            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
10374 ____________________________________________________________________________
10375 [ 15235] By: nick                                  on 2002/03/15  07:31:54
10376         Log: Add the binmode()s to make JP.t pass on Win32
10377      Branch: perlio
10378            ! ext/Encode/t/JP.t
10379 ____________________________________________________________________________
10380 [ 15234] By: nick                                  on 2002/03/15  07:20:49
10381         Log: Integrate perlio
10382      Branch: perl
10383           !> ext/Encode/t/table.euc ext/Encode/t/table.ref
10384 ____________________________________________________________________________
10385 [ 15233] By: nick                                  on 2002/03/15  07:18:02
10386         Log: Mark JP.t's data files as binary
10387      Branch: perlio
10388            ! ext/Encode/t/table.euc ext/Encode/t/table.ref
10389 ____________________________________________________________________________
10390 [ 15232] By: nick                                  on 2002/03/15  07:13:38
10391         Log: Integrate mainline
10392      Branch: perlio
10393           +> ext/B/t/xref.t
10394           !> MANIFEST Makefile.SH ext/B/B/Xref.pm ext/Safe/safe2.t
10395           !> lib/Benchmark.t lib/Exporter.pm lib/Pod/Html.pm makedepend.SH
10396           !> perl.c t/op/arith.t
10397 ____________________________________________________________________________
10398 [ 15231] By: jhi                                   on 2002/03/15  04:49:10
10399         Log: The section needs to be in the makedepend script
10400              (from Jan-Erik Karlsson).
10401      Branch: perl
10402            ! makedepend.SH
10403 ____________________________________________________________________________
10404 [ 15230] By: jhi                                   on 2002/03/15  02:59:46
10405         Log: Subject: Re: Réf. : Re: PATCH proposal for ext/Safe/safe2.t
10406              From: Nicholas Clark <nick@unfortu.net>
10407              Date: Thu, 14 Mar 2002 23:05:23 +0000
10408              Message-ID: <20020314230522.GG363@Bagpuss.unfortu.net>
10409      Branch: perl
10410            ! ext/Safe/safe2.t
10411 ____________________________________________________________________________
10412 [ 15229] By: jhi                                   on 2002/03/15  02:55:34
10413         Log: Subject: RE: [PATCH] Get rid of bad error message formatting in Pod::Html
10414              From: "Brent Dax" <brentdax@cpan.org>
10415              Date: Thu, 14 Mar 2002 09:08:41 -0800
10416              Message-ID: <FJELLKOPEAGHOOODKEDPOEIBDFAA.brentdax@cpan.org>
10417      Branch: perl
10418            ! lib/Pod/Html.pm
10419 ____________________________________________________________________________
10420 [ 15228] By: jhi                                   on 2002/03/15  02:00:23
10421         Log: metaconfig: one round again for the _r.
10422      Branch: metaconfig
10423            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
10424            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
10425            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
10426            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
10427            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
10428            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
10429            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
10430            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
10431            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
10432            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
10433            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
10434            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
10435            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
10436            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
10437            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
10438            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
10439            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
10440            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
10441            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
10442            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
10443            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
10444            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
10445            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
10446            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
10447 ____________________________________________________________________________
10448 [ 15227] By: jhi                                   on 2002/03/14  17:46:43
10449         Log: metaconfig: new round of the _r units.
10450      Branch: metaconfig
10451            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
10452            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
10453            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
10454            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
10455            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
10456            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
10457            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
10458            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
10459            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
10460            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
10461            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
10462            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
10463            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
10464            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
10465            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
10466            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
10467            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
10468            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
10469            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
10470            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
10471            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
10472            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
10473            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
10474            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
10475      Branch: metaconfig/U/perl
10476            + i_crypt.U
10477 ____________________________________________________________________________
10478 [ 15226] By: jhi                                   on 2002/03/14  15:12:19
10479         Log: Subject: [PATCH] Better patch for Benchmark.t and arith.t
10480              From: Paul_GreenVOS@vos.stratus.com
10481              Date: Tue, 12 Mar 02 19:22 est   
10482              Message-Id: <200203130025.TAA20113@mailhub1.stratus.com>
10483      Branch: perl
10484            ! lib/Benchmark.t t/op/arith.t
10485 ____________________________________________________________________________
10486 [ 15225] By: jhi                                   on 2002/03/14  14:31:30
10487         Log: Subject: Re: Win32: C:\Program Files
10488              From: "Ken Williams" <ken@mathforum.org>
10489              Date: Wed, 13 Mar 2002 17:50:59 -0600
10490              Message-Id: <2B174669-36DD-11D6-87FA-003065F6D85A@mathforum.org>
10491              
10492              Add -t to perl -h.
10493      Branch: perl
10494            ! perl.c
10495 ____________________________________________________________________________
10496 [ 15224] By: jhi                                   on 2002/03/14  14:24:44
10497         Log: Extra paranoia from Nick Clark.
10498      Branch: perl
10499            ! ext/Safe/safe2.t
10500 ____________________________________________________________________________
10501 [ 15223] By: jhi                                   on 2002/03/14  14:19:41
10502         Log: Subject: Re: PATCH proposal for ext/Safe/safe2.t
10503              From: Nicholas Clark <nick@ccl4.org>
10504              Date: Wed, 13 Mar 2002 14:22:50 +0000
10505              Message-ID: <20020313142250.G92566@plum.flirble.org>
10506      Branch: perl
10507            ! ext/Safe/safe2.t
10508 ____________________________________________________________________________
10509 [ 15222] By: jhi                                   on 2002/03/14  14:00:36
10510         Log: Subject: Re: [PATCH] really protect spaces in Makefile.SH
10511              From: <slaven.rezic@berlin.de>
10512              Date: Tue, 12 Mar 2002 13:03:41 +0100      
10513              Message-Id: <20020312120547.JGIP27460.mailoutvl21@[192.168.139.30]>
10514      Branch: perl
10515            ! Makefile.SH
10516 ____________________________________________________________________________
10517 [ 15221] By: jhi                                   on 2002/03/14  13:51:17
10518         Log: Subject: [PATCH] a test for B::Xref
10519              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10520              Date: Wed, 13 Mar 2002 17:18:57 +0100
10521              Message-ID: <20020313171857.F1144@rafael>
10522      Branch: perl
10523            + ext/B/t/xref.t
10524            ! MANIFEST ext/B/B/Xref.pm
10525 ____________________________________________________________________________
10526 [ 15220] By: jhi                                   on 2002/03/14  13:48:46
10527         Log: Subject: [PATCH] Exporter.pm POD fixups
10528              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10529              Date: Wed, 13 Mar 2002 16:21:42 +0100
10530              Message-ID: <20020313162142.A1144@rafael>
10531      Branch: perl
10532            ! lib/Exporter.pm
10533 ____________________________________________________________________________
10534 [ 15219] By: nick                                  on 2002/03/14  07:00:16
10535         Log: Integrate mainline
10536      Branch: perlio
10537           !> lib/ExtUtils/MM_VMS.pm lib/open.pm vms/descrip_mms.template
10538 ____________________________________________________________________________
10539 [ 15218] By: jhi                                   on 2002/03/13  22:15:00
10540         Log: Subject: [PATCH lib/ExtUtils/MM_VMS.pm] Re: [PATCH] 'all ::' for one and one for 'all ::'
10541              From: Michael G Schwern <schwern@pobox.com>
10542              Date: Wed, 13 Mar 2002 17:43:00 -0500
10543              Message-ID: <20020313224300.GG3311@blackrider>
10544      Branch: perl
10545            ! lib/ExtUtils/MM_VMS.pm
10546 ____________________________________________________________________________
10547 [ 15217] By: jhi                                   on 2002/03/13  17:28:36
10548         Log: Pod tweak.
10549      Branch: perl
10550            ! lib/open.pm
10551 ____________________________________________________________________________
10552 [ 15216] By: jhi                                   on 2002/03/13  17:14:51
10553         Log: Subject: [PATCH] 'all ::' for one and one for 'all ::'
10554              From: "Craig A. Berry" <craigberry@mac.com>
10555              Date: Wed, 13 Mar 2002 01:44:01 -0600
10556              Message-Id: <a05101501b8b4ad54a28f@[172.16.52.1]>
10557      Branch: perl
10558            ! vms/descrip_mms.template
10559 ____________________________________________________________________________
10560 [ 15215] By: nick                                  on 2002/03/13  08:08:36
10561         Log: Integrate mainline.
10562      Branch: perlio
10563           +> lib/Hash/Util.pm lib/Hash/Util.t lib/Internals.t
10564            - ext/Data/Util/Changes ext/Data/Util/Makefile.PL
10565            - ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
10566            - ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
10567            - ext/Data/Util/t/Hash.t
10568           !> MANIFEST Porting/findrfuncs ext/B/t/stash.t
10569           !> ext/Encode/lib/Encode/CN/HZ.pm
10570           !> ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
10571           !> ext/Encode/lib/Encode/JP/JIS.pm lib/AutoSplit.t
10572           !> lib/File/stat.t lib/Test/Simple/t/fail-more.t
10573           !> pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
10574           !> pod/perlhack.pod pod/perlmodlib.pod pod/perltoc.pod pp_ctl.c
10575           !> t/op/override.t toke.c universal.c
10576 ____________________________________________________________________________
10577 [ 15214] By: jhi                                   on 2002/03/13  04:38:41
10578         Log: metaconfig: three guesses.
10579      Branch: metaconfig
10580            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
10581            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
10582            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
10583            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
10584            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
10585            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
10586            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
10587            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
10588            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
10589            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
10590            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
10591            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
10592            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
10593            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
10594            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
10595            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
10596            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
10597            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
10598            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
10599            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
10600            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
10601            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
10602            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
10603            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
10604 ____________________________________________________________________________
10605 [ 15213] By: jhi                                   on 2002/03/13  04:05:27
10606         Log: metaconfig: regen _r units again.
10607      Branch: metaconfig
10608            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
10609            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
10610            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
10611            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
10612            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
10613            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
10614            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
10615            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
10616            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
10617            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
10618            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
10619            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
10620            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
10621            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
10622            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
10623            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
10624            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
10625            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
10626            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
10627            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
10628            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
10629            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
10630            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
10631            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
10632 ____________________________________________________________________________
10633 [ 15212] By: jhi                                   on 2002/03/13  03:14:23
10634         Log: metaconfig: regen _r units.
10635      Branch: metaconfig
10636            - U/threads/d_gethbyaddr_r.U U/threads/d_gethbyname_r.U
10637            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
10638            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
10639            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
10640            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
10641            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
10642            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
10643            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
10644            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
10645            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
10646            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
10647            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
10648            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
10649            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
10650            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
10651            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
10652            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
10653            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
10654            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
10655            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
10656            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
10657            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
10658            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
10659            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
10660            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
10661 ____________________________________________________________________________
10662 [ 15211] By: jhi                                   on 2002/03/13  01:11:36
10663         Log: metaconfig unit tweaks.
10664      Branch: metaconfig
10665            + U/threads/d_setprotoent_r.U
10666            ! U/threads/d_crypt_r.U U/threads/d_ctermid_r.U
10667            ! U/threads/d_tmpnam_r.U
10668 ____________________________________________________________________________
10669 [ 15210] By: jhi                                   on 2002/03/13  00:12:13
10670         Log: metaconfig: replace the _r units with autogenerated ones.
10671      Branch: metaconfig
10672            + U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
10673            + U/threads/d_endprotoent_r.U U/threads/d_endservent_r.U
10674            + U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
10675            + U/threads/d_gethostent_r.U U/threads/d_getnetbyaddr_r.U
10676            + U/threads/d_getnetbyname_r.U U/threads/d_getnetent_r.U
10677            + U/threads/d_getprotobyname_r.U
10678            + U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
10679            + U/threads/d_getservbyname_r.U U/threads/d_getservbyport_r.U
10680            + U/threads/d_getservent_r.U U/threads/d_sethostent_r.U
10681            + U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
10682            + U/threads/d_setservent_r.U
10683            - U/threads/d_endhent_r.U U/threads/d_endnent_r.U
10684            - U/threads/d_endpent_r.U U/threads/d_endsent_r.U
10685            - U/threads/d_gethent_r.U U/threads/d_getnbyaddr_r.U
10686            - U/threads/d_getnbyname_r.U U/threads/d_getnent_r.U
10687            - U/threads/d_getpbyname_r.U U/threads/d_getpbynumber_r.U
10688            - U/threads/d_getpent_r.U U/threads/d_getsbyname_r.U
10689            - U/threads/d_getsbyport_r.U U/threads/d_getsent_r.U
10690            - U/threads/d_sethent_r.U U/threads/d_setnent_r.U
10691            - U/threads/d_setpent_r.U U/threads/d_setsent_r.U
10692            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
10693            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
10694            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
10695            ! U/threads/d_endpwent_r.U U/threads/d_getgrent_r.U
10696            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
10697            ! U/threads/d_getlogin_r.U U/threads/d_getpwent_r.U
10698            ! U/threads/d_getpwnam_r.U U/threads/d_getpwuid_r.U
10699            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
10700            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
10701            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
10702            ! U/threads/d_setgrent_r.U U/threads/d_setpwent_r.U
10703            ! U/threads/d_srand48_r.U U/threads/d_srandom_r.U
10704            ! U/threads/d_strerror_r.U U/threads/d_tmpnam_r.U
10705            ! U/threads/d_ttyname_r.U
10706 ____________________________________________________________________________
10707 [ 15209] By: jhi                                   on 2002/03/12  23:24:59
10708         Log: More known threadsafings.
10709      Branch: perl
10710            ! Porting/findrfuncs
10711 ____________________________________________________________________________
10712 [ 15208] By: jhi                                   on 2002/03/12  20:43:46
10713         Log: Small tweaks.
10714      Branch: perl
10715            ! lib/Internals.t universal.c
10716 ____________________________________________________________________________
10717 [ 15207] By: jhi                                   on 2002/03/12  17:38:46
10718         Log: VERSIONize.
10719      Branch: perl
10720            ! ext/Encode/lib/Encode/CN/HZ.pm
10721            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
10722            ! ext/Encode/lib/Encode/JP/JIS.pm
10723 ____________________________________________________________________________
10724 [ 15206] By: jhi                                   on 2002/03/12  17:22:49
10725         Log: Subject: perl datastructure conversion shortcuts for DDD
10726              From: Stas Bekman <stas@stason.org>
10727              Date: Mon, 11 Mar 2002 14:54:31 +0800
10728              Message-ID: <3C8C54A7.5020502@stason.org>
10729      Branch: perl
10730            ! pod/perlhack.pod
10731 ____________________________________________________________________________
10732 [ 15205] By: jhi                                   on 2002/03/12  17:09:50
10733         Log: Regen modlib.
10734      Branch: perl
10735            ! pod/perlmodlib.pod
10736 ____________________________________________________________________________
10737 [ 15204] By: jhi                                   on 2002/03/12  17:07:57
10738         Log: Regen toc.
10739      Branch: perl
10740            ! pod/perltoc.pod
10741 ____________________________________________________________________________
10742 [ 15203] By: jhi                                   on 2002/03/12  16:45:32
10743         Log: Tiny pod tweaks.
10744      Branch: perl
10745            ! lib/Hash/Util.pm
10746 ____________________________________________________________________________
10747 [ 15202] By: jhi                                   on 2002/03/12  16:06:04
10748         Log: perldeltaize Hash::Util.
10749      Branch: perl
10750            ! pod/perldelta.pod
10751 ____________________________________________________________________________
10752 [ 15201] By: jhi                                   on 2002/03/12  15:41:23
10753         Log: Move the readonly interface back to universal.c,
10754              (new name: Internals::SvREADONLY), remove Data::Util,
10755              move Hash::Util to lib, also introduce refcnt interface
10756              (Internals::SvREFCNT).     Make both the new interfaces
10757              to be more sane so that if they set the value, they return
10758              the new value, not the old one.
10759      Branch: perl
10760            + lib/Hash/Util.pm lib/Hash/Util.t lib/Internals.t
10761            - ext/Data/Util/Changes ext/Data/Util/Makefile.PL
10762            - ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
10763            - ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
10764            - ext/Data/Util/t/Hash.t
10765            ! MANIFEST ext/B/t/stash.t universal.c
10766 ____________________________________________________________________________
10767 [ 15200] By: ams                                   on 2002/03/12  15:16:05
10768         Log: Subject: Disambiguate "Can't locate"
10769              From: Mike Guy <mjtg@cam.ac.uk>
10770              Date: Tue, 12 Mar 2002 16:04:23 +0000
10771              Message-Id: <E16kolD-0002S0-00@draco.cus.cam.ac.uk>
10772      Branch: perl
10773            ! lib/AutoSplit.t lib/Test/Simple/t/fail-more.t pod/perldiag.pod
10774            ! pp_ctl.c t/op/override.t
10775 ____________________________________________________________________________
10776 [ 15199] By: ams                                   on 2002/03/12  15:04:43
10777         Log: Subject: [PATCH] perl/lib/File/stat.t
10778              From: Paul_GreenVOS@vos.stratus.com
10779              Date: Tue, 12 Mar 02 11:00 est
10780              Message-Id: <200203121602.LAA29760@mailhub1.stratus.com>
10781      Branch: perl
10782            ! lib/File/stat.t
10783 ____________________________________________________________________________
10784 [ 15198] By: ams                                   on 2002/03/12  15:00:44
10785         Log: Subject: [PATCH perlfunc.pod] Re[2]: Related issues? [ID 20020222.011]
10786              From: Robin Barker <rmb1@cise.npl.co.uk>
10787              Date: Tue, 12 Mar 2002 13:31:58 GMT
10788              Message-Id: <200203121331.NAA21278@tempest.npl.co.uk>
10789      Branch: perl
10790            ! pod/perlfunc.pod
10791 ____________________________________________________________________________
10792 [ 15197] By: ams                                   on 2002/03/12  14:57:34
10793         Log: Subject: [PATCH toke.c] Inappropriate termination of POD
10794              From: "Clinton A. Pierce" <clintp@geeksalad.org>
10795              Date: Tue, 12 Mar 2002 10:11:53 -0500
10796              Message-Id: <5.1.0.14.2.20020312095400.00aed218@www.geeksalad.org>
10797      Branch: perl
10798            ! toke.c
10799 ____________________________________________________________________________
10800 [ 15196] By: nick                                  on 2002/03/12  13:40:35
10801         Log: Integrate mainline
10802      Branch: perlio
10803           +> ext/Data/Util/Changes ext/Data/Util/Makefile.PL
10804           +> ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
10805           +> ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
10806           +> ext/Data/Util/t/Hash.t lib/Locale/Codes/t/rename.t
10807            - t/lib/access.t
10808           !> (integrate 96 files)
10809 ____________________________________________________________________________
10810 [ 15195] By: nick                                  on 2002/03/12  06:08:24
10811         Log: Integrate mainline (a while ago)
10812      Branch: perlio
10813           +> Porting/findrfuncs ext/B/t/lint.t ext/Encode/t/CN.t
10814           +> ext/Encode/t/TW.t
10815            - ext/Encode/Encode/7bit-kr.enc ext/Encode/lib/Encode/JP/Tr.pm
10816            - ext/Encode/lib/Encode/Tcl/HanZi.pm
10817            - ext/I18N/Langinfo/fallback.c
10818           !> (integrate 80 files)
10819 ____________________________________________________________________________
10820 [ 15194] By: ams                                   on 2002/03/12  06:02:20
10821         Log: Subject: [PATCH ext/Encode/CN/Makefile.PL] Prototyping ...
10822              From: Jonathan Stowe <gellyfish@gellyfish.com>
10823              Date: Mon, 11 Mar 2002 08:12:15 +0000 (GMT)
10824              Message-Id: <Pine.LNX.4.44.0203110808140.4580-100000@orpheus.gellyfish.com>
10825      Branch: perl
10826            ! ext/Encode/CN/Makefile.PL
10827 ____________________________________________________________________________
10828 [ 15193] By: ams                                   on 2002/03/12  05:55:07
10829         Log: Subject: [PATCH: pod/perlguts.pod] get magic typo
10830              From: Dave Mitchell <davem@fdgroup.co.uk>
10831              Date: Fri, 8 Mar 2002 17:08:45 +0000 (GMT)
10832              Message-Id: <200203081708.RAA29941@gizmo.fdgroup.co.uk>
10833      Branch: perl
10834            ! pod/perlguts.pod
10835 ____________________________________________________________________________
10836 [ 15192] By: ams                                   on 2002/03/12  05:50:08
10837         Log: Subject: [PATCH] fix format in lib/utf8.pm and polish the meaning
10838              From: Anton Tagunov <tagunov@motor.ru>
10839              Date: Tue, 12 Mar 2002 01:40:58 +0300
10840              Message-Id: <1194068830.20020312014058@motor.ru>
10841              (Applied with tweaks.)
10842      Branch: perl
10843            ! lib/utf8.pm
10844 ____________________________________________________________________________
10845 [ 15191] By: ams                                   on 2002/03/12  05:42:21
10846         Log: Subject: [PATCH] alarm(), Win32, no PERL_IMPLICIT_SYS
10847              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
10848              Date: Sun, 10 Mar 2002 22:10:15 +0100
10849              Message-Id: <3C8BD9C7.13988.73992D@localhost>
10850      Branch: perl
10851            ! iperlsys.h
10852 ____________________________________________________________________________
10853 [ 15190] By: ams                                   on 2002/03/12  05:38:08
10854         Log: Subject: Re[2]: [Patch docs] perlsub. Re: [ID 20020227.012], [ID 20020227.018]
10855              From: Anton Tagunov <tagunov@motor.ru>
10856              Date: Mon, 11 Mar 2002 23:27:47 +0300
10857              Message-Id: <19414222180.20020311232747@motor.ru>
10858      Branch: perl
10859            ! pod/perlsub.pod
10860 ____________________________________________________________________________
10861 [ 15189] By: ams                                   on 2002/03/12  05:34:49
10862         Log: Subject: minor patch for comment in utfebcdic.h
10863              From: Anton Tagunov <tagunov@motor.ru>
10864              Date: Tue, 12 Mar 2002 00:20:21 +0300
10865              Message-Id: <13817376786.20020312002021@motor.ru>
10866      Branch: perl
10867            ! utfebcdic.h
10868 ____________________________________________________________________________
10869 [ 15188] By: ams                                   on 2002/03/12  05:32:30
10870         Log: Subject: [PATCH ?] B::Xref improvements
10871              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10872              Date: Mon, 11 Mar 2002 23:32:20 +0100
10873              Message-Id: <20020311233220.A12677@rafael>
10874      Branch: perl
10875            ! ext/B/B/Xref.pm
10876 ____________________________________________________________________________
10877 [ 15187] By: ams                                   on 2002/03/12  05:30:02
10878         Log: Subject: [PATCH] lib/ExtUtils/MM_Unix.pm
10879              From: Paul_GreenVOS@vos.stratus.com
10880              Date: Mon, 11 Mar 02 17:23 est
10881              Message-Id: <200203112225.RAA27594@mailhub1.stratus.com>
10882      Branch: perl
10883            ! lib/ExtUtils/MM_Unix.pm
10884 ____________________________________________________________________________
10885 [ 15186] By: ams                                   on 2002/03/12  05:27:06
10886         Log: Subject: [PATCH] installperl - minor untangle for VOS
10887              From: Paul_GreenVOS@vos.stratus.com
10888              Date: Mon, 11 Mar 02 17:05 est
10889              Message-Id: <200203112203.RAA21987@mailhub2.stratus.com>
10890      Branch: perl
10891            ! installperl
10892 ____________________________________________________________________________
10893 [ 15185] By: ams                                   on 2002/03/12  05:25:59
10894         Log: Subject: [PATCH B::Deparse] fix to deparse ${^WARNINGS_BITS}
10895              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10896              Date: Mon, 11 Mar 2002 22:37:39 +0100
10897              Message-Id: <20020311223739.A691@rafael>
10898      Branch: perl
10899            ! ext/B/B/Deparse.pm
10900 ____________________________________________________________________________
10901 [ 15184] By: ams                                   on 2002/03/12  05:20:54
10902         Log: Subject: [PATCH hints/netbsd.sh] Stray whitespace mucking here-doc
10903              From: Michael G Schwern <schwern@pobox.com>
10904              Date: Tue, 12 Mar 2002 01:12:08 -0500
10905              Message-Id: <20020312061208.GD904@blackrider>
10906      Branch: perl
10907            ! hints/netbsd.sh
10908 ____________________________________________________________________________
10909 [ 15183] By: ams                                   on 2002/03/12  04:12:30
10910         Log: Subject: Re: ext/Encode/t/Tcl.t on VMS @15173
10911              From: Autrijus Tang <autrijus@autrijus.org>
10912              Date: Tue, 12 Mar 2002 13:05:53 +0800
10913              Message-Id: <20020312050553.GA7864@not.autrijus.org>
10914              (Only doc hunk applied, supplementing #15182.)
10915      Branch: perl
10916            ! ext/Encode/Encode.pm
10917 ____________________________________________________________________________
10918 [ 15182] By: ams                                   on 2002/03/12  04:04:34
10919         Log: Subject: Re: ext/Encode/t/Tcl.t on VMS @15173
10920              From: Autrijus Tang <autrijus@autrijus.org>
10921              Date: Tue, 12 Mar 2002 12:56:46 +0800
10922              Message-Id: <20020312045646.GA7689@not.autrijus.org>
10923              (Private mail.)
10924      Branch: perl
10925            ! ext/Encode/Encode.pm ext/Encode/lib/Encode/Tcl.pm
10926 ____________________________________________________________________________
10927 [ 15181] By: ams                                   on 2002/03/12  03:09:20
10928         Log: Subject: Re: ext/Encode/t/Tcl.t on VMS @15173
10929              From: Autrijus Tang <autrijus@autrijus.org>
10930              Date: Tue, 12 Mar 2002 11:55:06 +0800
10931              Message-Id: <20020312035506.GA6946@not.autrijus.org>
10932      Branch: perl
10933            ! ext/Encode/Encode.pm
10934 ____________________________________________________________________________
10935 [ 15180] By: jhi                                   on 2002/03/11  22:32:10
10936         Log: Deypo.
10937      Branch: metaconfig
10938            ! U/threads/d_asctime_r.U
10939 ____________________________________________________________________________
10940 [ 15179] By: jhi                                   on 2002/03/11  21:42:58
10941         Log: FAQ sync.
10942      Branch: perl
10943            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
10944            ! pod/perlfaq4.pod pod/perlfaq5.pod
10945 ____________________________________________________________________________
10946 [ 15178] By: jhi                                   on 2002/03/11  17:34:34
10947         Log: The test needs perlio.
10948      Branch: perl
10949            ! lib/open.t
10950 ____________________________________________________________________________
10951 [ 15177] By: ams                                   on 2002/03/11  15:41:08
10952         Log: Subject: perlreftut update
10953              From: Mark-Jason Dominus <mjd@plover.com>
10954              Date: Mon, 11 Mar 2002 11:36:27 -0500
10955              Message-Id: <20020311163627.31020.qmail@plover.com>
10956      Branch: perl
10957            ! pod/perlreftut.pod
10958 ____________________________________________________________________________
10959 [ 15176] By: ams                                   on 2002/03/11  15:35:24
10960         Log: Subject: Minor correction in perlfaq5
10961              From: mjd@plover.com
10962              Date: 11 Mar 2002 16:34:22 -0000
10963              Message-Id: <20020311163422.30963.qmail@plover.com>
10964      Branch: perl
10965            ! pod/perlfaq5.pod
10966 ____________________________________________________________________________
10967 [ 15175] By: gsar                                  on 2002/03/11  15:11:42
10968         Log: number of skipped tests was incorrect
10969      Branch: perl
10970            ! t/op/stat.t
10971 ____________________________________________________________________________
10972 [ 15174] By: gsar                                  on 2002/03/11  14:39:11
10973         Log: remove doubled CRs
10974      Branch: perl
10975            ! win32/Makefile
10976 ____________________________________________________________________________
10977 [ 15173] By: jhi                                   on 2002/03/11  14:07:01
10978         Log: Update Changes.
10979      Branch: perl
10980            ! Changes patchlevel.h
10981 ____________________________________________________________________________
10982 [ 15172] By: jhi                                   on 2002/03/11  13:54:49
10983         Log: Regen toc.
10984      Branch: perl
10985            ! pod/perltoc.pod
10986 ____________________________________________________________________________
10987 [ 15171] By: jhi                                   on 2002/03/11  13:48:09
10988         Log: Add t/CN.t and t/TW.t; re-sort.
10989      Branch: perl
10990            ! ext/Encode/MANIFEST
10991 ____________________________________________________________________________
10992 [ 15170] By: jhi                                   on 2002/03/11  13:04:25
10993         Log: Document what to do if one yearns back to
10994              the old legacy encoding.
10995      Branch: perl
10996            ! lib/encoding.pm
10997 ____________________________________________________________________________
10998 [ 15169] By: jhi                                   on 2002/03/11  12:57:45
10999         Log: Undocument the use of .*utf8.*{upgrade,downgrade,encode,decode}
11000              as general purpose encoding transformation interfaces
11001              since that's not what they are.
11002      Branch: perl
11003            ! lib/utf8.pm pod/perlunicode.pod sv.c
11004 ____________________________________________________________________________
11005 [ 15168] By: ams                                   on 2002/03/11  12:54:16
11006         Log: Subject: [PATCH] Re: Smoke 15089 Tru64/OSF  Problems: numconvert, lstat
11007              warnings
11008              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11009              Date: Mon, 11 Mar 2002 14:35:22 +0100
11010              Message-Id: <20020311143522.A7431@rafael>
11011      Branch: perl
11012            ! t/lib/warnings/pp_sys
11013 ____________________________________________________________________________
11014 [ 15167] By: ams                                   on 2002/03/11  04:57:20
11015         Log: A little commonsense is better than 1_compile.
11016      Branch: perl
11017            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
11018 ____________________________________________________________________________
11019 [ 15166] By: ams                                   on 2002/03/11  04:53:50
11020         Log: Subject: [PATCH] Hash::Util & restricted hash touch up, part 1
11021              From: Michael G Schwern <schwern@pobox.com>
11022              Date: Sun, 10 Mar 2002 13:27:12 -0500
11023              Message-Id: <20020310182712.GC693@blackrider>
11024              
11025              Subject: [PATCH] Hash::Util part 2
11026              From: Michael G Schwern <schwern@pobox.com>
11027              Date: Sun, 10 Mar 2002 15:09:34 -0500
11028              Message-Id: <20020310200934.GB27112@blackrider>
11029              
11030              Subject: [PATCH] Hash::Util MANIFEST correction
11031              From: Michael G Schwern <schwern@pobox.com>
11032              Date: Sun, 10 Mar 2002 16:27:07 -0500
11033              Message-Id: <20020310212707.GF27112@blackrider>
11034              
11035              (Also changes find.t and taint.t, which were looking for access.t)
11036      Branch: perl
11037            + ext/Data/Util/Changes ext/Data/Util/Makefile.PL
11038            + ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
11039            + ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
11040            + ext/Data/Util/t/Hash.t
11041            - t/lib/access.t
11042            ! MANIFEST hv.c lib/File/Find/t/find.t lib/File/Find/t/taint.t
11043            ! pod/perldiag.pod pod/perltodo.pod universal.c
11044 ____________________________________________________________________________
11045 [ 15165] By: jhi                                   on 2002/03/11  04:52:56
11046         Log: metaconfig: more thready fixes.
11047      Branch: metaconfig
11048            ! U/threads/d_asctime_r.U U/threads/d_ctime_r.U
11049            ! U/threads/d_endgrent_r.U U/threads/d_endpwent_r.U
11050            ! U/threads/d_getgrent_r.U U/threads/d_getgrgid_r.U
11051            ! U/threads/d_getgrnam_r.U U/threads/d_getpwent_r.U
11052            ! U/threads/d_getpwnam_r.U U/threads/d_getpwuid_r.U
11053            ! U/threads/d_gmtime_r.U U/threads/d_localtime_r.U
11054            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
11055            ! U/threads/d_setgrent_r.U U/threads/d_setpwent_r.U
11056            ! U/threads/d_strerror_r.U U/threads/d_ttyname_r.U
11057 ____________________________________________________________________________
11058 [ 15163] By: jhi                                   on 2002/03/11  04:39:54
11059         Log: Skip obsoleted interfaces.
11060      Branch: perl
11061            ! Porting/findrfuncs
11062 ____________________________________________________________________________
11063 [ 15162] By: ams                                   on 2002/03/11  03:48:14
11064         Log: Typo fixes.
11065      Branch: perl
11066            ! perl.c
11067 ____________________________________________________________________________
11068 [ 15161] By: jhi                                   on 2002/03/11  03:36:51
11069         Log: Upgrade to Locale::Codes 2.02.
11070      Branch: perl
11071            + lib/Locale/Codes/t/rename.t
11072            ! MANIFEST lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
11073            ! lib/Locale/Codes/t/uk.t lib/Locale/Country.pm
11074            ! lib/Locale/Country.pod
11075 ____________________________________________________________________________
11076 [ 15160] By: jhi                                   on 2002/03/11  03:36:32
11077         Log: Subject: Re: [PATCH] for broken /proc/curproc/file on FreeBSD
11078              From: Nicholas Clark <nick@unfortu.net>
11079              Date: Sun, 10 Mar 2002 18:17:50 +0000
11080              Message-ID: <20020310181749.GC317@Bagpuss.unfortu.net>
11081              
11082              Subject: Re: [PATCH] for broken /proc/curproc/file on FreeBSD
11083              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
11084              Date: Sun, 10 Mar 2002 13:53:34 -0800
11085              Message-ID: <eX9i8gzkg26G092yn@efn.org>
11086              
11087              (and reenable the feature in freebsd,
11088              and move the freebsd pr url to perl.c)
11089      Branch: perl
11090            ! hints/freebsd.sh perl.c pod/perldelta.pod
11091 ____________________________________________________________________________
11092 [ 15159] By: ams                                   on 2002/03/11  03:34:13
11093         Log: Subject: [PATCH stash.t] access::readonly is gone
11094              From: Michael G Schwern <schwern@pobox.com>
11095              Date: Sun, 10 Mar 2002 16:18:14 -0500
11096              Message-Id: <20020310211813.GE27112@blackrider>
11097      Branch: perl
11098            ! ext/B/t/stash.t
11099 ____________________________________________________________________________
11100 [ 15158] By: ams                                   on 2002/03/11  03:28:04
11101         Log: Subject: [PATCH] Raw socket require privileged user on Win2k
11102              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
11103              Date: Sun, 10 Mar 2002 22:10:15 +0100
11104              Message-Id: <3C8BD9C7.610.7398DD@localhost>
11105      Branch: perl
11106            ! lib/Net/Ping/t/110_icmp_inst.t
11107 ____________________________________________________________________________
11108 [ 15157] By: jhi                                   on 2002/03/11  03:12:01
11109         Log: Subject: [PATCH] Test::Simple/More/Builder 0.42
11110              From: Michael G Schwern <schwern@pobox.com>
11111              Date: Sun, 10 Mar 2002 19:22:33 -0500
11112              Message-ID: <20020311002233.GE4927@blackrider>
11113      Branch: perl
11114            ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple.pm
11115            ! lib/Test/Simple/Changes lib/Test/Simple/t/Builder.t
11116            ! lib/Test/Simple/t/fail-more.t
11117 ____________________________________________________________________________
11118 [ 15156] By: jhi                                   on 2002/03/11  03:10:55
11119         Log: Subject: [PATCH] Test.pm 1.18 -> 1.20
11120              From: Michael G Schwern <schwern@pobox.com>
11121              Date: Sun, 10 Mar 2002 17:14:10 -0500
11122              Message-ID: <20020310221410.GA4915@blackrider>
11123      Branch: perl
11124            ! lib/Test.pm lib/Test/t/fail.t lib/Test/t/mix.t
11125            ! lib/Test/t/onfail.t lib/Test/t/skip.t lib/Test/t/todo.t
11126 ____________________________________________________________________________
11127 [ 15155] By: jhi                                   on 2002/03/11  03:09:16
11128         Log: Subject: [PATCH] more warnings tidyup
11129              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
11130              Date: Sun, 10 Mar 2002 21:01:39 -0000
11131              Message-ID: <AIEAJICLCBDNAAOLLOKLMEEGDPAA.paul_marquess@yahoo.co.uk>
11132      Branch: perl
11133            ! av.c doio.c doop.c dump.c gv.c hv.c malloc.c mg.c numeric.c
11134            ! op.c perl.c pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sys.c
11135            ! regcomp.c regexec.c sv.c taint.c toke.c universal.c utf8.c
11136            ! util.c
11137 ____________________________________________________________________________
11138 [ 15154] By: jhi                                   on 2002/03/11  03:07:03
11139         Log: Subject: Re: [PATCH] xsubpp prototypes warnings
11140              From: Nicholas Clark <nick@unfortu.net>
11141              Date: Sun, 10 Mar 2002 23:21:07 +0000
11142              Message-ID: <20020310232107.GI317@Bagpuss.unfortu.net>
11143      Branch: perl
11144            ! ext/B/C/C.xs ext/Encode/CN/Makefile.PL
11145            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/Makefile.PL
11146            ! ext/Encode/TW/Makefile.PL
11147 ____________________________________________________________________________
11148 [ 15153] By: ams                                   on 2002/03/11  03:06:59
11149         Log: Subject: Re: [patch] IO::Socket::INET Broadcast patch
11150              From: Max Baker <max@warped.org>
11151              Date: Fri, 8 Mar 2002 10:56:19 -0800
11152              Message-Id: <20020308105619.A15039@warped.org>
11153      Branch: perl
11154            ! ext/IO/lib/IO/Socket/INET.pm
11155 ____________________________________________________________________________
11156 [ 15152] By: jhi                                   on 2002/03/11  03:05:54
11157         Log: Subject: [PATCH] spelling correction
11158              From: Nicholas Clark <nick@unfortu.net>
11159              Date: Sun, 10 Mar 2002 18:34:42 +0000
11160              Message-ID: <20020310183441.GE317@Bagpuss.unfortu.net>
11161      Branch: perl
11162            ! pp.c pp_hot.c
11163 ____________________________________________________________________________
11164 [ 15151] By: jhi                                   on 2002/03/11  03:04:33
11165         Log: DG/UX updates from Takis Psarogiannakopoulos.
11166      Branch: perl
11167            ! README.dgux hints/dgux.sh perl.h t/op/stat.t thread.h
11168 ____________________________________________________________________________
11169 [ 15150] By: ams                                   on 2002/03/11  03:02:47
11170         Log: Subject: [PATCH] debugger filenames for Mac OS - db.patch (1/1)
11171              From: Chris Nandor <pudge@pobox.com>
11172              Date: Mon, 04 Mar 2002 17:48:12 -0500
11173              Message-Id: <pudge-3FDB8F.17481204032002@onion.valueclick.com>
11174      Branch: perl
11175            ! lib/DB.pm lib/perl5db.pl
11176 ____________________________________________________________________________
11177 [ 15149] By: jhi                                   on 2002/03/11  03:01:26
11178         Log: metaconfig unit changes in preparation of reentrancy changes.
11179      Branch: metaconfig
11180            + U/threads/d_ctermid_r.U U/threads/d_readdir64_r.U
11181            + U/threads/d_ttyname_r.U
11182            ! U/threads/d_asctime_r.U U/threads/d_ctime_r.U
11183            ! U/threads/d_endgrent_r.U U/threads/d_endhent_r.U
11184            ! U/threads/d_endnent_r.U U/threads/d_endpent_r.U
11185            ! U/threads/d_endpwent_r.U U/threads/d_getgrent_r.U
11186            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
11187            ! U/threads/d_gethent_r.U U/threads/d_getnent_r.U
11188            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
11189            ! U/threads/d_getpwuid_r.U U/threads/d_gmtime_r.U
11190            ! U/threads/d_localtime_r.U U/threads/d_readdir_r.U
11191            ! U/threads/d_setgrent_r.U U/threads/d_setpwent_r.U
11192            ! U/threads/d_strerror_r.U
11193 ____________________________________________________________________________
11194 [ 15148] By: jhi                                   on 2002/03/10  22:32:33
11195         Log: Mysterious characters.
11196      Branch: perl
11197            ! utf8.h
11198 ____________________________________________________________________________
11199 [ 15147] By: jhi                                   on 2002/03/10  17:58:43
11200         Log: Unused.
11201      Branch: perl
11202            ! op.c
11203 ____________________________________________________________________________
11204 [ 15146] By: jhi                                   on 2002/03/10  16:35:55
11205         Log: Implement :std subpragma of the open pragma
11206              that makes the standard filehandles to talk in
11207              encodings.  This change set off a weird warning
11208              from op.c, though: disabled it now until someone
11209              who knows what it is about comes along.
11210      Branch: perl
11211            ! lib/open.pm op.c
11212 ____________________________________________________________________________
11213 [ 15145] By: jhi                                   on 2002/03/10  16:00:46
11214         Log: Document the logic of :locale better.
11215      Branch: perl
11216            ! lib/open.pm
11217 ____________________________________________________________________________
11218 [ 15144] By: jhi                                   on 2002/03/10  15:53:57
11219         Log: Subject: [PATCH] for broken /proc/curproc/file on FreeBSD
11220              From: Slaven Rezic <slaven.rezic@berlin.de>
11221              Date: 10 Mar 2002 02:49:17 +0100
11222              Message-ID: <87lmd1qjj6.fsf@vran.herceg.de>
11223      Branch: perl
11224            ! hints/freebsd.sh
11225 ____________________________________________________________________________
11226 [ 15143] By: jhi                                   on 2002/03/10  15:46:22
11227         Log: Subject: Encode::Tcl docs (was Re: UTF-16 and other missing(?) encodings)    
11228              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
11229              Date: Sun, 10 Mar 2002 17:08:54 +0900
11230              Message-Id: <20020310170748.1F29.BQW10602@nifty.com>
11231      Branch: perl
11232            ! ext/Encode/lib/Encode/Tcl.pm
11233            ! ext/Encode/lib/Encode/Tcl/Escape.pm
11234            ! ext/Encode/lib/Encode/Tcl/Extended.pm
11235            ! ext/Encode/lib/Encode/Tcl/Table.pm
11236 ____________________________________________________________________________
11237 [ 15142] By: jhi                                   on 2002/03/10  15:43:54
11238         Log: The patch does the following:
11239              - Nix the unneccessary diagnostics line
11240              - Quell -w warnings if the first ENV doesn't exist
11241              - While zh_CN means euc-cn, zh_TW almost invariably mean big5, as euc-tw
11242              is too baroque and bloated for daily use (and for perl core inclusion).
11243              - "Cannot figure out an encoding to use" when locale is 'C' is rendered
11244              non-fatal.
11245              - Consequently, the ^OPEN bits is set only when needed.
11246      Branch: perl
11247            ! lib/open.pm
11248 ____________________________________________________________________________
11249 [ 15141] By: jhi                                   on 2002/03/10  05:15:26
11250         Log: Misc tiny tweaks from Sarathy, good for threaded builds.
11251      Branch: perl
11252            ! ext/Socket/Socket.xs hints/linux.sh pp_sys.c
11253 ____________________________________________________________________________
11254 [ 15140] By: jhi                                   on 2002/03/10  05:12:08
11255         Log: Precedence problem.
11256      Branch: perl
11257            ! ext/Socket/socketpair.t
11258 ____________________________________________________________________________
11259 [ 15139] By: jhi                                   on 2002/03/10  04:57:07
11260         Log: Renaming tweaks, and split off the reentrant "superbuffer"
11261              init routine.
11262      Branch: perl
11263            ! embed.fnc embed.h global.sym intrpvar.h op.h perl.c proto.h
11264            ! sv.c util.c
11265 ____________________________________________________________________________
11266 [ 15138] By: jhi                                   on 2002/03/10  00:59:50
11267         Log: The 7-bit jis seems to be the hanging one.
11268      Branch: perl
11269            ! ext/Encode/t/Tcl.t
11270 ____________________________________________________________________________
11271 [ 15137] By: jhi                                   on 2002/03/10  00:39:18
11272         Log: Begone.
11273      Branch: perl
11274            ! ext/Encode/MANIFEST
11275 ____________________________________________________________________________
11276 [ 15136] By: jhi                                   on 2002/03/09  23:56:42
11277         Log: Better fix from Autrijus.
11278      Branch: perl
11279            ! ext/Encode/CN/CN.pm ext/Encode/Encode.pm ext/Encode/JP/JP.pm
11280            ! ext/Encode/KR/KR.pm ext/Encode/TW/TW.pm
11281 ____________________________________________________________________________
11282 [ 15135] By: jhi                                   on 2002/03/09  18:49:55
11283         Log: Not everybody has Encode::HanExtra.
11284      Branch: perl
11285            ! ext/Encode/Encode.pm
11286 ____________________________________________________________________________
11287 [ 15134] By: jhi                                   on 2002/03/09  18:30:18
11288         Log: Decutandpasto.
11289      Branch: perl
11290            ! ext/Encode/lib/Encode/Tcl.pm
11291 ____________________________________________________________________________
11292 [ 15133] By: jhi                                   on 2002/03/09  18:19:38
11293         Log: Subject: [PATCH] Data::Dumper
11294              From: Nicholas Clark <nick@unfortu.net>
11295              Date: Sat, 9 Mar 2002 19:03:54 +0000
11296              Message-ID: <20020309190353.GE307@Bagpuss.unfortu.net>
11297      Branch: perl
11298            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
11299            ! ext/Data/Dumper/t/dumper.t
11300 ____________________________________________________________________________
11301 [ 15132] By: jhi                                   on 2002/03/09  16:55:40
11302         Log: Subject: [PATCH] socketpair.t w/o fork
11303              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
11304              Date: Sat, 9 Mar 2002 14:55:11 +0100
11305              Message-ID: <3C8A224F.29578.13691BA@localhost>
11306              
11307              (modified as suggested by Sarathy)
11308      Branch: perl
11309            ! ext/Socket/socketpair.t
11310 ____________________________________________________________________________
11311 [ 15131] By: jhi                                   on 2002/03/09  16:05:00
11312         Log: Subject: [PATCH perldelta] Mention Change 14727
11313              From: Autrijus Tang <autrijus@autrijus.org>
11314              Date: Sat, 9 Mar 2002 23:31:40 +0800
11315              Message-ID: <20020309153140.GA4224@not.autrijus.org>
11316      Branch: perl
11317            ! pod/perldelta.pod
11318 ____________________________________________________________________________
11319 [ 15130] By: jhi                                   on 2002/03/09  16:02:58
11320         Log: Make Encode.pm implicitly load external CJK tables the first
11321              time they're needed (instead of immediately), from Autrijus
11322              Tang.
11323      Branch: perl
11324            ! ext/Encode/Encode.pm
11325 ____________________________________________________________________________
11326 [ 15129] By: jhi                                   on 2002/03/09  16:01:00
11327         Log: Subject: Re: Two questions
11328              From: Nicholas Clark <nick@unfortu.net>
11329              Date: Sat, 9 Mar 2002 12:42:40 +0000
11330              Message-ID: <20020309124239.GC307@Bagpuss.unfortu.net>
11331      Branch: perl
11332            ! Porting/pumpkin.pod
11333 ____________________________________________________________________________
11334 [ 15128] By: jhi                                   on 2002/03/09  04:19:22
11335         Log: Subject: [PATCH] pp_sys.c (pp_sselect to not clobber storage on BigEndian
11336              From: Paul_GreenVOS@vos.stratus.com
11337              Date: Fri, 8 Mar 02 22:34 est
11338              Message-Id: <200203090336.WAA11215@mailhub1.stratus.com>
11339      Branch: perl
11340            ! pp_sys.c
11341 ____________________________________________________________________________
11342 [ 15127] By: jhi                                   on 2002/03/09  01:34:41
11343         Log: Subject: [PATCH @15084] perl -Dt doesnt output newlines
11344              From: davem@fdgroup.co.uk
11345              Date: Sat, 9 Mar 2002 00:13:27 GMT
11346              Message-Id: <200203090013.AAA01000@gizmo.fdgroup.co.uk>
11347      Branch: perl
11348            ! dump.c
11349 ____________________________________________________________________________
11350 [ 15126] By: jhi                                   on 2002/03/09  01:23:16
11351         Log: Deglitch from Rafael.
11352      Branch: perl
11353            ! ext/B/t/lint.t
11354 ____________________________________________________________________________
11355 [ 15125] By: jhi                                   on 2002/03/08  23:49:00
11356         Log: Still more portability.
11357      Branch: perl
11358            ! Porting/findrfuncs
11359 ____________________________________________________________________________
11360 [ 15124] By: jhi                                   on 2002/03/08  22:54:50
11361         Log: More portability.
11362      Branch: perl
11363            ! Porting/findrfuncs
11364 ____________________________________________________________________________
11365 [ 15123] By: jhi                                   on 2002/03/08  22:14:37
11366         Log: Shared library paths; running tests manually.
11367      Branch: perl
11368            ! INSTALL
11369 ____________________________________________________________________________
11370 [ 15122] By: jhi                                   on 2002/03/08  22:02:37
11371         Log: Subject: RE: Two questions
11372              From: "Green, Paul" <Paul.Green@stratus.com>
11373              Date: Fri, 8 Mar 2002 17:55:19 -0500
11374              Message-ID: <A2A34F15EE916148BC4C4748223E67A4014E231C@EXNA4.stratus.com>
11375      Branch: perl
11376            ! Porting/pumpkin.pod
11377 ____________________________________________________________________________
11378 [ 15121] By: jhi                                   on 2002/03/08  21:52:51
11379         Log: New shinier lint.t (and Lint.pm) from Rafael Garcia-Suarez.
11380              (Lint.pm nit noticed by Michael Cook <michael@waxrat.com>)
11381      Branch: perl
11382            + ext/B/t/lint.t
11383            ! MANIFEST ext/B/B/Lint.pm
11384 ____________________________________________________________________________
11385 [ 15120] By: jhi                                   on 2002/03/08  20:27:42
11386         Log: metaconfig unit change for #15119.
11387      Branch: metaconfig
11388            ! U/threads/d_pthread_atfork.U
11389 ____________________________________________________________________________
11390 [ 15119] By: jhi                                   on 2002/03/08  20:27:17
11391         Log: In DG/UX finding pthread_atfork requires a true compile,
11392              from Takis Psarogiannakopoulos.
11393      Branch: perl
11394            ! Configure config_h.SH
11395 ____________________________________________________________________________
11396 [ 15118] By: jhi                                   on 2002/03/08  20:07:07
11397         Log: Subject: [PATCH] Forgot an OVERLOAD character in xsubpp
11398              From: John Peacock <jpeacock@rowman.com>
11399              Date: Fri, 08 Mar 2002 15:52:41 -0500
11400              Message-ID: <3C892499.4050502@rowman.com>
11401      Branch: perl
11402            ! lib/ExtUtils/xsubpp
11403 ____________________________________________________________________________
11404 [ 15117] By: jhi                                   on 2002/03/08  20:05:41
11405         Log: Subject: [PATCH @15109] test numbers for t/op/write.t
11406              From: "Craig A. Berry" <craigberry@mac.com>
11407              Date: Fri, 08 Mar 2002 15:02:51 -0600
11408              Message-Id: <5.1.0.14.2.20020308145949.030c8c90@exchi01>
11409      Branch: perl
11410            ! t/op/write.t
11411 ____________________________________________________________________________
11412 [ 15116] By: jhi                                   on 2002/03/08  18:53:42
11413         Log: Subject: [PATCH] *BETTER* installperl script patch for VOS
11414              From: Paul_GreenVOS@vos.stratus.com
11415              Date: Fri, 8 Mar 02 14:45 est
11416              Message-Id: <200203081947.OAA29065@mailhub1.stratus.com>
11417      Branch: perl
11418            ! installperl
11419 ____________________________________________________________________________
11420 [ 15115] By: jhi                                   on 2002/03/08  18:52:30
11421         Log: Subject: [PATCH @15109] tm_tm_* for VMS
11422              From: "Craig A. Berry" <craigberry@mac.com>
11423              Date: Fri, 08 Mar 2002 13:07:52 -0600
11424              Message-Id: <5.1.0.14.2.20020308123619.01ae5230@exchi01>
11425      Branch: perl
11426            ! configure.com
11427 ____________________________________________________________________________
11428 [ 15114] By: jhi                                   on 2002/03/08  18:51:27
11429         Log: Detypo.
11430      Branch: perl
11431            ! Changes
11432 ____________________________________________________________________________
11433 [ 15113] By: jhi                                   on 2002/03/08  18:49:56
11434         Log: Better test for #14795 (bug id 20020124.005) from Andreas.
11435      Branch: perl
11436            ! t/op/pat.t
11437 ____________________________________________________________________________
11438 [ 15112] By: jhi                                   on 2002/03/08  17:56:36
11439         Log: HP-UX nm seems to repeat itself.
11440      Branch: perl
11441            ! Porting/findrfuncs
11442 ____________________________________________________________________________
11443 [ 15111] By: jhi                                   on 2002/03/08  17:50:21
11444         Log: Nice porting script from Sarathy.  Well, less nice
11445              in the sense that it shows the looong road ahead.
11446      Branch: perl
11447            + Porting/findrfuncs
11448            ! MANIFEST Porting/makerel
11449 ____________________________________________________________________________
11450 [ 15110] By: jhi                                   on 2002/03/08  15:58:25
11451         Log: Subject: Re: Performance considerations for UTF-8
11452              From: Jarkko Hietaniemi <jhi@iki.fi>
11453              Date: Fri, 8 Mar 2002 18:53:28 +0200
11454              Message-ID: <20020308185328.D640@alpha.hut.fi>
11455              
11456              (put all in perlunicode)
11457      Branch: perl
11458            ! pod/perlunicode.pod
11459 ____________________________________________________________________________
11460 [ 15109] By: jhi                                   on 2002/03/08  15:09:38
11461         Log: Update Changes.
11462      Branch: perl
11463            ! Changes patchlevel.h
11464 ____________________________________________________________________________
11465 [ 15108] By: jhi                                   on 2002/03/08  14:59:50
11466         Log: Subject: Cygwin cygipc support skipped
11467              From: "Gerrit P. Haase" <gerrit@familiehaase.de>
11468              Date: Fri, 8 Mar 2002 16:59:34 +0100
11469              Message-ID: <113694157285.20020308165934@familiehaase.de>
11470      Branch: perl
11471            ! hints/cygwin.sh
11472 ____________________________________________________________________________
11473 [ 15107] By: jhi                                   on 2002/03/08  14:48:36
11474         Log: metaconfig unit change for #15106.
11475      Branch: metaconfig
11476            ! U/compline/d_gconvert.U
11477 ____________________________________________________________________________
11478 [ 15106] By: jhi                                   on 2002/03/08  14:48:14
11479         Log: Subject: Re: [PATCH] tests for Gconvert
11480              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
11481              Date: Thu, 07 Mar 2002 16:48:10 -0800
11482              Message-ID: <KpAi8gzkganW092yn@efn.org>
11483      Branch: perl
11484            ! Configure config_h.SH t/base/num.t
11485 ____________________________________________________________________________
11486 [ 15105] By: jhi                                   on 2002/03/08  14:32:55
11487         Log: The new test has some teething problems.
11488      Branch: perl
11489            - ext/B/t/lint.t
11490            ! MANIFEST
11491 ____________________________________________________________________________
11492 [ 15104] By: jhi                                   on 2002/03/08  13:42:24
11493         Log: Subject: [PATCH] B::Lint tests
11494              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11495              Date: Fri, 8 Mar 2002 14:47:19 +0100
11496              Message-ID: <20020308144719.A2663@rafael>
11497      Branch: perl
11498            + ext/B/t/lint.t
11499            ! MANIFEST ext/B/B/Lint.pm
11500 ____________________________________________________________________________
11501 [ 15103] By: jhi                                   on 2002/03/08  13:40:35
11502         Log: Subject: [PATCH] hints/powerux.sh for perl-5.7.3
11503              From: Tom Horsley <Tom.Horsley@mail.ccur.com>
11504              Date: Fri, 8 Mar 2002 13:24:14 GMT
11505              Message-Id: <200203081324.NAA00642@cleo>
11506      Branch: perl
11507            ! hints/powerux.sh
11508 ____________________________________________________________________________
11509 [ 15102] By: jhi                                   on 2002/03/08  13:37:04
11510         Log: Subject: HP has some new models
11511              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11512              Date: Fri, 08 Mar 2002 13:07:02 +0100
11513              Message-Id: <20020308130529.E335.H.M.BRAND@hccnet.nl>
11514      Branch: perl
11515            ! README.hpux
11516 ____________________________________________________________________________
11517 [ 15101] By: ams                                   on 2002/03/08  09:11:40
11518         Log: Subject: [PATCH: pod/perlguts.pod] pod markup fixes
11519              From: Stas Bekman <stas@stason.org>
11520              Date: Fri, 8 Mar 2002 15:29:53 +0800 (SGT)
11521              Message-Id: <Pine.LNX.4.44.0203081529050.5375-100000@hope.stason.org>
11522      Branch: perl
11523            ! pod/perlguts.pod
11524 ____________________________________________________________________________
11525 [ 15100] By: pudge                                 on 2002/03/08  03:23:17
11526         Log: Update Changes
11527      Branch: maint-5.6/macperl
11528            ! macos/Changes
11529 ____________________________________________________________________________
11530 [ 15099] By: pudge                                 on 2002/03/08  03:20:06
11531         Log: Replace macperlbundled with macperldelta
11532      Branch: maint-5.6/macperl
11533            ! macos/macperl/MacPerl.podhelp
11534 ____________________________________________________________________________
11535 [ 15098] By: pudge                                 on 2002/03/08  03:19:44
11536         Log: Comsetic fixes (Thomas Wegner)
11537      Branch: maint-5.6/macperl
11538            ! macos/macperl/MPBalloons.ball macos/macperl/MacPerl.r
11539 ____________________________________________________________________________
11540 [ 15097] By: pudge                                 on 2002/03/08  03:19:08
11541         Log: Bump OS version
11542      Branch: maint-5.6/macperl
11543            ! macos/config.sh
11544 ____________________________________________________________________________
11545 [ 15096] By: jhi                                   on 2002/03/08  03:14:41
11546         Log: Thought I deleted this already?
11547      Branch: perl
11548            - ext/I18N/Langinfo/fallback.c
11549 ____________________________________________________________________________
11550 [ 15095] By: jhi                                   on 2002/03/08  03:06:20
11551         Log: perlport updates from Pudge.
11552      Branch: perl
11553            ! pod/perlport.pod
11554 ____________________________________________________________________________
11555 [ 15094] By: ams                                   on 2002/03/08  03:06:03
11556         Log: Nitpick.
11557      Branch: perl
11558            ! MANIFEST
11559 ____________________________________________________________________________
11560 [ 15093] By: jhi                                   on 2002/03/08  03:00:46
11561         Log: Wrong test.
11562      Branch: perl
11563            ! pod/perldelta.pod
11564 ____________________________________________________________________________
11565 [ 15091] By: jhi                                   on 2002/03/08  02:25:23
11566         Log: Integrate change 14064 from macperl to blead.
11567      Branch: perl
11568           !> pod/perlmodinstall.pod pod/perlport.pod
11569 ____________________________________________________________________________
11570 [ 15090] By: pudge                                 on 2002/03/08  02:15:01
11571         Log: Integrate recent perlport changes
11572      Branch: maint-5.6/macperl
11573           !> pod/perlport.pod
11574 ____________________________________________________________________________
11575 [ 15089] By: ams                                   on 2002/03/08  01:54:03
11576         Log: Subject: [ID 20020307.010] [Patch docs] A _very_ small patch to correct a
11577              minor typo in perlguts.pod
11578              From: Anton Tagunov <tagunov@motor.ru>
11579              Date: Fri, 8 Mar 2002 05:26:59 +0300
11580              Message-Id: <4649821189.20020308052659@motor.ru>
11581      Branch: perl
11582            ! pod/perlguts.pod
11583 ____________________________________________________________________________
11584 [ 15088] By: jhi                                   on 2002/03/08  01:40:41
11585         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"! 
11586              From: Anton Tagunov <tagunov@newmail.ru>
11587              Date: Fri, 8 Mar 2002 04:31:44 +0300
11588              Message-ID: <13946506773.20020308043144@newmail.ru>
11589              
11590              (one test changed)
11591      Branch: perl
11592            ! lib/encoding.t sv.c
11593 ____________________________________________________________________________
11594 [ 15087] By: jhi                                   on 2002/03/08  00:15:08
11595         Log: Subject: [PATCH perldelta] some more deltas
11596              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11597              Date: Thu, 7 Mar 2002 23:13:23 +0100
11598              Message-ID: <20020307231323.A13068@rafael>
11599      Branch: perl
11600            ! pod/perldelta.pod
11601 ____________________________________________________________________________
11602 [ 15086] By: jhi                                   on 2002/03/07  22:43:31
11603         Log: Subject: [PATCH] perl/t/io/fs.t -- VOS bug
11604              From: Paul_GreenVOS@vos.stratus.com
11605              Date: Thu, 7 Mar 02 14:25 est
11606              Message-Id: <200203071924.OAA03273@mailhub2.stratus.com>
11607      Branch: perl
11608            ! t/io/fs.t
11609 ____________________________________________________________________________
11610 [ 15085] By: jhi                                   on 2002/03/07  22:37:51
11611         Log: As suggested by Anton Tagunov, eq and cmp now obey the
11612              encoding pragma (by remapping their byte argument if the
11613              other argument is in Unicode).  Also fix a bug found by
11614              Anton where ord undef under the encoding pragma would barf.
11615              ([ID 20020307.009] A null pointer dereference with 'use encoding')
11616              Finally, use the nicer form of sv_recode_to_utf8.
11617      Branch: perl
11618            ! lib/encoding.pm lib/encoding.t pp.c regcomp.c sv.c toke.c
11619 ____________________________________________________________________________
11620 [ 15084] By: jhi                                   on 2002/03/07  20:54:02
11621         Log: Retract #14985, #14899, and #14990, following the principles
11622              "Do no harm." and "If it ain't broke, don't fix it."
11623              
11624              Firstly, the #14985 broke badly on UTF-EBCDIC, #14990 fixed
11625              some, but still broken, and I do not have the extra brain
11626              cells for the EBCDIC backport.  Secondly, the old version
11627              worked both in EBCDIC and non-.  Thirdly, the old version
11628              may be more amenable for the behaviour suggsted by Anton
11629              Tagunov regarding the encoding pragma.
11630      Branch: perl
11631            ! embed.fnc embed.h global.sym proto.h sv.c util.c
11632 ____________________________________________________________________________
11633 [ 15083] By: jhi                                   on 2002/03/07  20:26:36
11634         Log: Long doubles give you long doubles.
11635      Branch: perl
11636            ! t/base/num.t
11637 ____________________________________________________________________________
11638 [ 15082] By: jhi                                   on 2002/03/07  18:16:39
11639         Log: Forgotten deMANIFESTation.
11640      Branch: perl
11641            ! MANIFEST
11642 ____________________________________________________________________________
11643 [ 15081] By: jhi                                   on 2002/03/07  17:29:17
11644         Log: Obsolete unused file, noticed by Dank Kogai.
11645      Branch: perl
11646            - ext/Encode/lib/Encode/JP/Tr.pm
11647 ____________________________________________________________________________
11648 [ 15080] By: ams                                   on 2002/03/07  11:31:46
11649         Log: Subject: [PATCH Changes] Changes should mirror version number
11650              From: Robin Barker <rmb1@cise.npl.co.uk>
11651              Date: Thu, 7 Mar 2002 11:04:24 GMT
11652              Message-Id: <200203071104.LAA17200@tempest.npl.co.uk>
11653      Branch: perl
11654            ! Porting/pumpkin.pod
11655 ____________________________________________________________________________
11656 [ 15079] By: jhi                                   on 2002/03/07  04:40:06
11657         Log: metaconfig unit change for #15078.
11658      Branch: metaconfig
11659            ! U/compline/d_gconvert.U
11660 ____________________________________________________________________________
11661 [ 15078] By: jhi                                   on 2002/03/07  04:39:39
11662         Log: Subject: Re: [PATCH] tests for Gconvert
11663              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
11664              Date: Wed, 06 Mar 2002 20:22:54 -0800
11665              Message-ID: <esuh8gzkg2/b092yn@efn.org>
11666      Branch: perl
11667            ! Configure pod/perldelta.pod t/base/num.t
11668 ____________________________________________________________________________
11669 [ 15077] By: jhi                                   on 2002/03/07  03:27:38
11670         Log: Mac OS X UFS does not do ctime.
11671      Branch: perl
11672            ! pod/perldelta.pod pod/perlport.pod
11673 ____________________________________________________________________________
11674 [ 15076] By: jhi                                   on 2002/03/07  02:40:09
11675         Log: AUTHORS updates.
11676      Branch: perl
11677            ! AUTHORS
11678 ____________________________________________________________________________
11679 [ 15075] By: jhi                                   on 2002/03/07  01:48:46
11680         Log: Continued Chinese puzzles from Autrijus.
11681      Branch: perl
11682            + ext/Encode/t/CN.t ext/Encode/t/TW.t
11683            ! MANIFEST ext/Encode/lib/Encode/CN/HZ.pm
11684 ____________________________________________________________________________
11685 [ 15074] By: jhi                                   on 2002/03/07  00:16:10
11686         Log: Subject: [PATCH bleadperl] reordering conditions in Win32.pm
11687              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
11688              Date: Wed, 6 Mar 2002 18:13:51 +0100
11689              Message-ID: <16925657426.20020306181351@tesla.rcub.bg.ac.yu>
11690      Branch: perl
11691            ! lib/File/Spec/Win32.pm
11692 ____________________________________________________________________________
11693 [ 15073] By: jhi                                   on 2002/03/07  00:15:11
11694         Log: perlport tweaks.
11695      Branch: perl
11696            ! pod/perlport.pod
11697 ____________________________________________________________________________
11698 [ 15072] By: jhi                                   on 2002/03/07  00:05:11
11699         Log: Subject: Re: [PATCH docs] Re: Bug with -M
11700              From: Michael G Schwern <schwern@pobox.com>
11701              Date: Wed, 6 Mar 2002 16:20:27 -0500
11702              Message-ID: <20020306212027.GC4257@blackrider>
11703      Branch: perl
11704            ! pod/perlfunc.pod pod/perlport.pod
11705 ____________________________________________________________________________
11706 [ 15071] By: jhi                                   on 2002/03/06  20:20:29
11707         Log: perldelta updates.
11708      Branch: perl
11709            ! pod/perldelta.pod
11710 ____________________________________________________________________________
11711 [ 15070] By: jhi                                   on 2002/03/06  20:06:37
11712         Log: 5005threads wasn't even compiling.
11713      Branch: perl
11714            ! perl.c
11715 ____________________________________________________________________________
11716 [ 15069] By: jhi                                   on 2002/03/06  15:06:33
11717         Log: Subject: Re: perl@15047 New format tests for still existing bugs
11718              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11719              Date: Wed, 06 Mar 2002 12:59:29 +0100
11720              Message-Id: <20020306125854.C6F5.H.M.BRAND@hccnet.nl>
11721      Branch: perl
11722            ! t/op/write.t
11723 ____________________________________________________________________________
11724 [ 15068] By: jhi                                   on 2002/03/06  15:04:41
11725         Log: Regen Glossary et al.
11726      Branch: perl
11727            ! Porting/Glossary Porting/config.sh Porting/config_H
11728 ____________________________________________________________________________
11729 [ 15067] By: jhi                                   on 2002/03/06  14:39:58
11730         Log: Use HAS_TM_TM_ZONE (from #15065).  Should help
11731              [ID 20020305.022] POSIX::strftime dumps core: STRUCT_TM_HASZONE should be set
11732      Branch: perl
11733            ! util.c
11734 ____________________________________________________________________________
11735 [ 15066] By: jhi                                   on 2002/03/06  14:39:40
11736         Log: metaconfig unit change for #15065.
11737      Branch: metaconfig
11738            ! U/compline/i_time.U
11739 ____________________________________________________________________________
11740 [ 15065] By: jhi                                   on 2002/03/06  14:39:18
11741         Log: Scan for tm_zone (and tm_gmtoff, while we are at it).
11742      Branch: perl
11743            ! Configure config_h.SH
11744 ____________________________________________________________________________
11745 [ 15064] By: jhi                                   on 2002/03/06  14:14:02
11746         Log: Must remove fallback.c also from here.
11747      Branch: perl
11748            ! MANIFEST
11749 ____________________________________________________________________________
11750 [ 15063] By: jhi                                   on 2002/03/06  13:37:31
11751         Log: Subject: Re: perl@15047 WinCE
11752              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11753              Date: Wed, 06 Mar 2002 13:41:30 +0100
11754              Message-Id: <20020306134107.C6F8.H.M.BRAND@hccnet.nl>
11755              
11756              Subject: Re: perl@15047 Win32
11757              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11758              Date: Wed, 06 Mar 2002 13:46:02 +0100
11759              Message-Id: <20020306134539.C6FB.H.M.BRAND@hccnet.nl>
11760              
11761              Subject: Re: perl@15047 Epoc
11762              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11763              Date: Wed, 06 Mar 2002 13:48:31 +0100
11764              Message-Id: <20020306134811.C6FE.H.M.BRAND@hccnet.nl>
11765              
11766              Subject: Re: perl@15047 NetWare
11767              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11768              Date: Wed, 06 Mar 2002 13:55:46 +0100
11769              Message-Id: <20020306135406.C701.H.M.BRAND@hccnet.nl>
11770      Branch: perl
11771            ! NetWare/config_H.wc epoc/config.sh win32/Makefile
11772            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
11773            ! wince/Makefile.ce wince/config.h
11774 ____________________________________________________________________________
11775 [ 15062] By: ams                                   on 2002/03/06  09:26:49
11776         Log: Subject: Re: perl@15047
11777              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11778              Date: Wed, 06 Mar 2002 11:25:50 +0100
11779              Message-Id: <20020306112536.C6E9.H.M.BRAND@hccnet.nl>
11780      Branch: perl
11781            ! cygwin/perlld.in
11782 ____________________________________________________________________________
11783 [ 15061] By: ams                                   on 2002/03/06  08:44:12
11784         Log: Subject: Re: perl@15047
11785              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11786              Date: Wed, 06 Mar 2002 10:38:02 +0100
11787              Message-Id: <20020306103741.C6E3.H.M.BRAND@hccnet.nl>
11788      Branch: perl
11789            ! pod/perldelta.pod
11790 ____________________________________________________________________________
11791 [ 15060] By: ams                                   on 2002/03/06  08:30:33
11792         Log: Subject: Update perlhist.pod
11793              From: mjd@plover.com
11794              Date: 6 Mar 2002 07:11:55 -0000
11795              Message-Id: <20020306071155.10240.qmail@plover.com>
11796              
11797              Subject: [PATCH pod/perlvar.pod] $^V => string
11798              From: Stas Bekman <stas@stason.org>
11799              Date: Wed, 06 Mar 2002 14:56:55 +0800
11800              Message-Id: <3C85BDB7.7050700@stason.org>
11801      Branch: perl
11802            ! pod/perlhist.pod pod/perlvar.pod
11803 ____________________________________________________________________________
11804 [ 15059] By: ams                                   on 2002/03/06  04:15:38
11805         Log: Subject: [PATCH] assorted configure.com fix-ups
11806              From: "Craig A. Berry" <craigberry@mac.com>
11807              Date: Tue, 5 Mar 2002 23:11:22 -0600
11808              Message-Id: <a05101507b8ab5389f9be@[172.16.52.1]>
11809      Branch: perl
11810            ! configure.com
11811 ____________________________________________________________________________
11812 [ 15058] By: jhi                                   on 2002/03/06  04:01:27
11813         Log: IRIX failure with long doubles.
11814      Branch: perl
11815            ! t/op/pack.t
11816 ____________________________________________________________________________
11817 [ 15057] By: jhi                                   on 2002/03/06  03:12:15
11818         Log: Make reality and Changes coincide.
11819      Branch: perl
11820            ! Changes
11821 ____________________________________________________________________________
11822 [ 15056] By: jhi                                   on 2002/03/06  00:49:03
11823         Log: Subject: Re[2]: [ID 20020303.005] Patch ... C API description
11824              From: Anton Tagunov <tagunov@motor.ru>
11825              Date: Wed, 6 Mar 2002 02:10:21 +0300
11826              Message-ID: <11152782757.20020306021021@motor.ru>
11827              
11828              (reworded)
11829      Branch: perl
11830            ! pod/perluniintro.pod
11831 ____________________________________________________________________________
11832 [ 15055] By: jhi                                   on 2002/03/06  00:35:22
11833         Log: Subject: [PATCH] B::Lint doesn't work
11834              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11835              Date: Tue, 5 Mar 2002 22:51:18 +0100
11836              Message-ID: <20020305225118.C733@rafael>
11837      Branch: perl
11838            ! ext/B/B/Lint.pm
11839 ____________________________________________________________________________
11840 [ 15054] By: jhi                                   on 2002/03/06  00:34:32
11841         Log: Subject: Re: [PATCH] Re: [ID 20000922.001] Implicit comparison to $. not performed before filehandle read
11842              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
11843              Date: Mon, 04 Mar 2002 16:24:32 -0800
11844              Message-ID: <ABBh8gzkgezX092yn@efn.org>
11845      Branch: perl
11846            ! op.h pp_ctl.c t/op/flip.t
11847 ____________________________________________________________________________
11848 [ 15053] By: jhi                                   on 2002/03/06  00:31:02
11849         Log: Subject: [PATCH] Re: [ID 20020305.018] test failures with perl5.7.3 on FreeBSD 4.3
11850              From: Nicholas Clark <nick@unfortu.net>
11851              Date: Tue, 5 Mar 2002 22:30:49 +0000
11852              Message-ID: <20020305223049.GH1693@Bagpuss.unfortu.net>
11853      Branch: perl
11854            ! pod/perldelta.pod
11855 ____________________________________________________________________________
11856 [ 15052] By: jhi                                   on 2002/03/06  00:28:40
11857         Log: Subject: [PATCH] tests for Gconvert
11858              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
11859              Date: Tue, 05 Mar 2002 16:35:45 -0800
11860              Message-ID: <hRWh8gzkgONX092yn@efn.org>
11861      Branch: perl
11862            ! t/base/num.t
11863 ____________________________________________________________________________
11864 [ 15051] By: jhi                                   on 2002/03/06  00:25:27
11865         Log: Subject: [PATCH] toplevel Makefile.SH
11866              From: Paul_GreenVOS@vos.stratus.com
11867              Date: Tue, 5 Mar 02 17:34 est
11868              Message-Id: <200203052233.RAA18424@mailhub2.stratus.com>
11869      Branch: perl
11870            ! Makefile.SH
11871 ____________________________________________________________________________
11872 [ 15050] By: jhi                                   on 2002/03/05  20:46:40
11873         Log: Subject: [PATCH] pointer to perldelta in Changes
11874              From: Chris Nandor <pudge@pobox.com>
11875              Date: Tue, 05 Mar 2002 16:04:50 -0500
11876              Message-ID: <pudge-920238.16045005032002@onion.valueclick.com>
11877      Branch: perl
11878            ! Changes
11879 ____________________________________________________________________________
11880 [ 15049] By: jhi                                   on 2002/03/05  20:45:33
11881         Log: Subject: [PATCH perldelta] chom?p overridability is the other way
11882              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11883              Date: Tue, 5 Mar 2002 22:26:20 +0100
11884              Message-ID: <20020305222620.A733@rafael>
11885      Branch: perl
11886            ! pod/perldelta.pod
11887 ____________________________________________________________________________
11888 [ 15048] By: jhi                                   on 2002/03/05  20:43:45
11889         Log: Solaris: allow for /usr/bin/df not to exist.
11890              
11891              Subject: [ID 20020305.014] Configure: /usr/bin/df: not found
11892              From: Kingpin <mthurn@copper.dulles.tasc.com>
11893              Date: Tue, 5 Mar 2002 15:26:55 -0500 (EST)
11894              Message-Id: <200203052026.g25KQtV24683@copper.dulles.tasc.com>
11895      Branch: perl
11896            ! hints/solaris_2.sh
11897 ____________________________________________________________________________
11898 [ 15047] By: jhi                                   on 2002/03/05  15:36:10
11899         Log: Update Changes.
11900      Branch: perl
11901            ! Changes patchlevel.h
11902 ____________________________________________________________________________
11903 [ 15046] By: jhi                                   on 2002/03/05  14:56:19
11904         Log: Double MANIFESTing.
11905      Branch: perl
11906            ! ext/Encode/MANIFEST
11907 ____________________________________________________________________________
11908 [ 15045] By: jhi                                   on 2002/03/05  14:29:41
11909         Log: Remove HanZi and 7bit-kr, from SADAHIRO Tomoyuki.
11910      Branch: perl
11911            - ext/Encode/Encode/7bit-kr.enc
11912            - ext/Encode/lib/Encode/Tcl/HanZi.pm
11913            ! MANIFEST ext/Encode/lib/Encode/Tcl.pm
11914 ____________________________________________________________________________
11915 [ 15044] By: jhi                                   on 2002/03/05  13:40:31
11916         Log: Subject: [PATCH] Re: [ID 20020227.024] unexpected warning getc() on unopened filehandle STDIN
11917              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11918              Date: Tue, 5 Mar 2002 14:35:57 +0100
11919              Message-ID: <20020305143557.C695@rafael>   
11920      Branch: perl
11921            ! pp_sys.c t/lib/warnings/pp_sys
11922 ____________________________________________________________________________
11923 [ 15043] By: jhi                                   on 2002/03/05  13:36:30
11924         Log: Subject: [PATCH Devel::PPPort]
11925              From: Robin Barker <rmb1@cise.npl.co.uk>
11926              Date: Tue, 5 Mar 2002 13:37:59 GMT
11927              Message-Id: <200203051337.NAA14686@tempest.npl.co.uk>
11928      Branch: perl
11929            ! ext/Devel/PPPort/Makefile.PL
11930 ____________________________________________________________________________
11931 [ 15042] By: jhi                                   on 2002/03/05  13:33:55
11932         Log: Real patch from SADAHIRO Tomoyuki to remove the HZ tests.
11933      Branch: perl
11934            ! ext/Encode/t/Tcl.t
11935 ____________________________________________________________________________
11936 [ 15041] By: nick                                  on 2002/03/05  07:23:58
11937         Log: Integrate mainline (5.7.3)
11938      Branch: perlio
11939           +> ext/Encode/lib/Encode/CN/HZ.pm
11940            - ext/Encode/Encode/HZ.enc ext/Encode/Encode/gbk.enc
11941           !> (integrate 54 files)
11942 ____________________________________________________________________________
11943 [ 15040] By: ams                                   on 2002/03/05  05:10:33
11944         Log: Subject: DOC PATCH 5.7.3 (perldelta)
11945              From: mjd@plover.com
11946              Date: 5 Mar 2002 05:35:58 -0000
11947              Message-Id: <20020305053558.31677.qmail@plover.com>
11948      Branch: perl
11949            ! pod/perldelta.pod
11950 ____________________________________________________________________________
11951 [ 15039] By: jhi                                   on 2002/03/05  03:32:07
11952         Log: This is 5.7.3.
11953      Branch: perl
11954            ! patchlevel.h
11955 ____________________________________________________________________________
11956 [ 15038] By: jhi                                   on 2002/03/05  03:31:32
11957         Log: Shoo.
11958      Branch: perl
11959            ! ext/Encode/t/Tcl.t
11960 ____________________________________________________________________________
11961 [ 15037] By: jhi                                   on 2002/03/05  03:15:17
11962         Log: Update Changes.
11963      Branch: perl
11964            ! Changes patchlevel.h
11965 ____________________________________________________________________________
11966 [ 15036] By: jhi                                   on 2002/03/05  03:11:17
11967         Log: Regen perlapi.
11968      Branch: perl
11969            ! pod/perlapi.pod
11970 ____________________________________________________________________________
11971 [ 15035] By: jhi                                   on 2002/03/05  03:08:50
11972         Log: Tie::File doc tweak for Win32 from mjd. 
11973      Branch: perl
11974            ! lib/Tie/File.pm
11975 ____________________________________________________________________________
11976 [ 15034] By: jhi                                   on 2002/03/05  02:51:47
11977         Log: Regen toc.
11978      Branch: perl
11979            ! pod/perltoc.pod
11980 ____________________________________________________________________________
11981 [ 15033] By: jhi                                   on 2002/03/05  02:34:32
11982         Log: Decommission Encode::Tcl HZ testing for now.
11983      Branch: perl
11984            ! ext/Encode/t/Tcl.t
11985 ____________________________________________________________________________
11986 [ 15032] By: jhi                                   on 2002/03/05  02:05:23
11987         Log: Must have a return.
11988      Branch: perl
11989            ! pp_pack.c
11990 ____________________________________________________________________________
11991 [ 15031] By: jhi                                   on 2002/03/05  01:45:21
11992         Log: The very latest win32 score from Jan Dubois.
11993      Branch: perl
11994            ! pod/perldelta.pod
11995 ____________________________________________________________________________
11996 [ 15030] By: ams                                   on 2002/03/05  01:40:01
11997         Log: Subject: [PATCH] README.macos
11998              From: Chris Nandor <pudge@pobox.com>
11999              Date: Mon, 04 Mar 2002 17:37:59 -0500
12000              Message-Id: <pudge-AB6431.17375904032002@onion.valueclick.com>
12001      Branch: perl
12002            ! README.macos
12003 ____________________________________________________________________________
12004 [ 15029] By: jhi                                   on 2002/03/05  01:39:29
12005         Log: "The last pieces of Chinese puzzle" from Autrijus.
12006      Branch: perl
12007            + ext/Encode/lib/Encode/CN/HZ.pm
12008            - ext/Encode/Encode/HZ.enc
12009            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Encode.pm
12010            ! ext/Encode/KR/KR.pm ext/Encode/MANIFEST ext/Encode/TW/TW.pm
12011 ____________________________________________________________________________
12012 [ 15028] By: jhi                                   on 2002/03/05  00:53:36
12013         Log: Known test failures updates.
12014      Branch: perl
12015            ! pod/perldelta.pod
12016 ____________________________________________________________________________
12017 [ 15027] By: jhi                                   on 2002/03/04  23:48:07
12018         Log: One more nit from mjd.
12019      Branch: perl
12020            ! lib/Tie/File/t/16_handle.t
12021 ____________________________________________________________________________
12022 [ 15026] By: jhi                                   on 2002/03/04  23:42:28
12023         Log: Upgrade to Tie::File 0.17 from mjd.
12024      Branch: perl
12025            ! lib/Tie/File.pm lib/Tie/File/t/05_size.t
12026            ! lib/Tie/File/t/16_handle.t lib/Tie/File/t/17_misc_meth.t
12027 ____________________________________________________________________________
12028 [ 15025] By: jhi                                   on 2002/03/04  23:14:54
12029         Log: Subject: Re: [PATCH] Re: For 5.7.3, known failure for rel2abs2rel.t on FreeBSD 4.5
12030              From: Nicholas Clark <nick@unfortu.net>
12031              Date: Mon, 4 Mar 2002 23:33:52 +0000
12032              Message-ID: <20020304233351.GB4284@Bagpuss.unfortu.net>
12033      Branch: perl
12034            ! pod/perldelta.pod
12035 ____________________________________________________________________________
12036 [ 15024] By: jhi                                   on 2002/03/04  22:21:44
12037         Log: Escapee.
12038      Branch: perl
12039            ! proto.h
12040 ____________________________________________________________________________
12041 [ 15023] By: jhi                                   on 2002/03/04  22:17:56
12042         Log: Subject: [PATCH] (was Re: [PATCH @13746] h2xs)
12043              From: Nicholas Clark <nick@unfortu.net>
12044              Date: Mon, 4 Mar 2002 22:48:38 +0000
12045              Message-ID: <20020304224837.GA4284@Bagpuss.unfortu.net>
12046      Branch: perl
12047            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.xs
12048            ! ext/File/Glob/Makefile.PL ext/GDBM_File/GDBM_File.xs
12049            ! ext/GDBM_File/Makefile.PL ext/I18N/Langinfo/Langinfo.xs
12050            ! ext/I18N/Langinfo/Makefile.PL ext/POSIX/Makefile.PL
12051            ! ext/POSIX/POSIX.xs ext/Socket/Makefile.PL ext/Socket/Socket.xs
12052            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
12053            ! lib/ExtUtils/Constant.pm lib/h2xs.t utils/h2xs.PL
12054 ____________________________________________________________________________
12055 [ 15022] By: jhi                                   on 2002/03/04  22:09:39
12056         Log: Cleaner.
12057      Branch: perl
12058            ! Makefile.SH
12059 ____________________________________________________________________________
12060 [ 15021] By: jhi                                   on 2002/03/04  22:06:22
12061         Log: Subject: [PATCH] small doc update to promote '-no_match_vars' of 'use English'
12062              From: Jeffrey Friedl <jfriedl@yahoo.com>
12063              Date: Mon, 4 Mar 2002 12:14:45 -0800 (PST)
12064              Message-Id: <200203042014.g24KEjP08407@ventrue.corp.yahoo.com>
12065      Branch: perl
12066            ! pod/perlform.pod pod/perlipc.pod pod/perlsec.pod
12067            ! pod/perlvar.pod
12068 ____________________________________________________________________________
12069 [ 15020] By: jhi                                   on 2002/03/04  21:44:42
12070         Log: More Han tweaks from Autrjius Tang: most importantly,
12071              gbk is identical to cp936, so gbk can be removed and
12072              taken care of by an alias.
12073      Branch: perl
12074            - ext/Encode/Encode/gbk.enc
12075            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
12076            ! ext/Encode/Encode.pm ext/Encode/KR/KR.pm
12077            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
12078            ! ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
12079 ____________________________________________________________________________
12080 [ 15019] By: jhi                                   on 2002/03/04  21:23:42
12081         Log: Subject: [PATCH] Re: For 5.7.3, known failure for rel2abs2rel.t on FreeBSD 4.5
12082              From: Nicholas Clark <nick@unfortu.net>
12083              Date: Mon, 4 Mar 2002 22:20:13 +0000
12084              Message-ID: <20020304222012.GE334@Bagpuss.unfortu.net>
12085      Branch: perl
12086            ! pod/perldelta.pod
12087 ____________________________________________________________________________
12088 [ 15018] By: jhi                                   on 2002/03/04  21:19:31
12089         Log: Based on
12090              
12091              Subject: Re[2]: [ID 20020303.005] Patch perlinicode C API description
12092              From: Anton Tagunov <tagunov@motor.ru>
12093              Date: Mon, 4 Mar 2002 21:14:39 +0300
12094              Message-ID: <1814137429.20020304211439@motor.ru>
12095      Branch: perl
12096            ! pod/perlunicode.pod
12097 ____________________________________________________________________________
12098 [ 15017] By: jhi                                   on 2002/03/04  20:43:05
12099         Log: Subject: [PATCH] enhance xsubpp to support OVERLOAD: keyword
12100              From: John Peacock <jpeacock@rowman.com>
12101              Date: Mon, 04 Mar 2002 16:18:42 -0500
12102              Message-ID: <3C83E4B2.3060700@rowman.com>
12103              
12104              Subject: Re: [PATCH] enhance xsubpp to support OVERLOAD: keyword
12105              From: John Peacock <jpeacock@rowman.com>
12106              Date: Mon, 04 Mar 2002 16:42:55 -0500
12107              Message-ID: <3C83EA5F.80303@rowman.com>
12108      Branch: perl
12109            ! lib/ExtUtils/xsubpp pod/perlxs.pod
12110 ____________________________________________________________________________
12111 [ 15016] By: jhi                                   on 2002/03/04  20:07:04
12112         Log: Subject: [PATCH @15001] ISO-IR-165 --> ISO_IR_165
12113              From: "Craig A. Berry" <craigberry@mac.com>
12114              Date: Mon, 04 Mar 2002 14:47:59 -0600
12115              Message-Id: <5.1.0.14.2.20020304144257.0366deb0@exchi01>
12116              
12117              Subject: Re: [PATCH @15001] ISO-IR-165 --> ISO_IR_165
12118              From: "Craig A. Berry" <craigberry@mac.com>
12119              Date: Mon, 04 Mar 2002 15:04:58 -0600
12120              Message-Id: <5.1.0.14.2.20020304150245.01ae4968@mail.mac.com>
12121      Branch: perl
12122            ! ext/Encode/CN/Makefile.PL ext/Encode/TW/Makefile.PL
12123 ____________________________________________________________________________
12124 [ 15015] By: jhi                                   on 2002/03/04  18:58:03
12125         Log: metaconfig unit change for #15014.
12126      Branch: metaconfig/U/perl
12127            ! Extensions.U
12128 ____________________________________________________________________________
12129 [ 15014] By: jhi                                   on 2002/03/04  18:57:23
12130         Log: Add Encode::CN, Encode::KR, and Encode::TW to the list
12131              of known extensions, where Encode::JP already is.
12132      Branch: perl
12133            ! Configure Porting/config.sh Porting/config_H uconfig.h
12134 ____________________________________________________________________________
12135 [ 15013] By: jhi                                   on 2002/03/04  18:36:05
12136         Log: SJIS, from Dan Kogai.
12137      Branch: perl
12138            ! ext/Encode/JP/JP.pm ext/Encode/JP/Makefile.PL
12139 ____________________________________________________________________________
12140 [ 15012] By: nick                                  on 2002/03/04  17:35:50
12141         Log: Intergrate perlio's Encode/compile
12142      Branch: perl
12143           !> ext/Encode/compile
12144 ____________________________________________________________________________
12145 [ 15011] By: nick                                  on 2002/03/04  17:29:54
12146         Log: Avoid $Id$ cleverness and just have a $VERSION.
12147      Branch: perlio
12148            ! ext/Encode/compile
12149 ____________________________________________________________________________
12150 [ 15010] By: nick                                  on 2002/03/04  17:29:14
12151         Log: Integrate mainline
12152      Branch: perlio
12153           +> lib/Math/BigInt/t/isa.t
12154           !> MANIFEST embed.fnc embed.h ext/Encode/t/JP.t gv.c
12155           !> lib/warnings.pm op.c perly.c pod/perldelta.pod
12156           !> pod/perllexwarn.pod pp.c pp_sys.c proto.h regcomp.c
12157           !> t/lib/warnings/regcomp t/op/taint.t toke.c warnings.h
12158           !> warnings.pl
12159 ____________________________________________________________________________
12160 [ 15009] By: jhi                                   on 2002/03/04  17:24:30
12161         Log: Integrate ext/Encode/compile from perlio.
12162      Branch: perl
12163           !> ext/Encode/compile
12164 ____________________________________________________________________________
12165 [ 15008] By: jhi                                   on 2002/03/04  17:11:19
12166         Log: Integrate perlio: win32 tweaks.  (ext/Encode/compile
12167              updates not integrated, something odd going on in there.)
12168      Branch: perl
12169           !> ext/Encode/t/JP.t ext/threads/shared/shared.xs
12170           !> lib/Tie/File/t/16_handle.t
12171 ____________________________________________________________________________
12172 [ 15007] By: nick                                  on 2002/03/04  17:08:17
12173         Log: Integrate mainline
12174      Branch: perlio
12175           !> AUTHORS Changes Porting/Glossary Porting/config.sh
12176           !> Porting/config_H ext/Encode/Encode.pm patchlevel.h
12177           !> pod/perltoc.pod
12178 ____________________________________________________________________________
12179 [ 15006] By: jhi                                   on 2002/03/04  16:46:49
12180         Log: A new M::BI test.
12181      Branch: perl
12182            + lib/Math/BigInt/t/isa.t
12183            ! MANIFEST
12184 ____________________________________________________________________________
12185 [ 15005] By: jhi                                   on 2002/03/04  16:43:53
12186         Log: Subject: VMS test and perldelta update
12187              From: "Craig A. Berry" <craigberry@mac.com>
12188              Date: Mon, 04 Mar 2002 11:03:37 -0600
12189              Message-Id: <5.1.0.14.2.20020304105500.01ae4968@exchi01>
12190      Branch: perl
12191            ! ext/Encode/t/JP.t pod/perldelta.pod t/op/taint.t
12192 ____________________________________________________________________________
12193 [ 15004] By: jhi                                   on 2002/03/04  16:41:50
12194         Log: Needed for threaded builds.
12195      Branch: perl
12196            ! embed.fnc embed.h
12197 ____________________________________________________________________________
12198 [ 15003] By: jhi                                   on 2002/03/04  16:37:13
12199         Log: Subject: [PATCH] taint + deprecated warnings
12200              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
12201              Date: Mon, 4 Mar 2002 16:33:23 -0000
12202              Message-ID: <AIEAJICLCBDNAAOLLOKLCEKGDOAA.paul_marquess@yahoo.co.uk>
12203      Branch: perl
12204            ! embed.h gv.c lib/warnings.pm op.c perly.c pod/perldelta.pod
12205            ! pod/perllexwarn.pod pp.c pp_sys.c proto.h regcomp.c
12206            ! t/lib/warnings/regcomp toke.c warnings.h warnings.pl
12207 ____________________________________________________________________________
12208 [ 15002] By: nick                                  on 2002/03/04  16:19:06
12209         Log: Win32 tweak
12210      Branch: perlio
12211            ! lib/Tie/File/t/16_handle.t
12212 ____________________________________________________________________________
12213 [ 15001] By: jhi                                   on 2002/03/04  15:39:11
12214         Log: Update Changes.
12215      Branch: perl
12216            ! Changes patchlevel.h
12217 ____________________________________________________________________________
12218 [ 15000] By: jhi                                   on 2002/03/04  15:28:01
12219         Log: AUTHORS updates.
12220      Branch: perl
12221            ! AUTHORS
12222 ____________________________________________________________________________
12223 [ 14999] By: nick                                  on 2002/03/04  15:26:43
12224         Log: Win32 hack
12225      Branch: perlio
12226            ! ext/Encode/compile ext/Encode/t/JP.t
12227 ____________________________________________________________________________
12228 [ 14998] By: jhi                                   on 2002/03/04  15:23:35
12229         Log: Encode doc tweak from Autrijus Tang.
12230      Branch: perl
12231            ! ext/Encode/Encode.pm
12232 ____________________________________________________________________________
12233 [ 14997] By: jhi                                   on 2002/03/04  14:53:38
12234         Log: Regen Glossary et al.  (It seems the #14875 didn't
12235              quite work in removing the double-dot?)
12236      Branch: perl
12237            ! Porting/Glossary Porting/config.sh Porting/config_H
12238 ____________________________________________________________________________
12239 [ 14996] By: jhi                                   on 2002/03/04  14:46:29
12240         Log: Regen toc.
12241      Branch: perl
12242            ! pod/perltoc.pod
12243 ____________________________________________________________________________
12244 [ 14995] By: nick                                  on 2002/03/04  14:42:09
12245         Log: Remove debugging assert
12246      Branch: perlio
12247            ! ext/threads/shared/shared.xs
12248 ____________________________________________________________________________
12249 [ 14994] By: nick                                  on 2002/03/04  14:41:54
12250         Log: Integrate mainline
12251      Branch: perlio
12252           !> MANIFEST ext/Encode/Encode.pm lib/Tie/File/t/01_gen.t
12253           !> lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
12254           !> lib/Tie/File/t/15_pushpop.t util.c
12255 ____________________________________________________________________________
12256 [ 14993] By: jhi                                   on 2002/03/04  14:10:07
12257         Log: Han update from Autrijus Tang. 
12258      Branch: perl
12259            ! ext/Encode/Encode.pm
12260 ____________________________________________________________________________
12261 [ 14992] By: nick                                  on 2002/03/04  14:08:38
12262         Log: Integrate mainline - all tests pass - some noise from threads
12263              av_simple (SuSE7.3).
12264      Branch: perlio
12265           +> lib/Tie/File/t/01_gen.t lib/Tie/File/t/02_fetchsize.t
12266           +> lib/Tie/File/t/03_longfetch.t lib/Tie/File/t/04_splice.t
12267           +> lib/Tie/File/t/05_size.t lib/Tie/File/t/06_fixrec.t
12268           +> lib/Tie/File/t/07_rv_splice.t lib/Tie/File/t/08_ro.t
12269           +> lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/10_splice_rs.t
12270           +> lib/Tie/File/t/11_rv_splice_rs.t
12271           +> lib/Tie/File/t/12_longfetch_rs.t lib/Tie/File/t/13_size_rs.t
12272           +> lib/Tie/File/t/14_lock.t lib/Tie/File/t/15_pushpop.t
12273           +> lib/Tie/File/t/16_handle.t lib/Tie/File/t/17_misc_meth.t
12274            - lib/Tie/File/01_gen.t lib/Tie/File/02_fetchsize.t
12275            - lib/Tie/File/03_longfetch.t lib/Tie/File/04_splice.t
12276            - lib/Tie/File/05_size.t lib/Tie/File/06_fixrec.t
12277            - lib/Tie/File/07_rv_splice.t lib/Tie/File/08_ro.t
12278            - lib/Tie/File/09_gen_rs.t lib/Tie/File/10_splice_rs.t
12279            - lib/Tie/File/11_rv_splice_rs.t lib/Tie/File/12_longfetch_rs.t
12280            - lib/Tie/File/13_size_rs.t lib/Tie/File/14_lock.t
12281            - lib/Tie/File/15_pushpop.t
12282           !> (integrate 47 files)
12283 ____________________________________________________________________________
12284 [ 14991] By: jhi                                   on 2002/03/04  13:37:52
12285         Log: Missing MANIFESTations.
12286      Branch: perl
12287            ! MANIFEST
12288 ____________________________________________________________________________
12289 [ 14990] By: jhi                                   on 2002/03/04  13:34:15
12290         Log: Attempt at portability.
12291      Branch: perl
12292            ! util.c
12293 ____________________________________________________________________________
12294 [ 14989] By: jhi                                   on 2002/03/04  13:04:06
12295         Log: Needed by #14985.
12296      Branch: perl
12297            ! embed.h global.sym proto.h
12298 ____________________________________________________________________________
12299 [ 14988] By: ams                                   on 2002/03/04  08:59:27
12300         Log: Upgrade to Tie::File 0.16.
12301      Branch: perl
12302            + lib/Tie/File/t/16_handle.t lib/Tie/File/t/17_misc_meth.t
12303            ! lib/Tie/File.pm lib/Tie/File/t/01_gen.t
12304            ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
12305            ! lib/Tie/File/t/15_pushpop.t
12306 ____________________________________________________________________________
12307 [ 14987] By: ams                                   on 2002/03/04  08:48:11
12308         Log: Subject: [PATCH @14577] perly-fixer
12309              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12310              Date: Mon, 4 Mar 2002 02:28:51 -0500
12311              Message-Id: <20020304022851.A14119@math.ohio-state.edu>
12312      Branch: perl
12313            ! Makefile.SH perly.fixer
12314 ____________________________________________________________________________
12315 [ 14986] By: ams                                   on 2002/03/04  08:43:37
12316         Log: Subject: [PATCH @14577] xsubpp
12317              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12318              Date: Mon, 4 Mar 2002 02:25:52 -0500
12319              Message-Id: <20020304022552.A14106@math.ohio-state.edu>
12320      Branch: perl
12321            ! lib/ExtUtils/xsubpp pod/perlxs.pod
12322 ____________________________________________________________________________
12323 [ 14985] By: ams                                   on 2002/03/04  08:40:46
12324         Log: Subject: [PATCH @14577] sv_cmp and friends
12325              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12326              Date: Mon, 4 Mar 2002 02:31:04 -0500
12327              Message-Id: <20020304023103.A14140@math.ohio-state.edu>
12328      Branch: perl
12329            ! embed.fnc sv.c util.c
12330 ____________________________________________________________________________
12331 [ 14984] By: ams                                   on 2002/03/04  08:16:06
12332         Log: Fix File::Path docs as suggested by Ronald Kimball.
12333      Branch: perl
12334            ! lib/File/Path.pm
12335 ____________________________________________________________________________
12336 [ 14983] By: ams                                   on 2002/03/04  08:11:20
12337         Log: Update perldata fix as suggested by Benjamin Goldberg.
12338      Branch: perl
12339            ! pod/perldata.pod
12340 ____________________________________________________________________________
12341 [ 14982] By: jhi                                   on 2002/03/04  03:56:46
12342         Log: Faulty skip.
12343      Branch: perl
12344            ! ext/DB_File/t/db-recno.t
12345 ____________________________________________________________________________
12346 [ 14981] By: jhi                                   on 2002/03/04  03:46:31
12347         Log: Subject: [ID 20020303.006] [Doc][utf8::up/down grade][use encoding] application for clarification
12348              From: Anton Tagunov <tagunov@motor.ru>
12349              Date: Mon, 4 Mar 2002 05:41:41 +0300
12350              Message-Id: <7916563907.20020304054141@motor.ru>
12351              
12352              Subject: [ID 20020303.005] Patch perlinicode C API description
12353              From: Anton Tagunov <tagunov@motor.ru>
12354              Date: Mon, 4 Mar 2002 06:08:23 +0300
12355              Message-Id: <2018165510.20020304060823@motor.ru>
12356      Branch: perl
12357            ! lib/utf8.pm pod/perlunicode.pod
12358 ____________________________________________________________________________
12359 [ 14980] By: ams                                   on 2002/03/04  02:19:20
12360         Log: Subject: Re[2]: [ID 20020227.016] Fix perldata manpage?
12361              From: Anton Tagunov <tagunov@motor.ru>
12362              Date: Mon, 4 Mar 2002 02:17:40 +0300
12363              Message-Id: <1344322124.20020304021740@motor.ru>
12364      Branch: perl
12365            ! pod/perldata.pod
12366 ____________________________________________________________________________
12367 [ 14979] By: ams                                   on 2002/03/04  02:17:54
12368         Log: Subject: RE: [PATCH] RE: DB_File breakage
12369              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
12370              Date: Sun, 3 Mar 2002 23:56:31 -0000
12371              Message-Id: <AIEAJICLCBDNAAOLLOKLIEJADOAA.paul_marquess@yahoo.co.uk>
12372      Branch: perl
12373            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
12374            ! ext/DB_File/t/db-recno.t
12375 ____________________________________________________________________________
12376 [ 14978] By: ams                                   on 2002/03/04  02:07:16
12377         Log: Subject: [PATCH] docs for ExtUtils::Manifest
12378              From: Nicholas Clark <nick@unfortu.net>
12379              Date: Sun, 3 Mar 2002 23:29:25 +0000
12380              Message-Id: <20020303232924.GG322@Bagpuss.unfortu.net>
12381      Branch: perl
12382            ! lib/ExtUtils/Manifest.pm
12383 ____________________________________________________________________________
12384 [ 14977] By: jhi                                   on 2002/03/04  02:07:06
12385         Log: Forgot from the M::BI 1.54 update.
12386      Branch: perl
12387            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigintpm.inc
12388            ! lib/Math/BigInt/t/upgrade.inc
12389 ____________________________________________________________________________
12390 [ 14976] By: ams                                   on 2002/03/04  02:04:32
12391         Log: Subject: [PATCH] attr
12392              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
12393              Date: Sun, 3 Mar 2002 22:09:58 -0000
12394              Message-Id: <AIEAJICLCBDNAAOLLOKLOEINDOAA.paul_marquess@yahoo.co.uk>
12395      Branch: perl
12396            ! lib/warnings.pm warnings.pl
12397 ____________________________________________________________________________
12398 [ 14975] By: ams                                   on 2002/03/04  02:01:27
12399         Log: Subject: [PATCH] File::Path documentation
12400              From: Colin Meyer <cmeyer@helvella.org>
12401              Date: Sun, 3 Mar 2002 14:54:24 -0800
12402              Message-Id: <20020303145424.A21774@hobart.helvella.org>
12403      Branch: perl
12404            ! lib/File/Path.pm
12405 ____________________________________________________________________________
12406 [ 14974] By: jhi                                   on 2002/03/04  01:54:17
12407         Log: Typo.
12408      Branch: perl
12409            ! lib/Math/BigInt/t/upgrade.t
12410 ____________________________________________________________________________
12411 [ 14973] By: jhi                                   on 2002/03/04  01:30:49
12412         Log: Editing errors.
12413      Branch: perl
12414            ! MANIFEST
12415 ____________________________________________________________________________
12416 [ 14972] By: jhi                                   on 2002/03/04  01:18:02
12417         Log: Upgrade to Math::BigInt 1.54.
12418      Branch: perl
12419            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
12420            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
12421            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.t
12422            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/config.t
12423            ! lib/Math/BigInt/t/downgrade.t lib/Math/BigInt/t/sub_mbf.t
12424            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.t
12425 ____________________________________________________________________________
12426 [ 14971] By: jhi                                   on 2002/03/04  01:06:53
12427         Log: Test tweak from Craig Berry.
12428      Branch: perl
12429            ! lib/Tie/File/t/15_pushpop.t
12430 ____________________________________________________________________________
12431 [ 14970] By: jhi                                   on 2002/03/04  01:05:17
12432         Log: Upgrade to Tie::File 0.15.
12433      Branch: perl
12434            + lib/Tie/File/t/01_gen.t lib/Tie/File/t/02_fetchsize.t
12435            + lib/Tie/File/t/03_longfetch.t lib/Tie/File/t/04_splice.t
12436            + lib/Tie/File/t/05_size.t lib/Tie/File/t/06_fixrec.t
12437            + lib/Tie/File/t/07_rv_splice.t lib/Tie/File/t/08_ro.t
12438            + lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/10_splice_rs.t
12439            + lib/Tie/File/t/11_rv_splice_rs.t
12440            + lib/Tie/File/t/12_longfetch_rs.t lib/Tie/File/t/13_size_rs.t
12441            + lib/Tie/File/t/14_lock.t lib/Tie/File/t/15_pushpop.t
12442            - lib/Tie/File/01_gen.t lib/Tie/File/02_fetchsize.t
12443            - lib/Tie/File/03_longfetch.t lib/Tie/File/04_splice.t
12444            - lib/Tie/File/05_size.t lib/Tie/File/06_fixrec.t
12445            - lib/Tie/File/07_rv_splice.t lib/Tie/File/08_ro.t
12446            - lib/Tie/File/09_gen_rs.t lib/Tie/File/10_splice_rs.t
12447            - lib/Tie/File/11_rv_splice_rs.t lib/Tie/File/12_longfetch_rs.t
12448            - lib/Tie/File/13_size_rs.t lib/Tie/File/14_lock.t
12449            - lib/Tie/File/15_pushpop.t
12450            ! MANIFEST lib/Tie/File.pm
12451 ____________________________________________________________________________
12452 [ 14969] By: jhi                                   on 2002/03/04  00:25:33
12453         Log: The EBCDIC gaps apply only to the real A-Z.
12454      Branch: perl
12455            ! ext/B/B/Deparse.pm
12456 ____________________________________________________________________________
12457 [ 14968] By: jhi                                   on 2002/03/03  19:00:06
12458         Log: EBCDIC: deparse \cX correctly.
12459      Branch: perl
12460            ! ext/B/B/Deparse.pm
12461 ____________________________________________________________________________
12462 [ 14967] By: ams                                   on 2002/03/03  18:18:00
12463         Log: Subject: [PATCH] nit in perlsyn.pod
12464              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
12465              Date: Sun, 03 Mar 2002 20:16:10 +0100
12466              Message-Id: <200203032016100050.00066EE7@smtp.chello.at>
12467      Branch: perl
12468            ! pod/perlsyn.pod
12469 ____________________________________________________________________________
12470 [ 14966] By: ams                                   on 2002/03/03  18:06:32
12471         Log: Subject: [PATCH utils/h2xs.PL] use Config; use Config; require Config;
12472              From: Michael G Schwern <schwern@pobox.com>
12473              Date: Sun, 3 Mar 2002 13:33:28 -0500
12474              Message-Id: <20020303183328.GA3296@blackrider>
12475      Branch: perl
12476            ! utils/h2xs.PL
12477 ____________________________________________________________________________
12478 [ 14965] By: ams                                   on 2002/03/03  18:00:03
12479         Log: Subject: [ PATCH ] HP back to default
12480              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12481              Date: Sun, 03 Mar 2002 18:48:34 +0100
12482              Message-Id: <20020303184627.A69C.H.M.BRAND@hccnet.nl>
12483      Branch: perl
12484            ! hints/hpux.sh
12485 ____________________________________________________________________________
12486 [ 14964] By: jhi                                   on 2002/03/03  16:54:55
12487         Log: EBCDIC: special cases of special cases.
12488      Branch: perl
12489            ! t/uni/case.pl
12490 ____________________________________________________________________________
12491 [ 14963] By: jhi                                   on 2002/03/03  16:11:07
12492         Log: EBCDIC: the v-string components cannot exceed 2147483647.
12493      Branch: perl
12494            ! pod/perldiag.pod pod/perlport.pod t/op/ver.t util.c
12495 ____________________________________________________________________________
12496 [ 14962] By: jhi                                   on 2002/03/03  15:06:55
12497         Log: Remove the bogus "incorrect case" warning completely.
12498              The problem exists, but the cure, in which ever form
12499              it will be, needs to be something more subtle.
12500      Branch: perl
12501            ! op.c pod/perldiag.pod
12502 ____________________________________________________________________________
12503 [ 14961] By: ams                                   on 2002/03/03  13:39:09
12504         Log: Subject: Re: PATCH (bleadperl): Quieter handling of tied arrays
12505              From: Mark-Jason Dominus <mjd@plover.com>
12506              Date: Sun, 03 Mar 2002 09:32:16 -0500
12507              Message-Id: <20020303143216.10536.qmail@plover.com>
12508      Branch: perl
12509            ! t/op/tiearray.t
12510 ____________________________________________________________________________
12511 [ 14960] By: nick                                  on 2002/03/03  09:59:59
12512         Log: Integrate mainline
12513      Branch: perlio
12514           +> lib/Tie/File/14_lock.t lib/Tie/File/15_pushpop.t
12515            - ext/Encode/t/table.rnd ext/Encode/t/table.utf8
12516            ! ext/Encode/compile
12517           !> (integrate 27 files)
12518 ____________________________________________________________________________
12519 [ 14959] By: ams                                   on 2002/03/03  08:11:34
12520         Log: Fix #14957.
12521      Branch: perl
12522            ! ext/DB_File/t/db-recno.t
12523 ____________________________________________________________________________
12524 [ 14958] By: ams                                   on 2002/03/03  05:51:00
12525         Log: Subject: [PATCH @14577] NL in debugger
12526              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12527              Date: Sat, 2 Mar 2002 05:34:12 -0500
12528              Message-Id: <20020302053412.A5465@math.ohio-state.edu>
12529      Branch: perl
12530            ! lib/perl5db.pl
12531 ____________________________________________________________________________
12532 [ 14957] By: ams                                   on 2002/03/03  05:00:04
12533         Log: Subject: Re: DB_File breakage
12534              From: Schuyler Erle <schuyler@oreilly.com>
12535              Date: Sat, 02 Mar 2002 21:50:30 -0800
12536              Message-Id: <3C81B9A6.A6B6C7FE@oreilly.com>
12537      Branch: perl
12538            ! ext/DB_File/t/db-recno.t
12539 ____________________________________________________________________________
12540 [ 14956] By: ams                                   on 2002/03/03  04:40:08
12541         Log: Subject: [PATCH @14577] Debugging OPs
12542              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12543              Date: Sat, 2 Mar 2002 05:49:58 -0500
12544              Message-Id: <20020302054958.A5511@math.ohio-state.edu>
12545      Branch: perl
12546            ! deb.c dump.c ext/Devel/Peek/Peek.pm perl.c perl.h
12547            ! pod/perlrun.pod sv.h
12548 ____________________________________________________________________________
12549 [ 14955] By: ams                                   on 2002/03/03  04:34:41
12550         Log: Subject: Tie::Array doc patch
12551              From: Tatsuhiko Miyagawa <miyagawa@edge.co.jp>
12552              Date: Sat, 02 Mar 2002 08:42:56 +0900
12553              Message-Id: <863czj97nj.wl@mail.edge.co.jp>
12554      Branch: perl
12555            ! lib/Tie/Array.pm
12556 ____________________________________________________________________________
12557 [ 14954] By: ams                                   on 2002/03/03  04:23:33
12558         Log: Subject: Re: Smoke 14870
12559              From: Nicholas Clark <nick@unfortu.net>
12560              Date: Sat, 2 Mar 2002 20:00:53 +0000
12561              Message-Id: <20020302200053.GB384@Bagpuss.unfortu.net>
12562      Branch: perl
12563            ! README.hpux
12564 ____________________________________________________________________________
12565 [ 14953] By: ams                                   on 2002/03/03  04:15:49
12566         Log: Subject: RE: VERSION core
12567              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
12568              Date: Sat, 2 Mar 2002 22:50:44 -0000
12569              Message-Id: <AIEAJICLCBDNAAOLLOKLEEHNDOAA.paul_marquess@yahoo.co.uk>
12570      Branch: perl
12571            ! t/comp/use.t
12572 ____________________________________________________________________________
12573 [ 14952] By: jhi                                   on 2002/03/02  23:41:54
12574         Log: The #14949 removed this error from non-Win32.
12575      Branch: perl
12576            ! t/lib/warnings/op
12577 ____________________________________________________________________________
12578 [ 14951] By: jhi                                   on 2002/03/02  19:54:15
12579         Log: BeOS back on track.
12580      Branch: perl
12581            ! README.beos
12582 ____________________________________________________________________________
12583 [ 14950] By: jhi                                   on 2002/03/02  19:52:58
12584         Log: The _POSIX_OPEN_MAX values are allowed *minimums*,
12585              higher is okay.
12586      Branch: perl
12587            ! ext/POSIX/t/posix.t
12588 ____________________________________________________________________________
12589 [ 14949] By: jhi                                   on 2002/03/02  19:33:29
12590         Log: For now, make "incorrect case" a Win32-only warning.
12591      Branch: perl
12592            ! op.c
12593 ____________________________________________________________________________
12594 [ 14948] By: jhi                                   on 2002/03/02  17:55:48
12595         Log: Demand more before attempting socketpair().
12596      Branch: perl
12597            ! pp_sys.c
12598 ____________________________________________________________________________
12599 [ 14947] By: jhi                                   on 2002/03/02  17:35:09
12600         Log: Remove obsolete hack.
12601      Branch: perl
12602            ! makedepend.SH
12603 ____________________________________________________________________________
12604 [ 14946] By: ams                                   on 2002/03/02  16:00:32
12605         Log: Forgot to delete encode.* from MANIFEST.
12606      Branch: perl
12607            ! MANIFEST
12608 ____________________________________________________________________________
12609 [ 14945] By: ams                                   on 2002/03/02  14:41:03
12610         Log: Delete ex-test output.
12611      Branch: perl
12612            - ext/Encode/t/table.rnd ext/Encode/t/table.utf8
12613 ____________________________________________________________________________
12614 [ 14944] By: ams                                   on 2002/03/02  13:54:35
12615         Log: Subject: [PATCH] DB_File 1.803
12616              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
12617              Date: Sat, 2 Mar 2002 14:33:32 -0000
12618              Message-Id: <AIEAJICLCBDNAAOLLOKLAEHGDOAA.paul_marquess@yahoo.co.uk>
12619      Branch: perl
12620            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
12621            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
12622 ____________________________________________________________________________
12623 [ 14943] By: ams                                   on 2002/03/02  13:43:06
12624         Log: Upgrade to Tie::File 0.14.
12625      Branch: perl
12626            + lib/Tie/File/14_lock.t lib/Tie/File/15_pushpop.t
12627            ! MANIFEST lib/Tie/File.pm lib/Tie/File/01_gen.t
12628            ! lib/Tie/File/04_splice.t lib/Tie/File/07_rv_splice.t
12629 ____________________________________________________________________________
12630 [ 14942] By: nick                                  on 2002/03/02  11:05:53
12631         Log: Integrate mainline
12632      Branch: perlio
12633           +> ext/Encode/Encode/big5-hkscs.enc ext/Encode/Encode/gbk.enc
12634           +> ext/Encode/Encode/iso-ir-165.enc ext/Encode/t/table.rnd
12635           +> ext/Encode/t/table.utf8
12636           !> Configure MANIFEST av.c ext/Encode/CN/CN.pm
12637           !> ext/Encode/CN/Makefile.PL ext/Encode/Encode.pm
12638           !> ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
12639           !> ext/Encode/lib/Encode/XS.pm pod/perldelta.pod pod/perldiag.pod
12640           !> pod/perlfaq5.pod pod/perlfunc.pod pp.c t/op/splice.t
12641           !> universal.c utils/perldoc.PL
12642 ____________________________________________________________________________
12643 [ 14941] By: jhi                                   on 2002/03/02  02:40:01
12644         Log: More CJK (just C, really) tables from Autrijus Tang
12645              (originally from iconv, used with permission of Bruno Haible)
12646      Branch: perl
12647            + ext/Encode/Encode/big5-hkscs.enc ext/Encode/Encode/gbk.enc
12648            + ext/Encode/Encode/iso-ir-165.enc
12649            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
12650            ! ext/Encode/Encode.pm ext/Encode/TW/Makefile.PL
12651            ! ext/Encode/TW/TW.pm ext/Encode/lib/Encode/XS.pm
12652 ____________________________________________________________________________
12653 [ 14940] By: jhi                                   on 2002/03/02  02:29:11
12654         Log: Subject: [PATCH] perldoc -q outputs Author and Copyright section
12655              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
12656              Date: Fri, 1 Mar 2002 15:32:13 -0500
12657              Message-ID: <20020301153212.E1461198@linguist.thayer.dartmouth.edu>
12658      Branch: perl
12659            ! utils/perldoc.PL
12660 ____________________________________________________________________________
12661 [ 14939] By: jhi                                   on 2002/03/02  02:27:05
12662         Log: Subject: PATCH: "splice() offset past end of array" warning. (take 2)     
12663              From: Schuyler Erle <schuyler@oreilly.com>
12664              Date: Fri, 01 Mar 2002 14:22:19 -0800
12665              Message-ID: <3C7FFF1B.E74979B1@oreilly.com>
12666              
12667              Subject: Re: PATCH: "splice() offset past end of array" warning.
12668              From: Mark-Jason Dominus <mjd@plover.com>
12669              Date: Fri, 01 Mar 2002 17:19:49 -0500
12670              Message-ID: <20020301221949.7610.qmail@plover.com>
12671      Branch: perl
12672            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/splice.t
12673 ____________________________________________________________________________
12674 [ 14938] By: jhi                                   on 2002/03/02  02:24:25
12675         Log: Subject: PATCH (bleadperl): Quieter handling of tied arrays
12676              From: Mark-Jason Dominus <mjd@plover.com>
12677              Date: Fri, 01 Mar 2002 18:35:35 -0500
12678              Message-ID: <20020301233535.15969.qmail@plover.com>
12679      Branch: perl
12680            ! av.c
12681 ____________________________________________________________________________
12682 [ 14937] By: jhi                                   on 2002/03/01  23:00:08
12683         Log: Subject: RE: VERSION core
12684              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
12685              Date: Fri, 1 Mar 2002 23:47:48 -0000
12686              Message-ID: <AIEAJICLCBDNAAOLLOKLEEGMDOAA.paul_marquess@yahoo.co.uk>
12687      Branch: perl
12688            ! pod/perldiag.pod universal.c
12689 ____________________________________________________________________________
12690 [ 14936] By: pudge                                 on 2002/03/01  18:02:45
12691         Log: Update Changes
12692      Branch: maint-5.6/macperl
12693            ! macos/Changes
12694 ____________________________________________________________________________
12695 [ 14935] By: pudge                                 on 2002/03/01  17:58:11
12696         Log: Fix update to resources
12697      Branch: maint-5.6/macperl
12698            ! macos/macperl/MacPerl.r
12699 ____________________________________________________________________________
12700 [ 14934] By: jhi                                   on 2002/03/01  17:35:14
12701         Log: metaconfig unit change for #14930.
12702      Branch: metaconfig
12703            ! U/modified/Init.U
12704 ____________________________________________________________________________
12705 [ 14933] By: pudge                                 on 2002/03/01  17:32:52
12706         Log: Fix debugger to handle Mac OS psedofiles
12707      Branch: maint-5.6/macperl
12708            ! lib/DB.pm lib/perl5db.pl
12709 ____________________________________________________________________________
12710 [ 14932] By: pudge                                 on 2002/03/01  17:32:02
12711         Log: Various fixes from Thomas Wegner
12712      Branch: maint-5.6/macperl
12713            ! macos/macperl/MPAppleEvents.c macos/macperl/MPPreferences.c
12714 ____________________________________________________________________________
12715 [ 14931] By: pudge                                 on 2002/03/01  17:30:00
12716         Log: Some resource updates
12717      Branch: maint-5.6/macperl
12718            ! macos/macperl/MPUtils.c macos/macperl/MacPerl.r
12719            ! macos/macperl/MacPerl.rsrc
12720 ____________________________________________________________________________
12721 [ 14930] By: jhi                                   on 2002/03/01  17:29:32
12722         Log: Subject: Re: [PATCH] Configure to correctly recognize Amiga OS
12723              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
12724              Date: Fri, 01 Mar 2002 09:38:59 -0800
12725              Message-ID: <zy7f8gzkgWgY092yn@efn.org>
12726      Branch: perl
12727            ! Configure
12728 ____________________________________________________________________________
12729 [ 14928] By: pudge                                 on 2002/03/01  17:28:09
12730         Log: Add some missing sfio symbols (Alan Fry)
12731      Branch: maint-5.6/macperl
12732            ! macos/macperl.sym
12733 ____________________________________________________________________________
12734 [ 14927] By: pudge                                 on 2002/03/01  17:27:29
12735         Log: Update version and README
12736      Branch: maint-5.6/macperl
12737            ! README.macos macos/MPVersion.r
12738 ____________________________________________________________________________
12739 [ 14926] By: nick                                  on 2002/03/01  15:56:41
12740         Log: Integrate mainline
12741      Branch: perlio
12742           +> lib/Math/BigInt/t/downgrade.t lib/Tie/File.pm
12743           +> lib/Tie/File/01_gen.t lib/Tie/File/02_fetchsize.t
12744           +> lib/Tie/File/03_longfetch.t lib/Tie/File/04_splice.t
12745           +> lib/Tie/File/05_size.t lib/Tie/File/06_fixrec.t
12746           +> lib/Tie/File/07_rv_splice.t lib/Tie/File/08_ro.t
12747           +> lib/Tie/File/09_gen_rs.t lib/Tie/File/10_splice_rs.t
12748           +> lib/Tie/File/11_rv_splice_rs.t lib/Tie/File/12_longfetch_rs.t
12749           +> lib/Tie/File/13_size_rs.t
12750           !> (integrate 80 files)
12751 ____________________________________________________________________________
12752 [ 14925] By: jhi                                   on 2002/03/01  15:28:10
12753         Log: Better advertising.
12754      Branch: perl
12755            ! pod/perldelta.pod pod/perlfaq5.pod
12756 ____________________________________________________________________________
12757 [ 14924] By: jhi                                   on 2002/03/01  14:32:16
12758         Log: Update Changes.
12759      Branch: perl
12760            ! Changes patchlevel.h
12761 ____________________________________________________________________________
12762 [ 14923] By: jhi                                   on 2002/03/01  14:17:54
12763         Log: Lost in the shuffle.
12764      Branch: perl
12765            + lib/Math/BigInt/t/downgrade.t
12766            ! MANIFEST
12767 ____________________________________________________________________________
12768 [ 14922] By: jhi                                   on 2002/03/01  13:23:41
12769         Log: Advertise Tie::File.
12770      Branch: perl
12771            ! pod/perldelta.pod pod/perlfaq5.pod
12772 ____________________________________________________________________________
12773 [ 14921] By: jhi                                   on 2002/03/01  13:14:18
12774         Log: Subject: Re: Smoke 14900 /pro/3gl/CPAN/perl-current
12775              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12776              Date: Thu, 28 Feb 2002 18:55:48 +0100
12777              Message-Id: <20020228173120.6A15.H.M.BRAND@hccnet.nl>
12778      Branch: perl
12779            ! x2p/walk.c
12780 ____________________________________________________________________________
12781 [ 14920] By: ams                                   on 2002/03/01  09:06:01
12782         Log: Subject: [PATCH @14577] autoloaded DESTROY bugfix
12783              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12784              Date: Tue, 26 Feb 2002 19:54:31 -0500
12785              Message-Id: <20020226195431.A9625@math.ohio-state.edu>
12786      Branch: perl
12787            ! embed.fnc ext/B/B/Deparse.pm gv.c
12788 ____________________________________________________________________________
12789 [ 14919] By: ams                                   on 2002/03/01  03:03:12
12790         Log: Upgrade to Tie::File 0.13 (Win32 fixes.)
12791      Branch: perl
12792            ! lib/Tie/File.pm lib/Tie/File/01_gen.t
12793            ! lib/Tie/File/02_fetchsize.t lib/Tie/File/03_longfetch.t
12794            ! lib/Tie/File/04_splice.t lib/Tie/File/05_size.t
12795            ! lib/Tie/File/06_fixrec.t lib/Tie/File/07_rv_splice.t
12796            ! lib/Tie/File/08_ro.t lib/Tie/File/09_gen_rs.t
12797            ! lib/Tie/File/10_splice_rs.t lib/Tie/File/11_rv_splice_rs.t
12798            ! lib/Tie/File/12_longfetch_rs.t lib/Tie/File/13_size_rs.t
12799 ____________________________________________________________________________
12800 [ 14918] By: ams                                   on 2002/03/01  02:36:58
12801         Log: Add Tie::File 0.12 from MJD.
12802      Branch: perl
12803            + lib/Tie/File.pm lib/Tie/File/01_gen.t
12804            + lib/Tie/File/02_fetchsize.t lib/Tie/File/03_longfetch.t
12805            + lib/Tie/File/04_splice.t lib/Tie/File/05_size.t
12806            + lib/Tie/File/06_fixrec.t lib/Tie/File/07_rv_splice.t
12807            + lib/Tie/File/08_ro.t lib/Tie/File/09_gen_rs.t
12808            + lib/Tie/File/10_splice_rs.t lib/Tie/File/11_rv_splice_rs.t
12809            + lib/Tie/File/12_longfetch_rs.t lib/Tie/File/13_size_rs.t
12810            ! MANIFEST
12811 ____________________________________________________________________________
12812 [ 14917] By: jhi                                   on 2002/03/01  02:13:24
12813         Log: Encoding name mapping tweaks.
12814      Branch: perl
12815            ! ext/Encode/Encode.pm
12816 ____________________________________________________________________________
12817 [ 14916] By: jhi                                   on 2002/02/28  21:26:07
12818         Log: metaconfig unit change for #14915.
12819      Branch: metaconfig
12820            ! U/modified/Init.U
12821 ____________________________________________________________________________
12822 [ 14915] By: jhi                                   on 2002/02/28  21:25:23
12823         Log: Subject: [PATCH] Configure to correctly recognize Amiga OS
12824              From: Paul_GreenVOS@vos.stratus.com
12825              Date: Thu, 28 Feb 02 15:05 est
12826              Message-Id: <200202282007.PAA11412@mailhub1.stratus.com>
12827      Branch: perl
12828            ! Configure
12829 ____________________________________________________________________________
12830 [ 14914] By: jhi                                   on 2002/02/28  14:10:44
12831         Log: PL_bostr was pointing to the wrong string
12832              (a string left around from the loading of the Unicode \w)
12833              "UTF-8 panic, blocks, coredumps, etc. in debugger with \w and m//g"
12834              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2002-01/msg01267.html
12835      Branch: perl
12836            ! regexec.c
12837 ____________________________________________________________________________
12838 [ 14913] By: gbarr                                 on 2002/02/28  13:06:11
12839         Log: Sync with libnet-1.10
12840      Branch: perl
12841            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.pm
12842            ! lib/Net/FTP.pm lib/Net/FTP/I.pm lib/Net/NNTP.pm
12843            ! lib/Net/Netrc.pm lib/Net/POP3.pm lib/Net/SMTP.pm
12844            ! lib/Net/t/netrc.t
12845 ____________________________________________________________________________
12846 [ 14912] By: ams                                   on 2002/02/28  13:02:50
12847         Log: Subject: [PATCH] perldelta.pod fixes
12848              From: Autrijus Tang <autrijus@autrijus.org>
12849              Date: Thu, 28 Feb 2002 21:44:15 +0800
12850              Message-Id: <20020228134415.GB16422@not.autrijus.org>
12851      Branch: perl
12852            ! pod/perldelta.pod
12853 ____________________________________________________________________________
12854 [ 14911] By: ams                                   on 2002/02/28  11:31:44
12855         Log: Subject: File::Copy::syscopy doesn't preserve OS attrs on UNIX
12856              From: Stas Bekman <stas@stason.org>
12857              Date: Mon, 04 Feb 2002 16:18:53 +0800
12858              Message-Id: <3C7E1E5F.1000605@stason.org>
12859              (Applied by hand).
12860      Branch: perl
12861            ! lib/File/Copy.pm
12862 ____________________________________________________________________________
12863 [ 14910] By: ams                                   on 2002/02/28  11:26:47
12864         Log: Subject: [PATCH lib/Pod/Html.pm]
12865              From: Stas Bekman <stas@stason.org>
12866              Date: Thu, 28 Feb 2002 20:05:01 +0800
12867              Message-Id: <3C7E1CED.7000307@stason.org>
12868      Branch: perl
12869            ! lib/Pod/Html.pm
12870 ____________________________________________________________________________
12871 [ 14909] By: jhi                                   on 2002/02/28  05:50:24
12872         Log: Tests for #14908.
12873      Branch: perl
12874            ! t/op/pat.t
12875 ____________________________________________________________________________
12876 [ 14908] By: jhi                                   on 2002/02/28  05:43:45
12877         Log: Make shared hash keys to be \0-terminated:
12878              one possible resolution for
12879              "UTF-8, weird \w behaviour after HASH-KEY-ification"
12880              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2002-01/msg01327.html
12881              The hash keys were shared (the SvLEN(sv) = 0 was the giveaway).
12882              The hash keys weren't \0-terminated.  This meant that the EOL ($)
12883              in regmatch() got the nextchr beyond the last character.  Since
12884              the keys were UTF-8, the nextchr was \1, not the usual
12885              string-terminating \0.  Wham, no match.
12886              
12887              I think another possible resolution could be to stop the nextchr
12888              computation in regmatch() from peeking beyond the last character
12889              of the string:
12890              
12891              nextchr = locinput < PL_regeol ? UCHARAT(locinput) : 0;
12892      Branch: perl
12893            ! hv.c hv.h
12894 ____________________________________________________________________________
12895 [ 14907] By: jhi                                   on 2002/02/28  03:25:44
12896         Log: Subject: [PATCH] Perl interface to newIO()
12897              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
12898              Date: Wed, 27 Feb 2002 20:15:27 -0800
12899              Message-ID: <f7af8gzkgaET092yn@efn.org>
12900      Branch: perl
12901            ! lib/Symbol.pm
12902 ____________________________________________________________________________
12903 [ 14906] By: jhi                                   on 2002/02/28  00:50:01
12904         Log: The "list" part of
12905              
12906              Subject: [PATCH perlop] .. returns a *list* of *integers*
12907              From: Mike Guy <mjtg@cam.ac.uk>
12908              Date: Tue, 26 Feb 2002 18:30:22 +0000
12909              Message-Id: <E16fmMo-00048Y-00@draco.cus.cam.ac.uk>
12910              
12911              plus few nits.
12912      Branch: perl
12913            ! pod/perlop.pod
12914 ____________________________________________________________________________
12915 [ 14905] By: jhi                                   on 2002/02/27  22:44:52
12916         Log: Subject: [PATCH lib/File/stat.t] Win32 not happy with new test
12917              From: Abe Timmerman <abe@ztreet.demon.nl>
12918              Date: Thu, 28 Feb 2002 00:04:06 +0100
12919              Message-ID: <fhnq7u8ref3nqgsa0p4f9u1v5r3sv3akm1@4ax.com>
12920      Branch: perl
12921            ! lib/File/stat.t
12922 ____________________________________________________________________________
12923 [ 14904] By: pudge                                 on 2002/02/27  21:25:39
12924         Log: Integrate from maintperl.
12925      Branch: maint-5.6/macperl
12926           !> doio.c op.c t/io/open.t t/pragma/strict-subs
12927 ____________________________________________________________________________
12928 [ 14903] By: jhi                                   on 2002/02/27  21:23:14
12929         Log: Upgrade to Math::BigInt 1.53.
12930      Branch: perl
12931            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
12932            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
12933            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
12934            ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/mbimbf.inc
12935            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbi.t
12936            ! lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/upgrade.t
12937 ____________________________________________________________________________
12938 [ 14902] By: jhi                                   on 2002/02/27  21:17:38
12939         Log: Subject: [PATCH] assorted VMS test fix-ups, $Config{prefixexp} revisited
12940              From: "Craig A. Berry" <craigberry@mac.com>
12941              Date: Wed, 27 Feb 2002 15:36:38 -0600
12942              Message-Id: <5.1.0.14.2.20020227152131.01ade728@exchi01>
12943      Branch: perl
12944            ! configure.com ext/Cwd/t/cwd.t lib/ExtUtils/t/Installed.t
12945            ! vms/ext/filespec.t
12946 ____________________________________________________________________________
12947 [ 14901] By: jhi                                   on 2002/02/27  21:14:22
12948         Log: Subject: [PATCH] Some minor changes for Cygwin
12949              From: "Gerrit P. Haase" <gerrit@familiehaase.de>
12950              Date: Wed, 27 Feb 2002 22:25:41 +0100
12951              Message-ID: <14296492589.20020227222541@familiehaase.de>
12952      Branch: perl
12953            ! Makefile.SH README.cygwin cygwin/perlld.in
12954 ____________________________________________________________________________
12955 [ 14900] By: jhi                                   on 2002/02/27  19:06:39
12956         Log: Update the UTF-8 explanation table.
12957      Branch: perl
12958            ! pod/perlunicode.pod utf8.h
12959 ____________________________________________________________________________
12960 [ 14899] By: jhi                                   on 2002/02/27  17:50:09
12961         Log: Repatch from Robin Barker: anon subs in C<package;> are
12962              now __ANON__::__ANON__ (should help for mod_perl package
12963              since #12251)
12964      Branch: perl
12965            ! gv.c op.c t/op/runlevel.t toke.c
12966 ____________________________________________________________________________
12967 [ 14898] By: jhi                                   on 2002/02/27  16:01:47
12968         Log: Update Changes.
12969      Branch: perl
12970            ! Changes patchlevel.h
12971 ____________________________________________________________________________
12972 [ 14897] By: jhi                                   on 2002/02/27  15:26:12
12973         Log: perldelta updates.
12974      Branch: perl
12975            ! pod/perldelta.pod
12976 ____________________________________________________________________________
12977 [ 14896] By: jhi                                   on 2002/02/27  15:23:21
12978         Log: Signedness nit.
12979      Branch: perl
12980            ! regexec.c
12981 ____________________________________________________________________________
12982 [ 14895] By: jhi                                   on 2002/02/27  15:12:36
12983         Log: Subject: Re: Smoke 14870
12984              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12985              Date: Wed, 27 Feb 2002 16:48:35 +0100
12986              Message-Id: <20020227163729.1D2B.H.M.BRAND@hccnet.nl>
12987              
12988              (with some additional garnish)
12989      Branch: perl
12990            ! README.hpux hints/hpux.sh
12991 ____________________________________________________________________________
12992 [ 14894] By: jhi                                   on 2002/02/27  15:08:06
12993         Log: Avoid PL_OpPtr et al getting unnecessarily (when not used)
12994              into perl.exp in AIX.
12995      Branch: perl
12996            ! makedef.pl perl.h
12997 ____________________________________________________________________________
12998 [ 14893] By: jhi                                   on 2002/02/27  13:49:59
12999         Log: Subject: [PATCH pod/perlrun.pod] Re: [ID 20020227.003] minor text imperfection in perlrun manpage
13000              From: Robin Barker <rmb1@cise.npl.co.uk>
13001              Date: Wed, 27 Feb 2002 14:39:35 GMT
13002              Message-Id: <200202271439.OAA25005@tempest.npl.co.uk>
13003      Branch: perl
13004            ! pod/perlrun.pod
13005 ____________________________________________________________________________
13006 [ 14892] By: jhi                                   on 2002/02/27  13:41:14
13007         Log: Subject: Re: [PATCH @14870] long C<=item>s and other pod->man->troff problems
13008              From: Robin Barker <rmb1@cise.npl.co.uk>
13009              Date: Wed, 27 Feb 2002 12:25:30 GMT
13010              Message-Id: <200202271225.MAA24806@tempest.npl.co.uk>
13011      Branch: perl
13012            ! README.cygwin README.os2 ext/Time/HiRes/HiRes.pm lib/CGI.pm
13013            ! lib/Math/BigInt.pm pod/perl561delta.pod pod/perliol.pod
13014            ! pod/perlunicode.pod pod/perluniintro.pod
13015 ____________________________________________________________________________
13016 [ 14891] By: jhi                                   on 2002/02/27  01:11:13
13017         Log: Only modify LD_LIBRARY_PATH in case there are directories.
13018      Branch: perl
13019            ! hints/dec_osf.sh
13020 ____________________________________________________________________________
13021 [ 14890] By: jhi                                   on 2002/02/27  01:01:11
13022         Log: Subject: [PATCH] perl/hints/vos.sh
13023              From: Paul_GreenVOS@vos.stratus.com
13024              Date: Tue, 26 Feb 02 15:19 est
13025              Message-Id: <200202262021.PAA24979@mailhub1.stratus.com>
13026      Branch: perl
13027            ! hints/vos.sh
13028 ____________________________________________________________________________
13029 [ 14889] By: jhi                                   on 2002/02/27  00:59:33
13030         Log: Forgot from #14888.
13031      Branch: perl
13032            ! ext/Unicode/Normalize/mkheader
13033 ____________________________________________________________________________
13034 [ 14888] By: jhi                                   on 2002/02/27  00:50:55
13035         Log: Unicode::Normalize 0.14 synch, from SADAHIRO Tomoyuki.
13036      Branch: perl
13037            ! ext/Unicode/Normalize/Changes
13038            ! ext/Unicode/Normalize/Normalize.pm
13039            ! ext/Unicode/Normalize/Normalize.xs
13040            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/t/func.t
13041            ! ext/Unicode/Normalize/t/test.t
13042 ____________________________________________________________________________
13043 [ 14887] By: ams                                   on 2002/02/26  23:51:52
13044         Log: Subject: Missing diagnostics
13045              From: Simon Glover <scog@roe.ac.uk>
13046              Date: Tue, 26 Feb 2002 17:56:42 +0000 (BST)
13047              Message-Id: <Pine.GSO.4.10.10202261754170.23317-100000@muinntiarach.roe.ac.uk>
13048              
13049              Subject: [PATCH] Better wording for the lvalue vec diagnostic
13050              From: Simon Glover <scog@roe.ac.uk>
13051              Date: Tue, 26 Feb 2002 18:08:04 +0000 (BST)
13052              Message-Id: <Pine.GSO.4.10.10202261756560.23317-100000@muinntiarach.roe.ac.uk>
13053      Branch: perl
13054            ! doop.c pod/perldiag.pod t/op/vec.t
13055 ____________________________________________________________________________
13056 [ 14886] By: ams                                   on 2002/02/26  15:48:34
13057         Log: Subject: [PATCH] Not OK 5.7.2@14884
13058              From: andreas.koenig@anima.de (Andreas J. Koenig)
13059              Date: Tue, 26 Feb 2002 15:03:55 +0100
13060              Message-Id: <m38z9gfigk.fsf@anima.de>
13061      Branch: perl
13062            ! t/lib/access.t
13063 ____________________________________________________________________________
13064 [ 14885] By: nick                                  on 2002/02/26  13:48:55
13065         Log: Integrate mainline
13066      Branch: perlio
13067           +> lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/config.t
13068           +> lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/inf_nan.t
13069           +> lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
13070            - NetWare/t/NWModify-Exist.pl NetWare/t/NWScripts-Exist.pl
13071           !> (integrate 102 files)
13072 ____________________________________________________________________________
13073 [ 14884] By: jhi                                   on 2002/02/26  11:17:42
13074         Log: Cray FP strikes again: things like 1.1 + 0.1 are easily
13075              1.1999999999999996, or thereabouts (yes, even sprintf).
13076      Branch: perl
13077            ! t/base/num.t
13078 ____________________________________________________________________________
13079 [ 14883] By: jhi                                   on 2002/02/26  11:09:07
13080         Log: Neither.
13081      Branch: perl
13082            ! pod/perldelta.pod
13083 ____________________________________________________________________________
13084 [ 14882] By: ams                                   on 2002/02/26  08:46:55
13085         Log: Subject: [PATCH hv.c pod/perldiag.pod] "Attempt to access to key"?
13086              From: Michael G Schwern <schwern@pobox.com>
13087              Date: Tue, 26 Feb 2002 01:01:28 -0500
13088              Message-Id: <20020226060128.GA2439@blackrider>
13089      Branch: perl
13090            ! hv.c pod/perldiag.pod
13091 ____________________________________________________________________________
13092 [ 14881] By: jhi                                   on 2002/02/26  03:01:28
13093         Log: Subject: [PATCH B::Concise] docs, typos
13094              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13095              Date: Mon, 25 Feb 2002 16:41:16 +0100
13096              Message-ID: <20020225164116.A1054@rafael>
13097      Branch: perl
13098            ! ext/B/B/Concise.pm
13099 ____________________________________________________________________________
13100 [ 14880] By: jhi                                   on 2002/02/26  02:36:16
13101         Log: POSIX: add isatty to @EXPORT_OK, reformat.
13102      Branch: perl
13103            ! ext/POSIX/POSIX.pm
13104 ____________________________________________________________________________
13105 [ 14879] By: jhi                                   on 2002/02/26  01:03:17
13106         Log: If using -Dloclibpth=... the directories need to
13107              be appended to LD_LIBRARY_PATH (and ickily, if those
13108              directories contain a (newer?) libdb.so, we need to
13109              prepend    /usr/shlib to loclibpth).
13110      Branch: perl
13111            ! hints/dec_osf.sh
13112 ____________________________________________________________________________
13113 [ 14878] By: jhi                                   on 2002/02/26  01:01:13
13114         Log: Subject: [PATCH] Perl interface to newIO()
13115              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)      
13116              Date: Mon, 25 Feb 2002 15:04:57 -0800
13117              Message-ID: <ZMse8gzkg6oQ092yn@efn.org>
13118      Branch: perl
13119            ! lib/Symbol.pm lib/Symbol.t
13120 ____________________________________________________________________________
13121 [ 14877] By: jhi                                   on 2002/02/26  00:06:16
13122         Log: Subject: [PATCH perlvar] "." is not in @INC when -T
13123              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>    
13124              Date: Mon, 25 Feb 2002 21:58:30 +0100
13125              Message-ID: <20020225215830.A744@rafael>
13126      Branch: perl
13127            ! pod/perlvar.pod
13128 ____________________________________________________________________________
13129 [ 14876] By: jhi                                   on 2002/02/25  22:23:11
13130         Log: Big5 tweaks from Autrijus Tang.
13131      Branch: perl
13132            ! ext/Encode/Encode/big5.enc
13133 ____________________________________________________________________________
13134 [ 14875] By: jhi                                   on 2002/02/25  22:19:56
13135         Log: Subject: [PATCH Glossary configpm] cleanups
13136              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13137              Date: Mon, 25 Feb 2002 23:27:15 +0100
13138              Message-ID: <20020225232715.C744@rafael>
13139      Branch: perl
13140            ! Porting/Glossary Porting/config.sh Porting/config_H configpm
13141 ____________________________________________________________________________
13142 [ 14874] By: jhi                                   on 2002/02/25  21:53:29
13143         Log: Subject: [PATCH] compile warnings (was Re: Smoke 14756 /pro/3gl/CPAN/perl-current)
13144              From: Nicholas Clark <nick@unfortu.net>
13145              Date: Mon, 25 Feb 2002 21:53:24 +0000
13146              Message-ID: <20020225215323.GN365@Bagpuss.unfortu.net>
13147      Branch: perl
13148            ! ext/Encode/CN/Makefile.PL ext/Encode/JP/Makefile.PL
13149            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
13150            ! ext/Encode/TW/Makefile.PL ext/Encode/compile
13151 ____________________________________________________________________________
13152 [ 14873] By: jhi                                   on 2002/02/25  21:28:54
13153         Log: Upgrade to I18N::LangTags 0.27.
13154              (Causes one flipflop back to perl.com URL, must poke Sean.)
13155      Branch: perl
13156            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
13157            ! lib/I18N/LangTags/List.pm
13158 ____________________________________________________________________________
13159 [ 14872] By: jhi                                   on 2002/02/25  21:22:32
13160         Log: Upgrade to Getopt::Long 2.28.
13161      Branch: perl
13162            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
13163            ! lib/Getopt/Long/README
13164 ____________________________________________________________________________
13165 [ 14871] By: jhi                                   on 2002/02/25  19:46:35
13166         Log: No =head.
13167      Branch: perl
13168            ! pod/perlebcdic.pod
13169 ____________________________________________________________________________
13170 [ 14870] By: jhi                                   on 2002/02/25  15:02:50
13171         Log: Update Changes.
13172      Branch: perl
13173            ! Changes patchlevel.h
13174 ____________________________________________________________________________
13175 [ 14869] By: jhi                                   on 2002/02/25  14:54:00
13176         Log: metaconfig unit change for #14868.
13177      Branch: metaconfig
13178            ! U/modified/Chk_MANI.U
13179 ____________________________________________________________________________
13180 [ 14868] By: jhi                                   on 2002/02/25  14:53:43
13181         Log: Some hosts understand split -l 50, some only split -50
13182              (from Paul Eggert).
13183      Branch: perl
13184            ! Configure
13185 ____________________________________________________________________________
13186 [ 14867] By: jhi                                   on 2002/02/25  14:44:07
13187         Log: Subject: Re: [PATCH bleadperl] socketpair.t
13188              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
13189              Date: Sun, 24 Feb 2002 10:31:25 +0100
13190              Message-ID: <179381153.20020224103125@tesla.rcub.bg.ac.yu>
13191              
13192              (the pid half only)
13193      Branch: perl
13194            ! win32/win32.c
13195 ____________________________________________________________________________
13196 [ 14866] By: jhi                                   on 2002/02/25  14:35:19
13197         Log: Mention the new pack tricks.
13198      Branch: perl
13199            ! pod/perldelta.pod
13200 ____________________________________________________________________________
13201 [ 14865] By: jhi                                   on 2002/02/25  14:30:28
13202         Log: Subject: [PATCH] consistent commands for perl5db.pl etc.
13203              From: Richard.Foley@t-online.de (Richard Foley)
13204              Date: Mon, 25 Feb 2002 13:47:03 +0100
13205              Message-ID: <16fJgP-1mbVeSC@fwd04.sul.t-online.com>
13206      Branch: perl
13207            ! lib/perl5db.pl pod/perldebguts.pod pod/perldebtut.pod
13208            ! pod/perldebug.pod pod/perldelta.pod
13209 ____________________________________________________________________________
13210 [ 14864] By: jhi                                   on 2002/02/25  13:51:32
13211         Log: Typo corrections from John P. Linderman.
13212      Branch: perl
13213            ! ext/IPC/SysV/Semaphore.pm
13214 ____________________________________________________________________________
13215 [ 14863] By: jhi                                   on 2002/02/25  13:49:32
13216         Log: Upgrade to Math::BigInt 1.52.
13217      Branch: perl
13218            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
13219            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
13220            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
13221            ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/inf_nan.t
13222            ! lib/Math/BigInt/t/sub_mbf.t t/lib/Math/BigFloat/Subclass.pm
13223 ____________________________________________________________________________
13224 [ 14862] By: ams                                   on 2002/02/25  10:39:40
13225         Log: Subject: [PATCH Cwd.pm] cut-n-paste error?
13226              From: Robin Barker <rmb1@cise.npl.co.uk>
13227              Date: Mon, 25 Feb 2002 11:35:06 GMT
13228              Message-Id: <200202251135.LAA00573@tempest.npl.co.uk>
13229              
13230              Subject: [PATCH Net/Cmd.pm]
13231              From: Robin Barker <rmb1@cise.npl.co.uk>
13232              Date: Mon, 25 Feb 2002 11:37:06 GMT
13233              Message-Id: <200202251137.LAA00579@tempest.npl.co.uk>
13234      Branch: perl
13235            ! lib/Cwd.pm lib/Net/Cmd.pm
13236 ____________________________________________________________________________
13237 [ 14861] By: jhi                                   on 2002/02/25  03:40:45
13238         Log: Cut-and-paste errors.
13239      Branch: perl
13240            ! t/op/pat.t
13241 ____________________________________________________________________________
13242 [ 14860] By: jhi                                   on 2002/02/25  03:36:24
13243         Log: EBCDIC: the control characters are not that easy to find.
13244      Branch: perl
13245            ! t/op/pat.t
13246 ____________________________________________________________________________
13247 [ 14859] By: jhi                                   on 2002/02/25  03:02:23
13248         Log: Subject: Re: [PATCH] Re: Copying PV only with possible UTF-8 characters
13249              From: John Peacock <jpeacock@rowman.com>
13250              Date: Sun, 24 Feb 2002 22:08:28 -0500
13251              Message-ID: <3C79AAAC.6060903@rowman.com>
13252      Branch: perl
13253            ! sv.c
13254 ____________________________________________________________________________
13255 [ 14858] By: jhi                                   on 2002/02/25  00:01:13
13256         Log: SvSetSV() is not returnable, but that's okay since
13257              sv_copypv() returns void.
13258      Branch: perl
13259            ! sv.c
13260 ____________________________________________________________________________
13261 [ 14857] By: jhi                                   on 2002/02/24  23:33:33
13262         Log: Subject: [PATCH] Re: Copying PV only with possible UTF-8 characters
13263              From: John Peacock <jpeacock@rowman.com>                 
13264              Date: Sun, 24 Feb 2002 16:40:07 -0500
13265              Message-ID: <3C795DB7.40105@rowman.com>               
13266      Branch: perl
13267            ! embed.fnc embed.h global.sym lib/overload.t pod/perlapi.pod
13268            ! pp_hot.c proto.h sv.c
13269 ____________________________________________________________________________
13270 [ 14856] By: jhi                                   on 2002/02/24  20:15:51
13271         Log: Tiny code cleanup.
13272      Branch: perl
13273            ! regexec.c
13274 ____________________________________________________________________________
13275 [ 14855] By: jhi                                   on 2002/02/24  19:49:01
13276         Log: Use to_uni_fold().
13277      Branch: perl
13278            ! regcomp.c
13279 ____________________________________________________________________________
13280 [ 14854] By: jhi                                   on 2002/02/24  19:45:43
13281         Log: Document the new taint behaviour of exec LIST and
13282              system LIST.
13283      Branch: perl
13284            ! pod/perldelta.pod
13285 ____________________________________________________________________________
13286 [ 14853] By: jhi                                   on 2002/02/24  18:28:31
13287         Log: Subject: [PATCH] Re: taint news
13288              From: Rick Delaney <rick.delaney@rogers.com>             
13289              Date: 24 Feb 2002 11:35:00 -0500
13290              Message-ID: <m3d6yuvnwr.fsf@cs839290-a.mtth.phub.net.cable.rogers.com>
13291      Branch: perl
13292            ! pod/perldiag.pod pod/perlsec.pod pp_sys.c t/op/taint.t
13293 ____________________________________________________________________________
13294 [ 14852] By: jhi                                   on 2002/02/24  18:20:55
13295         Log: EBCDIC tweak (native instead of uni) and comment update.
13296      Branch: perl
13297            ! regexec.c
13298 ____________________________________________________________________________
13299 [ 14851] By: jhi                                   on 2002/02/24  13:02:53
13300         Log: Using uninitialized (and wrong) variables is not good.
13301      Branch: perl
13302            ! regcomp.c
13303 ____________________________________________________________________________
13304 [ 14850] By: jhi                                   on 2002/02/24  05:28:15
13305         Log: EBCDIC: this seems to calm the last of the
13306              Malformed UTF-8 warnings.
13307      Branch: perl
13308            ! regcomp.c utf8.c
13309 ____________________________________________________________________________
13310 [ 14849] By: jhi                                   on 2002/02/23  23:35:03
13311         Log: EBCDIC: document using Encode for character conversions.
13312      Branch: perl
13313            ! pod/perlebcdic.pod
13314 ____________________________________________________________________________
13315 [ 14848] By: jhi                                   on 2002/02/23  23:20:57
13316         Log: EBCDIC: disable also Unicode::Collate and
13317              Unicode::Normalize for now.  Real users of
13318              EBCDIC have to decide what they want.
13319      Branch: perl
13320            ! ext/Unicode/Normalize/Normalize.pm
13321            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
13322            ! ext/Unicode/Normalize/t/test.t lib/Unicode/Collate.pm
13323            ! lib/Unicode/Collate/t/test.t
13324 ____________________________________________________________________________
13325 [ 14847] By: jhi                                   on 2002/02/23  20:12:21
13326         Log: AUTHORS updates.
13327      Branch: perl
13328            ! AUTHORS
13329 ____________________________________________________________________________
13330 [ 14846] By: jhi                                   on 2002/02/23  20:05:10
13331         Log: Retract #14571: there may be a better solution than
13332              tweaking the test.
13333      Branch: perl
13334            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
13335 ____________________________________________________________________________
13336 [ 14845] By: jhi                                   on 2002/02/23  19:15:32
13337         Log: Subject: [PATCH @14833] $Config{prefixexp} for VMS                
13338              From: "Craig A. Berry" <craigberry@mac.com> 
13339              Date: Sat, 23 Feb 2002 14:14:35 -0600
13340              Message-Id: <a05101400b89d8666cc6c@[192.168.56.188]>         
13341      Branch: perl
13342            ! configure.com
13343 ____________________________________________________________________________
13344 [ 14844] By: jhi                                   on 2002/02/23  18:37:14
13345         Log: metaconfig unit change for #14843.
13346      Branch: metaconfig/U/perl
13347            ! Extensions.U
13348 ____________________________________________________________________________
13349 [ 14843] By: jhi                                   on 2002/02/23  18:36:43
13350         Log: Also Encode/JP needs to be listed explicitly.
13351              (Any other sub-Encode extensions?)
13352      Branch: perl
13353            ! Configure
13354 ____________________________________________________________________________
13355 [ 14842] By: jhi                                   on 2002/02/23  18:17:07
13356         Log: Document known UNICOS/mk deficiency.
13357      Branch: perl
13358            ! pod/perldelta.pod
13359 ____________________________________________________________________________
13360 [ 14841] By: jhi                                   on 2002/02/23  16:29:49
13361         Log: Subject: [PATCH] README mention version 5.0
13362              From: Autrijus Tang <autrijus@autrijus.org>
13363              Date: Sat, 23 Feb 2002 09:35:22 +0800
13364              Message-ID: <20020223013522.GA8694@not.autrijus.org>
13365      Branch: perl
13366            ! README
13367 ____________________________________________________________________________
13368 [ 14840] By: jhi                                   on 2002/02/23  03:32:59
13369         Log: metaconfig unit change for #14839.
13370      Branch: metaconfig
13371            ! U/modified/Signal.U
13372 ____________________________________________________________________________
13373 [ 14839] By: jhi                                   on 2002/02/23  03:32:32
13374         Log: Old hosts like NeXT Classic don't have sort -k,
13375              from Paul Eggert.
13376      Branch: perl
13377            ! Configure
13378 ____________________________________________________________________________
13379 [ 14838] By: ams                                   on 2002/02/22  21:14:29
13380         Log: Minor clarifications as suggested by Anton Tagunov.
13381      Branch: perl
13382            ! pod/perlsyn.pod
13383 ____________________________________________________________________________
13384 [ 14837] By: ams                                   on 2002/02/22  21:07:02
13385         Log: Subject: [PATCH] Re: Prototype checking on assignment of coderef to typeglob
13386              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13387              Date: Fri, 22 Feb 2002 23:01:07 +0100
13388              Message-Id: <20020222230107.A15069@rafael>
13389      Branch: perl
13390            ! sv.c t/op/gv.t
13391 ____________________________________________________________________________
13392 [ 14836] By: jhi                                   on 2002/02/22  20:39:11
13393         Log: metaconfig unit change for #14835.
13394      Branch: metaconfig
13395            ! U/modified/Chk_MANI.U
13396 ____________________________________________________________________________
13397 [ 14835] By: jhi                                   on 2002/02/22  20:38:32
13398         Log: In AIX the split(1) default (1000 lines) chokes the /usr/bin/ls.
13399      Branch: perl
13400            ! Configure
13401 ____________________________________________________________________________
13402 [ 14834] By: jhi                                   on 2002/02/22  18:06:01
13403         Log: Subject: [PATCH] Re: Pyrrhic compression in Encode
13404              From: Michael G Schwern <schwern@pobox.com>
13405              Date: Fri, 22 Feb 2002 12:10:28 -0500
13406              Message-ID: <20020222171027.GB4181@blackrider>
13407      Branch: perl
13408            ! ext/Encode/compile
13409 ____________________________________________________________________________
13410 [ 14833] By: jhi                                   on 2002/02/22  14:51:17
13411         Log: Update Changes.
13412      Branch: perl
13413            ! Changes patchlevel.h
13414 ____________________________________________________________________________
13415 [ 14832] By: jhi                                   on 2002/02/22  14:25:18
13416         Log: Implement IV/UV/NV/long double pack/unpack with
13417              template letters j/J/F/D (the latter two have been
13418              undocumented aliases of f/d).
13419      Branch: perl
13420            ! pod/perlfunc.pod pod/perltodo.pod pp_pack.c t/op/pack.t
13421 ____________________________________________________________________________
13422 [ 14831] By: jhi                                   on 2002/02/22  13:47:08
13423         Log: Subject: Re: [PATCH++] Re: [PATCH] go faster for Encode's compile
13424              From: Nicholas Clark <nick@unfortu.net>
13425              Date: Fri, 22 Feb 2002 14:01:25 +0000
13426              Message-ID: <20020222140123.GD358@Bagpuss.unfortu.net>
13427      Branch: perl
13428            ! ext/Encode/compile
13429 ____________________________________________________________________________
13430 [ 14830] By: jhi                                   on 2002/02/22  13:44:27
13431         Log: NetWare change from Ananth Kesari.
13432      Branch: perl
13433            - NetWare/t/NWModify-Exist.pl NetWare/t/NWScripts-Exist.pl
13434            ! MANIFEST
13435 ____________________________________________________________________________
13436 [ 14829] By: jhi                                   on 2002/02/22  13:42:42
13437         Log: Subject: [PATCH @14577] pack with a human face: part ]|[
13438              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13439              Date: Fri, 22 Feb 2002 03:55:13 -0500
13440              Message-ID: <20020222035513.A894@math.ohio-state.edu>
13441      Branch: perl
13442            ! pod/perlfunc.pod pp_pack.c t/op/pack.t
13443 ____________________________________________________________________________
13444 [ 14828] By: jhi                                   on 2002/02/22  13:19:19
13445         Log: EBCDIC: Disable Encode::JP and Encode::Tcl for now.
13446      Branch: perl
13447            ! ext/Encode/JP/JP.pm ext/Encode/lib/Encode/Tcl.pm
13448 ____________________________________________________________________________
13449 [ 14827] By: jhi                                   on 2002/02/22  13:11:00
13450         Log: Make measure_struct a file static.
13451      Branch: perl
13452            ! pp_pack.c
13453 ____________________________________________________________________________
13454 [ 14826] By: jhi                                   on 2002/02/22  04:30:27
13455         Log: EBCDIC: someone who knows what they are doing
13456              and whether it is possible at all in the first
13457              place needs to figure these tests out on EBCDIC.
13458              The CJK encodings heavily abuse their knowledge
13459              of ASCII and that may require a translation layer
13460              or four to survive UTF-EBCDIC.
13461      Branch: perl
13462            ! ext/Encode/t/JP.t ext/Encode/t/Tcl.t
13463 ____________________________________________________________________________
13464 [ 14825] By: jhi                                   on 2002/02/22  02:43:03
13465         Log: croak() needs context.
13466      Branch: perl
13467            ! pp_pack.c
13468 ____________________________________________________________________________
13469 [ 14824] By: jhi                                   on 2002/02/22  01:56:06
13470         Log: Subject: [PATCH @14577] pack with a human face: the sequel
13471              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13472              Date: Thu, 21 Feb 2002 21:33:37 -0500
13473              Message-ID: <20020221213337.A23848@math.ohio-state.edu>
13474      Branch: perl
13475            ! embed.fnc embed.h pod/perldiag.pod pod/perlfunc.pod pp_pack.c
13476            ! proto.h t/op/pack.t
13477 ____________________________________________________________________________
13478 [ 14823] By: jhi                                   on 2002/02/22  00:38:19
13479         Log: Subject: [PATCH+=2] Re: [PATCH++] Re: [PATCH] go faster for Encode's compile
13480              From: Nicholas Clark <nick@unfortu.net> 
13481              Date: Fri, 22 Feb 2002 00:49:44 +0000
13482              Message-ID: <20020222004943.GK394@Bagpuss.unfortu.net>
13483      Branch: perl
13484            ! ext/Encode/compile
13485 ____________________________________________________________________________
13486 [ 14822] By: jhi                                   on 2002/02/21  22:42:17
13487         Log: Test for #14795.
13488      Branch: perl
13489            ! t/op/pat.t
13490 ____________________________________________________________________________
13491 [ 14821] By: jhi                                   on 2002/02/21  22:05:20
13492         Log: Testing for ASCII in EBCDIC makes one's brain hurt.
13493      Branch: perl
13494            ! t/op/pat.t
13495 ____________________________________________________________________________
13496 [ 14820] By: jhi                                   on 2002/02/21  21:53:00
13497         Log: Subject: [PATCH] next batch of bugfixes
13498              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13499              Date: Thu, 21 Feb 2002 23:54:41 +0100
13500              Message-ID: <20020221235441.A17260@rafael>
13501      Branch: perl
13502            ! ext/B/B/Deparse.pm
13503 ____________________________________________________________________________
13504 [ 14819] By: jhi                                   on 2002/02/21  21:06:54
13505         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)
13506              From: chromatic <chromatic@rmci.net>
13507              Date: Thu, 21 Feb 2002 14:17:35 -0700
13508              Message-ID: <20020221211823.80922.qmail@onion.perl.org>
13509      Branch: perl
13510            ! lib/File/stat.pm lib/File/stat.t
13511 ____________________________________________________________________________
13512 [ 14818] By: jhi                                   on 2002/02/21  21:01:36
13513         Log: Externalization from Jatan Shah <jshah@broadcom.com>.
13514      Branch: perl
13515            ! ext/re/re.xs
13516 ____________________________________________________________________________
13517 [ 14817] By: jhi                                   on 2002/02/21  20:02:27
13518         Log: Upgrade to Math::BigInt 1.51.
13519      Branch: perl
13520            + lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/config.t
13521            + lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/inf_nan.t
13522            + lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
13523            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
13524            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
13525            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
13526            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
13527            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/calling.t
13528            ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/mbimbf.t
13529            ! lib/Math/BigInt/t/require.t lib/Math/BigInt/t/sub_mbf.t
13530            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/sub_mif.t
13531            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
13532 ____________________________________________________________________________
13533 [ 14816] By: jhi                                   on 2002/02/21  19:33:01
13534         Log: Subject: Re: [PATCH] 'make clobber' on Cygwin broken
13535              From: "Gerrit P. Haase" <gp@familiehaase.de>
13536              Date: Thu, 21 Feb 2002 21:20:25 +0100
13537              Message-ID: <69510538936.20020221212025@familiehaase.de>
13538      Branch: perl
13539            ! Makefile.SH
13540 ____________________________________________________________________________
13541 [ 14815] By: jhi                                   on 2002/02/21  17:28:23
13542         Log: Subject: [PATCH @14577] grouping in pack/unpack
13543              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13544              Date: Thu, 21 Feb 2002 06:06:14 -0500
13545              Message-ID: <20020221060614.A29836@math.ohio-state.edu>
13546      Branch: perl
13547            ! embed.fnc embed.h global.sym pod/perldiag.pod pod/perlfunc.pod
13548            ! pod/perltodo.pod pp_pack.c proto.h t/op/pack.t
13549 ____________________________________________________________________________
13550 [ 14814] By: jhi                                   on 2002/02/21  15:41:10
13551         Log: Subject: [PATCH propose] question about fs.t
13552              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
13553              Date: Thu, 21 Feb 2002 15:10:21 +0100
13554              Message-ID: <725805519.20020221151021@tesla.rcub.bg.ac.yu>
13555      Branch: perl
13556            ! t/io/fs.t
13557 ____________________________________________________________________________
13558 [ 14813] By: jhi                                   on 2002/02/21  15:37:44
13559         Log: Subject: [PATCH] 'make clobber' on Cygwin broken    
13560              From: "Gerrit P. Haase" <gerrit@familiehaase.de>         
13561              Date: Thu, 21 Feb 2002 09:54:28 +0100
13562              Message-ID: <13576559576.20020221095428@familiehaase.de>     
13563      Branch: perl
13564            ! Makefile.SH
13565 ____________________________________________________________________________
13566 [ 14812] By: ams                                   on 2002/02/21  14:59:09
13567         Log: Subject: typo correction
13568              From: mjd@plover.com
13569              Date: 21 Feb 2002 15:43:49 -0000
13570              Message-Id: <20020221154349.22772.qmail@plover.com>
13571      Branch: perl
13572            ! pod/perldebug.pod
13573 ____________________________________________________________________________
13574 [ 14811] By: ams                                   on 2002/02/21  14:02:12
13575         Log: Subject: [PATCH] No OPf_SPECIAL on OP_ENTERSUB when readline() is overriden
13576              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13577              Date: Thu, 21 Feb 2002 15:22:22 +0100
13578              Message-Id: <20020221152222.A15095@rafael>
13579      Branch: perl
13580            ! op.h toke.c
13581 ____________________________________________________________________________
13582 [ 14810] By: ams                                   on 2002/02/21  12:45:28
13583         Log: Subject: [PATCH @14577] cosmetic OS/2 patches
13584              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13585              Date: Thu, 21 Feb 2002 06:02:48 -0500
13586              Message-Id: <20020221060248.A29705@math.ohio-state.edu>
13587      Branch: perl
13588            ! lib/ExtUtils/Mksymlists.pm makedef.pl
13589 ____________________________________________________________________________
13590 [ 14809] By: nick                                  on 2002/02/21  09:31:08
13591         Log: Integrate mainline
13592      Branch: perlio
13593           +> lib/Pod/t/Select.t
13594           !> (integrate 37 files)
13595 ____________________________________________________________________________
13596 [ 14808] By: jhi                                   on 2002/02/21  05:33:27
13597         Log: metaconfig unit change for #14807.
13598      Branch: metaconfig
13599            ! U/modified/Signal.U
13600 ____________________________________________________________________________
13601 [ 14807] By: jhi                                   on 2002/02/21  05:33:07
13602         Log: Revert #14805, didn't quite work.
13603      Branch: perl
13604            ! Configure config_h.SH
13605 ____________________________________________________________________________
13606 [ 14806] By: jhi                                   on 2002/02/21  05:21:52
13607         Log: metaconfig changes for #14805.
13608      Branch: metaconfig
13609            ! U/modified/Signal.U dist-3.0at70b/kit/makeSH
13610 ____________________________________________________________________________
13611 [ 14805] By: jhi                                   on 2002/02/21  05:21:21
13612         Log: Subject: Re: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts 
13613              From: Paul Eggert <eggert@twinsun.com>
13614              Date: Wed, 20 Feb 2002 11:23:04 -0800 (PST)
13615              Message-Id: <200202201923.g1KJN4d06394@shade.twinsun.com>
13616      Branch: perl
13617            ! Configure config_h.SH
13618 ____________________________________________________________________________
13619 [ 14804] By: jhi                                   on 2002/02/21  04:56:05
13620         Log: More advice.
13621      Branch: perl
13622            ! README.os390
13623 ____________________________________________________________________________
13624 [ 14803] By: jhi                                   on 2002/02/21  04:40:37
13625         Log: Missing MANIFESTation.
13626      Branch: perl
13627            ! MANIFEST
13628 ____________________________________________________________________________
13629 [ 14802] By: ams                                   on 2002/02/20  22:55:25
13630         Log: Subject: [PATCH] Add missing Tolkien quotes to *.c
13631              From: Autrijus Tang <autrijus@autrijus.org>
13632              Date: Thu, 21 Feb 2002 07:13:12 +0800
13633              Message-Id: <20020220231312.GA775@not.autrijus.org>
13634      Branch: perl
13635            ! globals.c malloc.c perlio.c pp_pack.c universal.c xsutils.c
13636 ____________________________________________________________________________
13637 [ 14801] By: ams                                   on 2002/02/20  22:27:20
13638         Log: Subject: Re: Make Schwern poor in just 20 easy steps!
13639              From: Abe Timmerman <abe@ztreet.demon.nl>
13640              Date: Thu, 21 Feb 2002 00:20:40 +0100
13641              Message-Id: <dgb87ukjfanphg45i4skobhe40s1g4sujj@4ax.com>
13642      Branch: perl
13643            + lib/Pod/t/Select.t
13644 ____________________________________________________________________________
13645 [ 14800] By: jhi                                   on 2002/02/20  22:15:23
13646         Log: In EBCDIC the UNI_TO_NATIVE() macro evaluates its argument
13647              twice, causing the loop to skip every other character.
13648      Branch: perl
13649            ! utf8.c
13650 ____________________________________________________________________________
13651 [ 14799] By: jhi                                   on 2002/02/20  21:43:21
13652         Log: Better debugging info.
13653      Branch: perl
13654            ! t/uni/case.pl
13655 ____________________________________________________________________________
13656 [ 14798] By: jhi                                   on 2002/02/20  21:13:50
13657         Log: Subject: [PATCH++] Re: [PATCH] go faster for Encode's compile
13658              From: Nicholas Clark <nick@unfortu.net>
13659              Date: Wed, 20 Feb 2002 22:13:05 +0000
13660              Message-ID: <20020220221304.GE371@Bagpuss.unfortu.net>
13661      Branch: perl
13662            ! ext/Encode/compile
13663 ____________________________________________________________________________
13664 [ 14797] By: jhi                                   on 2002/02/20  18:31:14
13665         Log: Subject: Re: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts
13666              From: Paul Eggert <eggert@twinsun.com>
13667              Date: Wed, 20 Feb 2002 11:29:30 -0800 (PST)
13668              Message-Id: <200202201929.g1KJTUb06403@shade.twinsun.com>
13669      Branch: perl
13670            ! pod/perlhack.pod
13671 ____________________________________________________________________________
13672 [ 14796] By: nick                                  on 2002/02/20  18:15:00
13673         Log: Integrate mainline
13674      Branch: perlio
13675           +> lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
13676           +> lib/Locale/Codes/t/script.t lib/Locale/Constants.pod
13677           +> lib/Locale/Country.pod lib/Locale/Currency.pod
13678           +> lib/Locale/Language.pod lib/Locale/Script.pm
13679           +> lib/Locale/Script.pod t/uni/case.pl t/uni/lower.t
13680           +> t/uni/title.t t/uni/upper.t
13681           !> (integrate 41 files)
13682 ____________________________________________________________________________
13683 [ 14795] By: ams                                   on 2002/02/20  17:08:38
13684         Log: Subject: Re: Re-posts of some unresolved bleadperl bugreports
13685              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
13686              Date: Wed, 20 Feb 2002 18:06:59 +0000
13687              Message-Id: <200202201807.g1KI6xj08220@crypt.compulink.co.uk>
13688      Branch: perl
13689            ! pp_ctl.c
13690 ____________________________________________________________________________
13691 [ 14794] By: ams                                   on 2002/02/20  16:41:56
13692         Log: Subject: [PATCH] perl/Makefile.SH -- care with question mark
13693              From: Paul_GreenVOS@vos.stratus.com
13694              Date: Wed, 20 Feb 02 12:21 est
13695              Message-Id: <200202201723.MAA24639@mailhub1.stratus.com>
13696      Branch: perl
13697            ! Makefile.SH
13698 ____________________________________________________________________________
13699 [ 14793] By: jhi                                   on 2002/02/20  16:26:56
13700         Log: Forgot from #14790.
13701      Branch: perl
13702            ! pp_pack.c
13703 ____________________________________________________________________________
13704 [ 14792] By: jhi                                   on 2002/02/20  16:23:00
13705         Log: Update Changes.
13706      Branch: perl
13707            ! Changes patchlevel.h
13708 ____________________________________________________________________________
13709 [ 14791] By: jhi                                   on 2002/02/20  15:24:19
13710         Log: Integrate change #14778 from maintperl.
13711      Branch: perl
13712            ! t/lib/strict/subs
13713           !> op.c
13714 ____________________________________________________________________________
13715 [ 14790] By: jhi                                   on 2002/02/20  15:08:06
13716         Log: Subject: Re: [ID 20020220.001] pack w with objects
13717              From: Ulrich Pfeifer <upf@de.uu.net>
13718              Date: 20 Feb 2002 11:21:15 +0100
13719              Message-ID: <p5g03wcv38.fsf@de.uu.net>
13720      Branch: perl
13721            ! t/op/pack.t
13722 ____________________________________________________________________________
13723 [ 14789] By: jhi                                   on 2002/02/20  15:05:54
13724         Log: Subject: Re: [PATCH] go faster for Encode's compile
13725              From: Nicholas Clark <nick@unfortu.net> 
13726              Date: Tue, 19 Feb 2002 23:38:36 +0000
13727              Message-ID: <20020219233836.GG464@Bagpuss.unfortu.net>
13728      Branch: perl
13729            ! ext/Encode/compile
13730 ____________________________________________________________________________
13731 [ 14788] By: jhi                                   on 2002/02/20  15:02:31
13732         Log: Regen Glossary.
13733      Branch: perl
13734            ! Porting/Glossary Porting/config.sh Porting/config_H
13735 ____________________________________________________________________________
13736 [ 14787] By: jhi                                   on 2002/02/20  14:57:37
13737         Log: metaconfig unit change for #14786 (not visible yet,
13738              since Glossary needs regenerating)
13739      Branch: metaconfig
13740            ! U/compline/d_gconvert.U
13741 ____________________________________________________________________________
13742 [ 14786] By: jhi                                   on 2002/02/20  14:56:55
13743         Log: Subject: d_Gconvert hints and Glossary
13744              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
13745              Date: Tue, 19 Feb 2002 11:55:36 -0800
13746              Message-ID: <42qc8gzkgOFN092yn@efn.org> 
13747      Branch: perl
13748            ! Configure config_h.SH configpm hints/aix.sh hints/dec_osf.sh
13749            ! hints/newsos4.sh hints/os2.sh hints/os390.sh hints/svr4.sh
13750            ! hints/svr5.sh
13751 ____________________________________________________________________________
13752 [ 14785] By: jhi                                   on 2002/02/20  14:38:45
13753         Log: metaconfig unit changes for #14784.
13754      Branch: metaconfig
13755            ! U/modified/Chk_MANI.U U/modified/Signal.U U/modified/libs.U
13756 ____________________________________________________________________________
13757 [ 14784] By: jhi                                   on 2002/02/20  14:38:14
13758         Log: Subject: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts 
13759              From: Paul Eggert <eggert@twinsun.com>              
13760              Date: Wed, 20 Feb 2002 03:03:51 -0800 (PST) 
13761              Message-Id: <200202201103.g1KB3p427665@sic.twinsun.com>
13762      Branch: perl
13763            ! Configure Porting/pumpkin.pod hints/freebsd.sh hints/irix_6.sh
13764            ! pod/perlhack.pod
13765 ____________________________________________________________________________
13766 [ 14783] By: jhi                                   on 2002/02/20  14:21:32
13767         Log: metaconfig unit change for #14782.
13768      Branch: metaconfig/U/perl
13769            ! Mksymlinks.U
13770 ____________________________________________________________________________
13771 [ 14782] By: jhi                                   on 2002/02/20  14:20:33
13772         Log: Subject: [patch] Configure problem on Cygwin (was: Re: dubious configure error on cygwin)
13773              From: "Gerrit P. Haase" <gp@familiehaase.de>
13774              Date: Wed, 20 Feb 2002 00:23:29 +0100
13775              Message-ID: <70348722516.20020220002329@familiehaase.de>
13776      Branch: perl
13777            ! Configure
13778 ____________________________________________________________________________
13779 [ 14781] By: jhi                                   on 2002/02/20  13:58:16
13780         Log: Subject: Re: Lexical scoping bug with EXPR for EXPR?
13781              From: Nicholas Clark <nick@unfortu.net> 
13782              Date: Tue, 19 Feb 2002 19:27:42 +0000
13783              Message-ID: <20020219192740.GF12268@Bagpuss.unfortu.net>
13784              
13785              (with modifications)
13786      Branch: perl
13787            ! pod/perlsub.pod
13788 ____________________________________________________________________________
13789 [ 14780] By: jhi                                   on 2002/02/20  13:49:44
13790         Log: NetWare tweak from Ananth Kesari.
13791      Branch: perl
13792            ! lib/ExtUtils/MakeMaker.pm
13793 ____________________________________________________________________________
13794 [ 14779] By: ams                                   on 2002/02/20  06:51:55
13795         Log: Fix suggested by Anton Tagunov <tagunov@motor.ru>.
13796      Branch: perl
13797            ! pod/perlfaq4.pod
13798 ____________________________________________________________________________
13799 [ 14778] By: gsar                                  on 2002/02/20  04:17:22
13800         Log: constant folding on the range operator had the effect of disabling
13801              peephole optimizations in all the siblings of the range OP; the
13802              effect of this was that barewords could escape strictures when
13803              they were hiding in such places
13804      Branch: maint-5.6/perl
13805            ! op.c t/pragma/strict-subs
13806 ____________________________________________________________________________
13807 [ 14777] By: ams                                   on 2002/02/20  00:56:21
13808         Log: Subject: [PATCH] Re: Cannot handle date (0, 0, 0, 2, 0, 1970)
13809              From: Graham Barr <gbarr@pobox.com>
13810              Date: Tue, 19 Feb 2002 23:08:47 +0000
13811              Message-Id: <20020219230847.G66560@pobox.com>
13812      Branch: perl
13813            ! lib/Time/Local.pm
13814 ____________________________________________________________________________
13815 [ 14776] By: ams                                   on 2002/02/19  17:20:28
13816         Log: Subject: [DOCPATCH] C<< >> in Tie::Hash
13817              From: Nicholas Clark <nick@unfortu.net>
13818              Date: Tue, 19 Feb 2002 16:23:22 +0000
13819              Message-Id: <20020219162322.GB12268@Bagpuss.unfortu.net>
13820      Branch: perl
13821            ! lib/Tie/Hash.pm
13822 ____________________________________________________________________________
13823 [ 14775] By: jhi                                   on 2002/02/19  15:20:52
13824         Log: Regen doc, regen toc.
13825      Branch: perl
13826            ! pod/buildtoc.PL pod/perlapi.pod pod/perltoc.pod
13827 ____________________________________________________________________________
13828 [ 14774] By: jhi                                   on 2002/02/19  15:18:03
13829         Log: Subject: Re: {PATCH] Re: Lexical scoping bug with EXPR for EXPR?
13830              From: Dave Mitchell <davem@fdgroup.co.uk>
13831              Date: Tue, 19 Feb 2002 16:07:52 +0000 (GMT) 
13832              Message-Id: <200202191607.QAA25164@gizmo.fdgroup.co.uk>           
13833      Branch: perl
13834            ! pod/perlsub.pod
13835 ____________________________________________________________________________
13836 [ 14773] By: jhi                                   on 2002/02/19  15:13:57
13837         Log: Detypo.
13838      Branch: perl
13839            ! lib/Tie/Memoize.pm
13840 ____________________________________________________________________________
13841 [ 14772] By: jhi                                   on 2002/02/19  15:01:25
13842         Log: UTF-8 C API doc tweaks.
13843      Branch: perl
13844            ! pod/perlunicode.pod
13845 ____________________________________________________________________________
13846 [ 14771] By: jhi                                   on 2002/02/19  14:03:08
13847         Log: Mention that the case-switchers know about Unicode, too.
13848      Branch: perl
13849            ! pod/perlop.pod
13850 ____________________________________________________________________________
13851 [ 14770] By: jhi                                   on 2002/02/19  13:49:52
13852         Log: Upgrade to Locale::Codes 2.01.
13853      Branch: perl
13854            + lib/Locale/Constants.pod lib/Locale/Country.pod
13855            + lib/Locale/Currency.pod lib/Locale/Language.pod
13856            + lib/Locale/Script.pod
13857            ! MANIFEST lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
13858            ! lib/Locale/Constants.pm lib/Locale/Country.pm
13859            ! lib/Locale/Currency.pm lib/Locale/Language.pm
13860            ! lib/Locale/Maketext.pm lib/Locale/Script.pm
13861 ____________________________________________________________________________
13862 [ 14769] By: jhi                                   on 2002/02/19  13:34:16
13863         Log: Subject: {PATCH] Re: Lexical scoping bug with EXPR for EXPR?
13864              From: Dave Mitchell <davem@fdgroup.co.uk>
13865              Date: Tue, 19 Feb 2002 10:30:30 +0000 (GMT) 
13866              Message-Id: <200202191030.KAA24180@gizmo.fdgroup.co.uk>
13867      Branch: perl
13868            ! pod/perlsub.pod
13869 ____________________________________________________________________________
13870 [ 14768] By: jhi                                   on 2002/02/19  13:32:32
13871         Log: Subject: [PATCH] Clarify SvPV and SvPV_force api docs
13872              From: Sam Tregar <sam@tregar.com> 
13873              Date: Mon, 18 Feb 2002 23:09:22 -0500 (EST) 
13874              Message-ID: <Pine.LNX.4.44.0202182305350.10037-100000@localhost.localdomain>   
13875      Branch: perl
13876            ! sv.h
13877 ____________________________________________________________________________
13878 [ 14767] By: jhi                                   on 2002/02/19  13:29:04
13879         Log: The test requires perlio.
13880      Branch: perl
13881            ! ext/Encode/t/JP.t
13882 ____________________________________________________________________________
13883 [ 14766] By: jhi                                   on 2002/02/19  04:57:59
13884         Log: Misplaced block end.
13885      Branch: perl
13886            ! utf8.c
13887 ____________________________________________________________________________
13888 [ 14765] By: jhi                                   on 2002/02/19  04:53:30
13889         Log: The POSIX extensions are deadly.
13890      Branch: perl
13891            ! regcomp.c
13892 ____________________________________________________________________________
13893 [ 14764] By: jhi                                   on 2002/02/19  04:44:41
13894         Log: Let's not overdo the growth.
13895      Branch: perl
13896            ! pp.c
13897 ____________________________________________________________________________
13898 [ 14763] By: jhi                                   on 2002/02/19  04:19:21
13899         Log: Third time makes the charm.
13900      Branch: perl
13901            ! README.os390
13902 ____________________________________________________________________________
13903 [ 14762] By: jhi                                   on 2002/02/19  04:03:46
13904         Log: Oops.
13905      Branch: perl
13906            ! utf8.c
13907 ____________________________________________________________________________
13908 [ 14761] By: jhi                                   on 2002/02/19  03:49:34
13909         Log: Add back the new casing tests.
13910      Branch: perl
13911            + t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
13912            ! MANIFEST
13913 ____________________________________________________________________________
13914 [ 14760] By: jhi                                   on 2002/02/19  03:49:16
13915         Log: Prefer special case mappings.
13916      Branch: perl
13917            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
13918            ! lib/unicore/To/Upper.pl lib/unicore/mktables
13919 ____________________________________________________________________________
13920 [ 14759] By: jhi                                   on 2002/02/19  03:48:46
13921         Log: Try special casing first.
13922      Branch: perl
13923            ! utf8.c
13924 ____________________________________________________________________________
13925 [ 14758] By: jhi                                   on 2002/02/19  01:55:14
13926         Log: Not extending enough.
13927      Branch: perl
13928            ! pp.c utf8.h
13929 ____________________________________________________________________________
13930 [ 14757] By: jhi                                   on 2002/02/19  00:21:07
13931         Log: No need to store identity mappings.
13932      Branch: perl
13933            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
13934            ! lib/unicore/mktables
13935 ____________________________________________________________________________
13936 [ 14756] By: ams                                   on 2002/02/18  20:21:17
13937         Log: Forward port #14704 from maint-5.6.
13938      Branch: perl
13939            ! doio.c
13940 ____________________________________________________________________________
13941 [ 14755] By: jhi                                   on 2002/02/18  20:16:40
13942         Log: Regen Changes.
13943      Branch: perl
13944            ! Changes
13945 ____________________________________________________________________________
13946 [ 14754] By: ams                                   on 2002/02/18  19:01:09
13947         Log: Subject: [PATCH] VMS cando_by_name and current process privs
13948              From: "Craig A. Berry" <craigberry@mac.com>
13949              Date: Mon, 18 Feb 2002 14:03:30 -0600
13950              Message-Id: <5.1.0.14.2.20020218132536.01b7a0b8@exchi01>
13951      Branch: perl
13952            ! vms/vms.c
13953 ____________________________________________________________________________
13954 [ 14753] By: jhi                                   on 2002/02/18  17:58:39
13955         Log: Update Changes.
13956      Branch: perl
13957            ! Changes patchlevel.h
13958 ____________________________________________________________________________
13959 [ 14752] By: jhi                                   on 2002/02/18  17:54:44
13960         Log: What do you know; these tests unearthed nasty problems.
13961              Will resolve those first.
13962      Branch: perl
13963            - t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
13964            ! MANIFEST
13965 ____________________________________________________________________________
13966 [ 14751] By: jhi                                   on 2002/02/18  17:52:23
13967         Log: Update Changes.
13968      Branch: perl
13969            ! Changes patchlevel.h
13970 ____________________________________________________________________________
13971 [ 14750] By: ams                                   on 2002/02/18  17:36:05
13972         Log: Subject: Re: IO::Poll: Removing Handles
13973              From: Matthew Sachs <matthewg@zevils.com>
13974              Date: Mon, 18 Feb 2002 13:19:01 -0500
13975              Message-Id: <20020218181901.GA19377@allevil.dhcp.zevils.com>
13976      Branch: perl
13977            ! ext/IO/lib/IO/t/io_poll.t
13978 ____________________________________________________________________________
13979 [ 14749] By: jhi                                   on 2002/02/18  16:49:51
13980         Log: Subject: VMS test fix-ups (alarm.t and glob.t)
13981              From: "Craig A. Berry" <craigberry@mac.com>
13982              Date: Mon, 18 Feb 2002 11:52:21 -0600
13983              Message-Id: <5.1.0.14.2.20020218114540.01b2b458@exchi01>
13984      Branch: perl
13985            ! t/op/alarm.t t/op/glob.t
13986 ____________________________________________________________________________
13987 [ 14748] By: ams                                   on 2002/02/18  15:53:36
13988         Log: s/load_module/Perl_load_module/
13989      Branch: perl
13990            ! gv.c
13991 ____________________________________________________________________________
13992 [ 14747] By: jhi                                   on 2002/02/18  15:43:06
13993         Log: Unused in ASCII, used in EBCDIC.
13994      Branch: perl
13995            ! utf8.c
13996 ____________________________________________________________________________
13997 [ 14746] By: jhi                                   on 2002/02/18  15:26:32
13998         Log: Upgrade to Locale::Codes 2.00.
13999      Branch: perl
14000            + lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
14001            + lib/Locale/Codes/t/script.t lib/Locale/Script.pm
14002            ! MANIFEST lib/Locale/Codes/t/all.t lib/Locale/Codes/t/country.t
14003            ! lib/Locale/Constants.pm lib/Locale/Country.pm
14004            ! lib/Locale/Currency.pm lib/Locale/Language.pm
14005 ____________________________________________________________________________
14006 [ 14745] By: ams                                   on 2002/02/18  15:20:44
14007         Log: Subject: Re: [ID 20020213.001] "Unknown error" as a message from compilation
14008              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14009              Date: Sat, 16 Feb 2002 00:06:01 +0100
14010              Message-Id: <20020216000601.A17249@rafael>
14011      Branch: perl
14012            ! gv.c
14013 ____________________________________________________________________________
14014 [ 14744] By: jhi                                   on 2002/02/18  14:54:47
14015         Log: More Unicode casing checks.
14016      Branch: perl
14017            + t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
14018            ! MANIFEST
14019 ____________________________________________________________________________
14020 [ 14743] By: ams                                   on 2002/02/18  14:35:38
14021         Log: Subject: IO::Poll: Removing Handles
14022              From: Matthew Sachs <matthewg@zevils.com>
14023              Date: Sun, 17 Feb 2002 04:49:46 -0500
14024              Message-Id: <20020217094946.GA13130@allevil.dhcp.zevils.com>
14025      Branch: perl
14026            ! ext/IO/lib/IO/Poll.pm
14027 ____________________________________________________________________________
14028 [ 14741] By: ams                                   on 2002/02/18  13:59:48
14029         Log: Subject: [PATCH pp_ctl.c] bug on "do NUMBER"
14030              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14031              Date: Mon, 18 Feb 2002 15:41:26 +0100
14032              Message-Id: <20020218154126.A692@rafael>
14033      Branch: perl
14034            ! pp_ctl.c t/op/do.t
14035 ____________________________________________________________________________
14036 [ 14740] By: nick                                  on 2002/02/18  09:09:23
14037         Log: Integrate mainline
14038      Branch: perlio
14039           +> ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
14040           +> ext/Encode/JP/JP.pm ext/Encode/JP/Makefile.PL
14041           +> ext/Encode/KR/KR.pm ext/Encode/KR/Makefile.PL
14042           +> ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
14043           +> ext/Encode/lib/Encode/JP/Constants.pm
14044           +> ext/Encode/lib/Encode/JP/H2Z.pm
14045           +> ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
14046           +> ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/JP/Tr.pm
14047           +> ext/Encode/t/JP.t ext/Encode/t/japanese.pl
14048           +> os2/OS2/Process/t/os2_process.t
14049           +> os2/OS2/Process/t/os2_process_kid.t
14050           +> os2/OS2/Process/t/os2_process_text.t
14051            - ext/Encode/EUC_JP/Japanese.pm ext/Encode/EUC_JP/Makefile.PL
14052            - ext/Encode/t/Japanese.t
14053           !> (integrate 47 files)
14054 ____________________________________________________________________________
14055 [ 14739] By: jhi                                   on 2002/02/18  05:02:47
14056         Log: EBCDIC: now the worst seems to be over for
14057              the "Malformed" warnings.  Still a few of them,
14058              and plenty of test failures, but getting better.
14059      Branch: perl
14060            ! regcomp.c utf8.c
14061 ____________________________________________________________________________
14062 [ 14738] By: jhi                                   on 2002/02/18  02:31:05
14063         Log: Upgrade to Net::Ping 2.12.
14064      Branch: perl
14065            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
14066            ! lib/Net/Ping/t/110_icmp_inst.t
14067 ____________________________________________________________________________
14068 [ 14737] By: jhi                                   on 2002/02/18  02:24:31
14069         Log: After much rewriting we are now pretty much
14070              back to where we started.
14071      Branch: perl
14072            ! utf8.c
14073 ____________________________________________________________________________
14074 [ 14736] By: ams                                   on 2002/02/18  01:23:00
14075         Log: Subject: [PATCH B::Deparse] two fixes
14076              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14077              Date: Sun, 17 Feb 2002 23:58:59 +0100
14078              Message-Id: <20020217235859.A32513@rafael>
14079      Branch: perl
14080            ! ext/B/B/Deparse.pm
14081 ____________________________________________________________________________
14082 [ 14735] By: jhi                                   on 2002/02/17  21:24:26
14083         Log: Buglet.
14084      Branch: perl
14085            ! ext/Encode/lib/Encode/JP/JIS.pm
14086 ____________________________________________________________________________
14087 [ 14734] By: jhi                                   on 2002/02/17  20:44:59
14088         Log: Clearing up to_utf8_case() continues: this time use
14089              a single return, and EBCDICification for all paths.
14090      Branch: perl
14091            ! utf8.c
14092 ____________________________________________________________________________
14093 [ 14733] By: jhi                                   on 2002/02/17  19:51:01
14094         Log: Small tweaks to get the test running (fix @INC and
14095              do not overwrite the table.utf8 and table.rnd).
14096      Branch: perl
14097            ! ext/Encode/t/JP.t
14098 ____________________________________________________________________________
14099 [ 14732] By: jhi                                   on 2002/02/17  18:40:24
14100         Log: Tiny tweak.
14101      Branch: perl
14102            ! utf8.c
14103 ____________________________________________________________________________
14104 [ 14731] By: jhi                                   on 2002/02/17  16:56:17
14105         Log: Redundant casts.
14106      Branch: perl
14107            ! utf8.c
14108 ____________________________________________________________________________
14109 [ 14730] By: jhi                                   on 2002/02/17  16:50:34
14110         Log: More filename portability tips.
14111      Branch: perl
14112            ! pod/perlport.pod
14113 ____________________________________________________________________________
14114 [ 14729] By: jhi                                   on 2002/02/17  16:25:06
14115         Log: FAQ sync.
14116      Branch: perl
14117            ! pod/perlfaq3.pod pod/perlfaq5.pod
14118 ____________________________________________________________________________
14119 [ 14728] By: ams                                   on 2002/02/17  16:15:09
14120         Log: Subject: podlators 1.21 released
14121              From: Russ Allbery <rra@stanford.edu>
14122              Date: Sat, 16 Feb 2002 21:42:56 -0800
14123              Message-Id: <yladu8irz3.fsf@windlord.stanford.edu>
14124      Branch: perl
14125            ! lib/Pod/Text/Overstrike.pm
14126 ____________________________________________________________________________
14127 [ 14727] By: sky                                   on 2002/02/17  11:36:52
14128         Log: Subject: [PATCH] Tied STDERR should catch messages from warn() and die()
14129              From: Autrijus Tang <autrijus@autrijus.org>
14130              Date: Sun, 17 Feb 2002 19:46:47 +0800
14131              Message-ID: <20020217194647.A1410@not.autrijus.org>
14132      Branch: perl
14133            ! pp_ctl.c t/op/tiehandle.t util.c
14134 ____________________________________________________________________________
14135 [ 14726] By: jhi                                   on 2002/02/17  03:13:30
14136         Log: EBCDIC: to_utf8_case() is supposed to get its low 256
14137              input in native code points, not Unicode.
14138      Branch: perl
14139            ! utf8.c
14140 ____________________________________________________________________________
14141 [ 14725] By: jhi                                   on 2002/02/17  01:43:42
14142         Log: Regen Glossary.
14143      Branch: perl
14144            ! Porting/Glossary Porting/config.sh Porting/config_H
14145 ____________________________________________________________________________
14146 [ 14724] By: jhi                                   on 2002/02/17  01:12:37
14147         Log: The #14715 and #14716 were okay: they just revealed
14148              a bug in the EXACTF matching.
14149      Branch: perl
14150            ! regexec.c utf8.c
14151 ____________________________________________________________________________
14152 [ 14723] By: jhi                                   on 2002/02/16  16:14:19
14153         Log: Retreat, retreat! (retract #14715 and #14716)
14154      Branch: perl
14155            ! utf8.c
14156 ____________________________________________________________________________
14157 [ 14722] By: jhi                                   on 2002/02/16  16:06:00
14158         Log: Encode 0.40, from Dan Kogai.
14159      Branch: perl
14160            + ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
14161            + ext/Encode/JP/JP.pm ext/Encode/JP/Makefile.PL
14162            + ext/Encode/KR/KR.pm ext/Encode/KR/Makefile.PL
14163            + ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
14164            + ext/Encode/lib/Encode/JP/Constants.pm
14165            + ext/Encode/lib/Encode/JP/H2Z.pm
14166            + ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
14167            + ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/JP/Tr.pm
14168            + ext/Encode/t/JP.t ext/Encode/t/japanese.pl
14169            + ext/Encode/t/table.rnd ext/Encode/t/table.utf8
14170            - ext/Encode/EUC_JP/Japanese.pm ext/Encode/EUC_JP/Makefile.PL
14171            - ext/Encode/t/Japanese.t
14172            ! MANIFEST ext/Encode/Encode.pm ext/Encode/MANIFEST
14173            ! ext/Encode/t/Encode.t
14174 ____________________________________________________________________________
14175 [ 14721] By: jhi                                   on 2002/02/16  15:37:40
14176         Log: metaconfig unit change for #14720.
14177      Branch: perl
14178            ! Configure
14179 ____________________________________________________________________________
14180 [ 14720] By: jhi                                   on 2002/02/16  15:36:42
14181         Log: Regenerate Configure (small tweaks on Yitzchak's,
14182              main difference being that the preference variables are
14183              called gconvert_...).
14184      Branch: metaconfig
14185            ! U/compline/d_gconvert.U
14186 ____________________________________________________________________________
14187 [ 14719] By: ams                                   on 2002/02/16  14:11:01
14188         Log: Subject: Re: [proof-of-concept PATCH] d_Gconvert and Configure
14189              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
14190              Date: Thu, 14 Feb 2002 22:27:33 -0800
14191              Message-Id: <VpKb8gzkgCdK092yn@efn.org>
14192              (Applied by hand.)
14193      Branch: perl
14194            ! Configure
14195 ____________________________________________________________________________
14196 [ 14718] By: ams                                   on 2002/02/16  13:45:28
14197         Log: Subject: [DOC PATCH perlport.pod] Typo fix and three-arg open
14198              From: Philip Newton <Philip.Newton@gmx.net>
14199              Date: Sat, 16 Feb 2002 10:05:05 +0100
14200              Message-Id: <558s6u4djrbk46q44fvqs5mfviq9311lj1@4ax.com>
14201              (Applied by hand.)
14202      Branch: perl
14203            ! pod/perlport.pod
14204 ____________________________________________________________________________
14205 [ 14717] By: ams                                   on 2002/02/16  04:30:23
14206         Log: Remove dubious test.
14207      Branch: perl
14208            ! t/io/open.t
14209 ____________________________________________________________________________
14210 [ 14716] By: jhi                                   on 2002/02/16  04:24:45
14211         Log: Tiny tweak.
14212      Branch: perl
14213            ! utf8.c
14214 ____________________________________________________________________________
14215 [ 14715] By: jhi                                   on 2002/02/16  03:49:14
14216         Log: Restructure to_utf8_case() for simpler execution paths.
14217      Branch: perl
14218            ! utf8.c
14219 ____________________________________________________________________________
14220 [ 14714] By: ams                                   on 2002/02/16  02:43:59
14221         Log: Absorb #14701 by Sarathy from maint-5.6.
14222      Branch: perl
14223            ! doio.c t/io/open.t
14224 ____________________________________________________________________________
14225 [ 14713] By: ams                                   on 2002/02/16  01:51:27
14226         Log: Subject: [PATCH] VOS patches for perl 5.8
14227              From: Paul_GreenVOS@vos.stratus.com
14228              Date: Fri, 15 Feb 02 17:41 est
14229              Message-Id: <200202152243.RAA01195@mailhub1.stratus.com>
14230      Branch: perl
14231            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
14232            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
14233            ! vos/install_perl.cm
14234 ____________________________________________________________________________
14235 [ 14712] By: jhi                                   on 2002/02/15  21:08:13
14236         Log: Subject: [PATCH B::Deparse] Fix another bug introduced by #14615
14237              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14238              Date: Fri, 15 Feb 2002 23:05:44 +0100
14239              Message-ID: <20020215230544.A690@rafael>
14240      Branch: perl
14241            ! ext/B/B/Deparse.pm
14242 ____________________________________________________________________________
14243 [ 14711] By: jhi                                   on 2002/02/15  19:26:07
14244         Log: Add $VERSION.
14245      Branch: perl
14246            ! lib/Tie/Memoize.pm
14247 ____________________________________________________________________________
14248 [ 14710] By: jhi                                   on 2002/02/15  15:40:30
14249         Log: Update Changes.
14250      Branch: perl
14251            ! Changes patchlevel.h
14252 ____________________________________________________________________________
14253 [ 14709] By: jhi                                   on 2002/02/15  15:01:54
14254         Log: Subject: [PATCH hints/solaris_2.sh]; was Re: [PATCH Configure] Interaction of cc.cbu and checkcc
14255              From: Robin Barker <rmb1@cise.npl.co.uk>
14256              Date: Thu, 14 Feb 2002 19:07:40 GMT
14257              Message-Id: <200202141907.TAA21516@tempest.npl.co.uk>
14258              
14259              (the hints part only)
14260      Branch: perl
14261            ! hints/solaris_2.sh
14262 ____________________________________________________________________________
14263 [ 14708] By: jhi                                   on 2002/02/15  15:00:27
14264         Log: metaconfig unit changes for #14707.
14265      Branch: metaconfig
14266            ! U/modified/cc.U
14267      Branch: metaconfig/U/perl
14268            ! Checkcc.U
14269 ____________________________________________________________________________
14270 [ 14707] By: jhi                                   on 2002/02/15  15:00:01
14271         Log: Subject: Re: [PATCH hints/solaris_2.sh]; was Re: [PATCH Configure] Interaction  of cc.cbu and checkcc
14272              From: Robin Barker <rmb1@cise.npl.co.uk>
14273              Date: Fri, 15 Feb 2002 12:14:39 GMT
14274              Message-Id: <200202151214.MAA26466@tempest.npl.co.uk>
14275              
14276              Split checking-for-gcc and checking-for-cc.
14277      Branch: perl
14278            ! Configure
14279 ____________________________________________________________________________
14280 [ 14706] By: ams                                   on 2002/02/15  13:57:15
14281         Log: Subject: Re: [ID 20020213.015] Pod::Html XHTML update for 5.7.2
14282              From: Ville =?ISO-8859-1?Q?Skytt=E4?= <ville.skytta@iki.fi>
14283              Date: 15 Feb 2002 10:53:06 +0200
14284              Message-Id: <1013763186.28457.6.camel@cs78130147.pp.htv.fi>
14285      Branch: perl
14286            ! lib/Pod/Html.pm
14287 ____________________________________________________________________________
14288 [ 14705] By: ams                                   on 2002/02/15  08:42:55
14289         Log: Subject: [PATCH @14577] OS/2 tests and more
14290              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14291              Date: Fri, 15 Feb 2002 03:56:24 -0500
14292              Message-Id: <20020215035624.A16467@math.ohio-state.edu>
14293      Branch: perl
14294            + os2/OS2/Process/t/os2_process.t
14295            + os2/OS2/Process/t/os2_process_kid.t
14296            + os2/OS2/Process/t/os2_process_text.t
14297            ! MANIFEST configpm hints/os2.sh makedef.pl
14298            ! os2/OS2/Process/Makefile.PL os2/OS2/Process/Process.pm
14299            ! os2/OS2/Process/Process.xs os2/os2.c os2/os2_base.t
14300            ! os2/os2ish.h
14301 ____________________________________________________________________________
14302 [ 14704] By: gsar                                  on 2002/02/15  08:42:48
14303         Log: don't Safefree() PerlIO pointers we didn't allocate to begin with;
14304              avoid wasteful PL_fdpid fiddling where that is not warranted;
14305              mostly whitespace fixes
14306              
14307              these were longstanding todo items from:
14308              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-04/msg01019.html
14309      Branch: maint-5.6/perl
14310            ! doio.c
14311 ____________________________________________________________________________
14312 [ 14702] By: nick                                  on 2002/02/15  08:31:41
14313         Log: Integrate mainline
14314      Branch: perlio
14315           +> lib/if.pm lib/if.t
14316           !> Configure MANIFEST ext/B/B/Deparse.pm ext/B/t/deparse.t
14317           !> lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
14318           !> lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
14319           !> lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
14320           !> lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
14321           !> lib/Pod/Html.pm lib/Tie/Handle.pm lib/charnames.pm
14322           !> lib/charnames.t pod/perluniintro.pod pp_sys.c
14323           !> t/lib/warnings/pp_sys
14324 ____________________________________________________________________________
14325 [ 14701] By: gsar                                  on 2002/02/15  08:04:58
14326         Log: open(STDOUT, ">&=FOO") leaks PerlIO pointers badly on all platforms
14327              (and also dies quickly on Windows); this bug crept in as
14328              change#610, a.k.a change#646
14329      Branch: maint-5.6/perl
14330            ! doio.c t/io/open.t
14331 ____________________________________________________________________________
14332 [ 14700] By: jhi                                   on 2002/02/15  02:51:13
14333         Log: Subject: [ID 20020213.015] Pod::Html XHTML update for 5.7.2
14334              From: Ville "Skyttä" <ville.skytta@iki.fi>
14335              Date: Wed, 13 Feb 2002 22:29:39 +0200
14336              Message-Id: <20020213222939.5321b5ce.ville.skytta@iki.fi>
14337      Branch: perl
14338            ! lib/Pod/Html.pm
14339 ____________________________________________________________________________
14340 [ 14699] By: jhi                                   on 2002/02/14  23:47:43
14341         Log: Document and test the C0 and C1.
14342      Branch: perl
14343            ! lib/charnames.pm lib/charnames.t
14344 ____________________________________________________________________________
14345 [ 14698] By: jhi                                   on 2002/02/14  22:21:55
14346         Log: metaconfig unit change for #14697.
14347      Branch: metaconfig
14348            ! U/modified/Init.U
14349 ____________________________________________________________________________
14350 [ 14697] By: jhi                                   on 2002/02/14  22:21:20
14351         Log: Also OS/2 seems to need exe set early.
14352      Branch: perl
14353            ! Configure
14354 ____________________________________________________________________________
14355 [ 14696] By: jhi                                   on 2002/02/14  22:13:18
14356         Log: Document pack U0U.
14357      Branch: perl
14358            ! pod/perluniintro.pod
14359 ____________________________________________________________________________
14360 [ 14695] By: jhi                                   on 2002/02/14  21:56:52
14361         Log: Subject: [PATCH] Re: bug? no warning from getc BOLLOCKS
14362              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14363              Date: Thu, 14 Feb 2002 23:58:00 +0100
14364              Message-ID: <20020214235800.A12901@rafael>
14365      Branch: perl
14366            ! pp_sys.c t/lib/warnings/pp_sys
14367 ____________________________________________________________________________
14368 [ 14694] By: jhi                                   on 2002/02/14  21:54:43
14369         Log: Subject: [PATCH @13746] conditional pragmas
14370              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14371              Date: Mon, 31 Dec 2001 18:18:09 -0500
14372              Message-ID: <20011231181809.A29528@math.ohio-state.edu>
14373      Branch: perl
14374            + lib/if.pm lib/if.t
14375            ! MANIFEST
14376 ____________________________________________________________________________
14377 [ 14693] By: jhi                                   on 2002/02/14  21:47:08
14378         Log: Deparse bug introduced by #14615: the fix is just a workaround,
14379              I suspect there to be another deeper bug, must distill simpler
14380              test case.
14381      Branch: perl
14382            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
14383 ____________________________________________________________________________
14384 [ 14692] By: jhi                                   on 2002/02/14  19:52:26
14385         Log: Integrate perlio; 
14386              
14387              Make dependencies more precise (for nmake)
14388      Branch: perl
14389           !> ext/Encode/EUC_JP/Makefile.PL
14390 ____________________________________________________________________________
14391 [ 14691] By: jhi                                   on 2002/02/14  18:08:58
14392         Log: Just a guess.
14393      Branch: perl
14394            ! lib/Tie/Handle.pm
14395 ____________________________________________________________________________
14396 [ 14690] By: nick                                  on 2002/02/14  16:30:56
14397         Log: Integrate mainline
14398      Branch: perlio
14399           +> ext/threads/t/end.t lib/Tie/Memoize.pm lib/Tie/Memoize.t
14400           !> Changes MANIFEST Makefile.SH ext/threads/threads.pm
14401           !> ext/threads/threads.xs lib/ExtUtils/Installed.pm
14402           !> lib/ExtUtils/t/Installed.t lib/File/Spec/t/rel2abs2rel.t
14403           !> lib/Tie/Hash.pm patchlevel.h pod/perltie.pod t/op/groups.t
14404           !> utf8.c
14405 ____________________________________________________________________________
14406 [ 14689] By: jhi                                   on 2002/02/14  16:03:50
14407         Log: Upgrade to Net::Ping 2.11.
14408      Branch: perl
14409            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
14410            ! lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
14411            ! lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
14412            ! lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
14413 ____________________________________________________________________________
14414 [ 14688] By: jhi                                   on 2002/02/14  15:15:17
14415         Log: Subject: [PATCH ExtUtils/Installed.pm ExtUtils/t/Installed.t]
14416              From: Robin Barker <rmb1@cise.npl.co.uk>
14417              Date: Wed, 13 Feb 2002 17:37:07 GMT
14418              Message-Id: <200202131737.RAA29010@tempest.npl.co.uk>
14419              
14420              (updated version of the above)
14421      Branch: perl
14422            ! lib/ExtUtils/Installed.pm lib/ExtUtils/t/Installed.t
14423 ____________________________________________________________________________
14424 [ 14687] By: jhi                                   on 2002/02/14  14:44:02
14425         Log: Excise inexact blather.
14426      Branch: perl
14427            ! utf8.c
14428 ____________________________________________________________________________
14429 [ 14686] By: jhi                                   on 2002/02/14  14:30:35
14430         Log: Subject: Re: [PATCH @13746] tied hashes: memoization
14431              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14432              Date: Mon, 31 Dec 2001 20:28:46 -0500
14433              Message-ID: <20011231202845.A1323@math.ohio-state.edu>
14434      Branch: perl
14435            + lib/Tie/Memoize.pm lib/Tie/Memoize.t
14436            ! MANIFEST
14437 ____________________________________________________________________________
14438 [ 14685] By: nick                                  on 2002/02/14  14:20:20
14439         Log: Make dependencies more precise (for nmake)
14440      Branch: perlio
14441            ! ext/Encode/EUC_JP/Makefile.PL
14442 ____________________________________________________________________________
14443 [ 14684] By: jhi                                   on 2002/02/14  14:09:10
14444         Log: Subject: [PATCH @13746] tied hashes
14445              From: Ilya Zakharevich <ilya@math.ohio-state.edu>             
14446              Date: Mon, 31 Dec 2001 19:15:39 -0500
14447              Message-ID: <20011231191539.A46@math.ohio-state.edu>
14448      Branch: perl
14449            ! lib/Tie/Hash.pm pod/perltie.pod
14450 ____________________________________________________________________________
14451 [ 14683] By: jhi                                   on 2002/02/13  22:30:55
14452         Log: Subject: Re: [PATCH] Configure followed by make minitest
14453              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
14454              Date: Sun, 10 Feb 2002 23:22:05 -0800
14455              Message-ID: <dE3Z8gzkgyBD092yn@efn.org>
14456      Branch: perl
14457            ! Makefile.SH
14458 ____________________________________________________________________________
14459 [ 14682] By: jhi                                   on 2002/02/13  15:50:37
14460         Log: Subject: Re: perl@14647
14461              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14462              Date: Mon, 11 Feb 2002 19:30:36 +0100
14463              Message-Id: <20020211192820.C199.H.M.BRAND@hccnet.nl>
14464      Branch: perl
14465            ! t/op/groups.t
14466 ____________________________________________________________________________
14467 [ 14681] By: jhi                                   on 2002/02/13  15:14:25
14468         Log: Update Changes.
14469      Branch: perl
14470            ! Changes patchlevel.h
14471 ____________________________________________________________________________
14472 [ 14680] By: jhi                                   on 2002/02/13  13:41:50
14473         Log: Integrate perlio;
14474              
14475              Do not lc() the file names before doing dirname() or they don't match.
14476      Branch: perl
14477           !> lib/ExtUtils/t/Installed.t
14478 ____________________________________________________________________________
14479 [ 14679] By: sky                                   on 2002/02/13  12:56:13
14480         Log: rename mutex to make a bit more sense
14481      Branch: perl
14482            ! ext/threads/threads.xs
14483 ____________________________________________________________________________
14484 [ 14678] By: sky                                   on 2002/02/13  12:46:11
14485         Log: Track active threads....
14486      Branch: perl
14487            ! ext/threads/threads.pm ext/threads/threads.xs
14488 ____________________________________________________________________________
14489 [ 14677] By: nick                                  on 2002/02/13  09:30:42
14490         Log: Do not lc() the file names before doing dirname() or they don't match.
14491      Branch: perlio
14492            ! lib/ExtUtils/t/Installed.t
14493 ____________________________________________________________________________
14494 [ 14676] By: sky                                   on 2002/02/13  09:03:37
14495         Log: Subject: [PATCH] Re: File/Spec/t/rel2abs2rel2whatever broken again
14496              From: Michael G Schwern <schwern@pobox.com>
14497              Date: ons feb 13, 2002  11:00:17  Europe/Stockholm
14498              Message-Id: <20020213100017.GA6288@blackrider>
14499      Branch: perl
14500            ! lib/File/Spec/t/rel2abs2rel.t
14501 ____________________________________________________________________________
14502 [ 14675] By: sky                                   on 2002/02/13  09:00:24
14503         Log: Do not propagate END blocks to child threads, test.
14504      Branch: perl
14505            + ext/threads/t/end.t
14506            ! MANIFEST ext/threads/threads.xs
14507 ____________________________________________________________________________
14508 [ 14674] By: nick                                  on 2002/02/13  08:34:55
14509         Log: Integrate mainline
14510      Branch: perlio
14511           +> ext/threads/t/join.t
14512           !> Configure MANIFEST ext/threads/threads.xs hints/solaris_2.sh
14513           !> lib/dumpvar.pl lib/perl5db.pl pod/perldebug.pod pp_pack.c
14514           !> t/op/lc.t t/op/length.t t/uni/fold.t utf8.c
14515 ____________________________________________________________________________
14516 [ 14673] By: jhi                                   on 2002/02/13  05:17:26
14517         Log: metaconfig unit change for #14672.
14518      Branch: metaconfig
14519            ! U/modified/lns.U
14520 ____________________________________________________________________________
14521 [ 14672] By: jhi                                   on 2002/02/13  05:17:07
14522         Log: $ln is supposed to be already set to $ln + executable suffix
14523              on platforms that need it, from Paul Green.
14524      Branch: perl
14525            ! Configure
14526 ____________________________________________________________________________
14527 [ 14671] By: jhi                                   on 2002/02/13  05:12:28
14528         Log: Subject: New command syntax for 'x' command
14529              From: Mark-Jason Dominus <mjd@plover.com>
14530              Date: Tue, 12 Feb 2002 20:54:01 -0500
14531              Message-ID: <20020213015401.25685.qmail@plover.com>
14532      Branch: perl
14533            ! lib/perl5db.pl pod/perldebug.pod
14534 ____________________________________________________________________________
14535 [ 14670] By: jhi                                   on 2002/02/13  05:11:12
14536         Log: Subject: New debugger option 'dumpDepth' controls recursion depth of 'x' command
14537              From: Mark-Jason Dominus <mjd@plover.com>
14538              Date: Tue, 12 Feb 2002 20:20:42 -0500
14539              Message-ID: <20020213012042.25245.qmail@plover.com>
14540      Branch: perl
14541            ! lib/dumpvar.pl lib/perl5db.pl pod/perldebug.pod
14542 ____________________________________________________________________________
14543 [ 14669] By: jhi                                   on 2002/02/13  04:43:43
14544         Log: Iteration continues.
14545      Branch: perl
14546            ! utf8.c
14547 ____________________________________________________________________________
14548 [ 14668] By: jhi                                   on 2002/02/13  02:37:31
14549         Log: Duh.
14550      Branch: perl
14551            ! pp_pack.c t/op/length.t
14552 ____________________________________________________________________________
14553 [ 14667] By: jhi                                   on 2002/02/13  01:33:01
14554         Log: Retract #14666.
14555      Branch: perl
14556            ! t/op/lc.t
14557 ____________________________________________________________________________
14558 [ 14666] By: jhi                                   on 2002/02/13  01:22:13
14559         Log: (retracted by #14667)
14560      Branch: perl
14561            ! t/op/lc.t
14562 ____________________________________________________________________________
14563 [ 14665] By: jhi                                   on 2002/02/13  00:45:02
14564         Log: Tiny test script tweaks.
14565      Branch: perl
14566            ! t/uni/fold.t
14567 ____________________________________________________________________________
14568 [ 14664] By: jhi                                   on 2002/02/13  00:24:37
14569         Log: Rewrite the "special mapping" part of to_utf8_case(),
14570              this time with fewer bugs.  (See: The Law of Cybernetic
14571              Entymology.)
14572      Branch: perl
14573            ! utf8.c
14574 ____________________________________________________________________________
14575 [ 14663] By: sky                                   on 2002/02/12  18:26:16
14576         Log: Stop failures if you pass an object, sv_dup might not be the right 
14577              thing to use since I have a feeling we end up cloning far too much. 
14578              (Like the stash for example).... Maybe we need a lightweight sv_dup 
14579              that searches the target for things....
14580              Real fix is another option to perl_clone which controls if you should 
14581              save stashes.
14582      Branch: perl
14583            ! ext/threads/threads.xs
14584 ____________________________________________________________________________
14585 [ 14662] By: jhi                                   on 2002/02/12  17:19:49
14586         Log: Retract #14661.
14587      Branch: perl
14588            ! hints/solaris_2.sh
14589 ____________________________________________________________________________
14590 [ 14661] By: jhi                                   on 2002/02/12  17:16:20
14591         Log: (retracted by #14662)
14592      Branch: perl
14593            ! hints/solaris_2.sh
14594 ____________________________________________________________________________
14595 [ 14660] By: jhi                                   on 2002/02/12  15:03:58
14596         Log: EBCDIC: another "can't happen".
14597      Branch: perl
14598            ! utf8.c
14599 ____________________________________________________________________________
14600 [ 14659] By: sky                                   on 2002/02/12  14:38:21
14601         Log: Join support, however something wierd seems to happen with filehandles that are passed along threads...
14602      Branch: perl
14603            + ext/threads/t/join.t
14604            ! MANIFEST ext/threads/threads.xs
14605 ____________________________________________________________________________
14606 [ 14658] By: nick                                  on 2002/02/12  13:54:06
14607         Log: Integrate mainline
14608      Branch: perlio
14609           !> lib/ExtUtils/Installed.pm lib/ExtUtils/t/Embed.t
14610           !> lib/File/Spec/t/rel2abs2rel.t lib/Win32.pod t/op/each.t
14611           !> t/op/length.t t/test.pl toke.c win32/win32.c win32/win32.h
14612 ____________________________________________________________________________
14613 [ 14657] By: jhi                                   on 2002/02/12  13:44:34
14614         Log: Subject: Re: [PATCH 5.6.1] Win32: Give user control over window creation behavior of system() function 
14615              From: Jan Dubois <JanD@ActiveState.com> 
14616              Date: Tue, 12 Feb 2002 00:56:31 -0800
14617              Message-ID: <4llh6uc4gnqtk3csmfoqed3t6q85436bb1@4ax.com>
14618      Branch: perl
14619            ! lib/Win32.pod win32/win32.c win32/win32.h
14620 ____________________________________________________________________________
14621 [ 14656] By: jhi                                   on 2002/02/12  13:39:18
14622         Log: Subject: [PATCH] Re: 14654 introduced a bug 
14623              From: Michael G Schwern <schwern@pobox.com> 
14624              Date: Tue, 12 Feb 2002 05:37:36 -0500
14625              Message-ID: <20020212103736.GC14327@blackrider>
14626      Branch: perl
14627            ! lib/File/Spec/t/rel2abs2rel.t
14628 ____________________________________________________________________________
14629 [ 14655] By: jhi                                   on 2002/02/12  04:50:58
14630         Log: More unset installman[13]dir tweaks from chromatic.
14631      Branch: perl
14632            ! lib/ExtUtils/Installed.pm
14633 ____________________________________________________________________________
14634 [ 14654] By: jhi                                   on 2002/02/12  04:31:44
14635         Log: Subject: Re: [PATCH] Re: Change 14566: Re: File::Spec::rel2abs2rel (?)
14636              From: Michael G Schwern <schwern@pobox.com>
14637              Date: Mon, 11 Feb 2002 12:23:02 -0500
14638              Message-ID: <20020211172302.GD9556@blackrider>
14639      Branch: perl
14640            ! lib/File/Spec/t/rel2abs2rel.t
14641 ____________________________________________________________________________
14642 [ 14653] By: jhi                                   on 2002/02/12  04:29:10
14643         Log: Use `` instead of -| to be a little bit more portable,
14644              from Michael Schwern.
14645      Branch: perl
14646            ! lib/ExtUtils/t/Embed.t
14647 ____________________________________________________________________________
14648 [ 14652] By: jhi                                   on 2002/02/12  03:17:44
14649         Log: EBCDIC: this change for \N{} in particular is now
14650              unnecessary because of the recent more general
14651              pack U change.
14652      Branch: perl
14653            ! toke.c
14654 ____________________________________________________________________________
14655 [ 14651] By: jhi                                   on 2002/02/12  02:15:05
14656         Log: Subject: [PATCH @14647] t/test.pl fix for VMS
14657              From: "Craig A. Berry" <craigberry@mac.com>
14658              Date: Mon, 11 Feb 2002 17:13:47 -0600
14659              Message-Id: <5.1.0.14.2.20020211170332.01b94e88@exchi01>
14660      Branch: perl
14661            ! t/test.pl
14662 ____________________________________________________________________________
14663 [ 14650] By: jhi                                   on 2002/02/11  23:44:09
14664         Log: EBCDIC: pack U bytes change.
14665      Branch: perl
14666            ! t/op/length.t
14667 ____________________________________________________________________________
14668 [ 14649] By: jhi                                   on 2002/02/11  23:38:28
14669         Log: EBCDIC: pack U is no more equal to concat of \xHHs.
14670      Branch: perl
14671            ! t/op/each.t
14672 ____________________________________________________________________________
14673 [ 14648] By: nick                                  on 2002/02/11  16:14:50
14674         Log: Integrate mainline
14675      Branch: perlio
14676           !> Changes Configure Makefile.SH autodoc.pl
14677           !> ext/Socket/socketpair.t hints/os2.sh lib/ExtUtils/Embed.pm
14678           !> lib/ExtUtils/t/Embed.t opcode.pl os2/Makefile.SHs os2/os2.c
14679           !> os2/os2ish.h patchlevel.h pod/perltoc.pod
14680 ____________________________________________________________________________
14681 [ 14647] By: jhi                                   on 2002/02/11  15:11:14
14682         Log: Update Changes.
14683      Branch: perl
14684            ! Changes patchlevel.h
14685 ____________________________________________________________________________
14686 [ 14646] By: jhi                                   on 2002/02/11  15:07:28
14687         Log: Regen toc.
14688      Branch: perl
14689            ! pod/perltoc.pod
14690 ____________________________________________________________________________
14691 [ 14645] By: jhi                                   on 2002/02/11  14:59:02
14692         Log: Forgot from #14641.
14693      Branch: perl
14694            ! lib/ExtUtils/t/Embed.t
14695 ____________________________________________________________________________
14696 [ 14644] By: jhi                                   on 2002/02/11  14:49:14
14697         Log: A forgotten metaconfig unit.
14698      Branch: metaconfig/U/perl
14699            + i_features.U
14700 ____________________________________________________________________________
14701 [ 14643] By: jhi                                   on 2002/02/11  14:47:11
14702         Log: metaconfig unit changes for #14642.
14703      Branch: metaconfig
14704            + U/modified/lns.U
14705      Branch: metaconfig/U/perl
14706            ! issymlink.U
14707 ____________________________________________________________________________
14708 [ 14642] By: jhi                                   on 2002/02/11  14:46:39
14709         Log: -Dmksymlinks was broken by #14628.
14710      Branch: perl
14711            ! Configure
14712 ____________________________________________________________________________
14713 [ 14641] By: jhi                                   on 2002/02/11  14:32:12
14714         Log: Subject: [PATCH @14577] OS/2 build
14715              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14716              Date: Mon, 11 Feb 2002 06:56:41 -0500
14717              Message-ID: <20020211065640.A14993@math.ohio-state.edu> 
14718              
14719              (sans the Configure, perlio.sym, and t/op/stat.t parts)
14720      Branch: perl
14721            ! Makefile.SH autodoc.pl ext/Socket/socketpair.t hints/os2.sh
14722            ! lib/ExtUtils/Embed.pm opcode.pl os2/Makefile.SHs os2/os2.c
14723            ! os2/os2ish.h
14724 ____________________________________________________________________________
14725 [ 14640] By: jhi                                   on 2002/02/11  14:11:13
14726         Log: Integrate perlio;
14727              
14728              Re-structure Japanese encodings - part 1
14729              
14730              Split Japanese encodings - part 2
14731              - build separate .c files with separate 'compile' steps
14732              - overall Japanese.xs / Japanese.pm which loads them
14733              
14734              Add test for Japanese encoding (well euc-jp anyway).
14735              Fix one bug shown by above
14736              Skip test which does not pass yet.
14737              
14738              Patch up the failing multi-byte write case, and un-skip
14739              the test.
14740      Branch: perl
14741           +> ext/Encode/EUC_JP/Japanese.pm ext/Encode/t/Japanese.t
14742           +> ext/Encode/t/table.euc ext/Encode/t/table.ref
14743            - ext/Encode/EUC_JP/EUC_JP.pm
14744           !> MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs
14745 ____________________________________________________________________________
14746 [ 14639] By: nick                                  on 2002/02/11  11:59:18
14747         Log: Patch up the failing multi-byte write case, and un-skip
14748              the test.
14749      Branch: perlio
14750            ! ext/Encode/Encode.xs ext/Encode/t/Japanese.t
14751 ____________________________________________________________________________
14752 [ 14638] By: nick                                  on 2002/02/11  10:55:39
14753         Log: Add test for Japanese encoding (well euc-jp anyway).
14754              Fix one bug shown by above
14755              Skip test which does not pass yet.
14756      Branch: perlio
14757            + ext/Encode/t/Japanese.t ext/Encode/t/table.euc
14758            + ext/Encode/t/table.ref
14759            ! MANIFEST ext/Encode/Encode.xs
14760 ____________________________________________________________________________
14761 [ 14637] By: nick                                  on 2002/02/11  09:07:04
14762         Log: Split Japanese encodings - part 2
14763              - build separate .c files with separate 'compile' steps
14764              - overall Japanese.xs / Japanese.pm which loads them
14765      Branch: perlio
14766            ! ext/Encode/EUC_JP/Japanese.pm ext/Encode/EUC_JP/Makefile.PL
14767 ____________________________________________________________________________
14768 [ 14636] By: nick                                  on 2002/02/11  08:15:42
14769         Log: Re-structure Japanese encodings - part 1
14770      Branch: perlio
14771           +> ext/Encode/EUC_JP/Japanese.pm
14772            - ext/Encode/EUC_JP/EUC_JP.pm
14773            ! MANIFEST ext/Encode/EUC_JP/Makefile.PL
14774 ____________________________________________________________________________
14775 [ 14635] By: nick                                  on 2002/02/11  08:05:12
14776         Log: Integrate mainline
14777      Branch: perlio
14778           !> Configure djgpp/djgpp.c lib/ExtUtils/t/Installed.t
14779           !> lib/File/Spec.pm lib/perl5db.pl pod/perldiag.pod
14780           !> pod/perlport.pod pp_pack.c regcomp.c t/op/arith.t t/op/pack.t
14781 ____________________________________________________________________________
14782 [ 14634] By: jhi                                   on 2002/02/11  03:40:01
14783         Log: Subject: Re: [PATCH] Re: Modulus operator inconsistency
14784              From: Mike Guy <mjtg@cam.ac.uk>
14785              Date: Mon, 11 Feb 2002 02:50:42 +0000
14786              Message-Id: <E16a6YE-0006fq-00@libra.cus.cam.ac.uk>
14787      Branch: perl
14788            ! t/op/arith.t
14789 ____________________________________________________________________________
14790 [ 14633] By: jhi                                   on 2002/02/11  01:53:01
14791         Log: "Can't happen" - yes, it can, with buggy UTF-8/EBCDIC.
14792              Stepping backward in the string would be majorly bad.
14793      Branch: perl
14794            ! regcomp.c
14795 ____________________________________________________________________________
14796 [ 14632] By: jhi                                   on 2002/02/11  01:38:40
14797         Log: The debugger part of
14798              
14799              Subject: [PATCH hints/os2.sh lib/perl5db.pl] Debugger to use proper pager
14800              From: Michael G Schwern <schwern@pobox.com> 
14801              Date: Wed, 6 Feb 2002 17:32:12 -0500
14802              Message-ID: <20020206223212.GG1346@blackrider>
14803      Branch: perl
14804            ! lib/perl5db.pl
14805 ____________________________________________________________________________
14806 [ 14631] By: jhi                                   on 2002/02/10  22:11:53
14807         Log: Integrate perlio;
14808              
14809              Borland/Win32 tuning
14810              
14811              Move PerlIO_perlio to layer_syms where it belongs?
14812      Branch: perl
14813           !> makedef.pl perlio.sym t/op/stat.t win32/config_H.bc
14814 ____________________________________________________________________________
14815 [ 14630] By: jhi                                   on 2002/02/10  22:10:19
14816         Log: EBCDIC: the low 256 needs to be shuffled also
14817              in pack/unpack U (this breaks the equivalence
14818              of pack U and v-strings, but I think if someone
14819              has to give, v-strings are a good victim)
14820      Branch: perl
14821            ! pp_pack.c t/op/pack.t
14822 ____________________________________________________________________________
14823 [ 14629] By: jhi                                   on 2002/02/10  21:56:17
14824         Log: metaconfig unit changes for #14628.
14825      Branch: metaconfig/U/perl
14826            ! d_u32align.U issymlink.U
14827 ____________________________________________________________________________
14828 [ 14628] By: jhi                                   on 2002/02/10  21:55:45
14829         Log: Two Configure tweaks; the u32align test was trying
14830              to write into a string literal, the ln -s test was
14831              failing in VOS.
14832      Branch: perl
14833            ! Configure
14834 ____________________________________________________________________________
14835 [ 14627] By: jhi                                   on 2002/02/10  21:07:20
14836         Log: DJGPP tweaks from Laszlo Molnar.
14837      Branch: perl
14838            ! djgpp/djgpp.c lib/File/Spec.pm
14839 ____________________________________________________________________________
14840 [ 14626] By: nick                                  on 2002/02/10  18:36:47
14841         Log: Move PerlIO_perlio to layer_syms where it belongs?
14842      Branch: perlio
14843            ! makedef.pl
14844 ____________________________________________________________________________
14845 [ 14625] By: nick                                  on 2002/02/10  18:02:21
14846         Log: Borland/Win32 tuning
14847      Branch: perlio
14848            ! makedef.pl perlio.sym t/op/stat.t win32/config_H.bc
14849 ____________________________________________________________________________
14850 [ 14624] By: jhi                                   on 2002/02/10  15:33:40
14851         Log: Additional explanation for the [:...:] failure.
14852      Branch: perl
14853            ! pod/perldiag.pod
14854 ____________________________________________________________________________
14855 [ 14623] By: jhi                                   on 2002/02/10  15:15:53
14856         Log: Subject: [ PATCH ] Re: Smoke 14612 /pro/3gl/CPAN/perl-current
14857              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14858              Date: Sun, 10 Feb 2002 13:32:48 +0100
14859              Message-Id: <20020210115736.3702.H.M.BRAND@hccnet.nl>
14860      Branch: perl
14861            ! makedef.pl
14862 ____________________________________________________________________________
14863 [ 14622] By: jhi                                   on 2002/02/10  15:08:06
14864         Log: Test tweaks from chromatic for cases where there
14865              are no installman1dir or installman3dir.
14866      Branch: perl
14867            ! lib/ExtUtils/t/Installed.t
14868 ____________________________________________________________________________
14869 [ 14621] By: jhi                                   on 2002/02/10  15:07:21
14870         Log: Integrate perlio;
14871              
14872              Nick Clark's tweaks to Encode compile process
14873              1. Use decimal constants to unit string arrays rather than
14874              very long string litterals (latter having possible "\0"
14875              on end issues, and needing ANSI C line splicing).
14876              2. Replace tail-recursion during insert process with itteration.
14877              Nick C sees 12% speedup from these.
14878      Branch: perl
14879           !> ext/Encode/Encode.pm ext/Encode/compile
14880 ____________________________________________________________________________
14881 [ 14620] By: jhi                                   on 2002/02/10  15:04:19
14882         Log: Portability notes: filename characters, character sets.
14883      Branch: perl
14884            ! pod/perlport.pod
14885 ____________________________________________________________________________
14886 [ 14619] By: nick                                  on 2002/02/10  11:06:05
14887         Log: Integrate mainline
14888      Branch: perlio
14889            ! ext/Encode/Encode.pm
14890           !> Configure cop.h deb.c ext/B/B/Deparse.pm hints/bsdos.sh
14891           !> hints/os390.sh lib/ExtUtils/Embed.pm lib/perl5db.pl
14892           !> lib/unicore/Name.pl lib/unicore/mktables op.c pod/perlfaq2.pod
14893           !> pod/perlfaq3.pod pod/perlfaq4.pod pp_ctl.c
14894           !> t/lib/warnings/pp_hot t/op/arith.t toke.c util.c
14895 ____________________________________________________________________________
14896 [ 14618] By: nick                                  on 2002/02/10  10:48:15
14897         Log: Nick Clark's tweaks to Encode compile process
14898              1. Use decimal constants to unit string arrays rather than
14899              very long string litterals (latter having possible "\0"
14900              on end issues, and needing ANSI C line splicing).
14901              2. Replace tail-recursion during insert process with itteration.
14902              Nick C sees 12% speedup from these.
14903      Branch: perlio
14904            ! ext/Encode/compile
14905 ____________________________________________________________________________
14906 [ 14617] By: jhi                                   on 2002/02/10  02:56:54
14907         Log: Use the "Unicode 1.0" name field for control characters,
14908              as suggested by Mark Davis.  Note that Unicode 3.2 will
14909              require some more legwork on this because of certain
14910              alternative names.
14911      Branch: perl
14912            ! lib/unicore/Name.pl lib/unicore/mktables
14913 ____________________________________________________________________________
14914 [ 14616] By: jhi                                   on 2002/02/09  22:41:18
14915         Log: The -W 0,float(ieee) and gcvt() are the bad combination.
14916      Branch: perl
14917            ! hints/os390.sh
14918 ____________________________________________________________________________
14919 [ 14615] By: jhi                                   on 2002/02/09  22:34:00
14920         Log: EBCDIC: the non-printable characters are different.
14921      Branch: perl
14922            ! ext/B/B/Deparse.pm
14923 ____________________________________________________________________________
14924 [ 14614] By: jhi                                   on 2002/02/09  21:42:26
14925         Log: Subject: [PATCH] Re: FreeBSD hangs when reading from dup'd STDOUT/ERR w/o perlio
14926              From: Nicholas Clark <nick@unfortu.net> 
14927              Date: Sat, 9 Feb 2002 22:31:29 +0000
14928              Message-ID: <20020209223129.GH410@Bagpuss.unfortu.net>
14929      Branch: perl
14930            ! t/lib/warnings/pp_hot
14931 ____________________________________________________________________________
14932 [ 14613] By: jhi                                   on 2002/02/09  21:12:12
14933         Log: Subject: [PATCH] Re: Modulus operator inconsistency
14934              From: Nicholas Clark <nick@unfortu.net>
14935              Date: Sat, 9 Feb 2002 21:00:13 +0000
14936              Message-ID: <20020209210013.GG410@Bagpuss.unfortu.net>
14937      Branch: perl
14938            ! op.c t/op/arith.t
14939 ____________________________________________________________________________
14940 [ 14612] By: jhi                                   on 2002/02/09  18:15:39
14941         Log: Use the same escaping mechanism for all the *flags.
14942      Branch: perl
14943            ! lib/ExtUtils/Embed.pm
14944 ____________________________________________________________________________
14945 [ 14611] By: jhi                                   on 2002/02/09  17:26:06
14946         Log: Protect possible parentheses in ccflags, ccdlflags, and
14947              ldflags.  (In OS/390 there are parentheses in ccflags.)
14948      Branch: perl
14949            ! lib/ExtUtils/Embed.pm
14950 ____________________________________________________________________________
14951 [ 14610] By: jhi                                   on 2002/02/09  16:12:03
14952         Log: Subject: [PATCH] perl5db.pl: restart in taint mode
14953              From: Peter Scott <Peter@PSDT.com>
14954              Date: Fri, 08 Feb 2002 19:20:19 -0800
14955              Message-id: <4.3.2.7.2.20020208191757.00b4cea0@shell2.webquarry.com>
14956      Branch: perl
14957            ! lib/perl5db.pl
14958 ____________________________________________________________________________
14959 [ 14609] By: jhi                                   on 2002/02/08  21:33:59
14960         Log: FAQ sync.
14961      Branch: perl
14962            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq4.pod
14963 ____________________________________________________________________________
14964 [ 14608] By: jhi                                   on 2002/02/08  20:46:38
14965         Log: Subject: [PATCH] CopFILE / MacPerl_MPWFileName
14966              From: Chris Nandor <pudge@pobox.com>
14967              Date: Fri, 08 Feb 2002 16:31:41 -0500
14968              Message-ID: <pudge-10FC3D.16314108022002@onion.valueclick.com>
14969      Branch: perl
14970            ! cop.h deb.c pp_ctl.c toke.c util.c
14971 ____________________________________________________________________________
14972 [ 14607] By: pudge                                 on 2002/02/08  19:21:04
14973         Log: Redo CopFILE / MacPerl_MPWFIleName patch
14974      Branch: maint-5.6/macperl
14975            ! cop.h deb.c pp_ctl.c toke.c util.c
14976 ____________________________________________________________________________
14977 [ 14606] By: jhi                                   on 2002/02/08  19:18:41
14978         Log: The metaconfig unit change to go with #14605.
14979      Branch: metaconfig/U/perl
14980            ! libperl.U
14981 ____________________________________________________________________________
14982 [ 14605] By: jhi                                   on 2002/02/08  19:18:17
14983         Log: The Configure change to go with #14604.
14984      Branch: perl
14985            ! Configure
14986 ____________________________________________________________________________
14987 [ 14604] By: jhi                                   on 2002/02/08  19:13:56
14988         Log: Subject: [PATCH] Re:  [ID 20020205.007] BSDi test failure perl 5.6.1
14989              From: Andy Dougherty <doughera@lafayette.edu>
14990              Date: Fri, 8 Feb 2002 13:43:49 -0500 (EST)
14991              Message-ID: <Pine.SOL.4.10.10202081341170.15295-100000@maxwell.phys.lafayette.edu>
14992      Branch: perl
14993            ! hints/bsdos.sh
14994 ____________________________________________________________________________
14995 [ 14603] By: nick                                  on 2002/02/08  18:16:09
14996         Log: Integrate mainline
14997      Branch: perlio
14998           +> ext/threads/t/libc.t
14999           !> Configure MANIFEST djgpp/djgppsed.sh doio.c perl.c pp_sys.c
15000           !> t/io/argv.t t/op/taint.t t/run/fresh_perl.t
15001 ____________________________________________________________________________
15002 [ 14602] By: sky                                   on 2002/02/08  15:19:15
15003         Log: Start testing for safe localtime functions, TODO, test more functions.
15004      Branch: perl
15005            + ext/threads/t/libc.t
15006            ! MANIFEST
15007 ____________________________________________________________________________
15008 [ 14601] By: jhi                                   on 2002/02/08  14:14:16
15009         Log: Subject: Re: [PATCH] eof() coredumps when ARGV is aliased to another filehandle
15010              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15011              Date: Fri, 8 Feb 2002 00:21:07 +0100
15012              Message-ID: <20020208002107.E763@rafael>
15013      Branch: perl
15014            ! doio.c pp_sys.c t/io/argv.t
15015 ____________________________________________________________________________
15016 [ 14600] By: jhi                                   on 2002/02/08  14:07:15
15017         Log: Subject: [PATCH] Configure followed by make minitest
15018              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
15019              Date: Wed, 06 Feb 2002 21:35:20 -0800
15020              Message-ID: <YIhY8gzkgSbC092yn@efn.org>
15021      Branch: perl
15022            ! t/op/taint.t t/run/fresh_perl.t
15023 ____________________________________________________________________________
15024 [ 14599] By: jhi                                   on 2002/02/08  14:05:12
15025         Log: Integrate perlio;
15026              
15027              Extract something from yesterdays effort - convert my mail on pad
15028              data structures (incoporating Sarathy's corrections/clarifications)
15029              into POD in cv.h which gets autodoc.pl'ed into pod/perlintern.pod.
15030      Branch: perl
15031           !> cv.h pod/perlapi.pod pod/perlintern.pod
15032 ____________________________________________________________________________
15033 [ 14598] By: jhi                                   on 2002/02/08  14:01:28
15034         Log: metaconfig unit changes for #14597.
15035      Branch: metaconfig
15036            ! U/modified/Loc.U
15037      Branch: metaconfig/U/perl
15038            ! libperl.U
15039 ____________________________________________________________________________
15040 [ 14597] By: jhi                                   on 2002/02/08  14:01:01
15041         Log: Configure DJGPP tweak from Laszlo Molnar.
15042      Branch: perl
15043            ! Configure
15044 ____________________________________________________________________________
15045 [ 14596] By: jhi                                   on 2002/02/08  14:00:23
15046         Log: DJGPP tweaks from Laszlo Molnar.
15047      Branch: perl
15048            ! djgpp/djgppsed.sh perl.c
15049 ____________________________________________________________________________
15050 [ 14595] By: nick                                  on 2002/02/08  09:19:29
15051         Log: Extract something from yesterdays effort - convert my mail on pad
15052              data structures (incoporating Sarathy's corrections/clarifications)
15053              into POD in cv.h which gets autodoc.pl'ed into pod/perlintern.pod.
15054      Branch: perlio
15055            ! cv.h pod/perlapi.pod pod/perlintern.pod
15056 ____________________________________________________________________________
15057 [ 14594] By: nick                                  on 2002/02/08  08:34:49
15058         Log: Integrate mainline
15059      Branch: perlio
15060           +> NetWare/bat/BldNWExt-Exist.bat NetWare/t/NWModify-Exist.pl
15061           +> NetWare/t/NWScripts-Exist.pl t/base/num.t
15062           !> Changes MANIFEST ext/Encode/Encode.xs ext/Encode/Makefile.PL
15063           !> ext/Unicode/Normalize/t/norm.t ext/Unicode/Normalize/t/test.t
15064           !> hints/os390.sh lib/Benchmark.t lib/encoding.pm lib/encoding.t
15065           !> op.c patchlevel.h t/run/fresh_perl.t utf8.c
15066 ____________________________________________________________________________
15067 [ 14593] By: jhi                                   on 2002/02/08  03:08:20
15068         Log: To really skip the test an exit() is needed.
15069      Branch: perl
15070            ! lib/encoding.t
15071 ____________________________________________________________________________
15072 [ 14592] By: jhi                                   on 2002/02/08  02:57:30
15073         Log: More diagnostics from Nicholas Clark.
15074      Branch: perl
15075            ! lib/Benchmark.t
15076 ____________________________________________________________________________
15077 [ 14591] By: jhi                                   on 2002/02/07  22:54:57
15078         Log: In case of failure be more verbose.
15079      Branch: perl
15080            ! t/base/num.t
15081 ____________________________________________________________________________
15082 [ 14590] By: pudge                                 on 2002/02/07  19:29:03
15083         Log: Update Changes
15084      Branch: maint-5.6/macperl
15085            ! macos/Changes
15086 ____________________________________________________________________________
15087 [ 14589] By: pudge                                 on 2002/02/07  19:26:55
15088         Log: Merge AEGizmos library into PPC binary
15089      Branch: maint-5.6/macperl
15090            ! macos/Makefile.mk
15091 ____________________________________________________________________________
15092 [ 14588] By: pudge                                 on 2002/02/07  18:51:05
15093         Log: Add -ansifor for MrCpp options
15094      Branch: maint-5.6/macperl
15095            ! macos/BuildRules.mk
15096 ____________________________________________________________________________
15097 [ 14587] By: pudge                                 on 2002/02/07  18:46:28
15098         Log: Check ownership of CatInfos (MacPerl Bug #494482)
15099      Branch: maint-5.6/macperl
15100            ! macos/ext/Mac/Files/Files.xs
15101 ____________________________________________________________________________
15102 [ 14586] By: pudge                                 on 2002/02/07  18:40:21
15103         Log: Resource updates
15104      Branch: maint-5.6/macperl
15105            ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc
15106 ____________________________________________________________________________
15107 [ 14585] By: pudge                                 on 2002/02/07  18:38:44
15108         Log: Empty path is ENOENT (MacPerl Bug #512351)
15109      Branch: maint-5.6/macperl
15110            ! macos/macperl/MPAppleEvents.c
15111 ____________________________________________________________________________
15112 [ 14584] By: pudge                                 on 2002/02/07  18:38:03
15113         Log: Fix horrible list maintencance bugs (MacPerl Bug #443568)
15114      Branch: maint-5.6/macperl
15115            ! macos/macperl/MPAEVTStream.cp
15116 ____________________________________________________________________________
15117 [ 14583] By: pudge                                 on 2002/02/07  18:36:29
15118         Log: macify(ABSTRACT_FROM)
15119      Branch: maint-5.6/macperl
15120            ! macos/lib/ExtUtils/MM_MacOS.pm
15121 ____________________________________________________________________________
15122 [ 14582] By: pudge                                 on 2002/02/07  18:35:20
15123         Log: Use correct Mac filenames in error messages, caller()
15124      Branch: maint-5.6/macperl
15125            ! deb.c pp_ctl.c toke.c util.c
15126 ____________________________________________________________________________
15127 [ 14581] By: jhi                                   on 2002/02/07  17:10:06
15128         Log: Sanity checks to see that the IV/NV and the PV of numeric
15129              scalars stay in sync (unearthed this via the OS/390 gcvt()
15130              brokenness)
15131      Branch: perl
15132            + t/base/num.t
15133            ! MANIFEST
15134 ____________________________________________________________________________
15135 [ 14580] By: jhi                                   on 2002/02/07  14:07:33
15136         Log: Retract the anon leak subpatch of #14418 and #14431
15137              (the latter came into bleadperl as part of #14433).
15138      Branch: perl
15139            ! op.c t/run/fresh_perl.t
15140 ____________________________________________________________________________
15141 [ 14579] By: jhi                                   on 2002/02/06  23:38:10
15142         Log: OS/390 gcvt() seems buggy: with -W 0,float(ieee) it
15143              mangles 0.1 to "10".  sprintf() seems more well-behaved.
15144      Branch: perl
15145            ! hints/os390.sh
15146 ____________________________________________________________________________
15147 [ 14578] By: jhi                                   on 2002/02/06  19:56:53
15148         Log: Subject: [PATCH @14557] another Encode fix for VMS
15149              From: "Craig A. Berry" <craigberry@mac.com>
15150              Date: Wed, 06 Feb 2002 14:44:20 -0600
15151              Message-Id: <5.1.0.14.2.20020206143717.01baf008@exchi01>
15152      Branch: perl
15153            ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
15154 ____________________________________________________________________________
15155 [ 14577] By: jhi                                   on 2002/02/06  15:38:25
15156         Log: Integrate perlio;
15157              
15158              One way to avoid OS390 winge about #line directives.
15159      Branch: perl
15160           !> ext/Encode/EUC_JP/Makefile.PL
15161 ____________________________________________________________________________
15162 [ 14576] By: jhi                                   on 2002/02/06  15:36:55
15163         Log: Update Changes.
15164      Branch: perl
15165            ! Changes patchlevel.h
15166 ____________________________________________________________________________
15167 [ 14575] By: nick                                  on 2002/02/06  15:23:24
15168         Log: One way to avoid OS390 winge about #line directives.
15169      Branch: perlio
15170            ! ext/Encode/EUC_JP/Makefile.PL
15171 ____________________________________________________________________________
15172 [ 14574] By: jhi                                   on 2002/02/06  15:11:05
15173         Log: s/Netware/NetWare/
15174      Branch: perl
15175            ! MANIFEST
15176 ____________________________________________________________________________
15177 [ 14573] By: jhi                                   on 2002/02/06  15:10:00
15178         Log: New Netware scripts.
15179      Branch: perl
15180            + NetWare/bat/BldNWExt-Exist.bat NetWare/t/NWModify-Exist.pl
15181            + NetWare/t/NWScripts-Exist.pl
15182            ! MANIFEST
15183 ____________________________________________________________________________
15184 [ 14572] By: jhi                                   on 2002/02/06  15:02:20
15185         Log: EBCDIC: the encoding pragma would need some rethinking,
15186              probably a pass of EBCDIC->Unicode mapping.  For now,
15187              disable it on EBCDIC.
15188      Branch: perl
15189            ! lib/encoding.pm lib/encoding.t
15190 ____________________________________________________________________________
15191 [ 14571] By: jhi                                   on 2002/02/06  14:44:27
15192         Log: EBCDIC: Unicode::Normalize NFC emits EBCDIC code points
15193              for the low 256.  Now tweaked the tests, but maybe it's
15194              the module that needs few NATIVE_TO_UNI()s somewhere?
15195      Branch: perl
15196            ! ext/Unicode/Normalize/t/norm.t ext/Unicode/Normalize/t/test.t
15197 ____________________________________________________________________________
15198 [ 14570] By: jhi                                   on 2002/02/06  13:59:19
15199         Log: Subject: [PATCH utf8.c] format problem
15200              From: Robin Barker <rmb1@cise.npl.co.uk>
15201              Date: Wed, 6 Feb 2002 14:01:43 GMT
15202              Message-Id: <200202061401.OAA25053@tempest.npl.co.uk>
15203      Branch: perl
15204            ! utf8.c
15205 ____________________________________________________________________________
15206 [ 14569] By: nick                                  on 2002/02/06  09:52:23
15207         Log: Integrate mainline
15208      Branch: perlio
15209           !> NetWare/Makefile NetWare/bat/BldNWExt.bat
15210           !> NetWare/dl_netware.xs NetWare/interface.c NetWare/interface.h
15211           !> NetWare/iperlhost.h NetWare/nw5.c NetWare/nw5sck.c
15212           !> NetWare/nw5sck.h NetWare/nw5thread.h NetWare/t/NWModify.pl
15213           !> NetWare/t/NWScripts.pl ext/Encode/t/Encode.t
15214           !> lib/File/Spec/t/rel2abs2rel.t makedef.pl
15215 ____________________________________________________________________________
15216 [ 14568] By: jhi                                   on 2002/02/06  04:44:33
15217         Log: EBCDIC: 0x41 is not cricket.
15218      Branch: perl
15219            ! ext/Encode/t/Encode.t
15220 ____________________________________________________________________________
15221 [ 14567] By: jhi                                   on 2002/02/05  23:12:19
15222         Log: NetWare update from Ananth Kesari.
15223      Branch: perl
15224            ! NetWare/Makefile NetWare/bat/BldNWExt.bat
15225            ! NetWare/dl_netware.xs NetWare/interface.c NetWare/interface.h
15226            ! NetWare/iperlhost.h NetWare/nw5.c NetWare/nw5sck.c
15227            ! NetWare/nw5sck.h NetWare/nw5thread.h NetWare/t/NWModify.pl
15228            ! NetWare/t/NWScripts.pl makedef.pl
15229 ____________________________________________________________________________
15230 [ 14566] By: sky                                   on 2002/02/05  18:39:13
15231         Log: Subject: Re: File::Spec::rel2abs2rel (?)
15232              From: Michael G Schwern <schwern@pobox.com>
15233              Date: Tue, 5 Feb 2002 13:47:39 -0500
15234              Message-ID: <20020205184739.GB17375@blackrider>
15235      Branch: perl
15236            ! lib/File/Spec/t/rel2abs2rel.t
15237 ____________________________________________________________________________
15238 [ 14565] By: nick                                  on 2002/02/05  17:31:24
15239         Log: Integrate mainline
15240      Branch: perlio
15241           !> ext/DynaLoader/dl_dyld.xs ext/POSIX/t/posix.t hints/darwin.sh
15242           !> lib/File/Spec/t/rel2abs2rel.t perl.h regexec.c t/op/filetest.t
15243           !> utf8.h
15244 ____________________________________________________________________________
15245 [ 14564] By: jhi                                   on 2002/02/05  17:05:40
15246         Log: Integrate perlio;
15247              
15248              More Encode tweaks:
15249              - make expensive and marginal substring search optional (-O)
15250              - enable -O for ASCII-oid encodings (search space is small)
15251              - add ASCII-oid jis0201 to basic Encode.so
15252              - add some other Japanese encodings to EUC_JP bundle (without -O)
15253      Branch: perl
15254           +> ext/Encode/Encode/jis0201.ucm
15255           !> MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Makefile.PL
15256           !> ext/Encode/compile
15257 ____________________________________________________________________________
15258 [ 14563] By: nick                                  on 2002/02/05  16:01:15
15259         Log: More Encode tweaks:
15260              - make expensive and marginal substring search optional (-O)
15261              - enable -O for ASCII-oid encodings (search space is small)
15262              - add ASCII-oid jis0201 to basic Encode.so
15263              - add some other Japanese encodings to EUC_JP bundle (without -O)
15264      Branch: perlio
15265            + ext/Encode/Encode/jis0201.ucm
15266            ! MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Makefile.PL
15267            ! ext/Encode/compile
15268 ____________________________________________________________________________
15269 [ 14562] By: sky                                   on 2002/02/05  14:50:36
15270         Log: Add in change for Apple/Darwin Bug: 2785519 to fix memory leaks.
15271      Branch: perl
15272            ! ext/DynaLoader/dl_dyld.xs ext/POSIX/t/posix.t
15273 ____________________________________________________________________________
15274 [ 14561] By: jhi                                   on 2002/02/05  14:25:36
15275         Log: EBCDIC: SHARP S is different.
15276      Branch: perl
15277            ! regexec.c utf8.h
15278 ____________________________________________________________________________
15279 [ 14560] By: sky                                   on 2002/02/05  13:49:40
15280         Log: Don't assume that we can chmod symlinks. It fails on MacOSX HFS+ when building using mksymlinks
15281      Branch: perl
15282            ! t/op/filetest.t
15283 ____________________________________________________________________________
15284 [ 14559] By: sky                                   on 2002/02/05  11:39:24
15285         Log: Add . first to the PATH environment to test that we really
15286              get ./perl and not some other older perl.
15287      Branch: perl
15288            ! lib/File/Spec/t/rel2abs2rel.t
15289 ____________________________________________________________________________
15290 [ 14558] By: sky                                   on 2002/02/05  11:20:21
15291         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...
15292      Branch: perl
15293            ! ext/POSIX/t/posix.t
15294 ____________________________________________________________________________
15295 [ 14557] By: sky                                   on 2002/02/05  10:30:58
15296         Log: Enable building with threads under macosx, assume __APPLE__ means darwin and disable _r functions, since we don't have them.
15297      Branch: perl
15298            ! hints/darwin.sh perl.h
15299 ____________________________________________________________________________
15300 [ 14556] By: nick                                  on 2002/02/05  06:58:52
15301         Log: Integrate mainline
15302      Branch: perlio
15303           !> MANIFEST configure.com ext/Encode/EUC_JP/Makefile.PL
15304           !> ext/Encode/Encode.xs lib/File/Find/t/find.t
15305           !> lib/File/Find/t/taint.t
15306 ____________________________________________________________________________
15307 [ 14555] By: pudge                                 on 2002/02/05  02:20:45
15308         Log: Integrate change #14439 from maintperl
15309      Branch: maint-5.6/macperl
15310           !> op.c
15311 ____________________________________________________________________________
15312 [ 14554] By: jhi                                   on 2002/02/04  23:22:28
15313         Log: Subject: [PATCH] File::Find tests not cleaning up properly
15314              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15315              Date: Mon, 4 Feb 2002 22:09:07 +0100
15316              Message-ID: <20020204220907.A8288@rafael>
15317      Branch: perl
15318            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
15319 ____________________________________________________________________________
15320 [ 14553] By: jhi                                   on 2002/02/04  22:27:11
15321         Log: Signedness mumblings from Tru64.
15322      Branch: perl
15323            ! ext/Encode/Encode.xs
15324 ____________________________________________________________________________
15325 [ 14552] By: jhi                                   on 2002/02/04  22:22:16
15326         Log: Subject: [PATCH @14550] Encode build fix-ups for VMS
15327              From: "Craig A. Berry" <craigberry@mac.com>
15328              Date: Mon, 04 Feb 2002 17:16:00 -0600
15329              Message-Id: <5.1.0.14.2.20020204161211.01c0a178@exchi01>
15330      Branch: perl
15331            ! MANIFEST configure.com ext/Encode/EUC_JP/Makefile.PL
15332            ! ext/Encode/Encode.xs
15333 ____________________________________________________________________________
15334 [ 14551] By: nick                                  on 2002/02/04  16:00:31
15335         Log: Integrate mainline
15336      Branch: perlio
15337           !> Changes lib/CPAN.pm lib/h2xs.t lib/locale.t
15338           !> lib/unicore/mktables patchlevel.h pod/perluniintro.pod
15339           !> regcomp.c
15340 ____________________________________________________________________________
15341 [ 14550] By: jhi                                   on 2002/02/04  14:47:00
15342         Log: Update Changes.
15343      Branch: perl
15344            ! Changes patchlevel.h
15345 ____________________________________________________________________________
15346 [ 14549] By: jhi                                   on 2002/02/04  13:57:42
15347         Log: Comment microtweaks.
15348      Branch: perl
15349            ! lib/locale.t
15350 ____________________________________________________________________________
15351 [ 14548] By: jhi                                   on 2002/02/04  13:32:00
15352         Log: Subject: trivial docu patch
15353              From: andreas.koenig@anima.de (Andreas J. Koenig)
15354              Date: 04 Feb 2002 08:15:19 +0100
15355              Message-ID: <m3pu3l7m60.fsf@anima.de>
15356      Branch: perl
15357            ! pod/perluniintro.pod
15358 ____________________________________________________________________________
15359 [ 14547] By: jhi                                   on 2002/02/04  13:30:55
15360         Log: Subject: [PATCH] (??{ }) anomaly
15361              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
15362              Date: Sun, 03 Feb 2002 20:21:45 -0800
15363              Message-ID: <ZxgX8gzkgCXO092yn@efn.org> 
15364      Branch: perl
15365            ! regcomp.c
15366 ____________________________________________________________________________
15367 [ 14546] By: jhi                                   on 2002/02/04  04:41:02
15368         Log: Integrate perlio.
15369              
15370              Carry on where we left off if we have to grow destination
15371              SV during XS encode/decode
15372              
15373              Remove debugging warning, be consistent about API fails.
15374      Branch: perl
15375           !> ext/Encode/Encode.xs
15376 ____________________________________________________________________________
15377 [ 14545] By: nick                                  on 2002/02/03  20:03:38
15378         Log: Remove debugging warning, be consistent about API fails.
15379      Branch: perlio
15380            ! ext/Encode/Encode.xs
15381 ____________________________________________________________________________
15382 [ 14544] By: nick                                  on 2002/02/03  19:47:48
15383         Log: Carry on where we left off if we have to grow destination SV during XS encode/decode
15384      Branch: perlio
15385            ! ext/Encode/Encode.xs
15386 ____________________________________________________________________________
15387 [ 14543] By: jhi                                   on 2002/02/03  19:06:06
15388         Log: Subject: PATCH CPAN.pm
15389              From: Mark-Jason Dominus <mjd@plover.com>
15390              Date: Sun, 03 Feb 2002 12:36:36 -0500
15391              Message-ID: <20020203173636.27451.qmail@plover.com>
15392      Branch: perl
15393            ! lib/CPAN.pm
15394 ____________________________________________________________________________
15395 [ 14542] By: jhi                                   on 2002/02/03  19:05:13
15396         Log: Must search further back.
15397      Branch: perl
15398            ! lib/h2xs.t
15399 ____________________________________________________________________________
15400 [ 14541] By: nick                                  on 2002/02/03  18:52:09
15401         Log: Integrate mainline
15402      Branch: perlio
15403           !> (integrate 29 files)
15404 ____________________________________________________________________________
15405 [ 14540] By: jhi                                   on 2002/02/03  18:33:53
15406         Log: EBCDIC: more natification.
15407      Branch: perl
15408            ! regcomp.c
15409 ____________________________________________________________________________
15410 [ 14539] By: jhi                                   on 2002/02/03  18:32:31
15411         Log: Debug noise.
15412      Branch: perl
15413            ! ext/Encode/Encode.xs
15414 ____________________________________________________________________________
15415 [ 14538] By: jhi                                   on 2002/02/03  18:13:07
15416         Log: Integrate perlio;
15417              
15418              Stable intermediate point in Encode cleanup.
15419              :encode(euc-jp) works on Dan's table.euc
15420              Much buffer copying and other silliness remains.
15421      Branch: perl
15422           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
15423           !> ext/Encode/lib/Encode/Encoding.pm
15424 ____________________________________________________________________________
15425 [ 14537] By: jhi                                   on 2002/02/03  17:57:31
15426         Log: Prettify.
15427      Branch: perl
15428            ! lib/unicore/mktables
15429 ____________________________________________________________________________
15430 [ 14536] By: nick                                  on 2002/02/03  17:32:03
15431         Log: Stable intermediate point in Encode cleanup.
15432              :encode(euc-jp) works on Dan's table.euc
15433              Much buffer copying and other silliness remains.
15434      Branch: perlio
15435            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
15436            ! ext/Encode/lib/Encode/Encoding.pm
15437 ____________________________________________________________________________
15438 [ 14535] By: jhi                                   on 2002/02/03  17:29:57
15439         Log: EBCDIC: it's much nicer to compare Unicode code points
15440              to Unicode code points.
15441      Branch: perl
15442            ! regexec.c
15443 ____________________________________________________________________________
15444 [ 14534] By: jhi                                   on 2002/02/03  17:04:34
15445         Log: EBCDIC: character classes must remap the low 256.
15446      Branch: perl
15447            ! regcomp.c
15448 ____________________________________________________________________________
15449 [ 14533] By: jhi                                   on 2002/02/03  16:05:12
15450         Log: Upgrade to I18N::LangTags::List 0.27, from Sean Burke.
15451      Branch: perl
15452            ! lib/I18N/LangTags/List.pm
15453 ____________________________________________________________________________
15454 [ 14532] By: jhi                                   on 2002/02/03  15:36:36
15455         Log: FAQ sync.
15456      Branch: perl
15457            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq4.pod
15458            ! pod/perlfaq6.pod pod/perlfaq7.pod
15459 ____________________________________________________________________________
15460 [ 14531] By: jhi                                   on 2002/02/03  15:35:28
15461         Log: Integrate perlio;
15462              
15463              Re-indent Encode.xs
15464              
15465              Fix SvGROW on an SV with SvLEN == 0 - copy in any existing data.
15466              (Mis-feature discovered by Encode.)
15467      Branch: perl
15468           !> ext/Encode/Encode.pm ext/Encode/Encode.xs sv.c
15469 ____________________________________________________________________________
15470 [ 14530] By: jhi                                   on 2002/02/03  15:30:24
15471         Log: Subject: [PATCH] lstat FH and -l FH warnings
15472              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15473              Date: Sat, 2 Feb 2002 22:24:54 +0100           
15474              Message-ID: <20020202222454.A11608@rafael>       
15475      Branch: perl
15476            ! doio.c lib/File/Copy.pm pod/perldiag.pod pp_sys.c
15477            ! t/lib/warnings/doio t/lib/warnings/pp_sys t/op/stat.t
15478 ____________________________________________________________________________
15479 [ 14529] By: jhi                                   on 2002/02/03  15:27:26
15480         Log: Subject: [PATCH t/op/taint.t] remove possible false positive
15481              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15482              Date: Sat, 2 Feb 2002 13:11:01 +0100           
15483              Message-ID: <20020202131101.A722@rafael>               
15484              
15485              Subject: [PATCH t/op/ver.t] another false positive
15486              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15487              Date: Sat, 2 Feb 2002 13:38:22 +0100           
15488              Message-ID: <20020202133822.E722@rafael>         
15489              
15490              Subject: [PATCH] t/test.pl:ok() doesn't work
15491              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)  
15492              Date: Sun, 03 Feb 2002 00:02:38 -0800          
15493              Message-ID: <e6OX8gzkgSMO092yn@efn.org>          
15494      Branch: perl
15495            ! lib/Net/t/netrc.t t/op/stat.t t/op/taint.t t/op/ver.t
15496            ! t/test.pl
15497 ____________________________________________________________________________
15498 [ 14528] By: jhi                                   on 2002/02/03  15:26:33
15499         Log: Subject: [PATCH @13746] OS2::Process's constants
15500              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15501              Date: Sat, 2 Feb 2002 01:00:55 -0500           
15502              Message-ID: <20020202010055.A12924@math.ohio-state.edu>
15503      Branch: perl
15504            ! os2/OS2/Process/Makefile.PL
15505 ____________________________________________________________________________
15506 [ 14527] By: jhi                                   on 2002/02/03  15:16:46
15507         Log: Subject: [PATCH @13746] h2xs   
15508              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15509              Date: Sat, 2 Feb 2002 00:58:44 -0500           
15510              Message-ID: <20020202005844.A12756@math.ohio-state.edu>
15511      Branch: perl
15512            ! utils/h2xs.PL
15513 ____________________________________________________________________________
15514 [ 14526] By: nick                                  on 2002/02/03  14:54:18
15515         Log: Fix SvGROW on an SV with SvLEN == 0 - copy in any existing data.
15516              (Mis-feature discovered by Encode.)
15517      Branch: perlio
15518            ! sv.c
15519 ____________________________________________________________________________
15520 [ 14525] By: jhi                                   on 2002/02/02  16:44:58
15521         Log: EBCDIC: since #14519 made \N{...} to remap,
15522              the test cannot expect an ASCII code point.
15523      Branch: perl
15524            ! lib/charnames.t
15525 ____________________________________________________________________________
15526 [ 14524] By: jhi                                   on 2002/02/02  05:03:24
15527         Log: Sub-MANIFEST-tweak.
15528      Branch: perl
15529            ! ext/Encode/MANIFEST
15530 ____________________________________________________________________________
15531 [ 14523] By: jhi                                   on 2002/02/02  02:54:44
15532         Log: Subject: [Patch] Encode::Tcl::Escape, more ISO2022 like
15533              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
15534              Date: Fri, 01 Feb 2002 23:51:03 +0900
15535              Message-Id: <20020201234727.15ED.BQW10602@nifty.com>
15536      Branch: perl
15537            ! ext/Encode/lib/Encode/Tcl/Escape.pm
15538 ____________________________________________________________________________
15539 [ 14522] By: jhi                                   on 2002/02/02  02:53:29
15540         Log: Subject: [PATCH] (Was Re: [ID 20020129.003] Trouble building perl 5.6.1)
15541              From: Andy Dougherty <doughera@lafayette.edu>
15542              Date: Fri, 1 Feb 2002 13:06:05 -0500 (EST)
15543              Message-ID: <Pine.SOL.4.10.10202011243130.24740-100000@maxwell.phys.lafayette.edu>
15544      Branch: perl
15545            ! README.solaris hints/solaris_2.sh
15546 ____________________________________________________________________________
15547 [ 14521] By: jhi                                   on 2002/02/02  02:08:42
15548         Log: EBCDIC: no hope to get the low 256 right in unifolding.
15549      Branch: perl
15550            ! t/uni/fold.t
15551 ____________________________________________________________________________
15552 [ 14520] By: jhi                                   on 2002/02/02  02:02:13
15553         Log: todo entry for missing pack formats.
15554      Branch: perl
15555            ! pod/perltodo.pod
15556 ____________________________________________________________________________
15557 [ 14519] By: jhi                                   on 2002/02/02  01:31:50
15558         Log: EBCDIC: the low 256 \N{...} need to be remapped.
15559      Branch: perl
15560            ! toke.c
15561 ____________________________________________________________________________
15562 [ 14518] By: nick                                  on 2002/02/01  18:32:03
15563         Log: indent -kr -nce and some manual tweaks to match perl style.
15564      Branch: perlio
15565            ! ext/Encode/Encode.xs
15566 ____________________________________________________________________________
15567 [ 14517] By: nick                                  on 2002/02/01  18:20:46
15568         Log: Integrate mainline
15569      Branch: perlio
15570           !> Changes MANIFEST configpm doio.c lib/Attribute/Handlers.pm
15571           !> lib/Attribute/Handlers/t/multi.t lib/CPAN.pm
15572           !> lib/Math/Complex.pm lib/Math/Complex.t lib/open.pm
15573           !> patchlevel.h pod/perldiag.pod pod/perlfunc.pod
15574           !> pod/perluniintro.pod pp.c pp_sys.c regexec.c t/io/utf8.t
15575           !> t/lib/warnings/pp_sys t/lib/warnings/utf8 t/op/inccode.t
15576           !> t/op/lc.t t/op/stat.t t/run/switches.t utf8.c
15577 ____________________________________________________________________________
15578 [ 14516] By: jhi                                   on 2002/02/01  16:46:16
15579         Log: Integrate perlio; 
15580              
15581              Minor Encode tweaks:
15582              - move Encode.pm back to top of Encode like normal XS extension
15583              - avoid .def as a file extension (Win32 builds)
15584      Branch: perl
15585            ! MANIFEST
15586           !> ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs
15587           !> ext/Encode/Makefile.PL ext/Encode/compile
15588 ____________________________________________________________________________
15589 [ 14515] By: nick                                  on 2002/02/01  16:27:59
15590         Log: Minor Encode tweaks:
15591              - move Encode.pm back to top of Encode like normal XS extension
15592              - avoid .def as a file extension (Win32 builds)
15593      Branch: perlio
15594           +> ext/Encode/Encode.pm
15595            - ext/Encode/lib/Encode.pm
15596            ! MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs
15597            ! ext/Encode/Makefile.PL ext/Encode/compile
15598 ____________________________________________________________________________
15599 [ 14514] By: jhi                                   on 2002/02/01  14:45:26
15600         Log: Subject: [PATCH utf8.t] temp file not cleaned up
15601              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15602              Date: Fri, 1 Feb 2002 15:47:46 +0100
15603              Message-ID: <20020201154746.A24079@rafael>
15604      Branch: perl
15605            ! t/io/utf8.t
15606 ____________________________________________________________________________
15607 [ 14513] By: jhi                                   on 2002/02/01  14:44:39
15608         Log: Subject: [PATCH] make "lstat FH" croak
15609              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15610              Date: Fri, 1 Feb 2002 15:12:50 +0100
15611              Message-ID: <20020201151250.A738@rafael>
15612      Branch: perl
15613            ! pod/perldiag.pod pp_sys.c t/op/stat.t
15614 ____________________________________________________________________________
15615 [ 14512] By: jhi                                   on 2002/02/01  14:42:58
15616         Log: Subject: [PATCH t/op/stat.t] Mentioning Darwins UFS ctime failure
15617              From: Kay Röpke <kroepke@dolphin-services.de>
15618              Date: Fri, 1 Feb 2002 01:10:43 +0100
15619              Message-Id: <2255B944-16A8-11D6-814B-000393414688@dolphin-services.de>
15620      Branch: perl
15621            ! t/op/stat.t
15622 ____________________________________________________________________________
15623 [ 14511] By: jhi                                   on 2002/02/01  05:17:59
15624         Log: The Malformed UTF-8 Heisenbug seen by Merijn and NickC
15625              I got it in Tru64 + ithreads but only without -g, took
15626              some debugging by printf (which was no fun either since
15627              adding some debug printfs hid the error)
15628      Branch: perl
15629            ! regexec.c utf8.c
15630 ____________________________________________________________________________
15631 [ 14510] By: jhi                                   on 2002/01/31  22:48:13
15632         Log: Subject: Re: [PATCH] perl -V:
15633              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)            
15634              Date: Thu, 31 Jan 2002 12:10:20 -0800
15635              Message-ID: <sSaW8gzkgaNQ092yn@efn.org>
15636              
15637              Subject: Re: [PATCH] perl -V:
15638              From: Michael G Schwern <schwern@pobox.com>
15639              Date: Thu, 31 Jan 2002 16:43:13 -0500
15640              Message-ID: <20020131214313.GH6498@blackrider>
15641      Branch: perl
15642            ! t/run/switches.t
15643 ____________________________________________________________________________
15644 [ 14509] By: jhi                                   on 2002/01/31  21:30:46
15645         Log: #14505 effect.
15646      Branch: perl
15647            ! pod/perluniintro.pod
15648 ____________________________________________________________________________
15649 [ 14508] By: jhi                                   on 2002/01/31  16:57:18
15650         Log: Daniel S. Lewart adopts the Math::Complex.
15651      Branch: perl
15652            ! lib/Math/Complex.pm
15653 ____________________________________________________________________________
15654 [ 14507] By: jhi                                   on 2002/01/31  16:54:44
15655         Log: More Complex DWIMmery.
15656      Branch: perl
15657            ! lib/Math/Complex.pm lib/Math/Complex.t
15658 ____________________________________________________________________________
15659 [ 14506] By: jhi                                   on 2002/01/31  15:27:49
15660         Log: Subject: [PATCH 20020124.004] forbid -l _ after -T _
15661              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15662              Date: Thu, 31 Jan 2002 14:37:52 +0100
15663              Message-ID: <20020131143752.A1452@rafael>
15664      Branch: perl
15665            ! pod/perlfunc.pod pp_sys.c t/lib/warnings/pp_sys t/op/stat.t
15666 ____________________________________________________________________________
15667 [ 14505] By: jhi                                   on 2002/01/31  15:26:41
15668         Log: Turn the I/O Unicode error by default on, but the
15669              character-generating Unicode error by default off,
15670              as Larry suggested.
15671      Branch: perl
15672            ! doio.c pod/perldiag.pod pp.c t/io/utf8.t t/lib/warnings/utf8
15673            ! utf8.c
15674 ____________________________________________________________________________
15675 [ 14504] By: jhi                                   on 2002/01/31  14:08:44
15676         Log: Subject: [PATCH] open.pm minor cleanup
15677              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15678              Date: Thu, 31 Jan 2002 15:03:02 +0100
15679              Message-ID: <20020131150302.C1452@rafael>
15680      Branch: perl
15681            ! lib/open.pm
15682 ____________________________________________________________________________
15683 [ 14503] By: jhi                                   on 2002/01/30  15:28:29
15684         Log: Update Changes.
15685      Branch: perl
15686            ! Changes patchlevel.h
15687 ____________________________________________________________________________
15688 [ 14502] By: jhi                                   on 2002/01/30  14:32:25
15689         Log: Subject: [PATCH re bug 200713.003] Re: Perlbug - reminder of bug(20010713.003) status
15690              From: Robin Barker <rmb1@cise.npl.co.uk>
15691              Date: Wed, 30 Jan 2002 11:58:33 GMT
15692              Message-Id: <200201301158.LAA14883@tempest.npl.co.uk>
15693      Branch: perl
15694            ! lib/CPAN.pm
15695 ____________________________________________________________________________
15696 [ 14501] By: jhi                                   on 2002/01/30  14:20:32
15697         Log: Move ext/Encode/lib/Encode.pm to ext/Encode/Encode.pm;
15698              re-sort MANIFEST.
15699      Branch: perl
15700            + ext/Encode/Encode.pm
15701            - ext/Encode/lib/Encode.pm
15702            ! MANIFEST ext/Encode/Makefile.PL
15703 ____________________________________________________________________________
15704 [ 14500] By: jhi                                   on 2002/01/30  14:05:13
15705         Log: Integrate perlio;
15706              
15707              Collect some stats during compile process.
15708              Experiment with effect of bundling all EUC-JP, EUC-CN, EUC-KR
15709              as one XS - inconclusive - marginal win?
15710              Add some comments to encode.h
15711      Branch: perl
15712           !> ext/Encode/EUC_JP/Makefile.PL ext/Encode/compile
15713           !> ext/Encode/encode.h
15714 ____________________________________________________________________________
15715 [ 14499] By: nick                                  on 2002/01/30  09:57:47
15716         Log: Collect some stats during compile process.
15717              Experiment with effect of bundling all EUC-JP, EUC-CN, EUC-KR
15718              as one XS - inconclusive - marginal win?
15719              Add some comments to encode.h
15720      Branch: perlio
15721            ! ext/Encode/EUC_JP/Makefile.PL ext/Encode/compile
15722            ! ext/Encode/encode.h
15723 ____________________________________________________________________________
15724 [ 14498] By: nick                                  on 2002/01/30  07:27:55
15725         Log: Integrate Jarkko's path/INC tweaks
15726      Branch: perlio
15727           !> ext/Encode/compile
15728 ____________________________________________________________________________
15729 [ 14497] By: jhi                                   on 2002/01/30  04:40:56
15730         Log: Subject: [PATCH] perl -V: (was: Re: Inline::C and Perl objects with C API's)   
15731              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
15732              Date: Tue, 29 Jan 2002 01:13:09 -0800
15733              Message-ID: <lemV8gzkgu/K092yn@efn.org>
15734      Branch: perl
15735            ! configpm
15736 ____________________________________________________________________________
15737 [ 14496] By: jhi                                   on 2002/01/30  01:55:57
15738         Log: Subject: [PATCH t/op/inccode.t] new test
15739              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15740              Date: Tue, 29 Jan 2002 22:03:45 +0100
15741              Message-ID: <20020129220345.A704@rafael>
15742      Branch: perl
15743            ! t/op/inccode.t
15744 ____________________________________________________________________________
15745 [ 14495] By: jhi                                   on 2002/01/30  01:01:26
15746         Log: EBCDIC: t/op/lc.t now passes.
15747      Branch: perl
15748            ! t/op/lc.t
15749 ____________________________________________________________________________
15750 [ 14494] By: jhi                                   on 2002/01/30  00:41:52
15751         Log: EBCDIC fix: t/op/lc.t failures 24-25, 29-30, 34-35, 39-40
15752      Branch: perl
15753            ! utf8.c
15754 ____________________________________________________________________________
15755 [ 14493] By: jhi                                   on 2002/01/29  22:32:05
15756         Log: Must find stuff during build.
15757      Branch: perl
15758            ! ext/Encode/compile
15759 ____________________________________________________________________________
15760 [ 14492] By: jhi                                   on 2002/01/29  22:24:54
15761         Log: Integrate with perlio;
15762              
15763              Basics of a compiled Encode XS extension
15764      Branch: perl
15765           +> ext/Encode/EUC_JP/EUC_JP.pm ext/Encode/EUC_JP/Makefile.PL
15766           +> ext/Encode/Encode/euc-jp.ucm
15767           !> MANIFEST ext/Encode/Encode.xs ext/Encode/compile
15768           !> ext/Encode/encode.h
15769 ____________________________________________________________________________
15770 [ 14491] By: jhi                                   on 2002/01/29  22:23:25
15771         Log: EBCDIC tweaks-- no new test passes, but getting closer.
15772      Branch: perl
15773            ! utf8.c
15774 ____________________________________________________________________________
15775 [ 14490] By: nick                                  on 2002/01/29  21:20:57
15776         Log: Basics of a compiled Encode XS extension
15777      Branch: perlio
15778            + ext/Encode/EUC_JP/EUC_JP.pm ext/Encode/EUC_JP/Makefile.PL
15779            + ext/Encode/Encode/euc-jp.ucm
15780            ! MANIFEST ext/Encode/Encode.xs ext/Encode/compile
15781            ! ext/Encode/encode.h
15782 ____________________________________________________________________________
15783 [ 14489] By: nick                                  on 2002/01/29  18:40:54
15784         Log: Integrate mainline
15785      Branch: perlio
15786           +> ext/Encode/MANIFEST ext/Encode/README ext/Encode/lib/Encode.pm
15787           +> ext/Encode/lib/Encode/Encoding.pm
15788           +> ext/Encode/lib/Encode/Internal.pm ext/Encode/lib/Encode/Tcl.pm
15789           +> ext/Encode/lib/Encode/Tcl/Escape.pm
15790           +> ext/Encode/lib/Encode/Tcl/Extended.pm
15791           +> ext/Encode/lib/Encode/Tcl/HanZi.pm
15792           +> ext/Encode/lib/Encode/Tcl/Table.pm
15793           +> ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
15794           +> ext/Encode/lib/Encode/iso10646_1.pm
15795           +> ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
15796           +> ext/Encode/lib/EncodeFormat.pod ext/Encode/t/Encode.t
15797           +> ext/Encode/t/Tcl.t
15798            - ext/Encode.t ext/Encode/Encode.pm
15799            - ext/Encode/Encode/EncodeFormat.pod ext/Encode/Encode/Tcl.pm
15800            - ext/Encode/Encode/Tcl.t ext/Encode/Todo
15801           !> (integrate 33 files)
15802 ____________________________________________________________________________
15803 [ 14488] By: jhi                                   on 2002/01/29  16:38:58
15804         Log: Subject: Re: [PATCH] Attribute::Handlers lexical refcount skew (was Re: lexical with attribute, refcount high)
15805              From: Richard Clamp <richardc@unixbeard.net>
15806              Date: Mon, 28 Jan 2002 02:17:55 +0000
15807              Message-ID: <20020128021755.GA28344@mirth.demon.co.uk>
15808      Branch: perl
15809            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
15810 ____________________________________________________________________________
15811 [ 14487] By: jhi                                   on 2002/01/29  14:23:03
15812         Log: OS/390 seems to do length 0 udp reads, Nicholas says
15813              skippage is for now the best cause of action.
15814      Branch: perl
15815            ! ext/Socket/socketpair.t
15816 ____________________________________________________________________________
15817 [ 14486] By: jhi                                   on 2002/01/29  14:09:21
15818         Log: Encode cleanup from Dan Kogai; reworked even further.
15819      Branch: perl
15820            + ext/Encode/MANIFEST ext/Encode/README ext/Encode/lib/Encode.pm
15821            + ext/Encode/lib/Encode/Encoding.pm
15822            + ext/Encode/lib/Encode/Internal.pm ext/Encode/lib/Encode/Tcl.pm
15823            + ext/Encode/lib/Encode/Tcl/Escape.pm
15824            + ext/Encode/lib/Encode/Tcl/Extended.pm
15825            + ext/Encode/lib/Encode/Tcl/HanZi.pm
15826            + ext/Encode/lib/Encode/Tcl/Table.pm
15827            + ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
15828            + ext/Encode/lib/Encode/iso10646_1.pm
15829            + ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
15830            + ext/Encode/lib/EncodeFormat.pod ext/Encode/t/Encode.t
15831            + ext/Encode/t/Tcl.t
15832            - ext/Encode.t ext/Encode/Encode.pm
15833            - ext/Encode/Encode/EncodeFormat.pod ext/Encode/Encode/Tcl.pm
15834            - ext/Encode/Encode/Tcl.t ext/Encode/Todo
15835            ! MANIFEST ext/Encode/Encode/8859-1.ucm
15836            ! ext/Encode/Encode/8859-10.ucm ext/Encode/Encode/8859-13.ucm
15837            ! ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
15838            ! ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
15839            ! ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
15840            ! ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
15841            ! ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
15842            ! ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
15843            ! ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
15844            ! ext/Encode/Encode/cp37.ucm ext/Encode/Encode/dingbats.ucm
15845            ! ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/posix-bc.ucm
15846            ! ext/Encode/Encode/symbol.ucm ext/Encode/Makefile.PL
15847            ! ext/Encode/compile
15848 ____________________________________________________________________________
15849 [ 14485] By: jhi                                   on 2002/01/28  23:17:20
15850         Log: Workaround for DJGPP broken F_GETFL from Laszlo.
15851      Branch: perl
15852            ! djgpp/djgpp.c perlio.c
15853 ____________________________________________________________________________
15854 [ 14484] By: jhi                                   on 2002/01/28  23:15:22
15855         Log: Prettier printing from Michael Schwern.
15856      Branch: perl
15857            ! t/test.pl
15858 ____________________________________________________________________________
15859 [ 14483] By: jhi                                   on 2002/01/28  23:08:27
15860         Log: Show also the debug and debugcolor as known pragmas.
15861      Branch: perl
15862            ! ext/re/re.pm
15863 ____________________________________________________________________________
15864 [ 14482] By: jhi                                   on 2002/01/28  22:08:38
15865         Log: Subject: [PATCH] skip assembler.t when there is no ByteLoader
15866              From: "Craig A. Berry" <craigberry@mac.com>
15867              Date: Mon, 28 Jan 2002 16:30:30 -0600
15868              Message-Id: <5.1.0.14.2.20020128162440.01ae7868@exchi01>
15869      Branch: perl
15870            ! ext/B/t/assembler.t
15871 ____________________________________________________________________________
15872 [ 14481] By: jhi                                   on 2002/01/28  21:58:44
15873         Log: metaconfig unit change for #14480.
15874      Branch: metaconfig
15875            ! U/modified/Init.U
15876 ____________________________________________________________________________
15877 [ 14480] By: jhi                                   on 2002/01/28  21:57:37
15878         Log: DJGPP needs to know its exe soon, too.
15879      Branch: perl
15880            ! Configure
15881 ____________________________________________________________________________
15882 [ 14479] By: jhi                                   on 2002/01/28  21:36:34
15883         Log: Round #2 on EBCDICation.
15884      Branch: perl
15885            ! t/op/append.t
15886 ____________________________________________________________________________
15887 [ 14478] By: jhi                                   on 2002/01/28  21:19:40
15888         Log: Integrate perlio;
15889              
15890              Set makefile.mk CCHOME etc. for default locations of MinGW and free
15891              Borland compilers. (Borland builds one or two oddities.)
15892      Branch: perl
15893           !> win32/config.bc win32/makefile.mk
15894 ____________________________________________________________________________
15895 [ 14477] By: nick                                  on 2002/01/28  20:12:31
15896         Log: Set makefile.mk CCHOME etc. for default locations of MinGW and free
15897              Borland compilers. (Borland builds one or two oddities.)
15898      Branch: perlio
15899            ! win32/config.bc win32/makefile.mk
15900 ____________________________________________________________________________
15901 [ 14476] By: nick                                  on 2002/01/28  18:43:47
15902         Log: Integrate mainline
15903      Branch: perlio
15904           !> Configure hints/hpux.sh
15905 ____________________________________________________________________________
15906 [ 14475] By: nick                                  on 2002/01/28  17:15:12
15907         Log: Integrate mainline
15908      Branch: perlio
15909           !> Changes Configure ext/B/B.xs hints/hpux.sh lib/warnings.t
15910           !> patchlevel.h pp_sys.c t/lib/warnings/perl
15911 ____________________________________________________________________________
15912 [ 14474] By: jhi                                   on 2002/01/28  17:12:51
15913         Log: metaconfig unit change for #14472.
15914      Branch: metaconfig/U/perl
15915            ! d_u32align.U
15916 ____________________________________________________________________________
15917 [ 14473] By: jhi                                   on 2002/01/28  17:12:27
15918         Log: Misunderstood Merijn's patch.
15919      Branch: perl
15920            ! hints/hpux.sh
15921 ____________________________________________________________________________
15922 [ 14472] By: jhi                                   on 2002/01/28  17:11:58
15923         Log: Misapplied Merijn's patch.
15924      Branch: perl
15925            ! Configure
15926 ____________________________________________________________________________
15927 [ 14471] By: jhi                                   on 2002/01/28  14:51:20
15928         Log: Update Changes.
15929      Branch: perl
15930            ! Changes patchlevel.h
15931 ____________________________________________________________________________
15932 [ 14470] By: jhi                                   on 2002/01/28  14:33:36
15933         Log: BeOS has sockets but not true ones.
15934      Branch: perl
15935            ! pp_sys.c
15936 ____________________________________________________________________________
15937 [ 14469] By: jhi                                   on 2002/01/28  14:04:44
15938         Log: metaconfig unit change for #14467.
15939      Branch: metaconfig/U/perl
15940            ! d_u32align.U
15941 ____________________________________________________________________________
15942 [ 14468] By: jhi                                   on 2002/01/28  14:03:01
15943         Log: For some strange reason under the smoke harness the alignment
15944              test hangs in HP-UX 10.20.  So hint it to avoid the test.
15945      Branch: perl
15946            ! hints/hpux.sh
15947 ____________________________________________________________________________
15948 [ 14467] By: jhi                                   on 2002/01/28  14:00:32
15949         Log: Allow d_u32align to be hinted.
15950      Branch: perl
15951            ! Configure
15952 ____________________________________________________________________________
15953 [ 14466] By: jhi                                   on 2002/01/28  13:41:18
15954         Log: The shift key is important.
15955      Branch: perl
15956            ! ext/B/B.xs
15957 ____________________________________________________________________________
15958 [ 14465] By: jhi                                   on 2002/01/28  13:36:15
15959         Log: The "used only once" warnings (from gv_check) come
15960              in pseudorandom hash order-- in EBCDIC the order
15961              is different.  Add a new option that allow the warnings
15962              to come in any order (Paul Marquess).
15963      Branch: perl
15964            ! lib/warnings.t t/lib/warnings/perl
15965 ____________________________________________________________________________
15966 [ 14464] By: jhi                                   on 2002/01/28  13:04:58
15967         Log: Integrate perlio; the 0nothread test failure without threads.
15968      Branch: perl
15969           !> ext/threads/shared/t/0nothread.t
15970 ____________________________________________________________________________
15971 [ 14463] By: nick                                  on 2002/01/28  08:22:36
15972         Log: Integrate mainline
15973      Branch: perlio
15974           !> (integrate 37 files)
15975 ____________________________________________________________________________
15976 [ 14462] By: nick                                  on 2002/01/28  08:09:53
15977         Log: 1st attempt at skipping broke threads case.
15978      Branch: perlio
15979            ! ext/threads/shared/t/0nothread.t
15980 ____________________________________________________________________________
15981 [ 14461] By: nick                                  on 2002/01/28  07:25:58
15982         Log: Skip new threads::shared test unless -Duseithreads
15983      Branch: perlio
15984            ! ext/threads/shared/t/0nothread.t
15985 ____________________________________________________________________________
15986 [ 14460] By: jhi                                   on 2002/01/28  03:37:30
15987         Log: FAQ sync.
15988      Branch: perl
15989            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
15990            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
15991            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
15992            ! pod/perlfaq9.pod
15993 ____________________________________________________________________________
15994 [ 14459] By: jhi                                   on 2002/01/28  02:28:10
15995         Log: Upgrade to podlators 1.20.
15996      Branch: perl
15997            ! lib/Pod/Text/Overstrike.pm lib/Pod/t/basic.t
15998 ____________________________________________________________________________
15999 [ 14458] By: jhi                                   on 2002/01/28  01:36:28
16000         Log: Retract #14448, a better patch coming up.
16001      Branch: perl
16002            ! lib/Pod/t/basic.t
16003 ____________________________________________________________________________
16004 [ 14457] By: jhi                                   on 2002/01/28  01:31:40
16005         Log: EBCDIC portability.
16006      Branch: perl
16007            ! t/op/append.t
16008 ____________________________________________________________________________
16009 [ 14456] By: jhi                                   on 2002/01/27  23:49:40
16010         Log: Further cygwin installperl tweak from Gerrit P. Haase.
16011      Branch: perl
16012            ! installperl
16013 ____________________________________________________________________________
16014 [ 14455] By: jhi                                   on 2002/01/27  23:47:42
16015         Log: A bug in Bulgarian EBCDIC locale (this sounds like
16016              a Sherlock Holmes mystery...)  Well, a few more EBCDICs
16017              locales failed, too.  The patch works around the bug by
16018              skipping the test, but the real problem may be deeper
16019              (affecting probably only EBCDIC platforms, though):
16020              see the comment in locale.t for more details.
16021      Branch: perl
16022            ! lib/locale.t
16023 ____________________________________________________________________________
16024 [ 14454] By: jhi                                   on 2002/01/27  22:37:48
16025         Log: metaconfig unit change for #14453.
16026      Branch: metaconfig/U/perl
16027            ! libperl.U
16028 ____________________________________________________________________________
16029 [ 14453] By: jhi                                   on 2002/01/27  22:36:08
16030         Log: Subject: Bleadperl on Cygwin today
16031              From: "Gerrit P. Haase" <gp@familiehaase.de>              
16032              Date: Sun, 27 Jan 2002 22:30:41 +0100
16033              Message-ID: <462007239437.20020127223041@familiehaase.de>
16034      Branch: perl
16035            ! Configure cygwin/Makefile.SHs cygwin/perlld.in installperl
16036            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/t/Embed.t
16037            ! lib/ExtUtils/t/MM_Cygwin.t
16038 ____________________________________________________________________________
16039 [ 14452] By: jhi                                   on 2002/01/27  21:57:56
16040         Log: Unfinished EBCDIC branch.
16041      Branch: perl
16042            ! t/op/ver.t
16043 ____________________________________________________________________________
16044 [ 14451] By: jhi                                   on 2002/01/27  21:47:29
16045         Log: B::cstring() and B::Deparse EBCDIC fixes from Rafael Garcia-Suarez.
16046      Branch: perl
16047            ! ext/B/B.xs ext/B/B/Deparse.pm
16048 ____________________________________________________________________________
16049 [ 14450] By: jhi                                   on 2002/01/27  21:44:37
16050         Log: Cleanup the stash test, and reclaim it in non-ASCII-sorting
16051              platforms.
16052      Branch: perl
16053            ! ext/B/t/stash.t
16054 ____________________________________________________________________________
16055 [ 14449] By: jhi                                   on 2002/01/27  19:34:56
16056         Log: Apparently no need for EBCDIC exception any more.
16057      Branch: perl
16058            ! ext/B/t/showlex.t
16059 ____________________________________________________________________________
16060 [ 14448] By: jhi                                   on 2002/01/27  18:48:17
16061         Log: (retracted by #14458)
16062              (Russ Allbery) OS/390 is using a high-bit character for ESC,
16063              skip the test for now.  A better fix would be to override
16064              the notion of the platform's escape sequence in the test
16065              of Pod::Text::Termcap.  We may have to apply a filter to
16066              the output to substitute back in the ESC character that
16067              the test expects, but only on OS/390.
16068      Branch: perl
16069            ! lib/Pod/t/basic.t
16070 ____________________________________________________________________________
16071 [ 14447] By: jhi                                   on 2002/01/27  18:19:01
16072         Log: Detypo.
16073      Branch: perl
16074            ! ext/Devel/Peek/Peek.t
16075 ____________________________________________________________________________
16076 [ 14446] By: jhi                                   on 2002/01/27  17:57:21
16077         Log: OS/390 USS has a different idea of the pw* functions.
16078              Also, test the name with eq, not with ==.
16079      Branch: perl
16080            ! lib/User/pwent.t
16081 ____________________________________________________________________________
16082 [ 14445] By: jhi                                   on 2002/01/27  17:37:54
16083         Log: O_RDONLY/O_WRONLY/O_RDWR portability.
16084      Branch: perl
16085            ! doio.c
16086 ____________________________________________________________________________
16087 [ 14444] By: jhi                                   on 2002/01/27  16:32:32
16088         Log: ASCIIisms.
16089      Branch: perl
16090            ! ext/PerlIO/t/encoding.t
16091 ____________________________________________________________________________
16092 [ 14443] By: jhi                                   on 2002/01/27  15:59:31
16093         Log: chr(42) ne '*'  if one is in EBCDIC.
16094      Branch: perl
16095            ! t/op/pack.t
16096 ____________________________________________________________________________
16097 [ 14442] By: jhi                                   on 2002/01/27  15:26:52
16098         Log: Subject: [PATCH] Fix up recent op/stat.t failures
16099              From: Andy Dougherty <doughera@lafayette.edu>
16100              Date: Sun, 27 Jan 2002 09:46:38 -0500 (EST)
16101              Message-ID: <Pine.SOL.4.10.10201270943120.4253-100000@maxwell.phys.lafayette.edu>         
16102      Branch: perl
16103            ! t/op/stat.t
16104 ____________________________________________________________________________
16105 [ 14441] By: jhi                                   on 2002/01/27  15:21:49
16106         Log: Subject: [ PATCH ] Re: Smoke 14406 /pro/3gl/CPAN/perl-current
16107              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16108              Date: Sun, 27 Jan 2002 15:03:18 +0100
16109              Message-Id: <20020127145902.0EA2.H.M.BRAND@hccnet.nl>
16110      Branch: perl
16111            ! lib/ExtUtils/t/Command.t
16112 ____________________________________________________________________________
16113 [ 14440] By: jhi                                   on 2002/01/27  15:20:52
16114         Log: Subject: [PATCH B::Deparse] new switch: don't check prototypes while deparsing
16115              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16116              Date: Sun, 27 Jan 2002 14:51:10 +0100
16117              Message-ID: <20020127145110.A16332@rafael>
16118      Branch: perl
16119            ! ext/B/B/Deparse.pm
16120 ____________________________________________________________________________
16121 [ 14439] By: gsar                                  on 2002/01/27  00:02:48
16122         Log: integrate change#14431 from perlio branch (Nick's fix for
16123              change#13474 to be more defensive about looking at pad entries
16124              that may not exist yet)
16125      Branch: maint-5.6/perl
16126            ! op.c
16127 ____________________________________________________________________________
16128 [ 14438] By: jhi                                   on 2002/01/26  23:56:53
16129         Log: Comment to avoid later "cleanups."
16130      Branch: perl
16131            ! lib/ExtUtils/MakeMaker.pm
16132 ____________________________________________________________________________
16133 [ 14437] By: jhi                                   on 2002/01/26  23:54:50
16134         Log: USS V2R10 seems to be happier with env FOO=... cmd ...
16135              instead of just FOO=... cmd ...
16136      Branch: perl
16137            ! Makefile.SH
16138 ____________________________________________________________________________
16139 [ 14436] By: jhi                                   on 2002/01/26  23:14:04
16140         Log: Overquoting bad (in UNIX one would get
16141              Can't open perl script "'-I../lib'": No such file or directory)
16142      Branch: perl
16143            ! lib/Pod/t/Usage.t
16144 ____________________________________________________________________________
16145 [ 14435] By: jhi                                   on 2002/01/26  22:41:05
16146         Log: Integrate perlio;
16147              
16148              "All tests successful" VC6.0 Win32
16149              (Update config.vc to need cppstdin so those tests are skipped...)
16150      Branch: perl
16151           !> win32/config.vc win32/config_H.bc win32/config_H.gc
16152           !> win32/config_H.vc
16153 ____________________________________________________________________________
16154 [ 14434] By: nick                                  on 2002/01/26  22:27:08
16155         Log: "All tests successful" VC6.0 Win32
16156              (Update config.vc to need cppstdin so those tests are skipped...)
16157      Branch: perlio
16158            ! win32/config.vc win32/config_H.bc win32/config_H.gc
16159            ! win32/config_H.vc
16160 ____________________________________________________________________________
16161 [ 14433] By: jhi                                   on 2002/01/26  21:38:56
16162         Log: Integrate perlio;
16163              
16164              1st two tests of File/Find/t/find.t and taint.t were run after 
16165              calling cleanup(). If previous fail had left for_find directory,
16166              but no content in it then cleanup() returned cd'ed to that directory.
16167              So tests failed. Fixed cleanup()-s.
16168              
16169              If we get to sighandler by mistake (no perl handler set) then
16170              warn() and exit() rather than die() - should never happen
16171              but if it does context needed to die is likely to be trashed
16172              as well.
16173              
16174              Win32 signal emulation cleanup.
16175              
16176              Tinkering with thread cleanup mutex-ing - not the problem 
16177              (op.c is) but could have been...
16178              
16179              Fix/band-aid for op.c's anon CV leak fix co-existing with threads.
16180              Should really be looked at by someone that knows about pads.
16181              
16182              Gurusamy Sarathy <gsar@ActiveState.com>'s patch to Filter::Simple
16183              for CRLF line endings.
16184      Branch: perl
16185           !> ext/threads/threads.xs lib/File/Find/t/find.t
16186           !> lib/File/Find/t/taint.t lib/Filter/Simple.pm mg.c op.c
16187           !> win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
16188 ____________________________________________________________________________
16189 [ 14432] By: nick                                  on 2002/01/26  21:10:38
16190         Log: Gurusamy Sarathy <gsar@ActiveState.com>'s patch to Filter::Simple
16191              for CRLF line endings.
16192      Branch: perlio
16193            ! lib/Filter/Simple.pm
16194 ____________________________________________________________________________
16195 [ 14431] By: nick                                  on 2002/01/26  21:08:35
16196         Log: Fix/band-aid for op.c's anon CV leak fix co-existing with threads.
16197              Should really be looked at by someone that knows about pads.
16198      Branch: perlio
16199            ! op.c
16200 ____________________________________________________________________________
16201 [ 14430] By: jhi                                   on 2002/01/26  20:54:16
16202         Log: Subject: Re: [PATCH @14417] vmsify Pod::Usage and its test
16203              From: "Craig A. Berry" <craigberry@mac.com>       
16204              Date: Sat, 26 Jan 2002 11:19:44 -0600
16205              Message-Id: <a05101000b87895064ee3@[172.16.52.1]>
16206      Branch: perl
16207            ! lib/Pod/Usage.pm lib/Pod/t/Usage.t
16208 ____________________________________________________________________________
16209 [ 14429] By: nick                                  on 2002/01/26  18:04:22
16210         Log: Tinkering with thread cleanup mutex-ing - not the problem 
16211              (op.c is) but could have been...
16212      Branch: perlio
16213            ! ext/threads/threads.xs
16214 ____________________________________________________________________________
16215 [ 14428] By: nick                                  on 2002/01/26  18:03:13
16216         Log: Win32 signal emulation cleanup.
16217      Branch: perlio
16218            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
16219 ____________________________________________________________________________
16220 [ 14427] By: nick                                  on 2002/01/26  13:59:33
16221         Log: If we get to sighandler by mistake (no perl handler set) then
16222              warn() and exit() rather than die() - should never happen
16223              but if it does context needed to die is likely to be trashed
16224              as well.
16225      Branch: perlio
16226            ! mg.c
16227 ____________________________________________________________________________
16228 [ 14426] By: nick                                  on 2002/01/26  13:56:23
16229         Log: Integrate mainline
16230      Branch: perlio
16231           !> Changes NetWare/config_H.wc config_h.SH ext/Encode/Encode.xs
16232           !> op.c patchlevel.h pod/perldebguts.pod t/op/universal.t
16233           !> t/run/fresh_perl.t
16234 ____________________________________________________________________________
16235 [ 14425] By: nick                                  on 2002/01/26  08:11:33
16236         Log: 1st two tests of File/Find/t/find.t and taint.t were run after 
16237              calling cleanup(). If previous fail had left for_find directory,
16238              but no content in it then cleanup() returned cd'ed to that directory.
16239              So tests failed. Fixed cleanup()-s.
16240      Branch: perlio
16241            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
16242 ____________________________________________________________________________
16243 [ 14424] By: jhi                                   on 2002/01/25  22:10:11
16244         Log: Integrate perlio;
16245              
16246              Fix winsystem.t's attempt to build showav.exe to work
16247              with gcc (which writes a.exe unless told with -o ).
16248              Also put in a few more fail-safes to check .exe got
16249              built somehow.
16250              
16251              More Win32 tuning
16252              
16253              Save $! so that other syscalls don't disturb it before
16254              we test it.
16255      Branch: perl
16256           !> ext/Socket/socketpair.t t/op/stat.t t/op/taint.t
16257           !> t/op/winsystem.t
16258 ____________________________________________________________________________
16259 [ 14423] By: jhi                                   on 2002/01/25  22:08:09
16260         Log: Subject: [PATCH] new test in op/universal.t
16261              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16262              Date: Fri, 25 Jan 2002 23:17:33 +0100
16263              Message-ID: <20020125231733.A11733@rafael>
16264      Branch: perl
16265            ! t/op/universal.t
16266 ____________________________________________________________________________
16267 [ 14422] By: nick                                  on 2002/01/25  21:37:03
16268         Log: Save $! so that other syscalls don't disturb it before 
16269              we test it.
16270      Branch: perlio
16271            ! ext/Socket/socketpair.t
16272 ____________________________________________________________________________
16273 [ 14421] By: nick                                  on 2002/01/25  19:05:57
16274         Log: More Win32 tuning
16275      Branch: perlio
16276            ! t/op/stat.t t/op/taint.t
16277 ____________________________________________________________________________
16278 [ 14420] By: nick                                  on 2002/01/25  18:21:42
16279         Log: Fix winsystem.t's attempt to build showav.exe to work 
16280              with gcc (which writes a.exe unless told with -o ).
16281              Also put in a few more fail-safes to check .exe got 
16282              built somehow.
16283      Branch: perlio
16284            ! t/op/winsystem.t
16285 ____________________________________________________________________________
16286 [ 14419] By: jhi                                   on 2002/01/25  17:25:05
16287         Log: Subject: [Patch Encode.xs] calculation of need overflows
16288              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
16289              Date: Sat, 26 Jan 2002 00:58:50 +0900
16290              Message-Id: <20020126005802.89B3.BQW10602@nifty.com>
16291      Branch: perl
16292            ! ext/Encode/Encode.xs
16293 ____________________________________________________________________________
16294 [ 14418] By: jhi                                   on 2002/01/25  16:28:40
16295         Log: Integrate changes 13474+13478+13584 from maintperl;
16296              anon sub leakage.
16297      Branch: perl
16298            ! op.c t/run/fresh_perl.t
16299 ____________________________________________________________________________
16300 [ 14417] By: jhi                                   on 2002/01/25  15:34:18
16301         Log: Update Changes.
16302      Branch: perl
16303            ! Changes patchlevel.h
16304 ____________________________________________________________________________
16305 [ 14416] By: jhi                                   on 2002/01/25  15:04:25
16306         Log: Integrate perlio; extensive threads and threads::shared work
16307              (note that the below is a chronological list of perlio
16308              check-in entries since the last integrate)
16309              
16310              Nearly-working threads re-structuring. Do not integrate,
16311              submit-ing to get to Win32, and as "off site" backup.
16312              
16313              threads work again on Win32. (Not threads::shared yet)
16314              Submit to see if they do on Linux.
16315              
16316              Add new threads/typemap to MANIFEST
16317              
16318              XS side of new threads::shared designed, coded and compiles,
16319              and mostly commented but is totaly untested.
16320              submit in case anyone wants a preview.
16321              
16322              Miss mg_len == 0 meaning don't Safefree
16323              
16324              Shared scalars working, some shared array ops working.
16325              
16326              Implement recursive lock and use of scope for PL_sharedsv_space,
16327              so now croak() from asserts does not leave locks.
16328              Make hv_simple compile (new prototype for debugging probe).
16329              
16330              thread::shared nearly working again - remaining issue
16331              is references withing shared space.
16332              Added bulk test with no threads involved (for debugging)
16333              Tuned tests to skip those needing _thrcnt
16334              
16335              SvTEMP_off to stop private PV's being stolen and stored in shared space
16336              
16337              Except Win32 from echo tests. (Alarm does not break into connect)
16338              
16339              Expand command line test globs on Win32.
16340              
16341              threads::shared tidy up:
16342              - Add _id() function to shared.xs so we can test refs point at same thing.
16343              - Use that rather that comparing stringified ref in shared/t/hv_refs.t
16344              - Allow no_share to pass if sharing to works despite mis-ordering.
16345              - Change docs of threads to document ->create() (as used in tests),
16346              and not mention "new".
16347              
16348              Linux/NFS hackery was not faking right number of passes.
16349      Branch: perl
16350           +> ext/threads/shared/t/0nothread.t ext/threads/shared/typemap
16351           +> ext/threads/typemap
16352            - ext/threads/threads.h sharedsv.c sharedsv.h
16353            ! NetWare/config_H.wc
16354           !> (integrate 38 files)
16355 ____________________________________________________________________________
16356 [ 14415] By: jhi                                   on 2002/01/25  14:33:43
16357         Log: Subject: Re: perldebguts minor tweaks
16358              From: Joe McMahon <mcmahon@metalab.unc.edu>
16359              Date: Fri, 25 Jan 2002 10:32:45 -0500 (EST)
16360              Message-ID: <Pine.LNX.4.33.0201251031530.9326-100000@tribal.metalab.unc.edu>
16361      Branch: perl
16362            ! pod/perldebguts.pod
16363 ____________________________________________________________________________
16364 [ 14414] By: jhi                                   on 2002/01/25  14:08:17
16365         Log: metaconfig unit change for #14413.
16366      Branch: metaconfig
16367            ! U/modified/prototype.U
16368 ____________________________________________________________________________
16369 [ 14413] By: jhi                                   on 2002/01/25  14:05:49
16370         Log: Okay, you can come home now, _().
16371      Branch: perl
16372            ! config_h.SH
16373 ____________________________________________________________________________
16374 [ 14412] By: nick                                  on 2002/01/25  11:01:49
16375         Log: Integrate mainline
16376              All but ../lib/Unicode/UCD.t pass.
16377      Branch: perlio
16378           +> lib/unicore/ArabicShaping.txt lib/unicore/BidiMirroring.txt
16379           +> lib/unicore/CaseFolding.txt
16380           +> lib/unicore/CompositionExclusions.txt
16381           +> lib/unicore/EastAsianWidth.txt lib/unicore/LineBreak.txt
16382           +> lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt
16383           +> vos/vos.c
16384            - lib/unicore/ArabShap.txt lib/unicore/BidiMirr.txt
16385            - lib/unicore/CaseFold.txt lib/unicore/CompExcl.txt
16386            - lib/unicore/EAWidth.txt lib/unicore/LineBrk.txt
16387            - lib/unicore/NamesList.html lib/unicore/PropList.html
16388            - lib/unicore/SpecCase.txt lib/unicore/UCD.html
16389            - lib/unicore/Unicode.html lib/unicore/Unicode.txt
16390            - lib/unicore/rename
16391           !> (integrate 424 files)
16392 ____________________________________________________________________________
16393 [ 14411] By: nick                                  on 2002/01/25  09:45:13
16394         Log: Linux/NFS hackery was not faking right number of passes.
16395      Branch: perlio
16396            ! t/io/fs.t
16397 ____________________________________________________________________________
16398 [ 14410] By: nick                                  on 2002/01/25  09:35:07
16399         Log: threads::shared tidy up:
16400              - Add _id() function to shared.xs so we can test refs point at same thing.
16401              - Use that rather that comparing stringified ref in shared/t/hv_refs.t
16402              - Allow no_share to pass if sharing to works despite mis-ordering.
16403              - Change docs of threads to document ->create() (as used in tests),
16404              and not mention "new".
16405      Branch: perlio
16406            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
16407            ! ext/threads/shared/t/hv_refs.t ext/threads/shared/t/no_share.t
16408            ! ext/threads/threads.pm
16409 ____________________________________________________________________________
16410 [ 14409] By: jhi                                   on 2002/01/24  21:08:35
16411         Log: Subject: perldebguts minor tweaks
16412              From: Joe McMahon <mcmahon@metalab.unc.edu>
16413              Date: Thu, 24 Jan 2002 16:48:43 -0500 (EST)
16414              Message-ID: <Pine.LNX.4.33.0201241646580.14744-100000@tribal.metalab.unc.edu>
16415      Branch: perl
16416            ! pod/perldebguts.pod
16417 ____________________________________________________________________________
16418 [ 14408] By: jhi                                   on 2002/01/24  20:58:15
16419         Log: Subject: [PATCH] perldebguts.pod [bleadperl]
16420              From: Peter Scott <Peter@PSDT.com>
16421              Date: Thu, 24 Jan 2002 08:51:34 -0800
16422              Message-Id: <4.3.2.7.2.20020123073917.00bac740@mail.webquarry.com>
16423      Branch: perl
16424            ! pod/perldebguts.pod
16425 ____________________________________________________________________________
16426 [ 14407] By: jhi                                   on 2002/01/24  20:55:34
16427         Log: Few more paranoia checks for Unicode hash keys.
16428      Branch: perl
16429            ! t/op/each.t
16430 ____________________________________________________________________________
16431 [ 14406] By: jhi                                   on 2002/01/24  18:03:02
16432         Log: Subject: [PATCH] Suppress /bin/ls errors in t/op/stat.t
16433              From: Andy Dougherty <doughera@lafayette.edu>
16434              Date: Thu, 24 Jan 2002 13:02:20 -0500 (EST)
16435              Message-ID: <Pine.SOL.4.10.10201241238510.23176-100000@maxwell.phys.lafayette.edu>
16436      Branch: perl
16437            ! t/op/stat.t
16438 ____________________________________________________________________________
16439 [ 14405] By: jhi                                   on 2002/01/24  15:44:31
16440         Log: The
16441              
16442              Subject: Very old debugger UTF-8 bug
16443              From: andreas.koenig@anima.de (Andreas J. Koenig)
16444              Date: 24 Jan 2002 12:45:44 +0100
16445              Message-ID: <m3y9iot1jr.fsf@anima.de>
16446              
16447              still broken, but this should work as a stopgap
16448              measure to stop pp_match accessing naughty data.
16449      Branch: perl
16450            ! pod/perldiag.pod pp_hot.c
16451 ____________________________________________________________________________
16452 [ 14404] By: jhi                                   on 2002/01/24  13:13:55
16453         Log: metaconfig unit change for #14403.
16454      Branch: metaconfig/U/perl
16455            ! d_u32align.U
16456 ____________________________________________________________________________
16457 [ 14403] By: jhi                                   on 2002/01/24  13:13:29
16458         Log: Pacify picky compilers (this time Sun Workshop).
16459      Branch: perl
16460            ! Configure
16461 ____________________________________________________________________________
16462 [ 14402] By: jhi                                   on 2002/01/24  12:45:02
16463         Log: Subject: Very old debugger UTF-8 bug
16464              From: andreas.koenig@anima.de (Andreas J. Koenig)
16465              Date: 24 Jan 2002 12:45:44 +0100
16466              Message-ID: <m3y9iot1jr.fsf@anima.de>
16467      Branch: perl
16468            ! lib/dumpvar.pl
16469 ____________________________________________________________________________
16470 [ 14401] By: nick                                  on 2002/01/24  07:50:38
16471         Log: Expand command line test globs on Win32.
16472      Branch: perlio
16473            ! t/harness
16474 ____________________________________________________________________________
16475 [ 14400] By: jhi                                   on 2002/01/24  02:49:05
16476         Log: Sprinkle some copyrights (use the oldest timestamp to
16477              be found in the repository, which is most often not right,
16478              but at least consistent)
16479      Branch: perl
16480            ! XSUB.h cc_runtime.h dosish.h embed.h embed.pl embedvar.h
16481            ! fakesdio.h fakethr.h global.sym globals.c keywords.h
16482            ! keywords.pl miniperlmain.c nostdio.h opcode.h opcode.pl
16483            ! opnames.h patchlevel.h perl.h perlapi.c perlapi.h perlio.h
16484            ! perlsdio.h perlsfio.h perlvars.h proto.h regcomp.h regexp.h
16485            ! scope.h sharedsv.h taint.c thrdvar.h thread.h universal.c
16486            ! unixish.h xsutils.c
16487 ____________________________________________________________________________
16488 [ 14399] By: pudge                                 on 2002/01/23  21:00:29
16489         Log: Don't crash on Help for long text (bug #506672)
16490      Branch: maint-5.6/macperl
16491            ! macos/macperl/MPHelp.c
16492 ____________________________________________________________________________
16493 [ 14398] By: pudge                                 on 2002/01/23  20:03:38
16494         Log: Fix minor path problem
16495      Branch: maint-5.6/macperl
16496            ! macos/macperl/Droplets/tarzipme.plx
16497 ____________________________________________________________________________
16498 [ 14397] By: pudge                                 on 2002/01/23  20:03:19
16499         Log: Minor text changes
16500      Branch: maint-5.6/macperl
16501            ! macos/Perl.r
16502 ____________________________________________________________________________
16503 [ 14396] By: pudge                                 on 2002/01/23  20:02:45
16504         Log: Bump versions, dates, etc.
16505      Branch: maint-5.6/macperl
16506            ! macos/MPVersion.r macos/macperl/MPPreferences.c perl.c
16507 ____________________________________________________________________________
16508 [ 14395] By: pudge                                 on 2002/01/23  20:01:43
16509         Log: coderefs in @INC and absolute paths
16510      Branch: maint-5.6/macperl
16511            ! embed.h pp_ctl.c proto.h
16512 ____________________________________________________________________________
16513 [ 14394] By: pudge                                 on 2002/01/23  20:00:35
16514         Log: Minor module thingys
16515      Branch: maint-5.6/macperl
16516            ! macos/ext/Mac/Controls/Controls.xs
16517            ! macos/ext/Mac/Files/Files.xs macos/ext/Mac/Gestalt/Gestalt.pm
16518            ! macos/ext/Mac/ImageCompression/ImageCompression.xs
16519            ! macos/ext/Mac/InternetConfig/InternetConfig.pm
16520            ! macos/ext/Mac/InternetConfig/InternetConfig.xs
16521            ! macos/ext/Mac/Memory/Memory.pm macos/ext/Mac/Memory/Memory.xs
16522            ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/MoreFiles/MF.xs
16523            ! macos/ext/Mac/MoreFiles/MoreFiles.pm
16524            ! macos/ext/Mac/Movies/Movies.xs
16525            ! macos/ext/Mac/Navigation/Navigation.pm
16526            ! macos/ext/Mac/Navigation/Navigation.xs
16527            ! macos/ext/Mac/Notification/Notification.xs
16528            ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm
16529            ! macos/ext/Mac/Processes/Processes.xs
16530            ! macos/ext/Mac/QDOffscreen/QDOffscreen.xs
16531            ! macos/ext/Mac/QuickDraw/QuickDraw.pm
16532            ! macos/ext/Mac/QuickDraw/QuickDraw.xs
16533            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.xs
16534            ! macos/ext/Mac/Resources/Resources.pm
16535            ! macos/ext/Mac/Resources/Resources.xs macos/ext/Mac/SAT/SAT.pm
16536            ! macos/ext/Mac/SAT/SAT.xs macos/ext/Mac/Sound/Sound.pm
16537            ! macos/ext/Mac/Sound/Sound.xs macos/ext/Mac/Speech/Speech.pm
16538            ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm
16539            ! macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm
16540 ____________________________________________________________________________
16541 [ 14393] By: nick                                  on 2002/01/23  19:52:19
16542         Log: Except Win32 from echo tests. (Alarm does not break into connect)
16543      Branch: perlio
16544            ! ext/Socket/Socket.t
16545 ____________________________________________________________________________
16546 [ 14392] By: nick                                  on 2002/01/23  19:31:57
16547         Log: SvTEMP_off to stop private PV's being stolen and stored in shared space
16548      Branch: perlio
16549            ! ext/threads/shared/shared.xs
16550 ____________________________________________________________________________
16551 [ 14391] By: jhi                                   on 2002/01/23  18:48:45
16552         Log: Copyright++.  (Not all the toplevel *.h have one, it seems.)
16553      Branch: perl
16554            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
16555            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h locale.c mg.c
16556            ! mg.h numeric.c op.c op.h perl.c perl.h perlio.c perly.y
16557            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlmodinstall.pod
16558            ! pod/perluniintro.pod pp.c pp.h pp_ctl.c pp_hot.c pp_pack.c
16559            ! pp_sort.c pp_sys.c regcomp.c regexec.c run.c scope.c
16560            ! sharedsv.c sv.c sv.h toke.c utf8.c utf8.h utfebcdic.h util.c
16561            ! util.h x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
16562            ! x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c x2p/str.h
16563            ! x2p/util.c x2p/util.h x2p/walk.c
16564 ____________________________________________________________________________
16565 [ 14390] By: jhi                                   on 2002/01/23  18:30:18
16566         Log: Unused (the only occurrence of USE_BYTES_DOWNGRADES) and
16567              therefore quite probably also obsolete code.
16568      Branch: perl
16569            ! sv.c
16570 ____________________________________________________________________________
16571 [ 14389] By: jhi                                   on 2002/01/23  15:09:38
16572         Log: Update Changes.
16573      Branch: perl
16574            ! Changes patchlevel.h
16575 ____________________________________________________________________________
16576 [ 14388] By: jhi                                   on 2002/01/23  15:04:06
16577         Log: Small update on todo.  Could use a lot more.
16578      Branch: perl
16579            ! pod/perltodo.pod
16580 ____________________________________________________________________________
16581 [ 14387] By: nick                                  on 2002/01/23  14:19:30
16582         Log: thread::shared nearly working again - remaining issue
16583              is references withing shared space.
16584              Added bulk test with no threads involved (for debugging)
16585              Tuned tests to skip those needing _thrcnt
16586      Branch: perlio
16587            + ext/threads/shared/t/0nothread.t
16588            ! MANIFEST ext/threads/shared/shared.pm
16589            ! ext/threads/shared/shared.xs ext/threads/shared/t/av_simple.t
16590            ! ext/threads/shared/t/hv_refs.t
16591            ! ext/threads/shared/t/hv_simple.t
16592            ! ext/threads/shared/t/sv_simple.t
16593 ____________________________________________________________________________
16594 [ 14386] By: jhi                                   on 2002/01/23  14:19:01
16595         Log: Subject: [ID 20020121.003] perldata doco bug
16596              From: John Stumbles <jstumbles@bluearc.com>
16597              Date: Mon, 21 Jan 2002 14:19:56 -0000
16598              Message-Id: <4586CA8FDDC2D411A1C700508BB4AC33016765D1@ukexchange.synaxia.com>
16599      Branch: perl
16600            ! pod/perldata.pod
16601 ____________________________________________________________________________
16602 [ 14385] By: jhi                                   on 2002/01/23  14:17:52
16603         Log: Subject: [PATCH] Re: bless() bug ? Why fails reblessing of 'main::Object' to 'Object' ?
16604              From: Michael G Schwern <schwern@pobox.com>
16605              Date: Mon, 21 Jan 2002 15:16:42 -0500
16606              Message-ID: <20020121201642.GA6659@blackrider>
16607      Branch: perl
16608            ! embed.fnc embed.h proto.h t/op/universal.t universal.c
16609 ____________________________________________________________________________
16610 [ 14384] By: jhi                                   on 2002/01/23  13:45:30
16611         Log: Subject: [PATCH] Re: eval not catching warnings?
16612              From: abigail@foad.org
16613              Date: Wed, 23 Jan 2002 15:35:47 +0100
16614              Message-ID: <20020123143547.24798.qmail@foad.org>
16615      Branch: perl
16616            ! pod/perlfunc.pod
16617 ____________________________________________________________________________
16618 [ 14383] By: jhi                                   on 2002/01/23  03:57:58
16619         Log: Subject: [ID 20020122.012] Not OK: perl v5.7.2 +DEVEL14368 on cygwin-multi-64int 1.3.6(0.4732) (UNINSTALLED)
16620              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
16621              Date: Tue, 22 Jan 2002 17:00:54 -0800            
16622              Message-Id: <GtgT8gzkg+CG092yn@efn.org> 
16623      Branch: perl
16624            ! t/run/fresh_perl.t
16625 ____________________________________________________________________________
16626 [ 14382] By: jhi                                   on 2002/01/23  03:47:35
16627         Log: metaconfig unit change for #14381.
16628      Branch: metaconfig/U/perl
16629            ! d_u32align.U
16630 ____________________________________________________________________________
16631 [ 14381] By: jhi                                   on 2002/01/23  03:47:05
16632         Log: HP-UX 10.20 cc pacifying from Merijn.
16633      Branch: perl
16634            ! Configure
16635 ____________________________________________________________________________
16636 [ 14380] By: jhi                                   on 2002/01/23  03:41:26
16637         Log: Subject: [PATCH] test.com shebang handling (was Re: VMS@14369)
16638              From: "Craig A. Berry" <craigberry@mac.com> 
16639              Date: Tue, 22 Jan 2002 22:14:26 -0600
16640              Message-Id: <a05101000b873de9cf801@[172.16.52.1]>
16641      Branch: perl
16642            ! vms/test.com
16643 ____________________________________________________________________________
16644 [ 14379] By: jhi                                   on 2002/01/23  03:11:31
16645         Log: AIX cpp bug: having macro arguments and character constants
16646              "the same" means trouble (here s and 's')
16647              What broke now was 841 and 842 of t/op/pat.t, because of the
16648              ANYOF_UNICODE_FOLD_SHARP_S() in utf8.h, ccversion 5.0.1.0
16649              (note that breakage happened only under cc_r and usethreads+
16650              useithreads)
16651      Branch: perl
16652            ! utf8.h
16653 ____________________________________________________________________________
16654 [ 14378] By: nick                                  on 2002/01/22  20:33:15
16655         Log: Implement recursive lock and use of scope for PL_sharedsv_space,
16656              so now croak() from asserts does not leave locks.
16657              Make hv_simple compile (new prototype for debugging probe).
16658      Branch: perlio
16659            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
16660            ! ext/threads/shared/t/hv_simple.t
16661 ____________________________________________________________________________
16662 [ 14377] By: nick                                  on 2002/01/22  17:32:21
16663         Log: Shared scalars working, some shared array ops working.
16664      Branch: perlio
16665            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
16666            ! ext/threads/shared/t/sv_refs.t
16667            ! ext/threads/shared/t/sv_simple.t ext/threads/threads.xs perl.h
16668 ____________________________________________________________________________
16669 [ 14376] By: jhi                                   on 2002/01/22  16:46:48
16670         Log: Subject: [PATCH] Support truncate() in VOS port
16671              From: Paul_GreenVOS@vos.stratus.com
16672              Date: Mon, 21 Jan 02 23:27 est
16673              Message-Id: <200201220428.XAA15304@mailhub1.stratus.com>
16674      Branch: perl
16675            + vos/vos.c
16676            ! MANIFEST hints/vos.sh vos/vosish.h
16677 ____________________________________________________________________________
16678 [ 14375] By: jhi                                   on 2002/01/22  16:38:06
16679         Log: metaconfig unit changes for #14374.  Couldn't figure
16680              how to get completely rid of _() (some weird dependency
16681              pulling it in?) so renamed it as PROTO_().
16682      Branch: metaconfig
16683            + U/modified/d_shmat.U U/modified/prototype.U
16684            ! U/protos/d_drand48proto.U
16685      Branch: metaconfig/U/perl
16686            ! d_sbrkproto.U d_sockatmarkproto.U d_telldirproto.U
16687 ____________________________________________________________________________
16688 [ 14374] By: jhi                                   on 2002/01/22  16:36:41
16689         Log: Get rid of the _() macro since (1) we require ANSI anyway
16690              (2) Other software (GNU) seems to use it and we don't need it,
16691              so let's give it up.
16692      Branch: perl
16693            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16694            ! config_h.SH ext/Devel/PPPort/PPPort.pm malloc.c
16695            ! plan9/config.plan9 pod/perltoc.pod uconfig.h
16696            ! vos/config.alpha.h vos/config.ga.h win32/config_H.bc
16697            ! win32/config_H.gc win32/config_H.vc win32/config_H.win64
16698            ! wince/config.h wince/config_H.ce
16699 ____________________________________________________________________________
16700 [ 14373] By: nick                                  on 2002/01/22  10:10:48
16701         Log: Miss mg_len == 0 meaning don't Safefree
16702      Branch: perlio
16703            ! mg.c
16704 ____________________________________________________________________________
16705 [ 14372] By: nick                                  on 2002/01/21  22:34:06
16706         Log: XS side of new threads::shared designed, coded and compiles,
16707              and mostly commented but is totaly untested.
16708              submit in case anyone wants a preview.
16709      Branch: perlio
16710            + ext/threads/shared/typemap
16711            ! MANIFEST ext/threads/shared/shared.pm
16712            ! ext/threads/shared/shared.xs
16713 ____________________________________________________________________________
16714 [ 14371] By: jhi                                   on 2002/01/21  19:36:04
16715         Log: Subject: [BUG] /\_/ an unrecognized escape?
16716              From: Michael G Schwern <schwern@pobox.com>
16717              Date: Mon, 21 Jan 2002 15:22:54 -0500
16718              Message-ID: <20020121202254.GA6731@blackrider>
16719      Branch: perl
16720            ! t/lib/warnings/toke toke.c
16721 ____________________________________________________________________________
16722 [ 14370] By: jhi                                   on 2002/01/21  19:16:00
16723         Log: Undo the renaming of the Unicode data files; the simple
16724              solution being not including the *.html files.  This means
16725              that in the future there is no need for any renamings
16726              (well, assuming that the Consortium doesn't cause any),
16727              and the files are named like they are in the Consortium
16728              website, thus alleviating confusion.
16729      Branch: perl
16730            + lib/unicore/ArabicShaping.txt lib/unicore/BidiMirroring.txt
16731            + lib/unicore/CaseFolding.txt
16732            + lib/unicore/CompositionExclusions.txt
16733            + lib/unicore/EastAsianWidth.txt lib/unicore/LineBreak.txt
16734            + lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt
16735            - lib/unicore/ArabShap.txt lib/unicore/BidiMirr.txt
16736            - lib/unicore/CaseFold.txt lib/unicore/CompExcl.txt
16737            - lib/unicore/EAWidth.txt lib/unicore/LineBrk.txt
16738            - lib/unicore/NamesList.html lib/unicore/PropList.html
16739            - lib/unicore/SpecCase.txt lib/unicore/UCD.html
16740            - lib/unicore/Unicode.html lib/unicore/Unicode.txt
16741            - lib/unicore/rename
16742            ! (edit 285 files)
16743 ____________________________________________________________________________
16744 [ 14369] By: jhi                                   on 2002/01/21  15:10:59
16745         Log: Update Changes.
16746      Branch: perl
16747            ! Changes patchlevel.h
16748 ____________________________________________________________________________
16749 [ 14368] By: jhi                                   on 2002/01/21  14:56:42
16750         Log: Subject: RE: BCC for Win32 is unhappy @14331
16751              From: "Konovalov, Vadim" <vkonovalov@spb.Lucent.com>
16752              Date: Mon, 21 Jan 2002 09:48:40 +0300
16753              Message-ID: <80C37C8B4041FB4F9135D70A0AAD71B30F00E5@ru0028exch01.spb.lucent.com>
16754              
16755              (using IV instead of int)
16756      Branch: perl
16757            ! hv.h
16758 ____________________________________________________________________________
16759 [ 14367] By: jhi                                   on 2002/01/21  14:29:05
16760         Log: path_is_absolute() needs a prototype (and maybe
16761              a better name, but that's another story).
16762      Branch: perl
16763            ! embed.fnc embed.h pp_ctl.c proto.h
16764 ____________________________________________________________________________
16765 [ 14366] By: jhi                                   on 2002/01/21  14:07:35
16766         Log: Subject: Re: coderefs in @INC
16767              From: Chris Nandor <pudge@pobox.com>
16768              Date: Thu, 17 Jan 2002 11:26:02 -0500
16769              Message-Id: <p0510030eb86ca7bc03e0@[10.0.1.177]>
16770      Branch: perl
16771            ! pp_ctl.c
16772 ____________________________________________________________________________
16773 [ 14365] By: jhi                                   on 2002/01/21  14:06:11
16774         Log: Subject: Re: [PATCH warnings, perldiag] document diagnostics
16775              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16776              Date: Sun, 20 Jan 2002 22:53:56 +0100
16777              Message-ID: <20020120225356.A12093@rafael>
16778      Branch: perl
16779            ! lib/warnings.pm pod/perldiag.pod t/lib/warnings/2use
16780            ! t/lib/warnings/9enabled warnings.h warnings.pl
16781 ____________________________________________________________________________
16782 [ 14364] By: jhi                                   on 2002/01/21  03:53:08
16783         Log: Subject: [PATCH] MakeMaker.pm sub-Makefile.PL tweak for VMS
16784              From: "Craig A. Berry" <craigberry@mac.com>
16785              Date: Sun, 20 Jan 2002 22:49:42 -0600
16786              Message-Id: <a05101004b8714273d60c@[172.16.52.1]>
16787      Branch: perl
16788            ! lib/ExtUtils/MakeMaker.pm
16789 ____________________________________________________________________________
16790 [ 14363] By: nick                                  on 2002/01/20  20:38:23
16791         Log: Add new threads/typemap to MANIFEST
16792      Branch: perlio
16793            ! MANIFEST
16794 ____________________________________________________________________________
16795 [ 14362] By: nick                                  on 2002/01/20  20:34:36
16796         Log: Integrate mainline
16797      Branch: perlio
16798           +> lib/Pod/t/Usage.t
16799           !> Configure ext/Cwd/t/cwd.t ext/Devel/DProf/DProf.t
16800           !> ext/File/Glob/t/basic.t ext/SDBM_File/sdbm.t
16801           !> lib/ExtUtils/MM_BeOS.pm pod/perl5004delta.pod
16802           !> pod/perl5005delta.pod pod/perl561delta.pod pod/perl56delta.pod
16803           !> pod/perlfaq1.pod pod/perlfaq2.pod pod/perltoc.pod pp.c
16804           !> t/comp/script.t t/op/oct.t t/op/stat.t t/run/fresh_perl.t
16805           !> util.c
16806 ____________________________________________________________________________
16807 [ 14361] By: nick                                  on 2002/01/20  18:51:47
16808         Log: Integrate MANIFEST
16809      Branch: perlio
16810           !> MANIFEST
16811 ____________________________________________________________________________
16812 [ 14360] By: jhi                                   on 2002/01/20  17:11:12
16813         Log: Subject: [PATCH] lib/ExtUtils/t/Command.t -- VOS Fixes
16814              From: Paul_GreenVOS@vos.stratus.com
16815              Date: Sat, 19 Jan 02 17:17 est
16816              Message-Id: <200201192218.RAA07911@mailhub1.stratus.com>
16817              
16818              Subject: [PATCH] lib/ExtUtils/t/Command.t -- add more tests
16819              From: Paul_GreenVOS@vos.stratus.com
16820              Date: Sat, 19 Jan 02 17:19 est
16821              Message-Id: <200201192218.RAA12331@mailhub2.stratus.com>
16822      Branch: perl
16823            ! lib/ExtUtils/t/Command.t
16824 ____________________________________________________________________________
16825 [ 14359] By: jhi                                   on 2002/01/20  17:09:40
16826         Log: Subject: [PATCH] lib/AnyDBM_File.t -- VOS fix         
16827              From: Paul_GreenVOS@vos.stratus.com
16828              Date: Sat, 19 Jan 02 14:30 est
16829              Message-Id: <200201191932.OAA05601@mailhub1.stratus.com>
16830      Branch: perl
16831            ! lib/AnyDBM_File.t
16832 ____________________________________________________________________________
16833 [ 14358] By: jhi                                   on 2002/01/20  17:01:38
16834         Log: Subject: [REPATCH] Re: [PATCH] ext/File/Glob/t/basic.t - VOS patch
16835              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
16836              Date: Sun, 20 Jan 2002 13:51:36 +0100
16837              Message-ID: <20020120135136.A710@rafael>
16838      Branch: perl
16839            ! ext/File/Glob/t/basic.t
16840 ____________________________________________________________________________
16841 [ 14357] By: jhi                                   on 2002/01/20  16:44:29
16842         Log: #14352 deleted ext/threads/threads.h
16843      Branch: perlio
16844            ! MANIFEST
16845 ____________________________________________________________________________
16846 [ 14356] By: jhi                                   on 2002/01/20  16:40:34
16847         Log: Eradicate sharedsv.*
16848      Branch: perlio
16849            ! NetWare/Makefile vos/build.cm win32/Makefile wince/Makefile.ce
16850 ____________________________________________________________________________
16851 [ 14355] By: nick                                  on 2002/01/20  11:50:22
16852         Log: threads work again on Win32. (Not threads::shared yet)
16853              Submit to see if they do on Linux.
16854      Branch: perlio
16855            ! ext/threads/shared/shared.xs ext/threads/threads.xs
16856            ! win32/makefile.mk
16857 ____________________________________________________________________________
16858 [ 14354] By: jhi                                   on 2002/01/20  06:35:54
16859         Log: Make also hex() and oct() to croak if their arguments
16860              cannot be downgraded (that is, if they contain wide
16861              characters), just like crypt() does (and use the croak
16862              feature of sv_utf8_downgrade()).
16863      Branch: perl
16864            ! pp.c t/op/oct.t
16865 ____________________________________________________________________________
16866 [ 14353] By: nick                                  on 2002/01/19  22:20:09
16867         Log: Integrate Time/Local and its test
16868      Branch: perlio
16869           !> lib/Time/Local.pm lib/Time/Local.t
16870 ____________________________________________________________________________
16871 [ 14352] By: nick                                  on 2002/01/19  22:17:07
16872         Log: Nearly-working threads re-structuring. Do not integrate,
16873              submit-ing to get to Win32, and as "off site" backup.
16874      Branch: perlio
16875            + ext/threads/typemap
16876            - ext/threads/threads.h sharedsv.c sharedsv.h
16877            ! MANIFEST Makefile.SH Makefile.micro embed.fnc embed.h
16878            ! embedvar.h ext/threads/shared/shared.pm
16879            ! ext/threads/shared/shared.xs ext/threads/threads.pm
16880            ! ext/threads/threads.xs global.sym intrpvar.h mg.c mg.h perl.h
16881            ! perlapi.c perlapi.h perlvars.h pod/perlapi.pod
16882            ! pod/perlintern.pod pp.c proto.h sv.c sv.h util.c
16883 ____________________________________________________________________________
16884 [ 14351] By: jhi                                   on 2002/01/19  21:06:58
16885         Log: Regen toc.
16886      Branch: perl
16887            ! pod/perltoc.pod
16888 ____________________________________________________________________________
16889 [ 14350] By: jhi                                   on 2002/01/19  21:03:07
16890         Log: Subject: Re: some file names inside pod/perl*delta files don't match .pod names
16891              From: David Dyck <dcd@tc.fluke.com>
16892              Date: Sat, 19 Jan 2002 13:31:36 -0800 (PST) 
16893              Message-ID: <Pine.LNX.4.33.0201191329420.21630-100000@dd.tc.fluke.com>
16894      Branch: perl
16895            ! pod/perl5004delta.pod pod/perl5005delta.pod
16896            ! pod/perl561delta.pod pod/perl56delta.pod
16897 ____________________________________________________________________________
16898 [ 14349] By: jhi                                   on 2002/01/19  20:07:17
16899         Log: FAQ sync.
16900      Branch: perl
16901            ! pod/perlfaq1.pod pod/perlfaq2.pod
16902 ____________________________________________________________________________
16903 [ 14348] By: jhi                                   on 2002/01/19  17:58:34
16904         Log: Subject: [PATCH lib/Pod/t/Usage.t]
16905              From: Abe Timmerman <abe@ztreet.demon.nl>
16906              Date: Sat, 19 Jan 2002 19:57:57 +0100
16907              Message-ID: <f1gj4usu5m76bv88a3ldptnmo6ld7d44ri@4ax.com>
16908      Branch: perl
16909            + lib/Pod/t/Usage.t
16910            ! MANIFEST
16911 ____________________________________________________________________________
16912 [ 14347] By: jhi                                   on 2002/01/19  17:57:08
16913         Log: Subject: [PATCH] ext/SDBM_File/sdbm.t -- VOS fix
16914              From: Paul_GreenVOS@vos.stratus.com
16915              Date: Sat, 19 Jan 02 13:15 est
16916              Message-Id: <200201191814.NAA09367@mailhub2.stratus.com>
16917      Branch: perl
16918            ! ext/SDBM_File/sdbm.t
16919 ____________________________________________________________________________
16920 [ 14346] By: jhi                                   on 2002/01/19  17:55:55
16921         Log: Integrate perlio; Split out core of sv_magic() into sv_magicext().
16922      Branch: perl
16923           !> embed.fnc embed.h embedvar.h global.sym perlapi.c perlapi.h
16924           !> pod/perlapi.pod pod/perlintern.pod proto.h sv.c util.c
16925 ____________________________________________________________________________
16926 [ 14345] By: gbarr                                 on 2002/01/19  16:51:23
16927         Log: Alternative Time::Local algorithm that uses matemathical formula
16928              for timegm instead of progressive guessing
16929      Branch: perl
16930            ! lib/Time/Local.pm
16931 ____________________________________________________________________________
16932 [ 14344] By: jhi                                   on 2002/01/19  16:11:09
16933         Log: Subject: [PATCH] ext/File/Glob/t/basic.t - VOS patch
16934              From: Paul_GreenVOS@vos.stratus.com
16935              Date: Sat, 19 Jan 02 11:20 est
16936              Message-Id: <200201191619.LAA07751@mailhub2.stratus.com>
16937      Branch: perl
16938            ! ext/File/Glob/t/basic.t
16939 ____________________________________________________________________________
16940 [ 14343] By: jhi                                   on 2002/01/19  16:09:52
16941         Log: Subject: [PATCH] ext/Cwd/t/cwd.t -- for VOS
16942              From: Paul_GreenVOS@vos.stratus.com
16943              Date: Fri, 18 Jan 02 22:56 est
16944              Message-Id: <200201190400.XAA16899@mailhub1.stratus.com>       
16945      Branch: perl
16946            ! ext/Cwd/t/cwd.t
16947 ____________________________________________________________________________
16948 [ 14342] By: jhi                                   on 2002/01/19  16:08:19
16949         Log: Subject: [PATCH] lib/Time/Local.t patch w/o 2038 check           
16950              From: Paul_GreenVOS@vos.stratus.com
16951              Date: Fri, 18 Jan 02 22:48 est
16952              Message-Id: <200201190349.WAA28294@mailhub2.stratus.com>
16953      Branch: perl
16954            ! lib/Time/Local.t
16955 ____________________________________________________________________________
16956 [ 14341] By: jhi                                   on 2002/01/19  16:06:56
16957         Log: Subject: [PATCH] ext/Devel/DProf/DProf.t - different way
16958              From: Paul_GreenVOS@vos.stratus.com
16959              Date: Fri, 18 Jan 02 16:22 est
16960              Message-Id: <200201182125.QAA08563@mailhub1.stratus.com>
16961      Branch: perl
16962            ! ext/Devel/DProf/DProf.t
16963 ____________________________________________________________________________
16964 [ 14340] By: jhi                                   on 2002/01/19  03:00:26
16965         Log: Subject: [PATCH] Re: ext/Devel/DProf/DProf.t -- use exe_ext
16966              From: Tels <perl_dummy@bloodgate.com>
16967              Date: Fri, 18 Jan 2002 22:07:14 +0100 (CET) 
16968              Message-Id: <200201182106.XAA19133@taku.hut.fi>
16969      Branch: perl
16970            ! t/comp/script.t t/op/stat.t t/run/fresh_perl.t
16971 ____________________________________________________________________________
16972 [ 14339] By: jhi                                   on 2002/01/19  02:56:26
16973         Log: Don't do socketpair udp unless you've got all what it takes.
16974      Branch: perl
16975            ! util.c
16976 ____________________________________________________________________________
16977 [ 14338] By: jhi                                   on 2002/01/19  02:51:34
16978         Log: Subject: [PATCH] Re: perl@14331 - BeOS now quite happy  
16979              From: Tels <perl_dummy@bloodgate.com>
16980              Date: Fri, 18 Jan 2002 23:07:01 +0100 (CET) 
16981              Message-Id: <200201182206.AAA15310@taku.hut.fi>
16982      Branch: perl
16983            ! lib/ExtUtils/MM_BeOS.pm
16984 ____________________________________________________________________________
16985 [ 14337] By: jhi                                   on 2002/01/19  02:48:15
16986         Log: metaconfig unit change for #14336.
16987      Branch: metaconfig
16988            ! U/modified/myhostname.U
16989 ____________________________________________________________________________
16990 [ 14336] By: jhi                                   on 2002/01/19  02:47:50
16991         Log: Avoid bare "set", and kiss .uucp goodbye.
16992      Branch: perl
16993            ! Configure
16994 ____________________________________________________________________________
16995 [ 14335] By: nick                                  on 2002/01/18  22:11:42
16996         Log: Split out core of sv_magic() into sv_magicext().
16997              sv_magic provides the extra restictions (no READONLY, only
16998              one of each type, canned set of vtables), and sv_magicext()
16999              does the actual data twiddling.
17000              Also enhances semantics of ->mg_ptr setting via name/namlen
17001              to allow either an uncopied ptr (namlen == 0), or a Newz()ed
17002              scratch area (namlen > 0 && name == NULL).
17003              sv_magicext also returns the MAGIC * it added.
17004              sv_magicext is intended mainly for PERL_MAGIC_ext (~) magic.
17005              
17006              To come sv_unmagicext() - which will remove just one magic
17007              of particular type, and additionaly match against ->mg_ptr,
17008              or the MAGIC * (need to experiment as to which is more natural).
17009      Branch: perlio
17010            ! embed.fnc embed.h embedvar.h global.sym perlapi.c perlapi.h
17011            ! pod/perlapi.pod pod/perlintern.pod proto.h sv.c util.c
17012 ____________________________________________________________________________
17013 [ 14334] By: jhi                                   on 2002/01/18  21:16:08
17014         Log: Retract #14327 for now, going to the limit seems
17015              to be too much for many platforms.
17016      Branch: perl
17017            ! lib/Time/Local.t
17018 ____________________________________________________________________________
17019 [ 14333] By: nick                                  on 2002/01/18  18:58:33
17020         Log: Integrate mainline
17021      Branch: perlio
17022           !> Changes patchlevel.h
17023 ____________________________________________________________________________
17024 [ 14332] By: nick                                  on 2002/01/18  16:19:06
17025         Log: Integrate mainline
17026      Branch: perlio
17027           +> lib/ExtUtils/Changes lib/ExtUtils/instmodsh
17028           +> lib/ExtUtils/t/hints.t t/lib/TieOut.pm
17029            - lib/ExtUtils/inst
17030           !> (integrate 32 files)
17031 ____________________________________________________________________________
17032 [ 14331] By: jhi                                   on 2002/01/18  16:09:38
17033         Log: Update Changes.
17034      Branch: perl
17035            ! Changes patchlevel.h
17036 ____________________________________________________________________________
17037 [ 14330] By: jhi                                   on 2002/01/18  15:07:49
17038         Log: Try to make the connect/read/write timeouting.
17039      Branch: perl
17040            ! ext/Socket/Socket.t
17041 ____________________________________________________________________________
17042 [ 14329] By: jhi                                   on 2002/01/18  14:49:49
17043         Log: Netware Makefile tweak from Ananth Kesari.
17044      Branch: perl
17045            ! NetWare/Makefile
17046 ____________________________________________________________________________
17047 [ 14328] By: jhi                                   on 2002/01/18  14:37:02
17048         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20020117.010] File::Find documentation
17049              From: Michael G Schwern <schwern@pobox.com>
17050              Date: Fri, 18 Jan 2002 03:10:27 -0500
17051              Message-ID: <20020118081027.GE7226@blackrider>
17052      Branch: perl
17053            ! lib/File/Find.pm
17054 ____________________________________________________________________________
17055 [ 14327] By: jhi                                   on 2002/01/18  14:33:19
17056         Log: (retracted by #14334)
17057              
17058              Subject: [PATCH] Improving lib/Time/Local.t
17059              From: Paul_GreenVOS@vos.stratus.com        
17060              Date: Thu, 17 Jan 02 22:36 est
17061              Message-Id: <200201180335.WAA08768@mailhub2.stratus.com> 
17062      Branch: perl
17063            ! lib/Time/Local.t
17064 ____________________________________________________________________________
17065 [ 14326] By: jhi                                   on 2002/01/18  14:32:08
17066         Log: Subject: [PATCH t/MM_Win32.t] was: [ANNOUNCE] ExtUtils::MakeMaker 5.48_03 
17067              From: Abe Timmerman <abe@ztreet.demon.nl>  
17068              Date: Fri, 18 Jan 2002 13:18:47 +0100
17069              Message-ID: <4l4g4ustql73mlnm5n2jm68vcn4ctf85a1@4ax.com> 
17070      Branch: perl
17071            ! lib/ExtUtils/t/MM_Win32.t
17072 ____________________________________________________________________________
17073 [ 14325] By: jhi                                   on 2002/01/18  14:30:49
17074         Log: Subject: [PATCH] Syncing with bleadperl 
17075              From: Michael G Schwern <schwern@pobox.com> 
17076              Date: Fri, 18 Jan 2002 03:04:33 -0500
17077              Message-ID: <20020118080432.GC7226@blackrider>
17078      Branch: perl
17079            + lib/ExtUtils/Changes lib/ExtUtils/instmodsh t/lib/TieOut.pm
17080            - lib/ExtUtils/inst
17081            ! MANIFEST lib/ExtUtils/Embed.pm lib/ExtUtils/Liblist.pm
17082            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
17083            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mkbootstrap.pm
17084            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/t/Command.t
17085            ! lib/ExtUtils/t/Embed.t lib/ExtUtils/t/ExtUtils.t
17086            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/MM_BeOS.t
17087            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_OS2.t
17088            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_VMS.t
17089            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/Manifest.t
17090            ! lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
17091            ! lib/ExtUtils/t/hints.t lib/ExtUtils/t/testlib.t
17092            ! lib/ExtUtils/testlib.pm
17093 ____________________________________________________________________________
17094 [ 14324] By: jhi                                   on 2002/01/18  13:40:56
17095         Log: Detypo.
17096      Branch: perl
17097            ! AUTHORS
17098 ____________________________________________________________________________
17099 [ 14323] By: jhi                                   on 2002/01/18  00:35:24
17100         Log: Subject: [PATCH] MM check_hints test
17101              From: Michael G Schwern <schwern@pobox.com>
17102              Date: Thu, 17 Jan 2002 20:25:57 -0500
17103              Message-ID: <20020118012557.GE32762@blackrider>
17104      Branch: perl
17105            + lib/ExtUtils/t/hints.t
17106            ! MANIFEST
17107 ____________________________________________________________________________
17108 [ 14322] By: jhi                                   on 2002/01/18  00:21:11
17109         Log: Subject: [PATCH] Re: [PATCH] Re: ndbm failing on linux ?        
17110              From: Michael G Schwern <schwern@pobox.com> 
17111              Date: Thu, 17 Jan 2002 20:12:20 -0500
17112              Message-ID: <20020118011220.GC32762@blackrider>
17113              
17114              (#14317 replaced with this)
17115      Branch: perl
17116            ! lib/ExtUtils/MakeMaker.pm
17117 ____________________________________________________________________________
17118 [ 14321] By: jhi                                   on 2002/01/17  22:51:55
17119         Log: Subject: [PATCH perldiag] overload.pm warnings
17120              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17121              Date: Thu, 17 Jan 2002 23:53:49 +0100
17122              Message-ID: <20020117235349.A14530@rafael>
17123      Branch: perl
17124            ! pod/perldiag.pod
17125 ____________________________________________________________________________
17126 [ 14320] By: jhi                                   on 2002/01/17  22:49:36
17127         Log: Subject: [PATCH] Re: [ID 20020117.010] File::Find documentation
17128              From: Michael G Schwern <schwern@pobox.com>
17129              Date: Thu, 17 Jan 2002 16:35:47 -0500
17130              Message-ID: <20020117213546.GD23830@blackrider>
17131      Branch: perl
17132            ! lib/File/Find.pm
17133 ____________________________________________________________________________
17134 [ 14319] By: jhi                                   on 2002/01/17  22:43:12
17135         Log: Subject: [PATCH pod/perltodo.pod] One TODO is TODONE
17136              From: chromatic <chromatic@rmci.net>
17137              Date: Thu, 17 Jan 2002 13:04:22 -0700
17138              Message-ID: <20020117200557.98720.qmail@onion.perl.org>
17139      Branch: perl
17140            ! pod/perltodo.pod
17141 ____________________________________________________________________________
17142 [ 14318] By: jhi                                   on 2002/01/17  22:42:12
17143         Log: Subject: [PATCH lib/ExtUtils/t/Mkbootstrap] Silence warnings (was Re: [ANNOUNCE] ExtUtils::MakeMaker 5.48_01, the CPAN version)
17144              From: chromatic <chromatic@rmci.net>
17145              Date: Thu, 17 Jan 2002 12:59:04 -0700
17146              Message-ID: <20020117200039.96481.qmail@onion.perl.org>
17147      Branch: perl
17148            ! lib/ExtUtils/t/Mkbootstrap.t
17149 ____________________________________________________________________________
17150 [ 14317] By: jhi                                   on 2002/01/17  22:39:48
17151         Log: (replaced by #14322)
17152              The #14300 broke hints file handling.
17153      Branch: perl
17154            ! lib/ExtUtils/MakeMaker.pm
17155 ____________________________________________________________________________
17156 [ 14316] By: jhi                                   on 2002/01/17  22:14:56
17157         Log: metaconfig unit change for #14315.
17158      Branch: metaconfig/U/perl
17159            ! uselongdbl.U
17160 ____________________________________________________________________________
17161 [ 14315] By: jhi                                   on 2002/01/17  22:13:44
17162         Log: Subject: [PATCH] long doubles
17163              From: Nicholas Clark <nick@unfortu.net>
17164              Date: Thu, 17 Jan 2002 17:06:28 +0000
17165              Message-ID: <20020117170627.GD513@Bagpuss.unfortu.net>
17166      Branch: perl
17167            ! Configure
17168 ____________________________________________________________________________
17169 [ 14314] By: jhi                                   on 2002/01/17  21:52:03
17170         Log: metaconfig unit change for #14313.
17171      Branch: metaconfig
17172            ! U/modified/i_ndbm.U
17173 ____________________________________________________________________________
17174 [ 14313] By: jhi                                   on 2002/01/17  21:51:05
17175         Log: Subject: [PATCH] Trivial Configure patch (really i_ndbm.U)
17176              From: Andy Dougherty <doughera@lafayette.edu>
17177              Date: Thu, 17 Jan 2002 11:44:48 -0500 (EST)
17178              Message-ID: <Pine.SOL.4.10.10201171141280.25122-100000@maxwell.phys.lafayette.edu>
17179      Branch: perl
17180            ! Configure
17181 ____________________________________________________________________________
17182 [ 14312] By: nick                                  on 2002/01/17  21:38:38
17183         Log: Integrate mainline (for ndbm fixes etc.)
17184      Branch: perlio
17185           +> t/run/fresh_perl.t
17186            - t/run/kill_perl.t
17187           !> Changes MANIFEST ext/Opcode/Opcode.xs
17188           !> ext/SDBM_File/sdbm/Makefile.PL
17189           !> ext/Unicode/Normalize/Normalize.pm lib/Attribute/Handlers.pm
17190           !> lib/Attribute/Handlers/t/multi.t lib/ExtUtils/MM_Unix.pm
17191           !> lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/MM_Unix.t
17192           !> lib/Text/Tabs.pm mg.c patchlevel.h scope.c t/io/fs.t
17193           !> t/lib/warnings/mg t/op/crypt.t t/test.pl
17194 ____________________________________________________________________________
17195 [ 14311] By: sky                                   on 2002/01/17  21:01:00
17196         Log: Simplify the code that duplicates the threads 
17197              init function and the parameters to the thread by using sv_dup. 
17198              Note,what happens if you pass a shared variable as a parameter?
17199      Branch: perl
17200            ! ext/threads/threads.xs
17201 ____________________________________________________________________________
17202 [ 14310] By: jhi                                   on 2002/01/17  15:23:56
17203         Log: Update Changes.
17204      Branch: perl
17205            ! Changes patchlevel.h
17206 ____________________________________________________________________________
17207 [ 14309] By: jhi                                   on 2002/01/17  14:39:20
17208         Log: Rename kill_perl to fresh_perl; replace fresh_perl()
17209              with fresh_perl_is() and fresh_perl_like().
17210      Branch: perl
17211            + t/run/fresh_perl.t
17212            - t/run/kill_perl.t
17213            ! MANIFEST t/test.pl
17214 ____________________________________________________________________________
17215 [ 14308] By: jhi                                   on 2002/01/17  14:06:46
17216         Log: Subject: Re: [Patch @14129] fixes Unicode::Normalize
17217              From: Benjamin Goldberg <goldbb2@earthlink.net>
17218              Date: Wed, 09 Jan 2002 21:03:16 -0500
17219              Message-ID: <3C3CF664.A2BF3AC2@earthlink.net>
17220      Branch: perl
17221            ! ext/Unicode/Normalize/Normalize.pm
17222 ____________________________________________________________________________
17223 [ 14307] By: jhi                                   on 2002/01/17  14:04:06
17224         Log: Retract #14144 as Hugo isn't happy with it.
17225      Branch: perl
17226            ! scope.c t/run/kill_perl.t
17227 ____________________________________________________________________________
17228 [ 14306] By: jhi                                   on 2002/01/17  13:57:53
17229         Log: Subject: [REPATCH] Attribute::Handlers lexical refcount circus
17230              From: Richard Clamp <richardc@unixbeard.net>
17231              Date: Wed, 16 Jan 2002 17:34:31 +0000
17232              Message-ID: <20020116173431.GA28924@mirth.demon.co.uk>
17233      Branch: perl
17234            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
17235 ____________________________________________________________________________
17236 [ 14305] By: jhi                                   on 2002/01/17  13:32:56
17237         Log: Subject: [PATCH bleadperl] No more warnings from Opcode.c
17238              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
17239              Date: Tue, 15 Jan 2002 21:23:30 +0100
17240              Message-ID: <595405346.20020115212330@tesla.rcub.bg.ac.yu>
17241      Branch: perl
17242            ! ext/Opcode/Opcode.xs
17243 ____________________________________________________________________________
17244 [ 14304] By: jhi                                   on 2002/01/16  16:55:52
17245         Log: Subject: [PATCH] Fix crypt.t and fs.t tests
17246              From: Paul_GreenVOS@vos.stratus.com
17247              Date: Wed, 16 Jan 02 6:42 est
17248              Message-Id: <200201161143.GAA02292@mailhub1.stratus.com>
17249      Branch: perl
17250            ! t/io/fs.t t/op/crypt.t
17251 ____________________________________________________________________________
17252 [ 14303] By: jhi                                   on 2002/01/16  14:55:57
17253         Log: Subject: Re: [PATCH] length of undefined $(digit) should warn    
17254              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17255              Date: Wed, 16 Jan 2002 13:43:39 +0100
17256              Message-ID: <20020116134339.A704@rafael>
17257              
17258              (replaces #14302)
17259      Branch: perl
17260            ! mg.c t/lib/warnings/mg
17261 ____________________________________________________________________________
17262 [ 14302] By: jhi                                   on 2002/01/16  13:47:58
17263         Log: (replaced by #14303)
17264              Subject: [PATCH] length of undefined $(digit) should warn
17265              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17266              Date: Tue, 15 Jan 2002 23:02:44 +0100            
17267              Message-ID: <20020115230244.A31786@rafael>     
17268      Branch: perl
17269            ! mg.c t/lib/warnings/mg
17270 ____________________________________________________________________________
17271 [ 14301] By: jhi                                   on 2002/01/16  13:45:20
17272         Log: The non-MakeMaker.pm parts of
17273              
17274              Subject: [PATCH] Re: MM_Beos.pm?
17275              From: Tels <perl_dummy@bloodgate.com>
17276              Date: Mon, 14 Jan 2002 21:00:31 +0100 (CET)  
17277              Message-Id: <200201142006.WAA29544@taas.iki.fi>
17278      Branch: perl
17279            ! ext/SDBM_File/sdbm/Makefile.PL lib/ExtUtils/MM_Unix.pm
17280            ! lib/ExtUtils/t/MM_Unix.t
17281 ____________________________________________________________________________
17282 [ 14300] By: jhi                                   on 2002/01/16  13:40:53
17283         Log: Subject: [PATCH] Re: [PATCH] strictifying ExtUtils::MakeMaker, take 3
17284              From: Michael G Schwern <schwern@pobox.com>    
17285              Date: Tue, 15 Jan 2002 20:07:50 -0500            
17286              Message-ID: <20020116010750.GH625@blackrider>  
17287      Branch: perl
17288            ! lib/ExtUtils/MakeMaker.pm
17289 ____________________________________________________________________________
17290 [ 14299] By: jhi                                   on 2002/01/16  13:37:41
17291         Log: Subject: [PATCH] lib/Text/Tabs.pm doc format touchup
17292              From: Jeffrey Friedl <jfriedl@yahoo.com>       
17293              Date: Tue, 15 Jan 2002 15:30:22 -0800 (PST)      
17294              Message-Id: <200201152330.g0FNUM784820@ventrue.corp.yahoo.com>
17295      Branch: perl
17296            ! lib/Text/Tabs.pm
17297 ____________________________________________________________________________
17298 [ 14298] By: jhi                                   on 2002/01/16  13:34:29
17299         Log: Subject: [PATCH] Tidy up EXE_EXT patches to MM_Unix.pm
17300              From: "Green, Paul" <Paul.Green@stratus.com>
17301              Date: Tue, 15 Jan 2002 22:28:10 -0500
17302              Message-ID: <95AE3CDB3543D511883A0020485B38B9023534F0@exna3.stratus.com>
17303      Branch: perl
17304            ! lib/ExtUtils/MM_Unix.pm
17305 ____________________________________________________________________________
17306 [ 14297] By: jhi                                   on 2002/01/16  13:21:26
17307         Log: Integrate perlio; offsetof() is in <stddef.h>
17308      Branch: perl
17309           !> ext/Socket/Socket.xs
17310 ____________________________________________________________________________
17311 [ 14296] By: nick                                  on 2002/01/16  13:02:29
17312         Log: offsetof() is in <stddef.h>
17313      Branch: perlio
17314            ! ext/Socket/Socket.xs
17315 ____________________________________________________________________________
17316 [ 14295] By: nick                                  on 2002/01/16  07:25:29
17317         Log: Integrate mainline
17318      Branch: perlio
17319           +> (branch 262 files)
17320            - (delete 285 files)
17321           !> (integrate 34 files)
17322 ____________________________________________________________________________
17323 [ 14294] By: jhi                                   on 2002/01/16  05:37:29
17324         Log: Jeffrey's Unicode adventure continues: unify the In/*.pl
17325              and Is/*.pl to lib/*.pl, remove In.pl and Is.pl, introduce
17326              Canonical.pl and Exact.pl.
17327      Branch: perl
17328            + (add 259 files)
17329            - (delete 288 files)
17330            ! MANIFEST lib/unicore/Makefile lib/unicore/Properties
17331            ! lib/unicore/To/Digit.pl lib/unicore/To/Fold.pl
17332            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
17333            ! lib/unicore/To/Upper.pl lib/unicore/mktables lib/utf8_heavy.pl
17334 ____________________________________________________________________________
17335 [ 14293] By: jhi                                   on 2002/01/16  00:32:27
17336         Log: s/SvPV/SvPVbyte/g, as suggested by Gisle Aas.
17337      Branch: perl
17338            ! ext/Socket/Socket.xs
17339 ____________________________________________________________________________
17340 [ 14292] By: jhi                                   on 2002/01/15  20:06:49
17341         Log: Subject: [PATCH] Add Slab_Free to embed.fnc
17342              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
17343              Date: Tue, 15 Jan 2002 21:59:19 +0100
17344              Message-ID: <3C44A637.16602.25EB208@localhost>
17345      Branch: perl
17346            ! embed.fnc embed.h proto.h
17347 ____________________________________________________________________________
17348 [ 14291] By: jhi                                   on 2002/01/15  20:00:02
17349         Log: Duh.  The updated In/*.pl weren't checked in.
17350      Branch: perl
17351            ! lib/unicore/In/Alphabet.pl lib/unicore/In/Arabic.pl
17352            ! lib/unicore/In/ArabicP2.pl lib/unicore/In/ArabicPr.pl
17353            ! lib/unicore/In/Armenian.pl lib/unicore/In/Arrows.pl
17354            ! lib/unicore/In/BasicLat.pl lib/unicore/In/Bengali.pl
17355            ! lib/unicore/In/BlockEle.pl lib/unicore/In/Bopomof2.pl
17356            ! lib/unicore/In/Bopomofo.pl lib/unicore/In/BoxDrawi.pl
17357            ! lib/unicore/In/BrailleP.pl lib/unicore/In/Byzantin.pl
17358            ! lib/unicore/In/Cherokee.pl lib/unicore/In/CjkComp2.pl
17359            ! lib/unicore/In/CjkComp3.pl lib/unicore/In/CjkComp4.pl
17360            ! lib/unicore/In/CjkCompa.pl lib/unicore/In/CjkRadic.pl
17361            ! lib/unicore/In/CjkSymbo.pl lib/unicore/In/CjkUnif2.pl
17362            ! lib/unicore/In/CjkUnif3.pl lib/unicore/In/CjkUnifi.pl
17363            ! lib/unicore/In/Combini2.pl lib/unicore/In/Combini3.pl
17364            ! lib/unicore/In/Combinin.pl lib/unicore/In/ControlP.pl
17365            ! lib/unicore/In/Currency.pl lib/unicore/In/Cyrillic.pl
17366            ! lib/unicore/In/Deseret.pl lib/unicore/In/Devanaga.pl
17367            ! lib/unicore/In/Dingbats.pl lib/unicore/In/Enclose2.pl
17368            ! lib/unicore/In/Enclosed.pl lib/unicore/In/Ethiopic.pl
17369            ! lib/unicore/In/GeneralP.pl lib/unicore/In/Geometri.pl
17370            ! lib/unicore/In/Georgian.pl lib/unicore/In/Gothic.pl
17371            ! lib/unicore/In/Greek.pl lib/unicore/In/GreekExt.pl
17372            ! lib/unicore/In/Gujarati.pl lib/unicore/In/Gurmukhi.pl
17373            ! lib/unicore/In/Halfwidt.pl lib/unicore/In/HangulCo.pl
17374            ! lib/unicore/In/HangulJa.pl lib/unicore/In/HangulSy.pl
17375            ! lib/unicore/In/Hebrew.pl lib/unicore/In/HighPriv.pl
17376            ! lib/unicore/In/HighSurr.pl lib/unicore/In/Hiragana.pl
17377            ! lib/unicore/In/Ideograp.pl lib/unicore/In/IpaExten.pl
17378            ! lib/unicore/In/Kanbun.pl lib/unicore/In/KangxiRa.pl
17379            ! lib/unicore/In/Kannada.pl lib/unicore/In/Katakana.pl
17380            ! lib/unicore/In/Khmer.pl lib/unicore/In/Lao.pl
17381            ! lib/unicore/In/Latin1Su.pl lib/unicore/In/LatinEx2.pl
17382            ! lib/unicore/In/LatinEx3.pl lib/unicore/In/LatinExt.pl
17383            ! lib/unicore/In/Letterli.pl lib/unicore/In/LowSurro.pl
17384            ! lib/unicore/In/Malayala.pl lib/unicore/In/Mathema2.pl
17385            ! lib/unicore/In/Mathemat.pl lib/unicore/In/Miscell2.pl
17386            ! lib/unicore/In/Miscella.pl lib/unicore/In/Mongolia.pl
17387            ! lib/unicore/In/MusicalS.pl lib/unicore/In/Myanmar.pl
17388            ! lib/unicore/In/NumberFo.pl lib/unicore/In/Ogham.pl
17389            ! lib/unicore/In/OldItali.pl lib/unicore/In/OpticalC.pl
17390            ! lib/unicore/In/Oriya.pl lib/unicore/In/PrivateU.pl
17391            ! lib/unicore/In/Runic.pl lib/unicore/In/Sinhala.pl
17392            ! lib/unicore/In/SmallFor.pl lib/unicore/In/SpacingM.pl
17393            ! lib/unicore/In/Specials.pl lib/unicore/In/Superscr.pl
17394            ! lib/unicore/In/Syriac.pl lib/unicore/In/Tags.pl
17395            ! lib/unicore/In/Tamil.pl lib/unicore/In/Telugu.pl
17396            ! lib/unicore/In/Thaana.pl lib/unicore/In/Thai.pl
17397            ! lib/unicore/In/Tibetan.pl lib/unicore/In/UnifiedC.pl
17398            ! lib/unicore/In/YiRadica.pl lib/unicore/In/YiSyllab.pl
17399 ____________________________________________________________________________
17400 [ 14290] By: jhi                                   on 2002/01/15  18:39:54
17401         Log: Update Changes.
17402      Branch: perl
17403            ! Changes patchlevel.h
17404 ____________________________________________________________________________
17405 [ 14289] By: jhi                                   on 2002/01/15  18:38:03
17406         Log: Jeffrey is trying very hard to avoid working on his
17407              book, it would seem :-) (better naming, better comments
17408              in the files)
17409      Branch: perl
17410            + lib/unicore/Is/AsciiHex.pl lib/unicore/Is/IdContin.pl
17411            + lib/unicore/Is/IdStart.pl lib/unicore/Is/L_.pl
17412            + lib/unicore/Is/_CanonDC.pl lib/unicore/Is/_CaseIgn.pl
17413            + lib/unicore/Is/_CombAbo.pl lib/unicore/Properties
17414            - lib/unicore/Is/2.pl lib/unicore/Is/ASCIIHex.pl
17415            - lib/unicore/Is/CanonDCI.pl lib/unicore/Is/CaseIgno.pl
17416            - lib/unicore/Is/CombAbov.pl lib/unicore/Is/IDContin.pl
17417            - lib/unicore/Is/IDStart.pl
17418            ! (edit 200 files)
17419 ____________________________________________________________________________
17420 [ 14288] By: jhi                                   on 2002/01/15  17:56:29
17421         Log: metaconfig unit changes for #14287.
17422      Branch: metaconfig
17423            + U/modified/Chk_MANI.U
17424            ! U/modified/Extract.U U/modified/Finish.U
17425      Branch: metaconfig/U/perl
17426            ! Extensions.U dlsrc.U
17427 ____________________________________________________________________________
17428 [ 14287] By: jhi                                   on 2002/01/15  17:55:54
17429         Log: Some protection against spaces in directory names.
17430              (Tru64 still has some makedepend problems in such
17431              cases but that looks like Tru64's problem.)
17432      Branch: perl
17433            ! Configure Makefile.SH
17434 ____________________________________________________________________________
17435 [ 14286] By: jhi                                   on 2002/01/15  17:13:28
17436         Log: Should have been in #14285 but I have sausages for fingers.
17437      Branch: perl
17438            + lib/ExtUtils/MM_BeOS.pm
17439 ____________________________________________________________________________
17440 [ 14285] By: jhi                                   on 2002/01/15  17:12:59
17441         Log: MM_BeOS from Tels.
17442      Branch: perl
17443            + lib/ExtUtils/t/MM_BeOS.t
17444            ! MANIFEST
17445 ____________________________________________________________________________
17446 [ 14284] By: jhi                                   on 2002/01/15  15:55:53
17447         Log: Integrate perlio;
17448              
17449              (reintroduce #14251) Slab allocator for ops
17450              - moved the statics to intrpvar.h
17451              - implemented Slab_Free()
17452              - uses PerlMemShared (for now) if distinction exists.
17453              
17454              Slab allocator submit after resolve -ay to keep it!
17455              
17456              Hand merge of non slab allocator stuff
17457              
17458              const-ness fix in savepv's passing of NULL
17459              
17460              Typo in #else branch of PL_SLAB_ALLOC
17461              
17462              Integrate rest of mainline
17463              
17464              Regen embed enable slab for PERL_IMPLICIT_SYS
17465              
17466              Correct name of PL_OP_SLAB_ALLOC
17467              
17468              Correct slab allocator for case where sizeof(IV) > sizeof(IV *)
17469              e.g. -Duse64bitint on a 32-bit platform.
17470              Now uses I32 for use-count and is more careful with its casts.
17471      Branch: perl
17472           !> (integrate 28 files)
17473 ____________________________________________________________________________
17474 [ 14283] By: pudge                                 on 2002/01/15  15:21:30
17475         Log: Add Shuck URL
17476      Branch: maint-5.6/macperl
17477            ! macos/macperl/MacPerl.podhelp
17478 ____________________________________________________________________________
17479 [ 14282] By: pudge                                 on 2002/01/15  15:21:18
17480         Log: Remove obsolete docs
17481      Branch: maint-5.6/macperl
17482            ! ext/File/Glob/Glob.pm
17483 ____________________________________________________________________________
17484 [ 14281] By: nick                                  on 2002/01/15  15:08:43
17485         Log: Correct slab allocator for case where sizeof(IV) > sizeof(IV *)
17486              e.g. -Duse64bitint on a 32-bit platform.
17487              Now uses I32 for use-count and is more careful with its casts.
17488      Branch: perlio
17489            ! intrpvar.h op.c
17490 ____________________________________________________________________________
17491 [ 14280] By: pudge                                 on 2002/01/15  14:55:25
17492         Log: Update bundled modules.  Yow!
17493      Branch: maint-5.6/macperl
17494            + macos/bundled_ext/Compress/Zlib/constants.h
17495            + macos/bundled_ext/Compress/Zlib/constants.xs
17496            + macos/bundled_ext/Filter/Util/Call/ppport.h
17497            + macos/bundled_ext/Storable/t/compat-0.6.t
17498            + macos/bundled_ext/Storable/t/dump.pl
17499            + macos/bundled_lib/blib/lib/Mail/Mailer/qmail.pm
17500            + macos/bundled_lib/blib/lib/Net/HTTP/Methods.pm
17501            + macos/bundled_lib/blib/lib/Net/HTTPS.pm
17502            + macos/bundled_lib/blib/lib/URI/ssh.pm
17503            + macos/bundled_lib/t/Filter/Simple/ExportTest.pm
17504            + macos/bundled_lib/t/Filter/Simple/FilterOnlyTest.pm
17505            + macos/bundled_lib/t/Filter/Simple/FilterTest.pm
17506            + macos/bundled_lib/t/Filter/Simple/ImportTest.pm
17507            + macos/bundled_lib/t/Filter/Simple/data.t
17508            + macos/bundled_lib/t/Filter/Simple/export.t
17509            + macos/bundled_lib/t/Filter/Simple/filter_only.t
17510            + macos/bundled_lib/t/Filter/Simple/import.t
17511            + macos/bundled_lib/t/NEXT/actual.t
17512            + macos/bundled_lib/t/NEXT/actuns.t
17513            + macos/bundled_lib/t/NEXT/next.t
17514            + macos/bundled_lib/t/NEXT/unseen.t
17515            + macos/bundled_lib/t/libnet/netrc.t
17516            + macos/bundled_lib/t/libwww-perl/base/http.t
17517            + macos/bundled_lib/t/libwww-perl/live/activestate.t
17518            - macos/bundled_ext/Filter/t/FilterTest.pm
17519            - macos/bundled_ext/Storable/t/compat06.t
17520            - macos/bundled_ext/Storable/t/st-dump.pl
17521            - macos/bundled_lib/t/NEXT/test.pl
17522            - macos/bundled_lib/t/libwww-perl/live/google.t
17523            ! macos/bundled_ext/Compress/Zlib/ANNOUNCE
17524            ! macos/bundled_ext/Compress/Zlib/Makefile.PL
17525            ! macos/bundled_ext/Compress/Zlib/Makefile.mk
17526            ! macos/bundled_ext/Compress/Zlib/README
17527            ! macos/bundled_ext/Compress/Zlib/Zlib.pm
17528            ! macos/bundled_ext/Compress/Zlib/Zlib.xs
17529            ! macos/bundled_ext/Compress/Zlib/t/examples.t
17530            ! macos/bundled_ext/Filter/Util/Call/Call.pm
17531            ! macos/bundled_ext/Filter/Util/Call/Call.xs
17532            ! macos/bundled_ext/Filter/Util/Call/Makefile.PL
17533            ! macos/bundled_ext/Filter/t/call.t
17534            ! macos/bundled_ext/Filter/t/filter-util.pl
17535            ! macos/bundled_ext/Storable/ChangeLog
17536            ! macos/bundled_ext/Storable/README
17537            ! macos/bundled_ext/Storable/Storable.pm
17538            ! macos/bundled_ext/Storable/t/blessed.t
17539            ! macos/bundled_ext/Storable/t/canonical.t
17540            ! macos/bundled_ext/Storable/t/dclone.t
17541            ! macos/bundled_ext/Storable/t/forgive.t
17542            ! macos/bundled_ext/Storable/t/freeze.t
17543            ! macos/bundled_ext/Storable/t/lock.t
17544            ! macos/bundled_ext/Storable/t/overload.t
17545            ! macos/bundled_ext/Storable/t/recurse.t
17546            ! macos/bundled_ext/Storable/t/retrieve.t
17547            ! macos/bundled_ext/Storable/t/store.t
17548            ! macos/bundled_ext/Storable/t/tied.t
17549            ! macos/bundled_ext/Storable/t/tied_hook.t
17550            ! macos/bundled_ext/Storable/t/tied_items.t
17551            ! macos/bundled_ext/Storable/t/utf8.t
17552            ! macos/bundled_lib/blib/lib/File/Sort.pm
17553            ! macos/bundled_lib/blib/lib/Filter/Simple.pm
17554            ! macos/bundled_lib/blib/lib/HTTP/Headers.pm
17555            ! macos/bundled_lib/blib/lib/HTTP/Message.pm
17556            ! macos/bundled_lib/blib/lib/HTTP/Negotiate.pm
17557            ! macos/bundled_lib/blib/lib/HTTP/Request.pm
17558            ! macos/bundled_lib/blib/lib/HTTP/Response.pm
17559            ! macos/bundled_lib/blib/lib/LWP.pm
17560            ! macos/bundled_lib/blib/lib/LWP/Authen/Digest.pm
17561            ! macos/bundled_lib/blib/lib/LWP/Protocol/http.pm
17562            ! macos/bundled_lib/blib/lib/LWP/Protocol/https.pm
17563            ! macos/bundled_lib/blib/lib/LWP/UserAgent.pm
17564            ! macos/bundled_lib/blib/lib/Mail/Address.pm
17565            ! macos/bundled_lib/blib/lib/Mail/Cap.pm
17566            ! macos/bundled_lib/blib/lib/Mail/Field.pm
17567            ! macos/bundled_lib/blib/lib/Mail/Field/AddrList.pm
17568            ! macos/bundled_lib/blib/lib/Mail/Field/Date.pm
17569            ! macos/bundled_lib/blib/lib/Mail/Filter.pm
17570            ! macos/bundled_lib/blib/lib/Mail/Header.pm
17571            ! macos/bundled_lib/blib/lib/Mail/Internet.pm
17572            ! macos/bundled_lib/blib/lib/Mail/Mailer.pm
17573            ! macos/bundled_lib/blib/lib/Mail/Mailer/test.pm
17574            ! macos/bundled_lib/blib/lib/Mail/Send.pm
17575            ! macos/bundled_lib/blib/lib/Mail/Util.pm
17576            ! macos/bundled_lib/blib/lib/NEXT.pm
17577            ! macos/bundled_lib/blib/lib/Net/Config.pm
17578            ! macos/bundled_lib/blib/lib/Net/Domain.pm
17579            ! macos/bundled_lib/blib/lib/Net/FTP.pm
17580            ! macos/bundled_lib/blib/lib/Net/FTP/E.pm
17581            ! macos/bundled_lib/blib/lib/Net/FTP/L.pm
17582            ! macos/bundled_lib/blib/lib/Net/HTTP.pm
17583            ! macos/bundled_lib/blib/lib/Net/NNTP.pm
17584            ! macos/bundled_lib/blib/lib/Net/POP3.pm
17585            ! macos/bundled_lib/blib/lib/Net/SMTP.pm
17586            ! macos/bundled_lib/blib/lib/Net/libnetFAQ.pod
17587            ! macos/bundled_lib/blib/lib/Switch.pm
17588            ! macos/bundled_lib/blib/lib/Text/Balanced.pm
17589            ! macos/bundled_lib/blib/lib/URI/Escape.pm
17590            ! macos/bundled_lib/blib/lib/URI/ftp.pm
17591            ! macos/bundled_lib/blib/lib/lwpcook.pod
17592            ! macos/bundled_lib/t/Filter/Simple/filter.t
17593            ! macos/bundled_lib/t/Switch/t/nested.t
17594            ! macos/bundled_lib/t/Text/Balanced/t/extbrk.t
17595            ! macos/bundled_lib/t/Text/Balanced/t/extcbk.t
17596            ! macos/bundled_lib/t/Text/Balanced/t/extdel.t
17597            ! macos/bundled_lib/t/Text/Balanced/t/extmul.t
17598            ! macos/bundled_lib/t/Text/Balanced/t/extqlk.t
17599            ! macos/bundled_lib/t/Text/Balanced/t/exttag.t
17600            ! macos/bundled_lib/t/Text/Balanced/t/extvar.t
17601            ! macos/bundled_lib/t/Text/Balanced/t/gentag.t
17602            ! macos/bundled_lib/t/libnet/config.t
17603            ! macos/bundled_lib/t/libnet/ftp.t
17604            ! macos/bundled_lib/t/libnet/hostname.t
17605            ! macos/bundled_lib/t/libnet/nntp.t
17606            ! macos/bundled_lib/t/libnet/require.t
17607            ! macos/bundled_lib/t/libnet/smtp.t
17608            ! macos/bundled_lib/t/libwww-perl/base/headers.t
17609            ! macos/bundled_lib/t/libwww-perl/base/negotiate.t
17610            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-b.t
17611            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-d.t
17612            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
17613            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-md5.t
17614            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-te.t
17615            ! macos/bundled_lib/t/libwww-perl/live/validator.t
17616            ! macos/lib/Mac/AppleEvents/Simple.pm macos/lib/Mac/Glue.pm
17617 ____________________________________________________________________________
17618 [ 14279] By: jhi                                   on 2002/01/15  14:43:04
17619         Log: Subject: [PATCH] Socket::sockaddr_family
17620              From: Gisle Aas <gisle@ActiveState.com> 
17621              Date: 15 Jan 2002 06:35:28 -0800
17622              Message-ID: <lr1ygrk7gv.fsf@caliper.activestate.com>
17623      Branch: perl
17624            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
17625 ____________________________________________________________________________
17626 [ 14278] By: jhi                                   on 2002/01/15  14:37:34
17627         Log: Subject: [PATCH perldiag] Style issue
17628              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17629              Date: Tue, 15 Jan 2002 15:36:30 +0100                
17630              Message-ID: <20020115153630.A11568@rafael>
17631      Branch: perl
17632            ! pod/perldiag.pod
17633 ____________________________________________________________________________
17634 [ 14277] By: nick                                  on 2002/01/15  14:30:51
17635         Log: Correct name of PL_OP_SLAB_ALLOC
17636      Branch: perlio
17637            ! perl.h
17638 ____________________________________________________________________________
17639 [ 14276] By: jhi                                   on 2002/01/15  14:22:38
17640         Log: NetWare tweak from Ananth Kesari.
17641      Branch: perl
17642            ! lib/ExtUtils/MakeMaker.pm
17643 ____________________________________________________________________________
17644 [ 14275] By: jhi                                   on 2002/01/15  14:19:43
17645         Log: Throwback.
17646      Branch: perl
17647            ! MANIFEST
17648 ____________________________________________________________________________
17649 [ 14274] By: jhi                                   on 2002/01/15  14:16:28
17650         Log: A couple of additional character classes from Jeffrey,
17651              hopefully useful in future for internal use for implementing
17652              some special cases of casing.
17653              
17654              Also regenerate once more all the character classes,
17655              now without the timestamp.  A timestamp would be kind of
17656              nice but it's not: having a timestamp in a file means that
17657              even if the effective contents of file really didn't
17658              change, the file looks as if it changed.
17659      Branch: perl
17660            + lib/unicore/Is/CanonDCI.pl lib/unicore/Is/CaseIgno.pl
17661            + lib/unicore/Is/CombAbov.pl
17662            ! (edit 304 files)
17663 ____________________________________________________________________________
17664 [ 14273] By: jhi                                   on 2002/01/15  13:53:01
17665         Log: Make the test harder.
17666      Branch: perl
17667            ! t/op/pat.t
17668 ____________________________________________________________________________
17669 [ 14272] By: jhi                                   on 2002/01/15  13:51:11
17670         Log: Additional utf8_heavy.pl tweak from Jeffrey.
17671      Branch: perl
17672            ! lib/utf8_heavy.pl
17673 ____________________________________________________________________________
17674 [ 14271] By: nick                                  on 2002/01/15  11:29:47
17675         Log: Regen embed enable slab for PERL_IMPLICIT_SYS
17676      Branch: perlio
17677            ! embed.h embedvar.h global.sym perl.h perlapi.c perlapi.h
17678            ! pod/perlapi.pod pod/perlintern.pod proto.h toke.c
17679 ____________________________________________________________________________
17680 [ 14270] By: nick                                  on 2002/01/15  08:19:08
17681         Log: Integrate rest of mainline
17682      Branch: perlio
17683           !> (integrate 28 files)
17684 ____________________________________________________________________________
17685 [ 14269] By: nick                                  on 2002/01/15  08:02:44
17686         Log: Typo in #else branch of PL_SLAB_ALLOC
17687      Branch: perlio
17688            ! op.c
17689 ____________________________________________________________________________
17690 [ 14268] By: nick                                  on 2002/01/15  07:57:47
17691         Log: const-ness fix in savepv's passing of NULL
17692      Branch: perlio
17693            ! util.c
17694 ____________________________________________________________________________
17695 [ 14267] By: nick                                  on 2002/01/15  07:42:17
17696         Log: Hand merge of non slab allocator stuff
17697      Branch: perlio
17698            ! op.c
17699 ____________________________________________________________________________
17700 [ 14266] By: nick                                  on 2002/01/15  07:39:33
17701         Log: Slab allocator submit after resolve -ay to keep it!
17702      Branch: perlio
17703           !> op.c
17704 ____________________________________________________________________________
17705 [ 14265] By: nick                                  on 2002/01/15  07:05:06
17706         Log: Blind integrate of bulk of mainline.
17707      Branch: perlio
17708           +> (branch 173 files)
17709            - (delete 184 files)
17710           !> (integrate 146 files)
17711 ____________________________________________________________________________
17712 [ 14264] By: jhi                                   on 2002/01/15  04:19:11
17713         Log: Pod nits.
17714      Branch: perl
17715            ! lib/Unicode/UCD.pm pod/perlunicode.pod
17716 ____________________________________________________________________________
17717 [ 14263] By: jhi                                   on 2002/01/15  02:14:29
17718         Log: The Unicode categories doc patch to go with #14254,
17719              from Jeffrey.
17720      Branch: perl
17721            ! lib/Unicode/UCD.pm pod/perldelta.pod pod/perlunicode.pod
17722 ____________________________________________________________________________
17723 [ 14262] By: jhi                                   on 2002/01/15  01:30:09
17724         Log: There isn't going to be perl.third.exe.
17725      Branch: perl
17726            ! Makefile.SH
17727 ____________________________________________________________________________
17728 [ 14261] By: jhi                                   on 2002/01/15  01:25:11
17729         Log: Subject: [PATCH] small coredump correction
17730              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17731              Date: Tue, 15 Jan 2002 00:22:52 +0100
17732              Message-ID: <20020115002252.I691@rafael>
17733      Branch: perl
17734            ! op.c
17735 ____________________________________________________________________________
17736 [ 14260] By: jhi                                   on 2002/01/15  01:23:53
17737         Log: Subject: [PATCH] Overriding readline() should also override <FH>     
17738              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17739              Date: Mon, 14 Jan 2002 23:03:04 +0100
17740              Message-ID: <20020114230304.A691@rafael>   
17741              
17742              Subject: Re: [PATCH] Overriding readline() should also override <FH> 
17743              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17744              Date: Mon, 14 Jan 2002 23:18:43 +0100
17745              Message-ID: <20020114231843.E691@rafael>   
17746      Branch: perl
17747            ! pod/perlsub.pod t/op/override.t toke.c
17748 ____________________________________________________________________________
17749 [ 14259] By: nick                                  on 2002/01/14  22:02:49
17750         Log: Use PerlMemShared for CopSTASHPV and CopFILE.  MUCH harder than it sounds!
17751              Need to use CopXXXXX macros everywhere and add CopSTASH_free
17752              Add new scope type and add support for it to scope.c and scope stack
17753              dup-er in sv.c. Add savesharedpv().
17754              Also zealous version of Win32's vmem.h to catch all the abuses.
17755              With this t/op/fork.t passes even with zealous checking and 
17756              checker is point a finger at various threads/shared issues.
17757              
17758              PL_curcop->cop_io is still an issue.
17759      Branch: perlio
17760            ! cop.h embed.fnc embed.h embedvar.h global.sym op.c op.h perl.c
17761            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod proto.h
17762            ! scope.c scope.h sv.c toke.c util.c win32/config_H.vc
17763            ! win32/config_h.PL win32/perlhost.h win32/perllib.c
17764            ! win32/vmem.h win32/win32.c win32/win32.h
17765 ____________________________________________________________________________
17766 [ 14258] By: nick                                  on 2002/01/14  20:24:28
17767         Log: Integrate build parts of mainline
17768      Branch: perlio
17769           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/t/MM_Unix.t
17770           !> lib/ExtUtils/t/MM_Win32.t
17771 ____________________________________________________________________________
17772 [ 14257] By: nick                                  on 2002/01/14  16:10:54
17773         Log: Inverted sense of special-ness of specialCopIO - supposed to 
17774              be true if value is "special" i.e. NOT an SV.
17775      Branch: perlio
17776            ! perlio.h
17777 ____________________________________________________________________________
17778 [ 14256] By: jhi                                   on 2002/01/14  14:42:12
17779         Log: Update Changes.
17780      Branch: perl
17781            ! Changes patchlevel.h
17782 ____________________________________________________________________________
17783 [ 14255] By: jhi                                   on 2002/01/14  14:04:24
17784         Log: Retract #14251 (the op slab allocator from perlio)
17785              until we figure out why 2.2.19 x86 debian gets
17786              a circular sibling chain and therefore hangs in
17787              the Perl_ck_subr() sibling for-loop.
17788      Branch: perl
17789            ! embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
17790            ! perlapi.c perlapi.h proto.h
17791 ____________________________________________________________________________
17792 [ 14254] By: jhi                                   on 2002/01/14  13:25:07
17793         Log: Big mktables rewrite from Jeffrey;
17794              documentation not yet updated.
17795      Branch: perl
17796            + (add 171 files)
17797            - (delete 182 files)
17798            ! (edit 135 files)
17799 ____________________________________________________________________________
17800 [ 14253] By: ams                                   on 2002/01/14  03:15:05
17801         Log: Subject: Re: [ID 20020113.006] Cwd.pm uses uninitialized $ENV{PATH}
17802              From: Michael G Schwern <schwern@pobox.com>
17803              Date: Sun, 13 Jan 2002 21:00:07 -0500
17804              Message-Id: <20020114020007.GB2877@blackrider>
17805      Branch: perl
17806            ! lib/Cwd.pm
17807 ____________________________________________________________________________
17808 [ 14252] By: jhi                                   on 2002/01/14  00:27:41
17809         Log: Subject: Re: Win32 status - progress !
17810              From: Abe Timmerman <abe@ztreet.demon.nl>       
17811              Date: Mon, 14 Jan 2002 02:29:51 +0100
17812              Message-ID: <9rc44u4sl4hjfm32if71ggjlm0qpvvacs3@4ax.com>
17813      Branch: perl
17814            ! lib/ExtUtils/t/MM_Win32.t
17815 ____________________________________________________________________________
17816 [ 14251] By: jhi                                   on 2002/01/13  23:30:05
17817         Log: Integrate perlio.
17818              
17819              Slab allocator for ops
17820              - moved the statics to intrpvar.h
17821              - implemented Slab_Free()
17822              - uses PerlMemShared (for now) if distinction exists.
17823      Branch: perl
17824           !> embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
17825           !> perlapi.c perlapi.h proto.h
17826 ____________________________________________________________________________
17827 [ 14250] By: nick                                  on 2002/01/13  23:22:34
17828         Log: Slab allocator for ops
17829              - moved the statics to intrpvar.h
17830              - implemented Slab_Free()
17831              - uses PerlMemShared (for now) if distinction exists.
17832      Branch: perlio
17833            ! embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
17834            ! perlapi.c perlapi.h proto.h
17835 ____________________________________________________________________________
17836 [ 14249] By: jhi                                   on 2002/01/13  19:55:10
17837         Log: Start a new test category: uni.  Much of t/op/pat
17838              should probably be moved here, but holding on that
17839              until Jeffrey finishes his big mktables rewrite.
17840              Bits and pieces of op/split, op/pack, op/append,
17841              op/join, could probably be moved to respective uni
17842              tests, too.
17843      Branch: perl
17844            + t/uni/fold.t t/uni/sprintf.t
17845            - t/op/unifold.t t/op/unisprintf.t
17846            ! MANIFEST t/TEST t/harness
17847 ____________________________________________________________________________
17848 [ 14248] By: jhi                                   on 2002/01/13  19:52:02
17849         Log: Subject: [PATCH] enable Win32 to build again
17850              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
17851              Date: Sun, 13 Jan 2002 21:49:24 +0100
17852              Message-ID: <3C4200E4.15926.23F6131@localhost>
17853              
17854              miniperl.exe.exe does not exe that well.
17855      Branch: perl
17856            ! lib/ExtUtils/MM_Unix.pm
17857 ____________________________________________________________________________
17858 [ 14247] By: jhi                                   on 2002/01/13  19:50:23
17859         Log: Mention some of the load-affected tests.
17860      Branch: perl
17861            ! INSTALL
17862 ____________________________________________________________________________
17863 [ 14246] By: jhi                                   on 2002/01/13  19:38:17
17864         Log: Move the UTF-8 conversion code earlier so that
17865              op/ver is happy.
17866      Branch: perl
17867            ! sv.c t/op/ver.t
17868 ____________________________________________________________________________
17869 [ 14245] By: jhi                                   on 2002/01/13  19:19:59
17870         Log: Upgrade to Scalar-List-Util 1.06.  The Makefile.PLs
17871              have diverged quite a bit so no updates there.
17872      Branch: perl
17873            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
17874            ! ext/List/Util/lib/List/Util.pm
17875            ! ext/List/Util/lib/Scalar/Util.pm
17876 ____________________________________________________________________________
17877 [ 14244] By: jhi                                   on 2002/01/13  18:27:00
17878         Log: Make the crypt() pickier: if downgrading doesn't work,
17879              croak.
17880      Branch: perl
17881            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/crypt.t
17882 ____________________________________________________________________________
17883 [ 14243] By: jhi                                   on 2002/01/13  18:12:23
17884         Log: Grow the buffer in case Unicode caused size changes
17885              (and it very probably did).
17886      Branch: perl
17887            ! sv.c
17888 ____________________________________________________________________________
17889 [ 14242] By: jhi                                   on 2002/01/13  17:46:45
17890         Log: Future-proofing from Jeffrey Friedl (for conflicting
17891              In* and Is* names).
17892      Branch: perl
17893            ! lib/utf8_heavy.pl
17894 ____________________________________________________________________________
17895 [ 14241] By: jhi                                   on 2002/01/13  17:40:29
17896         Log: Subject: [PATCH] Re: Warning in B.xs
17897              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
17898              Date: Sun, 13 Jan 2002 19:39:52 +0100
17899              Message-ID: <3C41E288.20562.1C8C895@localhost>
17900      Branch: perl
17901            ! ext/B/B.xs
17902 ____________________________________________________________________________
17903 [ 14240] By: jhi                                   on 2002/01/13  17:35:48
17904         Log: Subject: Re: lookbehind broken with latest bleedperl
17905              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
17906              Date: Sun, 13 Jan 2002 18:06:22 +0000
17907              Message-Id: <200201131806.g0DI6Mp20089@crypt.compulink.co.uk>
17908      Branch: perl
17909            ! regexec.c t/op/re_tests
17910 ____________________________________________________________________________
17911 [ 14239] By: jhi                                   on 2002/01/13  17:24:51
17912         Log: Subject: [PATCH] more MM_Unix.t tests
17913              From: Tels <perl_dummy@bloodgate.com>
17914              Date: Sun, 13 Jan 2002 17:16:19 +0100 (CET) 
17915              Message-Id: <200201131621.SAA17925@tiku.hut.fi>
17916              
17917              Subject: [PATCH] 14220 misunderstood, I bet          
17918              From: andreas.koenig@anima.de (Andreas J. Koenig)
17919              Date: 12 Jan 2002 21:31:58 +0100
17920              Message-ID: <m3k7un8g5d.fsf@anima.de>
17921      Branch: perl
17922            ! lib/ExtUtils/t/MM_Unix.t
17923 ____________________________________________________________________________
17924 [ 14238] By: jhi                                   on 2002/01/13  17:14:25
17925         Log: Subject: [PATCH] Re: MM_UNIX::parse_version() and my $VERSION        
17926              From: Tels <perl_dummy@bloodgate.com>
17927              Date: Sun, 13 Jan 2002 16:58:27 +0100 (CET) 
17928              Message-Id: <200201131602.SAA15687@tiku.hut.fi>
17929              
17930              Subject: RE: [PATCH] Re: MM_UNIX::parse_version() and my $VERSION    
17931              From: Tels <perl_dummy@bloodgate.com>
17932              Date: Sun, 13 Jan 2002 17:05:23 +0100 (CET) 
17933              Message-Id: <200201131610.SAA18974@tiku.hut.fi>
17934      Branch: perl
17935            ! lib/ExtUtils/MM_Unix.pm
17936 ____________________________________________________________________________
17937 [ 14237] By: jhi                                   on 2002/01/13  17:12:04
17938         Log: Subject: [PATCH] Re: [FAIL] Benchmark.t intermittent failure
17939              From: Nicholas Clark <nick@unfortu.net> 
17940              Date: Sun, 13 Jan 2002 15:58:34 +0000
17941              Message-ID: <20020113155833.C314@Bagpuss.unfortu.net>
17942      Branch: perl
17943            ! lib/Benchmark.t
17944 ____________________________________________________________________________
17945 [ 14236] By: jhi                                   on 2002/01/13  17:08:18
17946         Log: Anton Berezin did more reading and the uid setting story
17947              gets more complex.
17948      Branch: perl
17949            ! pod/perltodo.pod utils/perldoc.PL
17950 ____________________________________________________________________________
17951 [ 14235] By: jhi                                   on 2002/01/13  16:45:52
17952         Log: Integrate perlio;
17953              
17954              Win32 fixes:
17955              - vmem.h hack to handle free-by-wrong-thread after eval "".
17956              - Initialize timerid 
17957      Branch: perl
17958           !> win32/perlhost.h win32/perllib.c win32/vmem.h win32/win32.c
17959 ____________________________________________________________________________
17960 [ 14234] By: jhi                                   on 2002/01/13  16:44:07
17961         Log: Subject: Re: HiRes
17962              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17963              Date: Sun, 13 Jan 2002 10:18:46 +0100
17964              Message-Id: <20020113100616.B6B5.H.M.BRAND@hccnet.nl>
17965              
17966              Give up on socketpair in HP-UX.
17967      Branch: perl
17968            ! ext/Socket/socketpair.t
17969 ____________________________________________________________________________
17970 [ 14233] By: nick                                  on 2002/01/13  16:29:30
17971         Log: Integrate mainline
17972      Branch: perlio
17973           +> ext/B/C/C.xs ext/B/C/Makefile.PL t/op/unisprintf.t
17974           !> (integrate 46 files)
17975 ____________________________________________________________________________
17976 [ 14232] By: nick                                  on 2002/01/13  15:37:48
17977         Log: Win32 fixes:
17978              - vmem.h hack to handle free-by-wrong-thread after eval "".
17979              - Initialize timerid 
17980      Branch: perlio
17981            ! win32/perlhost.h win32/perllib.c win32/vmem.h win32/win32.c
17982 ____________________________________________________________________________
17983 [ 14231] By: jhi                                   on 2002/01/13  05:15:01
17984         Log: *groan*
17985      Branch: perl
17986            ! t/op/pat.t
17987 ____________________________________________________________________________
17988 [ 14230] By: jhi                                   on 2002/01/13  05:13:03
17989         Log: One more sharp s case found by Jeffrey.
17990      Branch: perl
17991            ! regexec.c t/op/pat.t
17992 ____________________________________________________________________________
17993 [ 14229] By: jhi                                   on 2002/01/13  04:43:33
17994         Log: Comment tweak.
17995      Branch: perl
17996            ! regexec.c
17997 ____________________________________________________________________________
17998 [ 14228] By: jhi                                   on 2002/01/13  04:30:45
17999         Log: Don't bother checking for the Greek special
18000              cases if the node is too short.
18001      Branch: perl
18002            ! regcomp.c
18003 ____________________________________________________________________________
18004 [ 14227] By: jhi                                   on 2002/01/12  21:00:04
18005         Log: Update Changes.
18006      Branch: perl
18007            ! Changes patchlevel.h
18008 ____________________________________________________________________________
18009 [ 14226] By: jhi                                   on 2002/01/12  20:28:23
18010         Log: metaconfig unit change for #14225.
18011      Branch: metaconfig
18012            + U/modified/i_ndbm.U
18013 ____________________________________________________________________________
18014 [ 14225] By: jhi                                   on 2002/01/12  20:28:05
18015         Log: Subject: [PATCH 2] Re: [PATCH Configure ext/NDBM_File/hints/linux.pl] Support for linux systems with gdbm
18016              From: Jonathan Stowe <gellyfish@gellyfish.com>
18017              Date: Sat, 12 Jan 2002 11:13:02 +0000 (GMT) 
18018              Message-ID: <Pine.LNX.4.44.0201121107400.26602-100000@orpheus.gellyfish.com>    
18019      Branch: perl
18020            ! Configure config_h.SH
18021 ____________________________________________________________________________
18022 [ 14224] By: jhi                                   on 2002/01/12  20:18:02
18023         Log: Quick reformat using indent -kr -nce, as requested
18024              by Dan Kogai and suggest by NI-S.
18025      Branch: perl
18026            ! ext/Encode/encengine.c
18027 ____________________________________________________________________________
18028 [ 14223] By: jhi                                   on 2002/01/12  20:08:54
18029         Log: Couple more Unicode lookbehind tests.
18030      Branch: perl
18031            ! t/op/pat.t
18032 ____________________________________________________________________________
18033 [ 14222] By: jhi                                   on 2002/01/12  20:05:29
18034         Log: Sharp S as a special treat for our German UTF-8 testers :-)
18035      Branch: perl
18036            ! pod/perlunicode.pod regexec.c t/op/pat.t utf8.h
18037 ____________________________________________________________________________
18038 [ 14221] By: jhi                                   on 2002/01/12  18:38:54
18039         Log: Subject: {PATCH] Fix:  Re: [PATCH] B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs   
18040              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
18041              Date: Sat, 12 Jan 2002 20:37:32 +0100
18042              Message-ID: <3C409E8C.16203.196C2D3@localhost>
18043      Branch: perl
18044            ! ext/B/B/Deparse.pm
18045 ____________________________________________________________________________
18046 [ 14220] By: jhi                                   on 2002/01/12  18:27:32
18047         Log: Hrmph.  Is having a test for an exact version of MM_Unix.pm
18048              really worth the bits it's printed on?
18049      Branch: perl
18050            ! lib/ExtUtils/t/MM_Unix.t
18051 ____________________________________________________________________________
18052 [ 14219] By: jhi                                   on 2002/01/12  18:06:49
18053         Log: Special treatment for U+03B0 and U+0390 in //i,
18054              this means that we can remove the minlen pessimisations
18055              introduced by the #14096.
18056      Branch: perl
18057            ! pp_hot.c regcomp.c regexec.c
18058 ____________________________________________________________________________
18059 [ 14218] By: jhi                                   on 2002/01/12  16:14:52
18060         Log: Integrate perlio;
18061              
18062              Abstract out the cloning of SvPVX and handle shared pv in a 
18063              safe (if suboptimal) manner. Does not fix op/fork.t :-(
18064              
18065              Win32-ize socketpair test
18066              - Win32 can fork even though $Config{d_fork} is undef
18067              - SOCK_DGRAM does not work - skip those tests.
18068      Branch: perl
18069           !> ext/Socket/socketpair.t sv.c
18070 ____________________________________________________________________________
18071 [ 14217] By: jhi                                   on 2002/01/12  16:09:59
18072         Log: One should first drop the real uid, not the effective uid.
18073              [ID 20020110.003]
18074      Branch: perl
18075            ! utils/perldoc.PL
18076 ____________________________________________________________________________
18077 [ 14216] By: jhi                                   on 2002/01/12  15:50:38
18078         Log: Subject: [PATCH] B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs
18079              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
18080              Date: Fri, 11 Jan 2002 23:29:48 +0100
18081              Message-ID: <3C3F756C.4581.2E2A938@localhost>
18082      Branch: perl
18083            + ext/B/C/C.xs ext/B/C/Makefile.PL
18084            ! MANIFEST ext/B/B.pm ext/B/B.xs ext/B/B/C.pm t/TEST
18085            ! utils/perlcc.PL
18086 ____________________________________________________________________________
18087 [ 14215] By: jhi                                   on 2002/01/12  15:22:01
18088         Log: Subject: [PATCH] Re: Magic numbers in B::Concise
18089              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>               
18090              Date: Fri, 11 Jan 2002 14:29:30 -0800
18091              Message-ID: <15423.26442.891378.802062@soda.csua.berkeley.edu>
18092      Branch: perl
18093            ! ext/B/t/concise.t
18094 ____________________________________________________________________________
18095 [ 14214] By: nick                                  on 2002/01/12  12:31:12
18096         Log: Win32-ize socketpair test
18097              - Win32 can fork even though $Config{d_fork} is undef
18098              - SOCK_DGRAM does not work - skip those tests.
18099      Branch: perlio
18100            ! ext/Socket/socketpair.t
18101 ____________________________________________________________________________
18102 [ 14213] By: nick                                  on 2002/01/12  11:46:28
18103         Log: Abstract out the cloning of SvPVX and handle shared pv in a 
18104              safe (if suboptimal) manner. Does not fix op/fork.t :-(
18105      Branch: perlio
18106            ! sv.c
18107 ____________________________________________________________________________
18108 [ 14212] By: ams                                   on 2002/01/12  06:10:52
18109         Log: Subject: [PATCH] More fixes for Stratus VOS
18110              From: "Green, Paul" <Paul.Green@stratus.com>
18111              Date: Fri, 11 Jan 2002 17:30:37 -0500
18112              Message-Id: <95AE3CDB3543D511883A0020485B38B9023534D3@exna3.stratus.com>
18113      Branch: perl
18114            ! hints/vos.sh lib/ExtUtils/MM_Unix.pm
18115 ____________________________________________________________________________
18116 [ 14211] By: jhi                                   on 2002/01/12  06:01:29
18117         Log: Upgrade to CGI.pm 2.80.
18118      Branch: perl
18119            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/form.t
18120 ____________________________________________________________________________
18121 [ 14210] By: jhi                                   on 2002/01/12  05:57:36
18122         Log: FAQ sync.
18123      Branch: perl
18124            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
18125            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
18126            ! pod/perlfaq8.pod
18127 ____________________________________________________________________________
18128 [ 14209] By: jhi                                   on 2002/01/12  05:54:24
18129         Log: This is getting embarrassing.
18130      Branch: perl
18131            ! t/op/pat.t
18132 ____________________________________________________________________________
18133 [ 14208] By: jhi                                   on 2002/01/12  05:30:03
18134         Log: Doc tweaks.
18135      Branch: perl
18136            ! pod/perlunicode.pod
18137 ____________________________________________________________________________
18138 [ 14207] By: jhi                                   on 2002/01/12  05:16:55
18139         Log: Updating the test count is good; also rephrasing
18140              so that there is no ok output containing "not".
18141      Branch: perl
18142            ! t/op/pat.t
18143 ____________________________________________________________________________
18144 [ 14206] By: jhi                                   on 2002/01/12  05:11:20
18145         Log: Andreas is busy :-)
18146      Branch: perl
18147            ! doop.c t/op/unisprintf.t
18148 ____________________________________________________________________________
18149 [ 14205] By: jhi                                   on 2002/01/12  04:55:20
18150         Log: Unicode lookbehind looked bad.
18151      Branch: perl
18152            ! regexec.c t/op/pat.t
18153 ____________________________________________________________________________
18154 [ 14204] By: jhi                                   on 2002/01/12  01:43:48
18155         Log: Garbage collection.
18156      Branch: perl
18157            ! t/run/kill_perl.t
18158 ____________________________________________________________________________
18159 [ 14203] By: jhi                                   on 2002/01/12  00:10:51
18160         Log: Subject: [PATCH] export win32_async_check or Perl_despatch_signals
18161              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
18162              Date: Fri, 11 Jan 2002 23:29:48 +0100
18163              Message-ID: <3C3F756C.21561.2E2A9CE@localhost>
18164      Branch: perl
18165            ! embed.fnc global.sym makedef.pl
18166 ____________________________________________________________________________
18167 [ 14202] By: jhi                                   on 2002/01/12  00:07:41
18168         Log: Subject: [PATCH] perldelta nit?
18169              From: Robert Spier <rspier@pobox.com>
18170              Date: Fri, 11 Jan 2002 15:19:16 -0800
18171              Message-ID: <15423.29428.164185.251700@rls.cx>
18172      Branch: perl
18173            ! pod/perldelta.pod
18174 ____________________________________________________________________________
18175 [ 14201] By: jhi                                   on 2002/01/12  00:06:02
18176         Log: Subject: Re: [PATCH lib/AnyDBM_File.t] Convert to Test::More
18177              From: Michael G Schwern <schwern@pobox.com>
18178              Date: Fri, 11 Jan 2002 17:08:17 -0500
18179              Message-ID: <20020111220817.GG2838@blackrider>
18180      Branch: perl
18181            ! t/run/kill_perl.t t/test.pl
18182 ____________________________________________________________________________
18183 [ 14200] By: jhi                                   on 2002/01/12  00:02:05
18184         Log: Subject: [PATCH] Correct misleading error message
18185              From: Mike Guy <mjtg@cam.ac.uk>
18186              Date: Fri, 11 Jan 2002 18:36:33 +0000
18187              Message-Id: <E16P6XZ-0005kA-00@draco.cus.cam.ac.uk>
18188              
18189              hash assignment -> anonymous hash
18190      Branch: perl
18191            ! pod/perldiag.pod pp.c t/lib/warnings/pp t/op/hashwarn.t
18192 ____________________________________________________________________________
18193 [ 14199] By: jhi                                   on 2002/01/11  23:58:00
18194         Log: Subject: [PATCH bleadperl] Shut down warnings in Normalize.c          
18195              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
18196              Date: Fri, 11 Jan 2002 16:58:14 +0100
18197              Message-ID: <543058204.20020111165814@tesla.rcub.bg.ac.yu>
18198      Branch: perl
18199            ! ext/Unicode/Normalize/mkheader
18200 ____________________________________________________________________________
18201 [ 14198] By: jhi                                   on 2002/01/11  23:53:05
18202         Log: Add a new test for is-sprintf-preserving Unicodeness:
18203              #14194 and an old one from kill_perl.t (I could have used
18204              sprintf.t, but it's format was quite fixed, and I didn't
18205              feel like breaking the format)
18206      Branch: perl
18207            + t/op/unisprintf.t
18208            ! MANIFEST t/run/kill_perl.t
18209 ____________________________________________________________________________
18210 [ 14197] By: jhi                                   on 2002/01/11  21:48:49
18211         Log: Integrate perlio;
18212              Install dummy signal() handlers for Win32's SIGINT and SIGBREAK
18213      Branch: perl
18214           !> win32/win32.c
18215 ____________________________________________________________________________
18216 [ 14196] By: nick                                  on 2002/01/11  20:58:20
18217         Log: Install dummy signal() handlers for Win32's SIGINT and SIGBREAK
18218              as C runtime seems to get its hands on them even though we said
18219              they were handled.
18220              Still an issue with "die" out of signal handler - get panic: pp_iter
18221      Branch: perlio
18222            ! win32/win32.c
18223 ____________________________________________________________________________
18224 [ 14195] By: jhi                                   on 2002/01/11  20:07:35
18225         Log: Integrate perlio;
18226              A mostly-stable version of "new" Win32 signal/kill support.
18227      Branch: perl
18228           !> MANIFEST XSUB.h mg.c t/run/kill_perl.t toke.c win32/config.bc
18229           !> win32/config.gc win32/config.vc win32/config_H.bc
18230           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
18231           !> win32/makefile.mk win32/win32.c win32/win32.h
18232 ____________________________________________________________________________
18233 [ 14194] By: jhi                                   on 2002/01/11  20:04:26
18234         Log: Fix for
18235              
18236              Subject: UTF-8 sprintf bug in bleadperl
18237              From: andreas.koenig@anima.de (Andreas J. Koenig)
18238              Date: 11 Jan 2002 15:47:15 +0100
18239              Message-ID: <m3vge99c7g.fsf@anima.de>
18240              
18241              I have tests, have just to figure out where to put them
18242              since op/sprintf looks a bit unfriendly for tests of
18243              somewhat freer form.
18244      Branch: perl
18245            ! doop.c sv.c
18246 ____________________________________________________________________________
18247 [ 14193] By: nick                                  on 2002/01/11  18:25:34
18248         Log: Integrate mainline (on Win32 - risky) for vmem.h stuff
18249              Builds and passes a few tests.
18250      Branch: perlio
18251           +> ext/B/t/concise.t lib/Test/Harness/Assert.pm
18252           +> lib/Test/Harness/Iterator.pm lib/Test/Harness/Straps.pm
18253           +> lib/Test/Harness/t/00compile.t lib/Test/Harness/t/assert.t
18254           +> lib/Test/Harness/t/callback.t lib/Test/Harness/t/nonumbers.t
18255           +> lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
18256           +> lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
18257           +> t/lib/sample-tests/lone_not_bug
18258           +> t/lib/sample-tests/out_of_order t/lib/sample-tests/taint
18259           +> t/lib/sample-tests/vms_nit
18260           !> (integrate 63 files)
18261 ____________________________________________________________________________
18262 [ 14192] By: nick                                  on 2002/01/11  17:49:39
18263         Log: A mostly-stable version of "new" Win32 signal/kill support.
18264      Branch: perlio
18265            ! XSUB.h mg.c win32/config.bc win32/config.gc win32/config.vc
18266            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
18267            ! win32/config_h.PL win32/makefile.mk win32/win32.c
18268            ! win32/win32.h
18269 ____________________________________________________________________________
18270 [ 14191] By: jhi                                   on 2002/01/11  15:34:53
18271         Log: Update Changes.
18272      Branch: perl
18273            ! Changes patchlevel.h
18274 ____________________________________________________________________________
18275 [ 14190] By: jhi                                   on 2002/01/11  14:52:51
18276         Log: Subject: [PATCH] Re: Magic numbers in B::Concise
18277              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
18278              Date: Thu, 10 Jan 2002 18:21:34 -0800
18279              Message-ID: <15422.19502.380275.403187@soda.csua.berkeley.edu>
18280      Branch: perl
18281            + ext/B/t/concise.t
18282            ! MANIFEST
18283 ____________________________________________________________________________
18284 [ 14189] By: jhi                                   on 2002/01/11  14:51:11
18285         Log: Upgrade to CGI.pm 2.79.  Manual tweaks were
18286              necessary in form.t and html.t @INC setups.
18287      Branch: perl
18288            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/form.t lib/CGI/t/html.t
18289 ____________________________________________________________________________
18290 [ 14188] By: jhi                                   on 2002/01/11  14:31:17
18291         Log: Yet another twist.
18292      Branch: perl
18293            ! t/test.pl
18294 ____________________________________________________________________________
18295 [ 14187] By: jhi                                   on 2002/01/11  14:14:12
18296         Log: Subject: [ PATCH ] AIX to pick the correct CC if more than one installed
18297              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18298              Date: Fri, 11 Jan 2002 13:04:15 +0100      
18299              Message-Id: <20020111125951.BD84.H.M.BRAND@hccnet.nl>
18300      Branch: perl
18301            ! hints/aix.sh
18302 ____________________________________________________________________________
18303 [ 14186] By: jhi                                   on 2002/01/11  14:13:02
18304         Log: Subject: [REPATCH] RE: [PATCH lib/AnyDBM_File.t] null key support back in DB v3
18305              From: Jonathan Stowe <gellyfish@gellyfish.com> 
18306              Date: Fri, 11 Jan 2002 09:28:46 +0000 (GMT)
18307              Message-ID: <Pine.LNX.4.33.0201110927480.10327-100000@orpheus.gellyfish.com>
18308      Branch: perl
18309            ! lib/AnyDBM_File.t
18310 ____________________________________________________________________________
18311 [ 14185] By: jhi                                   on 2002/01/11  14:10:01
18312         Log: Arguments were being mangled.
18313      Branch: perl
18314            ! t/test.pl
18315 ____________________________________________________________________________
18316 [ 14184] By: jhi                                   on 2002/01/11  14:05:53
18317         Log: Subject: [PATCH lib/AnyDBM_File.t] Convert to Test::More
18318              From: Jonathan Stowe <gellyfish@gellyfish.com>
18319              Date: Thu, 10 Jan 2002 19:55:15 +0000 (GMT)
18320              Message-ID: <Pine.LNX.4.33.0201101948360.9717-100000@orpheus.gellyfish.com>
18321      Branch: perl
18322            ! lib/AnyDBM_File.t
18323 ____________________________________________________________________________
18324 [ 14183] By: jhi                                   on 2002/01/11  13:59:22
18325         Log: Subject: [PATCH t/run/kill_perl.t t/test.pl] Seperating kill_perl()
18326              From: Michael G Schwern <schwern@pobox.com> 
18327              Date: Fri, 11 Jan 2002 04:26:27 -0500
18328              Message-ID: <20020111092626.GA16544@blackrider>
18329      Branch: perl
18330            ! t/run/kill_perl.t t/test.pl
18331 ____________________________________________________________________________
18332 [ 14182] By: jhi                                   on 2002/01/11  13:57:59
18333         Log: Subject: [PATCH] Test::Harness 2.01
18334              From: Michael G Schwern <schwern@pobox.com> 
18335              Date: Thu, 10 Jan 2002 21:11:24 -0500
18336              Message-ID: <20020111021123.GA30666@blackrider>
18337      Branch: perl
18338            + lib/Test/Harness/Assert.pm lib/Test/Harness/Iterator.pm
18339            + lib/Test/Harness/Straps.pm lib/Test/Harness/t/00compile.t
18340            + lib/Test/Harness/t/assert.t lib/Test/Harness/t/callback.t
18341            + lib/Test/Harness/t/nonumbers.t
18342            + lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
18343            + t/lib/sample-tests/lone_not_bug
18344            + t/lib/sample-tests/out_of_order t/lib/sample-tests/taint
18345            + t/lib/sample-tests/vms_nit
18346            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
18347            ! lib/Test/Harness/t/base.t lib/Test/Harness/t/test-harness.t
18348 ____________________________________________________________________________
18349 [ 14181] By: jhi                                   on 2002/01/11  13:57:38
18350         Log: patch is silly when creating new files: don't run
18351              patch more than once.
18352      Branch: perl
18353            ! lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
18354 ____________________________________________________________________________
18355 [ 14180] By: jhi                                   on 2002/01/11  13:53:49
18356         Log: Forgot from #14179.
18357      Branch: perl
18358            ! lib/Pod/InputObjects.pm lib/Pod/t/InputObjects.t
18359 ____________________________________________________________________________
18360 [ 14179] By: jhi                                   on 2002/01/11  13:24:13
18361         Log: Subject: [PATCH] is() undef/'' behavior change
18362              From: Michael G Schwern <schwern@pobox.com> 
18363              Date: Fri, 11 Jan 2002 03:35:51 -0500
18364              Message-ID: <20020111083551.GC30666@blackrider>
18365              
18366              Subject: [PATCH] Pod::InputObjects warnings & is() undef/'' fix
18367              From: Michael G Schwern <schwern@pobox.com> 
18368              Date: Fri, 11 Jan 2002 03:37:44 -0500
18369              Message-ID: <20020111083744.GD30666@blackrider>
18370      Branch: perl
18371            ! ext/re/re.t lib/AutoSplit.t lib/DB.t lib/ExtUtils/t/Command.t
18372            ! lib/ExtUtils/t/Manifest.t lib/Pod/InputObjects.pm
18373            ! lib/Pod/t/InputObjects.t lib/blib.t
18374 ____________________________________________________________________________
18375 [ 14178] By: jhi                                   on 2002/01/11  13:21:59
18376         Log: Subject: [PATCH] Test::Simple/More/Builder/Tutorial 0.41
18377              From: Michael G Schwern <schwern@pobox.com> 
18378              Date: Thu, 10 Jan 2002 19:56:23 -0500
18379              Message-ID: <20020111005623.GA13192@blackrider>
18380      Branch: perl
18381            + lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
18382            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
18383            ! lib/Test/Simple.pm lib/Test/Simple/Changes
18384            ! lib/Test/Simple/t/Builder.t lib/Test/Simple/t/More.t
18385            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
18386            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
18387            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/filehandles.t
18388            ! lib/Test/Simple/t/import.t lib/Test/Simple/t/is_deeply.t
18389            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_ending.t
18390            ! lib/Test/Simple/t/no_header.t lib/Test/Simple/t/no_plan.t
18391            ! lib/Test/Simple/t/output.t lib/Test/Simple/t/plan.t
18392            ! lib/Test/Simple/t/plan_is_noplan.t
18393            ! lib/Test/Simple/t/plan_no_plan.t
18394            ! lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/simple.t
18395            ! lib/Test/Simple/t/skip.t lib/Test/Simple/t/skipall.t
18396            ! lib/Test/Simple/t/todo.t lib/Test/Simple/t/undef.t
18397            ! lib/Test/Simple/t/use_ok.t lib/Test/Simple/t/useing.t
18398            ! lib/Test/Tutorial.pod
18399 ____________________________________________________________________________
18400 [ 14177] By: gsar                                  on 2002/01/11  02:56:05
18401         Log: malloc() things must be free()d, not Safefree()d (bug in change#11280
18402              revealed by -D_USE_MSVCRT_MEM_ALLOC -D_USE_LINKED_LIST)
18403              
18404              turns out even the malloc() was never really needed to begin with,
18405              so get rid of it
18406      Branch: perl
18407            ! sv.c
18408 ____________________________________________________________________________
18409 [ 14176] By: jhi                                   on 2002/01/11  02:11:21
18410         Log: Small doc tweaks.
18411      Branch: perl
18412            ! pod/perluniintro.pod
18413 ____________________________________________________________________________
18414 [ 14175] By: gsar                                  on 2002/01/11  01:05:15
18415         Log: support using the CRT's malloc() family of functions instead of
18416              the internal one when ithreads is enabled; allocate large blocks
18417              using VirtualAlloc() since the Heap*() functions may only be tuned
18418              for small allocations (from Doug Lankshear <dougl@ActiveState.com>)
18419              
18420              pass -D_USE_MSVCRT_MEM_ALLOC via cflags to enable the CRT's malloc();
18421              also see comments at the top of win32/vmem.h for other options that
18422              can be set
18423      Branch: perl
18424            ! win32/vmem.h
18425 ____________________________________________________________________________
18426 [ 14174] By: jhi                                   on 2002/01/10  19:33:29
18427         Log: Subject: micropatch
18428              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
18429              Date: Thu, 10 Jan 2002 18:20:58 +0000
18430              Message-Id: <200201101820.g0AIKw208580@crypt.compulink.co.uk>
18431      Branch: perl
18432            ! regcomp.c
18433 ____________________________________________________________________________
18434 [ 14173] By: jhi                                   on 2002/01/10  19:32:16
18435         Log: Subject: [PATCH] Embed.t on Win32
18436              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
18437              Date: Thu, 10 Jan 2002 18:56:21 +0100
18438              Message-ID: <3C3DE3D5.7359.1FEB994@localhost>
18439      Branch: perl
18440            ! lib/ExtUtils/t/Embed.t
18441 ____________________________________________________________________________
18442 [ 14172] By: jhi                                   on 2002/01/10  19:31:00
18443         Log: Subject: Re: [PATCH] No 'once' warnings for variables declared with our
18444              From: Gisle Aas <gisle@ActiveState.com>
18445              Date: 10 Jan 2002 08:56:05 -0800
18446              Message-ID: <lrg05ep2l6.fsf@caliper.activestate.com>
18447      Branch: perl
18448            ! toke.c
18449 ____________________________________________________________________________
18450 [ 14171] By: jhi                                   on 2002/01/10  19:29:08
18451         Log: Subject: [PATCH] doc fixes
18452              From: "Brendan O'Dea" <bod@debian.org>
18453              Date: Fri, 11 Jan 2002 03:49:54 +1100
18454              Message-ID: <20020110164954.GA21891@compusol.com.au>
18455      Branch: perl
18456            ! lib/I18N/Collate.pm pod/perlfunc.pod
18457 ____________________________________________________________________________
18458 [ 14170] By: jhi                                   on 2002/01/10  17:48:42
18459         Log: Integrate perlio; More signal hackery.
18460      Branch: perl
18461           !> win32/win32.c
18462 ____________________________________________________________________________
18463 [ 14169] By: jhi                                   on 2002/01/10  17:47:34
18464         Log: No need to show internal encodings, or return them
18465              in random order.
18466      Branch: perl
18467            ! ext/Encode/Encode.pm
18468 ____________________________________________________________________________
18469 [ 14168] By: nick                                  on 2002/01/10  17:33:31
18470         Log: Integrate mainline
18471      Branch: perlio
18472            - ext/Unicode/Normalize/Normalize.pod
18473           !> MANIFEST ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
18474           !> ext/Unicode/Normalize/Makefile.PL
18475           !> ext/Unicode/Normalize/Normalize.pm
18476           !> ext/Unicode/Normalize/Normalize.xs
18477           !> ext/Unicode/Normalize/mkheader hints/linux.sh pod/perlrun.pod
18478           !> pod/perlunicode.pod regexec.c t/lib/strict/vars t/op/readdir.t
18479           !> t/run/kill_perl.t toke.c
18480 ____________________________________________________________________________
18481 [ 14167] By: nick                                  on 2002/01/10  17:08:35
18482         Log: More signal hackery
18483      Branch: perlio
18484            ! win32/win32.c
18485 ____________________________________________________________________________
18486 [ 14166] By: jhi                                   on 2002/01/10  15:24:41
18487         Log: I think we can claim to be supporting Unicode
18488              "loose matching" now.
18489      Branch: perl
18490            ! pod/perlunicode.pod
18491 ____________________________________________________________________________
18492 [ 14165] By: jhi                                   on 2002/01/10  15:07:56
18493         Log: Subject: doc patch
18494              From: mjd@plover.com
18495              Date: 10 Jan 2002 15:12:27 -0000
18496              Message-ID: <20020110151227.14850.qmail@plover.com>
18497      Branch: perl
18498            ! pod/perlrun.pod
18499 ____________________________________________________________________________
18500 [ 14164] By: jhi                                   on 2002/01/10  14:54:38
18501         Log: Subject: Re: [ID 20011223.001] accept leaks memory
18502              From: Andy Dougherty <doughera@lafayette.edu>
18503              Date: Thu, 10 Jan 2002 10:13:07 -0500 (EST)
18504              Message-ID: <Pine.SOL.4.10.10201100919390.4429-100000@maxwell.phys.lafayette.edu>
18505      Branch: perl
18506            ! hints/linux.sh
18507 ____________________________________________________________________________
18508 [ 14163] By: jhi                                   on 2002/01/10  14:52:08
18509         Log: Integrate perlio; Skeleton coding of more kill() support on Win32.
18510      Branch: perl
18511           !> win32/win32.c
18512 ____________________________________________________________________________
18513 [ 14162] By: jhi                                   on 2002/01/10  14:50:03
18514         Log: Subject: [PATCH] Magic numbers in B::Concise
18515              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
18516              Date: Wed, 9 Jan 2002 23:04:01 -0800
18517              Message-ID: <15421.15585.813580.211907@soda.csua.berkeley.edu>
18518      Branch: perl
18519            ! ext/B/B/Concise.pm ext/B/O.pm
18520 ____________________________________________________________________________
18521 [ 14161] By: jhi                                   on 2002/01/10  14:48:52
18522         Log: Subject: [PATCH] No 'once' warnings for variables declared with our
18523              From: Gisle Aas <gisle@ActiveState.com>
18524              Date: 09 Jan 2002 21:52:40 -0800
18525              Message-ID: <lrg05e7nx3.fsf@caliper.activestate.com>
18526      Branch: perl
18527            ! t/lib/strict/vars toke.c
18528 ____________________________________________________________________________
18529 [ 14160] By: nick                                  on 2002/01/09  21:29:39
18530         Log: Skeleton coding of more kill() support on Win32.
18531      Branch: perlio
18532            ! win32/win32.c
18533 ____________________________________________________________________________
18534 [ 14159] By: jhi                                   on 2002/01/09  21:28:13
18535         Log: Subject: [PATCH] B::Deparse : support for \[...] prototypes
18536              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18537              Date: Wed, 9 Jan 2002 23:24:32 +0100
18538              Message-ID: <20020109232432.A692@rafael>
18539      Branch: perl
18540            ! ext/B/B/Deparse.pm
18541 ____________________________________________________________________________
18542 [ 14158] By: jhi                                   on 2002/01/09  21:25:19
18543         Log: Subject: Re: [PATCH pp_sys.c] Fix segfault in dbmclose in DESTROY (was Re: [ID 20020104.007] coredump on dbmclose)
18544              From: Jonathan Stowe <gellyfish@gellyfish.com>
18545              Date: Wed, 9 Jan 2002 19:37:38 +0000 (GMT)
18546              Message-ID: <Pine.LNX.4.33.0201091924020.21574-100000@orpheus.gellyfish.com>
18547      Branch: perl
18548            ! t/run/kill_perl.t
18549 ____________________________________________________________________________
18550 [ 14157] By: jhi                                   on 2002/01/09  19:59:28
18551         Log: Subject: Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtracking properly
18552              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
18553              Date: Wed, 09 Jan 2002 20:16:54 +0000
18554              Message-Id: <200201092016.g09KGsi30119@crypt.compulink.co.uk>
18555      Branch: perl
18556            ! regexec.c
18557 ____________________________________________________________________________
18558 [ 14156] By: jhi                                   on 2002/01/09  19:46:27
18559         Log: Subject: [Patch @14129] fixes Unicode::Normalize
18560              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
18561              Date: Thu, 10 Jan 2002 01:08:56 +0900
18562              Message-Id: <20020110010110.690B.BQW10602@nifty.com>
18563      Branch: perl
18564            - ext/Unicode/Normalize/Normalize.pod
18565            ! MANIFEST ext/Unicode/Normalize/Makefile.PL
18566            ! ext/Unicode/Normalize/Normalize.pm
18567            ! ext/Unicode/Normalize/Normalize.xs
18568            ! ext/Unicode/Normalize/mkheader
18569 ____________________________________________________________________________
18570 [ 14155] By: jhi                                   on 2002/01/09  19:09:15
18571         Log: Integrate perlio; (Re-)implement alarm() for Win32.
18572      Branch: perl
18573           !> win32/config.vc win32/config_H.vc win32/win32.c win32/win32.h
18574           !> win32/win32iop.h
18575 ____________________________________________________________________________
18576 [ 14154] By: jhi                                   on 2002/01/09  19:08:15
18577         Log: Subject: [PATCH] op/readdir.t (was Re: perl@14152)
18578              From: Nicholas Clark <nick@unfortu.net>
18579              Date: Wed, 9 Jan 2002 17:56:04 +0000
18580              Message-ID: <20020109175604.H354@Bagpuss.unfortu.net>
18581      Branch: perl
18582            ! t/op/readdir.t
18583 ____________________________________________________________________________
18584 [ 14153] By: nick                                  on 2002/01/09  16:18:57
18585         Log: Integrate mainline
18586      Branch: perlio
18587           +> ext/threads/t/stress_re.t t/op/unifold.t
18588            - lib/unifold.t
18589           !> Changes MANIFEST Makefile.SH ext/B/B/Deparse.pm op.c
18590           !> patchlevel.h pod/perldebug.pod regcomp.c regexec.c scope.c
18591           !> t/op/pat.t t/op/re_tests t/run/kill_perl.t utf8.c
18592 ____________________________________________________________________________
18593 [ 14152] By: jhi                                   on 2002/01/09  14:37:01
18594         Log: Update Changes.
18595      Branch: perl
18596            ! Changes patchlevel.h
18597 ____________________________________________________________________________
18598 [ 14151] By: nick                                  on 2002/01/09  14:27:36
18599         Log: (Re-)implement alarm() for Win32.
18600      Branch: perlio
18601            ! win32/config.vc win32/config_H.vc win32/win32.c win32/win32.h
18602            ! win32/win32iop.h
18603 ____________________________________________________________________________
18604 [ 14150] By: jhi                                   on 2002/01/09  14:27:23
18605         Log: Thinko.
18606      Branch: perl
18607            ! ext/threads/t/stress_re.t
18608 ____________________________________________________________________________
18609 [ 14149] By: jhi                                   on 2002/01/09  13:47:31
18610         Log: Subject: Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtracking properly
18611              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
18612              Date: Wed, 09 Jan 2002 13:37:17 +0000                
18613              Message-Id: <200201091337.g09DbH519379@crypt.compulink.co.uk>
18614      Branch: perl
18615            ! regexec.c t/op/re_tests
18616 ____________________________________________________________________________
18617 [ 14148] By: jhi                                   on 2002/01/09  13:00:09
18618         Log: Subject: Re: Weird Malformed warning in bleadperl    
18619              From: andreas.koenig@anima.de (Andreas J. Koenig)    
18620              Date: 09 Jan 2002 11:12:37 +0100
18621              Message-ID: <m3itabbzoq.fsf@anima.de>
18622      Branch: perl
18623            ! regexec.c t/op/pat.t
18624 ____________________________________________________________________________
18625 [ 14147] By: jhi                                   on 2002/01/09  12:59:42
18626         Log: Forgot stress_re.t from MANIFEST.
18627      Branch: perl
18628            ! MANIFEST
18629 ____________________________________________________________________________
18630 [ 14146] By: jhi                                   on 2002/01/09  12:47:27
18631         Log: In dumping use isPRINT() instead of isprint() so that locale
18632              does not come into play.
18633      Branch: perl
18634            ! utf8.c
18635 ____________________________________________________________________________
18636 [ 14145] By: jhi                                   on 2002/01/09  02:52:39
18637         Log: Add a threads stress test for regular expressions
18638              (mostly just a modified stress_string.t) and doesn't
18639              test that much of regular expressions, just that $1
18640              doesn't get stomped by competing threads (as it does
18641              in the 5005threads of old).
18642      Branch: perl
18643            + ext/threads/t/stress_re.t
18644            ! MANIFEST
18645 ____________________________________________________________________________
18646 [ 14144] By: jhi                                   on 2002/01/09  02:28:33
18647         Log: (retracted by #14307)
18648              Subject: Re: [ID 20010912.007] substr reference core dump
18649              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
18650              Date: Tue, 08 Jan 2002 19:17:50 +0000
18651              Message-Id: <200201081917.g08JHoE15793@crypt.compulink.co.uk>
18652      Branch: perl
18653            ! scope.c t/run/kill_perl.t
18654 ____________________________________________________________________________
18655 [ 14143] By: jhi                                   on 2002/01/09  01:32:05
18656         Log: SANY (. with /s) wasn't happy on Unicode.
18657      Branch: perl
18658            ! regexec.c t/op/pat.t
18659 ____________________________________________________________________________
18660 [ 14142] By: ams                                   on 2002/01/08  22:42:10
18661         Log: Subject: [PATCH] perldebug nit
18662              From: Tels <tels@bloodgate.com>
18663              Date: Wed, 09 Jan 2002 00:08:59 +0100 (CET)
18664      Branch: perl
18665            ! pod/perldebug.pod
18666 ____________________________________________________________________________
18667 [ 14141] By: ams                                   on 2002/01/08  21:32:59
18668         Log: Subject: [PATCH] Minor fix to perl/Makefile.SH
18669              From: "Green, Paul" <Paul.Green@stratus.com>
18670              Date: Tue, 8 Jan 2002 17:31:35 -0500
18671              Message-Id: <95AE3CDB3543D511883A0020485B38B9023534A3@exna3.stratus.com>
18672      Branch: perl
18673            ! Makefile.SH
18674 ____________________________________________________________________________
18675 [ 14140] By: ams                                   on 2002/01/08  21:27:57
18676         Log: Subject: [PATCH] Re: Slight chokage from Deparse
18677              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18678              Date: Tue, 8 Jan 2002 23:04:45 +0100
18679              Message-Id: <20020108230445.A4798@rafael>
18680      Branch: perl
18681            ! ext/B/B/Deparse.pm
18682 ____________________________________________________________________________
18683 [ 14139] By: jhi                                   on 2002/01/08  19:13:43
18684         Log: Subject: [patch] peep() is rude
18685              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>            
18686              Date: Tue, 08 Jan 2002 19:17:50 +0000            
18687              Message-Id: <200201081917.g08JHoW15789@crypt.compulink.co.uk>
18688      Branch: perl
18689            ! op.c t/run/kill_perl.t
18690 ____________________________________________________________________________
18691 [ 14138] By: jhi                                   on 2002/01/08  19:01:16
18692         Log: unifold is really an op test since it requires
18693              no external modules for its actual testing:
18694              only the unicore CaseFold.txt file, and File::Spec
18695              to portably access that file.
18696      Branch: perl
18697            + t/op/unifold.t
18698            - lib/unifold.t
18699            ! MANIFEST
18700 ____________________________________________________________________________
18701 [ 14137] By: jhi                                   on 2002/01/08  16:29:48
18702         Log: Subject: [patch] save a test 
18703              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
18704              Date: Tue, 08 Jan 2002 16:18:47 +0000
18705              Message-Id: <200201081618.g08GIlN02821@crypt.compulink.co.uk>          
18706      Branch: perl
18707            ! regcomp.c
18708 ____________________________________________________________________________
18709 [ 14136] By: nick                                  on 2002/01/08  16:11:55
18710         Log: Integrate mainline
18711      Branch: perlio
18712           +> lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/require.t
18713           +> lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/use.t
18714           !> (integrate 37 files)
18715 ____________________________________________________________________________
18716 [ 14135] By: jhi                                   on 2002/01/08  15:12:38
18717         Log: Subject: Not OK 13843 
18718              From: andreas.koenig@anima.de (Andreas J. Koenig)
18719              Date: 08 Jan 2002 14:12:29 +0100
18720              Message-ID: <m38zb9c7gi.fsf@anima.de>
18721      Branch: perl
18722            ! op.c t/op/subst.t
18723 ____________________________________________________________________________
18724 [ 14134] By: jhi                                   on 2002/01/08  14:30:00
18725         Log: Missed one variant of the fold testing, noticed bu Hugo.
18726      Branch: perl
18727            ! lib/unifold.t
18728 ____________________________________________________________________________
18729 [ 14133] By: jhi                                   on 2002/01/08  14:23:39
18730         Log: Enchance the Storable magic description.
18731      Branch: perl
18732            ! ext/Storable/Storable.pm
18733 ____________________________________________________________________________
18734 [ 14132] By: ams                                   on 2002/01/08  09:16:12
18735         Log: Subject: [PATCH] don't installperl pods
18736              From: H.Merijn Brand <h.m.brand@hccnet.nl>
18737              Date: Tue, 08 Jan 2002 10:36:01 +0100
18738              Message-Id: <20020108103447.A841.H.M.BRAND@hccnet.nl>
18739      Branch: perl
18740            ! installperl
18741 ____________________________________________________________________________
18742 [ 14131] By: ams                                   on 2002/01/08  03:38:40
18743         Log: Subject: Math-BigInt v1.49 released
18744              From: Tels <perl_dummy@bloodgate.com>
18745              Date: Tue, 08 Jan 2002 03:09:34 +0100 (CET)
18746      Branch: perl
18747            + lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/require.t
18748            + lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/use.t
18749            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
18750            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
18751            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
18752            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
18753            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/mbimbf.t
18754            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
18755            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/BareCalc.pm
18756            ! t/lib/Math/BigInt/Subclass.pm
18757 ____________________________________________________________________________
18758 [ 14130] By: jhi                                   on 2002/01/08  02:13:53
18759         Log: A little better comments.
18760      Branch: perl
18761            ! regexec.c
18762 ____________________________________________________________________________
18763 [ 14129] By: jhi                                   on 2002/01/07  23:45:05
18764         Log: No normalization form DNF.
18765      Branch: perl
18766            ! ext/Unicode/Normalize/Normalize.pm
18767 ____________________________________________________________________________
18768 [ 14128] By: jhi                                   on 2002/01/07  23:40:15
18769         Log: Extension nits found by -Wall (several from threads
18770              and threads::shared, but leaving them to Arthur).
18771      Branch: perl
18772            ! ext/Data/Dumper/Dumper.xs ext/Devel/PPPort/PPPort.pm
18773            ! ext/Devel/PPPort/PPPort.xs ext/List/Util/Util.xs
18774            ! ext/Opcode/Opcode.xs ext/Unicode/Normalize/Normalize.xs
18775            ! ext/Unicode/Normalize/mkheader x2p/str.c
18776 ____________________________________________________________________________
18777 [ 14127] By: pudge                                 on 2002/01/07  22:25:55
18778         Log: Sync up Changes etc.
18779      Branch: maint-5.6/macperl
18780            ! macos/Changes macos/MPVersion.r macos/ext/Mac/Memory/Memory.xs
18781 ____________________________________________________________________________
18782 [ 14126] By: pudge                                 on 2002/01/07  22:23:06
18783         Log: Eliminate nested calls to exit() (MacPerl bug #469132)
18784      Branch: maint-5.6/macperl
18785            ! macos/macperl/MPFile.c macos/macperl/MPMain.c
18786 ____________________________________________________________________________
18787 [ 14125] By: ams                                   on 2002/01/07  22:03:22
18788         Log: Subject: [PATCH] better Exporter docs (Re: [PATCH @13746] Leaner exporter)
18789              From: Nicholas Clark (sans From field in mail header)
18790              Date: Mon, 7 Jan 2002 16:18:23 +0000
18791              Message-Id: <20020107161823.A599@Bagpuss.unfortu.net>
18792      Branch: perl
18793            ! lib/Exporter.pm
18794 ____________________________________________________________________________
18795 [ 14124] By: ams                                   on 2002/01/07  21:46:11
18796         Log: Subject: [PATCH] Last patch needed to get Perl5.7 to build natively on VOS
18797              From: "Green, Paul" <Paul.Green@stratus.com>
18798              Date: Mon, 7 Jan 2002 16:59:38 -0500
18799              Message-Id: <95AE3CDB3543D511883A0020485B38B90235349B@exna3.stratus.com>
18800      Branch: perl
18801            ! ext/Errno/Errno_pm.PL perl.h t/TEST t/test.pl vos/vosish.h
18802 ____________________________________________________________________________
18803 [ 14123] By: nick                                  on 2002/01/07  18:49:55
18804         Log: Integrate mainline
18805      Branch: perlio
18806           !> AUTHORS Changes dump.c ext/Storable/Storable.pm lib/sort.pm
18807           !> patchlevel.h pod/perl561delta.pod pod/perl56delta.pod
18808           !> pod/perlapi.pod pod/perldelta.pod pod/perltoc.pod regcomp.c
18809           !> regexec.c t/op/re_tests utf8.c utf8.h
18810 ____________________________________________________________________________
18811 [ 14122] By: jhi                                   on 2002/01/07  16:09:50
18812         Log: Update Changes.
18813      Branch: perl
18814            ! Changes patchlevel.h
18815 ____________________________________________________________________________
18816 [ 14121] By: jhi                                   on 2002/01/07  16:03:34
18817         Log: Subject: [PATCH] Correct module name in perldelta*
18818              From: Mike Guy <mjtg@cam.ac.uk>
18819              Date: Mon, 07 Jan 2002 17:02:43 +0000
18820              Message-Id: <E16NdAZ-0001SW-00@draco.cus.cam.ac.uk>
18821      Branch: perl
18822            ! pod/perl561delta.pod pod/perl56delta.pod
18823 ____________________________________________________________________________
18824 [ 14120] By: jhi                                   on 2002/01/07  15:55:25
18825         Log: AUTHORS update.
18826      Branch: perl
18827            ! AUTHORS
18828 ____________________________________________________________________________
18829 [ 14119] By: jhi                                   on 2002/01/07  15:52:34
18830         Log: Add file magic for Storable, from Jim Cromie <jcromie@divsol.com>
18831      Branch: perl
18832            ! ext/Storable/Storable.pm
18833 ____________________________________________________________________________
18834 [ 14118] By: jhi                                   on 2002/01/07  15:06:25
18835         Log: perldelta updates.
18836      Branch: perl
18837            ! pod/perldelta.pod
18838 ____________________________________________________________________________
18839 [ 14117] By: jhi                                   on 2002/01/07  13:52:30
18840         Log: Document the flags of pv_uni_display().
18841      Branch: perl
18842            ! pod/perlapi.pod utf8.c
18843 ____________________________________________________________________________
18844 [ 14116] By: jhi                                   on 2002/01/07  13:49:17
18845         Log: Forgot from #14115.
18846      Branch: perl
18847            ! t/op/re_tests
18848 ____________________________________________________________________________
18849 [ 14115] By: jhi                                   on 2002/01/07  13:48:06
18850         Log: Subject: [PATCH regcomp.c] leading (.*) should not be implicitly ^'d  
18851              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
18852              Date: Sun, 6 Jan 2002 15:36:21 -0500 (EST)
18853              Message-ID: <Pine.GSO.4.21.0201061532400.27018-100000@crusoe.crusoe.net>
18854      Branch: perl
18855            ! regcomp.c
18856 ____________________________________________________________________________
18857 [ 14114] By: jhi                                   on 2002/01/07  04:44:05
18858         Log: More regex and utf8 debug dumping.
18859      Branch: perl
18860            ! dump.c regcomp.c regexec.c utf8.c utf8.h
18861 ____________________________________________________________________________
18862 [ 14113] By: jhi                                   on 2002/01/07  01:05:01
18863         Log: Unused variable.
18864      Branch: perl
18865            ! regcomp.c
18866 ____________________________________________________________________________
18867 [ 14112] By: jhi                                   on 2002/01/07  00:52:46
18868         Log: Regen toc.
18869      Branch: perl
18870            ! pod/perltoc.pod
18871 ____________________________________________________________________________
18872 [ 14111] By: jhi                                   on 2002/01/07  00:03:57
18873         Log: capitalize correctly, noticed by David Dyck.
18874      Branch: perl
18875            ! lib/sort.pm
18876 ____________________________________________________________________________
18877 [ 14110] By: nick                                  on 2002/01/06  22:05:19
18878         Log: Integrate mainline - threads mended, DB_File sick?
18879      Branch: perlio
18880           !> Changes ext/B/B.xs ext/B/B/C.pm ext/B/defsubs_h.PL
18881           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
18882           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo
18883           !> ext/DB_File/t/db-recno.t ext/DB_File/version.c lib/sort.pm
18884           !> patchlevel.h pp_sys.c sv.c t/TEST t/op/lc.t utils/perlcc.PL
18885 ____________________________________________________________________________
18886 [ 14109] By: jhi                                   on 2002/01/06  20:51:32
18887         Log: No need to overqualify.
18888      Branch: perl
18889            ! lib/sort.pm
18890 ____________________________________________________________________________
18891 [ 14108] By: jhi                                   on 2002/01/06  20:38:34
18892         Log: PL_debug_pad wasn't initialized to zeroes which broke
18893              ithreads + DEBUGGING.
18894      Branch: perl
18895            ! sv.c
18896 ____________________________________________________________________________
18897 [ 14107] By: jhi                                   on 2002/01/06  15:39:31
18898         Log: Update Changes.
18899      Branch: perl
18900            ! Changes patchlevel.h
18901 ____________________________________________________________________________
18902 [ 14106] By: jhi                                   on 2002/01/06  15:33:51
18903         Log: Subject: [PATCH pp_sys.c] Fix segfault in dbmclose in DESTROY (was Re: [ID 20020104.007] coredump on dbmclose)
18904              From: Jonathan Stowe <gellyfish@gellyfish.com>
18905              Date: Sat, 5 Jan 2002 12:43:47 +0000 (GMT)
18906              Message-ID: <Pine.LNX.4.33.0201051240130.5428-100000@orpheus.gellyfish.com>
18907      Branch: perl
18908            ! pp_sys.c
18909 ____________________________________________________________________________
18910 [ 14105] By: jhi                                   on 2002/01/06  15:11:15
18911         Log: DB_File sync from Paul Marquess.
18912      Branch: perl
18913            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
18914            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
18915            ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
18916 ____________________________________________________________________________
18917 [ 14104] By: jhi                                   on 2002/01/06  15:08:14
18918         Log: Subject: [PATCH] B, B::C, perlcc, t/TEST
18919              From: "Mattia Barbon" <mbarbon@dsi.unive.it>  
18920              Date: Sun, 6 Jan 2002 11:44:30 +0100
18921              Message-ID: <3C38389E.7831.493570@localhost>
18922      Branch: perl
18923            ! ext/B/B.xs ext/B/B/C.pm ext/B/defsubs_h.PL t/TEST
18924            ! utils/perlcc.PL
18925 ____________________________________________________________________________
18926 [ 14103] By: jhi                                   on 2002/01/06  14:57:01
18927         Log: Tests for #14098.
18928      Branch: perl
18929            ! t/op/lc.t
18930 ____________________________________________________________________________
18931 [ 14102] By: nick                                  on 2002/01/06  11:33:55
18932         Log: Integrate mainline (PPPort still multi-building).
18933      Branch: perlio
18934           +> lib/unifold.t
18935           !> (integrate 30 files)
18936 ____________________________________________________________________________
18937 [ 14101] By: ams                                   on 2002/01/06  04:52:50
18938         Log: Subject: [PATCH] Bad prototype detection now an optional warning
18939              From: Sam Tregar <sam@tregar.com>
18940              Date: Sun, 6 Jan 2002 00:29:25 -0500 (EST)
18941              Message-Id: <Pine.LNX.4.33.0201060023160.3715-200000@localhost.localdomain>
18942      Branch: perl
18943            ! pod/perldelta.pod pod/perldiag.pod pod/perlsub.pod
18944            ! t/comp/proto.t toke.c
18945 ____________________________________________________________________________
18946 [ 14100] By: ams                                   on 2002/01/06  01:56:59
18947         Log: Subject: [PATCH] Correct several Stratus VOS build issues
18948              From: "Green, Paul" <Paul.Green@stratus.com>
18949              Date: Sat, 5 Jan 2002 21:30:56 -0500
18950              Message-Id: <95AE3CDB3543D511883A0020485B38B90235348A@exna3.stratus.com>
18951      Branch: perl
18952            ! ext/Time/HiRes/HiRes.xs hints/vos.sh perl.h vos/vosish.h
18953 ____________________________________________________________________________
18954 [ 14099] By: jhi                                   on 2002/01/05  22:51:38
18955         Log: Further perl.org URL elaboration from Ask.
18956      Branch: perl
18957            ! pod/perlfaq1.pod pod/perlfaq2.pod
18958 ____________________________________________________________________________
18959 [ 14098] By: jhi                                   on 2002/01/05  22:47:59
18960         Log: The same problem with To{Lower,Title,Upper}
18961              as earlier with ToFold.
18962      Branch: perl
18963            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
18964            ! lib/unicore/To/Upper.pl lib/unicore/mktables
18965 ____________________________________________________________________________
18966 [ 14097] By: jhi                                   on 2002/01/05  22:11:35
18967         Log: Retract #14057 for now; the alarm/setitimer timers
18968              seen to be the same in many systems, which leads into
18969              hangups.
18970      Branch: perl
18971            ! ext/Time/HiRes/HiRes.t
18972 ____________________________________________________________________________
18973 [ 14096] By: jhi                                   on 2002/01/05  22:09:20
18974         Log: Finish up (ha!) the Unicode case folding;
18975              enhance regex dumping code.
18976      Branch: perl
18977            + lib/unifold.t
18978            ! MANIFEST embed.fnc embed.h perl.h pp_hot.c proto.h regcomp.c
18979            ! regcomp.h regexec.c t/op/pat.t utf8.c utf8.h
18980 ____________________________________________________________________________
18981 [ 14095] By: jhi                                   on 2002/01/05  22:07:33
18982         Log: Use the perl.org news gw instead of the perl.com one
18983              (from Ask).
18984      Branch: perl
18985            ! pod/perlfaq1.pod pod/perlfaq2.pod
18986 ____________________________________________________________________________
18987 [ 14094] By: jhi                                   on 2002/01/05  21:26:09
18988         Log: Zero() wasn't documented.
18989      Branch: perl
18990            ! pod/perlclib.pod
18991 ____________________________________________________________________________
18992 [ 14093] By: ams                                   on 2002/01/05  17:58:35
18993         Log: Subject: [PATCH] make lib/Memoize/t/tie_ndbm.t tidy up more.
18994              From: Nicholas Clark <nick@unfortu.net>
18995              Date: Sat, 5 Jan 2002 18:55:39 +0000
18996              Message-Id: <20020105185538.K300@Bagpuss.unfortu.net>
18997      Branch: perl
18998            ! lib/Memoize/t/tie_ndbm.t
18999 ____________________________________________________________________________
19000 [ 14092] By: jhi                                   on 2002/01/05  17:26:05
19001         Log: Also UNICOS/mk has deviant socketpair().
19002      Branch: perl
19003            ! ext/Socket/socketpair.t
19004 ____________________________________________________________________________
19005 [ 14091] By: jhi                                   on 2002/01/05  17:21:12
19006         Log: Ooops.  Retract the regex parts of #14090.
19007      Branch: perl
19008            ! embed.fnc embed.h proto.h regcomp.c regcomp.h regexec.c
19009 ____________________________________________________________________________
19010 [ 14090] By: jhi                                   on 2002/01/05  17:18:43
19011         Log: Subject: [REPATCH] Re: [PATCH] Re: socketpair blip on unicos/mk, too
19012              From: Nicholas Clark <nick@unfortu.net> 
19013              Date: Sat, 5 Jan 2002 18:10:13 +0000
19014              Message-ID: <20020105181013.I300@Bagpuss.unfortu.net>              
19015      Branch: perl
19016            ! embed.fnc embed.h ext/Socket/socketpair.t proto.h regcomp.c
19017            ! regcomp.h regexec.c
19018 ____________________________________________________________________________
19019 [ 14089] By: jhi                                   on 2002/01/05  15:42:12
19020         Log: Integrate perlio; a missing aTHX.
19021      Branch: perl
19022           !> op.c
19023 ____________________________________________________________________________
19024 [ 14088] By: nick                                  on 2002/01/05  12:35:01
19025         Log: One missing aTHX_
19026      Branch: perlio
19027            ! op.c
19028 ____________________________________________________________________________
19029 [ 14087] By: nick                                  on 2002/01/05  12:00:48
19030         Log: Raw integrate of mainline - op.c looks dodgy.
19031      Branch: perlio
19032           +> lib/Pod/t/Functions.t t/op/winsystem.t
19033            - lib/File/Spec/NW5.pm t/op/system.t
19034           !> (integrate 77 files)
19035 ____________________________________________________________________________
19036 [ 14086] By: gsar                                  on 2002/01/05  00:19:01
19037         Log: integrate changes from maint-5.6/macperl branch
19038      Branch: maint-5.6/perl
19039           !> ext/IO/IO.xs lib/File/Find.pm lib/File/Spec/Mac.pm
19040           !> lib/Pod/Html.pm pod/perlmodinstall.pod pod/perlport.pod
19041 ____________________________________________________________________________
19042 [ 14085] By: jhi                                   on 2002/01/04  23:36:23
19043         Log: In the UTF-8 branch of crypt() the extra \0 byte is required,
19044              found by Marc Lehmann.
19045      Branch: perl
19046            ! pp.c
19047 ____________________________________________________________________________
19048 [ 14084] By: jhi                                   on 2002/01/04  22:57:03
19049         Log: Subject: Re: [PATCH op.c] Bad \[...] prototype checking
19050              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19051              Date: Sat, 5 Jan 2002 00:31:12 +0100
19052              Message-ID: <20020105003112.E1850@rafael>              
19053      Branch: perl
19054            ! t/comp/proto.t
19055 ____________________________________________________________________________
19056 [ 14083] By: jhi                                   on 2002/01/04  22:56:23
19057         Log: A bit of "perl.com" cleanup.
19058      Branch: perl
19059            ! pod/perldelta.pod pod/perldiag.pod pod/perlfaq.pod
19060            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
19061            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq8.pod
19062            ! pod/perlmodlib.PL pod/perlmodlib.pod
19063 ____________________________________________________________________________
19064 [ 14082] By: jhi                                   on 2002/01/04  21:53:30
19065         Log: Subject: [PATCH op.c] Bad \[...] prototype checking
19066              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19067              Date: Fri, 4 Jan 2002 23:35:19 +0100
19068              Message-ID: <20020104233519.A1850@rafael>
19069      Branch: perl
19070            ! op.c
19071 ____________________________________________________________________________
19072 [ 14081] By: jhi                                   on 2002/01/04  21:45:22
19073         Log: Integrate change #14062 from macperl;
19074              Define setbuf, setvbuf for Mac OS
19075      Branch: perl
19076           !> ext/IO/IO.xs
19077 ____________________________________________________________________________
19078 [ 14080] By: pudge                                 on 2002/01/04  21:21:22
19079         Log: Bump version, update Changes
19080      Branch: maint-5.6/macperl
19081            ! macos/Changes macos/MPVersion.r
19082 ____________________________________________________________________________
19083 [ 14079] By: pudge                                 on 2002/01/04  21:09:40
19084         Log: Add more droplets
19085      Branch: maint-5.6/macperl
19086            + macos/macperl/Droplets/gluedialect.plx
19087            + macos/macperl/Droplets/glueedit.plx
19088            + macos/macperl/Droplets/gluemac.plx
19089            + macos/macperl/Droplets/gluescriptadds.plx
19090            + macos/macperl/Droplets/installme.plx
19091            + macos/macperl/Droplets/show_glue_pods.plx
19092            + macos/macperl/Droplets/tarzipme.plx
19093            + macos/macperl/Droplets/untarzipme.plx
19094 ____________________________________________________________________________
19095 [ 14078] By: jhi                                   on 2002/01/04  21:07:05
19096         Log: Display the native pwd command.
19097      Branch: perl
19098            ! ext/Cwd/t/cwd.t
19099 ____________________________________________________________________________
19100 [ 14077] By: jhi                                   on 2002/01/04  21:00:53
19101         Log: Under Mac OS X /dev/stdout is normally a symlink,
19102              but when running the test it seems to become a socket.
19103              So let's extend our censorship.
19104      Branch: perl
19105            ! t/op/stat.t
19106 ____________________________________________________________________________
19107 [ 14076] By: pudge                                 on 2002/01/04  20:44:23
19108         Log: First go at fixing Mac::Memory::_open (MacPerl Bug #494481)
19109      Branch: maint-5.6/macperl
19110            + macos/HandleSocket.cp
19111            ! macos/ext/Mac/Memory/Memory.xs macos/ext/Mac/Memory/t/Memory.t
19112            ! macos/macperl.sym
19113 ____________________________________________________________________________
19114 [ 14075] By: pudge                                 on 2002/01/04  20:42:06
19115         Log: Doc updates
19116      Branch: maint-5.6/macperl
19117            ! macos/ext/MacPerl/MacPerl.pm macos/ext/MacPerl/OSA.xs
19118 ____________________________________________________________________________
19119 [ 14074] By: pudge                                 on 2002/01/04  20:41:26
19120         Log: Update libraries
19121      Branch: maint-5.6/macperl
19122            ! macos/macperl/Makefile.mk
19123 ____________________________________________________________________________
19124 [ 14073] By: pudge                                 on 2002/01/04  20:40:11
19125         Log: Update tests to Mac::StandardFile from StandardFile.pl,
19126              plus other fixes
19127      Branch: maint-5.6/macperl
19128            ! macos/ext/Mac/Menus/t/MenuBar.t
19129            ! macos/ext/Mac/Movies/t/PlayMacMovie.t
19130            ! macos/ext/Mac/Movies/t/PlayMovie.t
19131            ! macos/ext/Mac/QuickTimeVR/t/QTVRControl.t
19132            ! macos/ext/Mac/QuickTimeVR/t/QTVRInterceptor.t
19133            ! macos/ext/Mac/QuickTimeVR/t/QTVRotator.t
19134            ! macos/ext/Mac/Resources/t/Resources.t
19135 ____________________________________________________________________________
19136 [ 14072] By: pudge                                 on 2002/01/04  20:37:44
19137         Log: Mistakenly used dXSARGS instead of dSP (MacPerl Bug #494482)
19138      Branch: maint-5.6/macperl
19139            ! macos/ext/Mac/Lists/Lists.xs macos/ext/Mac/Menus/Menus.xs
19140            ! macos/ext/Mac/Movies/Movies.xs
19141            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.xs
19142            ! macos/ext/Mac/StandardFile/StandardFile.xs
19143            ! macos/ext/Mac/Windows/Windows.xs
19144 ____________________________________________________________________________
19145 [ 14071] By: pudge                                 on 2002/01/04  20:35:52
19146         Log: Updates for Universal Headers 3.4 (forgot one)
19147      Branch: maint-5.6/macperl
19148            ! macos/macperl/MPConsole.cp
19149 ____________________________________________________________________________
19150 [ 14070] By: pudge                                 on 2002/01/04  20:32:57
19151         Log: Updates for Universal Headers 3.4
19152      Branch: maint-5.6/macperl
19153            ! macos/SubLaunch.c macos/ext/Mac/Navigation/Navigation.xs
19154            ! macos/ext/Mac/Navigation/typemap macos/macperl/MPAEUtils.c
19155            ! macos/macperl/MPAEVTStream.cp macos/macperl/MPAppleEvents.c
19156            ! macos/macperl/MPEditions.c macos/macperl/MPEditor.c
19157            ! macos/macperl/MPFile.c macos/macperl/MPGlobals.c
19158            ! macos/macperl/MPHelp.c macos/macperl/MPMain.c
19159            ! macos/macperl/MPPreferences.c macos/macperl/MPPseudoFile.cp
19160            ! macos/macperl/MPSave.c macos/macperl/MPScript.c
19161            ! macos/macperl/MPUtils.c macos/macperl/MPWindow.c
19162 ____________________________________________________________________________
19163 [ 14069] By: pudge                                 on 2002/01/04  20:28:20
19164         Log: Change AddEmulationProc to MacPerl_AddEmulationProc
19165              from <200112112327.JAA25434@gpo.metropolis.net.au>;
19166              don't crash on quit for 68K (MacPerl Bug #490013)
19167      Branch: maint-5.6/macperl
19168            ! macos/macish.c macos/macperl/MPConsole.cp
19169 ____________________________________________________________________________
19170 [ 14068] By: jhi                                   on 2002/01/04  20:24:59
19171         Log: If we do have socketpair(), make my_socketpair()
19172              just call the real socketpair().  This way we always
19173              have real code behind my_socketpair() and a symbol
19174              corresponding to the my_socketpair in global.sym.
19175      Branch: perl
19176            ! embed.fnc embed.h makedef.pl proto.h util.c
19177 ____________________________________________________________________________
19178 [ 14067] By: pudge                                 on 2002/01/04  20:19:18
19179         Log: Disable sigaction (MacPerl Bug #470321)
19180      Branch: maint-5.6/macperl
19181            ! macos/config.h macos/config.sh
19182 ____________________________________________________________________________
19183 [ 14066] By: pudge                                 on 2002/01/04  20:16:47
19184         Log: Make GUSI resource work (MacPerl Bug #464638)
19185      Branch: maint-5.6/macperl
19186            ! macos/PerlGUSIConfig.cp macos/macperl/MacPerl.r
19187            ! macos/macperl/MacPerl.rsrc
19188 ____________________________________________________________________________
19189 [ 14065] By: pudge                                 on 2002/01/04  20:14:26
19190         Log: Make AutoSplit go a little deeper
19191      Branch: maint-5.6/macperl
19192            ! macos/Makefile.mk
19193 ____________________________________________________________________________
19194 [ 14064] By: pudge                                 on 2002/01/04  20:13:36
19195         Log: A few doc updates from bleadperl
19196      Branch: maint-5.6/macperl
19197            ! pod/perlmodinstall.pod pod/perlport.pod
19198 ____________________________________________________________________________
19199 [ 14063] By: pudge                                 on 2002/01/04  20:12:11
19200         Log: Sync up to latest changes from bleadperl
19201      Branch: maint-5.6/macperl
19202            ! lib/File/Find.pm
19203 ____________________________________________________________________________
19204 [ 14062] By: pudge                                 on 2002/01/04  20:09:20
19205         Log: Define setbuf, setvbuf for Mac OS
19206      Branch: maint-5.6/macperl
19207            ! ext/IO/IO.xs
19208 ____________________________________________________________________________
19209 [ 14061] By: pudge                                 on 2002/01/04  20:07:38
19210         Log: Delete by request of Mark-Jason Dominus (change #13676)
19211      Branch: maint-5.6/macperl
19212            - macos/bundled_lib/blib/lib/Memoize/Saves.pm
19213 ____________________________________________________________________________
19214 [ 14060] By: jhi                                   on 2002/01/04  20:06:58
19215         Log: Spread the good word of "env".
19216      Branch: perl
19217            ! pod/perlhack.pod pod/perllocale.pod pod/perlrun.pod
19218 ____________________________________________________________________________
19219 [ 14059] By: jhi                                   on 2002/01/04  19:57:11
19220         Log: Till the system tests do something non-Win*, better rename
19221              the test so that people on other platforms don't get confused.
19222              (Not win32system, because assumedly there's win64, too.)
19223      Branch: perl
19224            + t/op/winsystem.t
19225            - t/op/system.t
19226            ! MANIFEST
19227 ____________________________________________________________________________
19228 [ 14058] By: jhi                                   on 2002/01/04  19:48:09
19229         Log: Some tweaks.
19230      Branch: perl
19231            ! lib/Pod/t/Functions.t
19232 ____________________________________________________________________________
19233 [ 14057] By: ams                                   on 2002/01/04  17:40:31
19234         Log: (retracted by #14057)
19235              
19236              Subject: [PATCH] Time/HiRes/HiRes.t
19237              From: Nicholas Clark <nick@unfortu.net>
19238              Date: Fri, 4 Jan 2002 17:28:46 +0000
19239              Message-Id: <20020104172845.D1013@Bagpuss.unfortu.net>
19240      Branch: perl
19241            ! ext/Time/HiRes/HiRes.t
19242 ____________________________________________________________________________
19243 [ 14056] By: jhi                                   on 2002/01/04  17:35:34
19244         Log: Subject: [PATCH lib/Pod/Functions.pm] + Docs and test         
19245              From: Abe Timmerman <abe@ztreet.demon.nl>
19246              Date: Fri, 04 Jan 2002 18:42:33 +0100
19247              Message-ID: <bm5b3usi1f65td4c9bo9fand20p0vnupf2@4ax.com>      
19248      Branch: perl
19249            + lib/Pod/t/Functions.t
19250            ! MANIFEST lib/Pod/Functions.pm
19251 ____________________________________________________________________________
19252 [ 14055] By: jhi                                   on 2002/01/04  14:33:09
19253         Log: Subject: [PATCH perl@14042] Devel::PPPort Makefile.PL umpteenth try
19254              From: "Craig A. Berry" <craigberry@mac.com>
19255              Date: Thu, 3 Jan 2002 17:32:20 -0600
19256              Message-Id: <a05101004b85a82bb7352@[172.16.52.1]>
19257      Branch: perl
19258            ! ext/Devel/PPPort/Makefile.PL lib/ExtUtils/MM_Unix.pm
19259 ____________________________________________________________________________
19260 [ 14054] By: jhi                                   on 2002/01/04  04:04:05
19261         Log: Document the U+0085, U+2028, and U+2029.
19262      Branch: perl
19263            ! pod/perlre.pod pod/perlretut.pod
19264 ____________________________________________________________________________
19265 [ 14053] By: ams                                   on 2002/01/04  03:27:44
19266         Log: Subject: [PATCH] warn if not CORE::dump
19267              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19268              Date: Thu, 3 Jan 2002 22:04:00 +0100
19269              Message-Id: <20020103220400.A13958@rafael>
19270      Branch: perl
19271            ! pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/toke toke.c
19272 ____________________________________________________________________________
19273 [ 14052] By: jhi                                   on 2002/01/04  03:13:50
19274         Log: Add U+0085, U+2028, and U+2029 to \s under Unicode.
19275      Branch: perl
19276            ! lib/unicore/Is/SpacePerl.pl lib/unicore/mktables t/op/pat.t
19277 ____________________________________________________________________________
19278 [ 14051] By: ams                                   on 2002/01/04  03:00:12
19279         Log: Subject: [PATCH] File::Compare::VERSION
19280              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19281              Date: Thu, 3 Jan 2002 23:42:52 +0100
19282              Message-Id: <20020103234252.G13958@rafael>
19283      Branch: perl
19284            ! lib/File/Compare.pm
19285 ____________________________________________________________________________
19286 [ 14050] By: ams                                   on 2002/01/04  02:58:05
19287         Log: Subject: [PATCH @14042] threads::shared doc
19288              From: =?iso-8859-1?q?Andy=20Bussey?= <andybussey@yahoo.co.uk>
19289              Date: Thu, 3 Jan 2002 23:24:13 +0000 (GMT)
19290              Message-Id: <20020103232413.3690.qmail@web21001.mail.yahoo.com>
19291      Branch: perl
19292            ! ext/threads/shared/shared.pm
19293 ____________________________________________________________________________
19294 [ 14049] By: jhi                                   on 2002/01/03  20:38:22
19295         Log: #14048 exposed few false positives, to be fixed soonish.
19296      Branch: perl
19297            ! t/op/pat.t
19298 ____________________________________________________________________________
19299 [ 14048] By: jhi                                   on 2002/01/03  20:36:38
19300         Log: Do not add the first characters of multicharacter foldings
19301              into character classes.
19302      Branch: perl
19303            ! regcomp.c
19304 ____________________________________________________________________________
19305 [ 14047] By: jhi                                   on 2002/01/03  20:30:55
19306         Log: A bit of testing for #14046.
19307      Branch: perl
19308            ! t/op/pat.t
19309 ____________________________________________________________________________
19310 [ 14046] By: jhi                                   on 2002/01/03  20:22:48
19311         Log: Allow emitting the foldcased version of "\x{df}", "ss"
19312              (among others, another example would be \x{fb00} -> "ff")
19313      Branch: perl
19314            ! regcomp.c
19315 ____________________________________________________________________________
19316 [ 14045] By: jhi                                   on 2002/01/03  19:29:35
19317         Log: Subject: [PATCH] File::Spec & NetWare
19318              From: Dave Rolsky <autarch@urth.org>
19319              Date: Thu, 3 Jan 2002 12:53:19 -0600 (CST)
19320              Message-ID: <Pine.LNX.4.43.0201031252130.27977-100000@urth.org>
19321      Branch: perl
19322            - lib/File/Spec/NW5.pm
19323            ! MANIFEST lib/File/Spec.pm
19324 ____________________________________________________________________________
19325 [ 14044] By: jhi                                   on 2002/01/03  19:26:53
19326         Log: FAQ sync (RCS Ids only?)
19327      Branch: perl
19328            ! pod/perlfaq4.pod pod/perlfaq6.pod pod/perlfaq7.pod
19329 ____________________________________________________________________________
19330 [ 14043] By: jhi                                   on 2002/01/03  19:25:48
19331         Log: AUTHORs updates.
19332      Branch: perl
19333            ! AUTHORS
19334 ____________________________________________________________________________
19335 [ 14042] By: jhi                                   on 2002/01/03  16:04:24
19336         Log: Update Changes.
19337      Branch: perl
19338            ! Changes patchlevel.h
19339 ____________________________________________________________________________
19340 [ 14041] By: jhi                                   on 2002/01/03  15:57:42
19341         Log: Missed the =head1 additions.
19342      Branch: perl
19343            ! XSUB.h av.c av.h cop.h cv.h doio.c gv.c gv.h handy.h hv.h
19344            ! intrpvar.h mg.c numeric.c op.c op.h perl.c pp.h pp_sort.c
19345            ! scope.h sharedsv.c sv.c sv.h thrdvar.h universal.c utf8.c
19346            ! util.c
19347 ____________________________________________________________________________
19348 [ 14040] By: jhi                                   on 2002/01/03  15:05:06
19349         Log: Subject: [PATCH lib/Carp/Heavy.pm lib/Carp.t] obscure warning from Carp::Heavy
19350              From: Robin Barker <rmb1@cise.npl.co.uk>
19351              Date: Thu, 3 Jan 2002 15:26:20 GMT
19352              Message-Id: <200201031526.PAA06095@tempest.npl.co.uk>            
19353      Branch: perl
19354            ! lib/Carp.t lib/Carp/Heavy.pm
19355 ____________________________________________________________________________
19356 [ 14039] By: jhi                                   on 2002/01/03  15:02:12
19357         Log: Subject: [PATCH hv.c] 
19358              From: Robin Barker <rmb1@cise.npl.co.uk>
19359              Date: Thu, 3 Jan 2002 14:49:06 GMT
19360              Message-Id: <200201031449.OAA26137@tempest.npl.co.uk>            
19361              
19362              -Wformat check.
19363      Branch: perl
19364            ! hv.c
19365 ____________________________________________________________________________
19366 [ 14038] By: jhi                                   on 2002/01/03  15:01:09
19367         Log: NetWare tweaks from Ananth Kesari.
19368      Branch: perl
19369            ! NetWare/t/NWScripts.pl lib/File/Find.pm
19370 ____________________________________________________________________________
19371 [ 14037] By: jhi                                   on 2002/01/03  13:41:38
19372         Log: Cast.
19373      Branch: perl
19374            ! regexec.c
19375 ____________________________________________________________________________
19376 [ 14036] By: ams                                   on 2002/01/03  12:12:31
19377         Log: Grammar fix suggested by Gwyn Judd.
19378      Branch: perl
19379            ! pod/perldiag.pod
19380 ____________________________________________________________________________
19381 [ 14035] By: nick                                  on 2002/01/03  09:22:42
19382         Log: More strange perlio != mainline differences where
19383              I have not been.
19384      Branch: perlio
19385           !> hints/unicos.sh hints/unicosmk.sh
19386 ____________________________________________________________________________
19387 [ 14034] By: nick                                  on 2002/01/03  09:19:37
19388         Log: Integrate mainline (including force integrate of
19389              lib/charnames.pm which had got out-of-step)
19390      Branch: perlio
19391           !> ext/Devel/PPPort/Makefile.PL lib/charnames.pm
19392 ____________________________________________________________________________
19393 [ 14033] By: ams                                   on 2002/01/03  08:24:24
19394         Log: Subject: Not ok 14031: PPPort Makefile.PL
19395              From: andreas.koenig@anima.de (Andreas J. Koenig)
19396              Date: 03 Jan 2002 10:17:46 +0100
19397              Message-Id: <m3sn9n94jp.fsf@anima.de>
19398      Branch: perl
19399            ! ext/Devel/PPPort/Makefile.PL
19400 ____________________________________________________________________________
19401 [ 14032] By: nick                                  on 2002/01/03  08:24:00
19402         Log: Integrate mainline.
19403      Branch: perlio
19404           +> autodoc.pl embed.fnc ext/threads/shared/t/no_share.t
19405           +> lib/Pod/t/man.t lib/Pod/t/text-errors.t
19406           !> (integrate 31 files)
19407 ____________________________________________________________________________
19408 [ 14031] By: jhi                                   on 2002/01/03  01:52:04
19409         Log: Off-by-one is my middle name.
19410      Branch: perl
19411            ! regexec.c
19412 ____________________________________________________________________________
19413 [ 14030] By: ams                                   on 2002/01/02  23:56:37
19414         Log: Subject: [PATCH @14015] threads::shared disabling
19415              From: Andy Bussey <andybussey@yahoo.co.uk>
19416              Date: Thu, 3 Jan 2002 00:46:58 +0000 (GMT)
19417              Message-Id: <20020103004658.97969.qmail@web21006.mail.yahoo.com>
19418      Branch: perl
19419            + ext/threads/shared/t/no_share.t
19420            ! MANIFEST ext/threads/shared/shared.pm ext/threads/threads.pm
19421 ____________________________________________________________________________
19422 [ 14029] By: jhi                                   on 2002/01/02  23:40:08
19423         Log: Simon's new perlapi scheme, I hope I got all the pieces.
19424      Branch: perl
19425            + autodoc.pl embed.fnc
19426            ! MANIFEST Makefile.SH embed.pl pod/perlapi.pod
19427 ____________________________________________________________________________
19428 [ 14028] By: jhi                                   on 2002/01/02  23:29:03
19429         Log: Integrate perlio; more PPPort Makefile source dependence removal
19430      Branch: perl
19431           !> ext/Devel/PPPort/Makefile.PL perl.h
19432 ____________________________________________________________________________
19433 [ 14027] By: ams                                   on 2002/01/02  21:42:50
19434         Log: Subject: [PATCH perldiag] errors caused by the "my Dog $spot" syntax
19435              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19436              Date: Wed, 2 Jan 2002 23:09:13 +0100
19437              Message-Id: <20020102230913.A17373@rafael>
19438      Branch: perl
19439            ! pod/perldiag.pod
19440 ____________________________________________________________________________
19441 [ 14026] By: ams                                   on 2002/01/02  21:38:34
19442         Log: Subject: Re: PATCH: lib/Term/Cap.pm
19443              From: Jonathan Stowe <gellyfish@gellyfish.com>
19444              Date: Wed, 2 Jan 2002 21:50:36 +0000 (GMT)
19445              Message-Id: <Pine.LNX.4.33.0201022144370.6042-100000@orpheus.gellyfish.com>
19446      Branch: perl
19447            ! lib/Term/Cap.pm
19448 ____________________________________________________________________________
19449 [ 14025] By: ams                                   on 2002/01/02  18:34:26
19450         Log: Subject: [PATCH] Bad prototype detection changed from error to warning
19451              From: Sam Tregar <sam@tregar.com>
19452              Date: Wed, 2 Jan 2002 14:04:26 -0500 (EST)
19453              Message-Id: <Pine.LNX.4.33.0201021400110.15420-200000@localhost.localdomain>
19454      Branch: perl
19455            ! pod/perldiag.pod t/comp/proto.t toke.c
19456 ____________________________________________________________________________
19457 [ 14024] By: ams                                   on 2002/01/02  18:16:12
19458         Log: Subject: PATCH: lib/Term/Cap.pm
19459              From: Norton Allen <allen@huarp.harvard.edu>
19460              Date: Wed, 2 Jan 2002 14:22:09 -0500 (est)
19461              Message-Id: <200201021922.OAA18505@bottesini.harvard.edu>
19462      Branch: perl
19463            ! lib/Term/Cap.pm
19464 ____________________________________________________________________________
19465 [ 14023] By: ams                                   on 2002/01/02  18:12:31
19466         Log: Subject: PATCH: lib/Cwd.pm for QNX4
19467              From: Norton Allen <allen@huarp.harvard.edu>
19468              Date: Wed, 2 Jan 2002 14:19:42 -0500 (est)
19469              Message-Id: <200201021919.OAA18012@bottesini.harvard.edu>
19470      Branch: perl
19471            ! lib/Cwd.pm
19472 ____________________________________________________________________________
19473 [ 14022] By: nick                                  on 2002/01/02  18:01:21
19474         Log: More PPPort Makefile source dependence removal
19475      Branch: perlio
19476            ! ext/Devel/PPPort/Makefile.PL
19477 ____________________________________________________________________________
19478 [ 14021] By: nick                                  on 2002/01/02  17:44:36
19479         Log: Sort out muddle of editing on three machines ...
19480      Branch: perlio
19481           !> Changes MANIFEST cygwin/Makefile.SHs
19482           !> ext/Devel/PPPort/Makefile.PL ext/I18N/Langinfo/Langinfo.t
19483           !> ext/IO/lib/IO/Socket/INET.pm lib/Pod/t/basic.t
19484           !> lib/User/grent.t patchlevel.h perl.h regcomp.c regexec.c
19485 ____________________________________________________________________________
19486 [ 14020] By: ams                                   on 2002/01/02  17:06:27
19487         Log: Fix misplaced application of #14016.
19488      Branch: perl
19489            ! op.c
19490 ____________________________________________________________________________
19491 [ 14019] By: jhi                                   on 2002/01/02  16:51:38
19492         Log: Integrate perlio; avoid uninit debug_pad.
19493      Branch: perl
19494           !> sv.c
19495 ____________________________________________________________________________
19496 [ 14018] By: jhi                                   on 2002/01/02  16:50:22
19497         Log: makedepend VOS fix from Paul Green.
19498      Branch: perl
19499            ! makedepend.SH
19500 ____________________________________________________________________________
19501 [ 14017] By: nick                                  on 2002/01/02  16:09:43
19502         Log: Avoid un-init perl_debug_pad in clones
19503      Branch: perlio
19504            ! sv.c
19505 ____________________________________________________________________________
19506 [ 14016] By: ams                                   on 2002/01/02  15:58:11
19507         Log: Subject: [PATCH] random crash in B::LISTOP::last
19508              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
19509              Date: Wed, 2 Jan 2002 17:37:28 +0100
19510              Message-Id: <3C334558.3906.19CB98D@localhost>
19511      Branch: perl
19512            ! op.c
19513 ____________________________________________________________________________
19514 [ 14015] By: jhi                                   on 2002/01/02  15:21:12
19515         Log: Update Changes.
19516      Branch: perl
19517            ! Changes patchlevel.h
19518 ____________________________________________________________________________
19519 [ 14014] By: jhi                                   on 2002/01/02  15:12:57
19520         Log: One more iteration of the ibcmp_utf8() interface,
19521              hopefully this is a convergent iteration...
19522      Branch: perl
19523            ! embed.pl pod/perlapi.pod proto.h regexec.c t/op/pat.t utf8.c
19524 ____________________________________________________________________________
19525 [ 14013] By: ams                                   on 2002/01/02  13:43:58
19526         Log: Upgrade to podlators-1.19.
19527      Branch: perl
19528            + lib/Pod/t/man.t lib/Pod/t/text-errors.t
19529            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text.pm
19530            ! lib/Pod/Text/Termcap.pm lib/Pod/t/basic.cap
19531            ! lib/Pod/t/basic.clr lib/Pod/t/basic.man lib/Pod/t/basic.ovr
19532            ! lib/Pod/t/basic.pod lib/Pod/t/basic.txt
19533 ____________________________________________________________________________
19534 [ 14012] By: ams                                   on 2002/01/02  09:48:51
19535         Log: Subject: [ID 20011219.004] Pod::Usage does not terminate with a true value
19536              From: martyn@inpharmatica.co.uk
19537              Date: Wed, 19 Dec 2001 19:05:00 +0000
19538              Message-Id: <E16Gm1U-00005z-00@baker-st.inpharmatica.co.uk>
19539      Branch: perl
19540            ! lib/Pod/Usage.pm
19541 ____________________________________________________________________________
19542 [ 14011] By: nick                                  on 2002/01/02  08:38:18
19543         Log: Integrate mainline
19544      Branch: perlio
19545           !> (integrate 28 files)
19546 ____________________________________________________________________________
19547 [ 14010] By: jhi                                   on 2002/01/02  03:59:22
19548         Log: Make ibcmp_utf8() optionally progress in either string for
19549              as long as it takes and optionally record how far it got.
19550      Branch: perl
19551            ! embed.h embed.pl pod/perlapi.pod proto.h regexec.c utf8.c
19552 ____________________________________________________________________________
19553 [ 14009] By: jhi                                   on 2002/01/02  00:35:15
19554         Log: Once more try to get the PPPort Makefile right.
19555      Branch: perl
19556            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/ppport_h.PL
19557 ____________________________________________________________________________
19558 [ 14008] By: jhi                                   on 2002/01/02  00:03:27
19559         Log: -Wall silencing.
19560      Branch: perl
19561            ! utf8.c
19562 ____________________________________________________________________________
19563 [ 14007] By: jhi                                   on 2002/01/01  23:48:19
19564         Log: Subject: [PATCH B::Deparse] alternate way to figure out prototypes
19565              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19566              Date: Tue, 1 Jan 2002 22:45:21 +0100       
19567              Message-ID: <20020101224521.A691@rafael>
19568      Branch: perl
19569            ! ext/B/B/Deparse.pm
19570 ____________________________________________________________________________
19571 [ 14006] By: jhi                                   on 2002/01/01  23:40:10
19572         Log: VOS tweak from Paul Green: VOS has different O_BINARY
19573              and O_TEXT, but VOS always uses LF, never CRLF.
19574      Branch: perl
19575            ! perl.h
19576 ____________________________________________________________________________
19577 [ 14005] By: jhi                                   on 2002/01/01  23:34:25
19578         Log: Make ibcmp_utf8() more robust and make regmatch() use it.
19579      Branch: perl
19580            ! regexec.c utf8.c
19581 ____________________________________________________________________________
19582 [ 14004] By: jhi                                   on 2002/01/01  18:27:50
19583         Log: Now that to_utf8_fold() was fixed.
19584      Branch: perl
19585            ! regcomp.c regexec.c
19586 ____________________________________________________________________________
19587 [ 14003] By: jhi                                   on 2002/01/01  18:04:02
19588         Log: Integrate perlio; experimental binmode() re-coding.
19589      Branch: perl
19590           !> perlio.c
19591 ____________________________________________________________________________
19592 [ 14002] By: jhi                                   on 2002/01/01  17:53:44
19593         Log: Document the to_utf8_*() functions.
19594      Branch: perl
19595            ! embed.pl pod/perlapi.pod utf8.c
19596 ____________________________________________________________________________
19597 [ 14001] By: jhi                                   on 2002/01/01  17:29:05
19598         Log: Better support for multicharacter foldings.
19599              Now all but two of the CaseFold.txt cases work-- but
19600              only when the target string is single-character, more
19601              debugging needed.
19602      Branch: perl
19603            ! regexec.c
19604 ____________________________________________________________________________
19605 [ 14000] By: ams                                   on 2002/01/01  15:59:43
19606         Log: Subject: [PATCH] don't installperl pods
19607              From: Nicholas Clark <nick@unfortu.net>
19608              Date: Tue, 1 Jan 2002 16:44:12 +0000
19609              Message-Id: <20020101164411.A3157@Bagpuss.unfortu.net>
19610      Branch: perl
19611            ! installperl
19612 ____________________________________________________________________________
19613 [ 13999] By: ams                                   on 2002/01/01  14:34:04
19614         Log: Subject: [PATCH] perldiag.pod transposition
19615              From: Nicholas Clark <nick@unfortu.net>
19616              Date: Tue, 1 Jan 2002 15:03:52 +0000
19617              Message-Id: <20020101150350.A2963@Bagpuss.unfortu.net>
19618      Branch: perl
19619            ! pod/perldiag.pod
19620 ____________________________________________________________________________
19621 [ 13998] By: ams                                   on 2002/01/01  13:36:49
19622         Log: Subject: [PATCH perldiag] Corrections : unknown warning category
19623              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19624              Date: Tue, 1 Jan 2002 15:12:36 +0100
19625              Message-Id: <20020101151236.A951@rafael>
19626      Branch: perl
19627            ! pod/perldiag.pod
19628 ____________________________________________________________________________
19629 [ 13997] By: ams                                   on 2002/01/01  13:33:06
19630         Log: Subject: [better PATCH] Re: Low-lights of Win32 / bleadperl
19631              From: Nicholas Clark <nick@unfortu.net>
19632              Date: Tue, 1 Jan 2002 13:13:17 +0000
19633              Message-Id: <20020101131316.A475@Bagpuss.unfortu.net>
19634      Branch: perl
19635            ! ext/Socket/socketpair.t
19636 ____________________________________________________________________________
19637 [ 13996] By: ams                                   on 2002/01/01  04:44:28
19638         Log: Subject: [PATCH @13746] Leaner exporter
19639              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19640              Date: Mon, 31 Dec 2001 18:16:08 -0500
19641              Message-Id: <20011231181608.A29253@math.ohio-state.edu>
19642      Branch: perl
19643            ! ext/B/t/stash.t lib/Exporter.pm lib/Exporter/Heavy.pm
19644 ____________________________________________________________________________
19645 [ 13995] By: ams                                   on 2002/01/01  04:29:44
19646         Log: Subject: [PATCH @13746] h2xs broken
19647              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19648              Date: Mon, 31 Dec 2001 17:48:55 -0500
19649              Message-Id: <20011231174855.A29128@math.ohio-state.edu>
19650      Branch: perl
19651            ! utils/h2xs.PL
19652 ____________________________________________________________________________
19653 [ 13994] By: ams                                   on 2002/01/01  04:25:46
19654         Log: Subject: Re: [PATCH @13746] uninstalled build of modules broken
19655              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19656              Date: Mon, 31 Dec 2001 17:42:25 -0500
19657              Message-Id: <20011231174225.A29048@math.ohio-state.edu>
19658      Branch: perl
19659            ! lib/ExtUtils/MM_Unix.pm
19660 ____________________________________________________________________________
19661 [ 13993] By: jhi                                   on 2002/01/01  03:45:24
19662         Log: Rename the variables to be a bit more consistent.
19663      Branch: perl
19664            ! utf8.c
19665 ____________________________________________________________________________
19666 [ 13992] By: jhi                                   on 2002/01/01  03:35:01
19667         Log: Unnecessary/Lingering UTF8 flag might mess up caseless matching
19668              (found by Jeffrey Friedl)
19669      Branch: perl
19670            ! regexec.c t/op/pat.t utf8.c
19671 ____________________________________________________________________________
19672 [ 13991] By: nick                                  on 2001/12/31  18:08:55
19673         Log: Experimental binmode() re-coding (UNIX okay - but it would be...)
19674      Branch: perlio
19675            ! perlio.c
19676 ____________________________________________________________________________
19677 [ 13990] By: jhi                                   on 2001/12/31  17:13:12
19678         Log: Update Changes.
19679      Branch: perl
19680            ! Changes patchlevel.h
19681 ____________________________________________________________________________
19682 [ 13989] By: jhi                                   on 2001/12/31  16:47:28
19683         Log: Less unused ones.
19684      Branch: perl
19685            ! regexec.c
19686 ____________________________________________________________________________
19687 [ 13988] By: jhi                                   on 2001/12/31  16:46:29
19688         Log: Unused variable.
19689      Branch: perl
19690            ! regcomp.c
19691 ____________________________________________________________________________
19692 [ 13987] By: jhi                                   on 2001/12/31  16:41:15
19693         Log: Forgotten file.
19694      Branch: perl
19695            ! MANIFEST
19696 ____________________________________________________________________________
19697 [ 13986] By: jhi                                   on 2001/12/31  16:35:57
19698         Log: Subject: Re: Cygwin: one down one to go 
19699              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19700              Date: Mon, 31 Dec 2001 18:34:36 +0100
19701              Message-Id: <20011231183002.E067.H.M.BRAND@hccnet.nl>
19702      Branch: perl
19703            ! cygwin/Makefile.SHs
19704 ____________________________________________________________________________
19705 [ 13985] By: jhi                                   on 2001/12/31  16:33:08
19706         Log: Add some comments to the recent Unicode case-folding saga.
19707      Branch: perl
19708            ! regcomp.c regexec.c
19709 ____________________________________________________________________________
19710 [ 13984] By: jhi                                   on 2001/12/31  16:19:13
19711         Log: Slight comment tweakage.
19712      Branch: perl
19713            ! ext/I18N/Langinfo/Langinfo.t
19714 ____________________________________________________________________________
19715 [ 13983] By: jhi                                   on 2001/12/31  16:05:18
19716         Log: Clarify the BeOS O_TEXT/O_BINARY situation.
19717      Branch: perl
19718            ! perl.h
19719 ____________________________________________________________________________
19720 [ 13982] By: jhi                                   on 2001/12/31  15:05:36
19721         Log: Subject: [ PATCH] Cygwin: one down one to go
19722              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19723              Date: Mon, 31 Dec 2001 17:03:40 +0100
19724              Message-Id: <20011231170025.E05B.H.M.BRAND@hccnet.nl>
19725      Branch: perl
19726            ! lib/Pod/t/basic.t
19727 ____________________________________________________________________________
19728 [ 13981] By: jhi                                   on 2001/12/31  14:44:03
19729         Log: Tweak the dependencies not to recompile everytime,
19730              as suggested by NI-S.
19731      Branch: perl
19732            ! ext/Devel/PPPort/Makefile.PL
19733 ____________________________________________________________________________
19734 [ 13980] By: jhi                                   on 2001/12/31  14:29:17
19735         Log: Planning still not right.
19736      Branch: perl
19737            ! lib/User/grent.t
19738 ____________________________________________________________________________
19739 [ 13979] By: jhi                                   on 2001/12/31  14:19:55
19740         Log: Subject: [PATCH lib/User/grent.t] Double double test test header header
19741              From: Michael G Schwern <schwern@pobox.com>
19742              Date: Sun, 30 Dec 2001 18:07:55 -0500
19743              Message-ID: <20011230230755.GG12840@blackrider>
19744              
19745              (lib/User/grent, really)
19746      Branch: perl
19747            ! lib/User/grent.t
19748 ____________________________________________________________________________
19749 [ 13978] By: jhi                                   on 2001/12/31  14:17:55
19750         Log: Integrate perlio; cleanup, in particular avoid accidental
19751              PerlIO_flush(NULL) if PerlIONext is NULL.
19752      Branch: perl
19753           !> ext/Devel/PPPort/MANIFEST perlio.c perliol.h
19754 ____________________________________________________________________________
19755 [ 13977] By: jhi                                   on 2001/12/31  14:15:58
19756         Log: Subject: typo in IO::Socket::INET.pm
19757              From: mjd@plover.com
19758              Date: 31 Dec 2001 14:31:10 -0000
19759              Message-ID: <20011231143110.4989.qmail@plover.com>
19760      Branch: perl
19761            ! ext/IO/lib/IO/Socket/INET.pm
19762 ____________________________________________________________________________
19763 [ 13976] By: nick                                  on 2001/12/31  13:56:11
19764         Log: Integrate mainline
19765      Branch: perlio
19766           !> (integrate 29 files)
19767 ____________________________________________________________________________
19768 [ 13975] By: nick                                  on 2001/12/31  12:40:50
19769         Log: perlio.c cleanup - in particular avoid accidental PerlIO_flush(NULL)
19770              if PerlIONext is NULL.
19771      Branch: perlio
19772            ! perlio.c perliol.h
19773 ____________________________________________________________________________
19774 [ 13974] By: jhi                                   on 2001/12/31  04:59:53
19775         Log: Subject: Re: [PATCH] Basic bad prototype detection
19776              From: Sam Tregar <sam@tregar.com>
19777              Date: Mon, 31 Dec 2001 00:50:30 -0500 (EST)
19778              Message-ID: <Pine.LNX.4.33.0112310017090.9102-200000@localhost.localdomain>
19779      Branch: perl
19780            ! t/comp/proto.t toke.c
19781 ____________________________________________________________________________
19782 [ 13973] By: jhi                                   on 2001/12/31  04:14:45
19783         Log: Subject: [PATCH] configure.com / scriptdirexp
19784              From: "Craig A. Berry" <craigberry@mac.com>
19785              Date: Sun, 30 Dec 2001 15:47:28 -0600
19786              Message-Id: <a05101004b8553b205841@[172.16.52.1]>
19787      Branch: perl
19788            ! configure.com
19789 ____________________________________________________________________________
19790 [ 13972] By: jhi                                   on 2001/12/31  04:07:35
19791         Log: Subject: [PATCH lib/ExtUtils/t/MM_Win32.t] resolve problems with tools_other() and htmlifypods
19792              From: Abe Timmerman <abe@ztreet.demon.nl>
19793              Date: Mon, 31 Dec 2001 03:55:27 +0100
19794              Message-ID: <u0kv2ussgukot09trgjkosn8uootjkcebv@4ax.com>
19795      Branch: perl
19796            ! lib/ExtUtils/t/MM_Win32.t
19797 ____________________________________________________________________________
19798 [ 13971] By: jhi                                   on 2001/12/31  04:05:46
19799         Log: Subject: [PATCH] Basic bad prototype detection
19800              From: Sam Tregar <sam@tregar.com> 
19801              Date: Sun, 30 Dec 2001 19:57:55 -0500 (EST) 
19802              Message-ID: <Pine.LNX.4.33.0112301948270.9102-200000@localhost.localdomain>
19803      Branch: perl
19804            ! pod/perldiag.pod t/comp/proto.t toke.c
19805 ____________________________________________________________________________
19806 [ 13970] By: jhi                                   on 2001/12/31  03:53:54
19807         Log: Makefiles are sloppy about the exe suffix
19808              (from Paul Green)
19809      Branch: perl
19810            ! Makefile.SH x2p/Makefile.SH
19811 ____________________________________________________________________________
19812 [ 13969] By: jhi                                   on 2001/12/31  03:42:15
19813         Log: Delay folding until necessary; start of handling
19814              folding into several characters.
19815      Branch: perl
19816            ! regcomp.c regexec.c
19817 ____________________________________________________________________________
19818 [ 13968] By: jhi                                   on 2001/12/31  00:35:35
19819         Log: gcc -Wall dewhine.
19820      Branch: perl
19821            ! regexec.c
19822 ____________________________________________________________________________
19823 [ 13967] By: jhi                                   on 2001/12/31  00:29:37
19824         Log: More Unicode folding tweaks, avoid potential false matches.
19825      Branch: perl
19826            ! regexec.c
19827 ____________________________________________________________________________
19828 [ 13966] By: jhi                                   on 2001/12/30  23:30:56
19829         Log: Make that six wrongs.
19830      Branch: perl
19831            ! regexec.c utf8.c
19832 ____________________________________________________________________________
19833 [ 13965] By: jhi                                   on 2001/12/30  23:12:17
19834         Log: Four wrongs can make a right.
19835      Branch: perl
19836            ! regexec.c utf8.c
19837 ____________________________________________________________________________
19838 [ 13964] By: jhi                                   on 2001/12/30  21:12:25
19839         Log: Fix all the I case foldings as per CaseFold.txt.
19840      Branch: perl
19841            ! regcomp.c regexec.c
19842 ____________________________________________________________________________
19843 [ 13963] By: jhi                                   on 2001/12/30  20:04:32
19844         Log: Fix all the C(ommon) case foldings as per CaseFold.txt.
19845      Branch: perl
19846            ! lib/unicore/To/Fold.pl lib/unicore/mktables regcomp.c
19847            ! regexec.c utf8.c
19848 ____________________________________________________________________________
19849 [ 13962] By: nick                                  on 2001/12/30  18:33:41
19850         Log: Integrate 8.3 fix for PPPort fix
19851      Branch: perlio
19852           +> ext/Devel/PPPort/ppport_h.PL
19853            - ext/Devel/PPPort/ppport.h.PL
19854            ! ext/Devel/PPPort/MANIFEST
19855           !> ext/Devel/PPPort/Makefile.PL
19856 ____________________________________________________________________________
19857 [ 13961] By: jhi                                   on 2001/12/30  17:35:45
19858         Log: Integrate perlio; more win32 stuff:
19859              
19860              A. Use Perl_my_socketpair()
19861              B. Use PerlSock_xxxx() rather than raw xxxx() so we get to
19862              load winsock.
19863              C. (In passing) work round fact that $$ is now SvREADONLY
19864              so we need to take special measures to set it during
19865              pseudo-fork.
19866      Branch: perl
19867           !> util.c win32/perlhost.h
19868 ____________________________________________________________________________
19869 [ 13960] By: jhi                                   on 2001/12/30  17:33:24
19870         Log: Fix ppport.h for Unix.
19871      Branch: perl
19872            + ext/Devel/PPPort/ppport_h.PL
19873            - ext/Devel/PPPort/ppport.h.PL
19874            ! MANIFEST ext/Devel/PPPort/Makefile.PL
19875 ____________________________________________________________________________
19876 [ 13959] By: nick                                  on 2001/12/30  16:53:42
19877         Log: Win32 stuff:
19878              A. Use Perl_my_socketpair()
19879              B. Use PerlSock_xxxx() rather than raw xxxx() so we get to load winsock.
19880              C. (In passing) work round fact that $$ is now SvREADONLY so we need to 
19881              take special measures to set it during pseudo-fork.
19882      Branch: perlio
19883            ! util.c win32/perlhost.h
19884 ____________________________________________________________________________
19885 [ 13958] By: jhi                                   on 2001/12/30  16:33:58
19886         Log: Integrate perlio; win32 kicking.
19887      Branch: perl
19888           +> ext/Devel/PPPort/ppport.h.PL
19889           !> embed.h embed.pl ext/Devel/PPPort/Makefile.PL
19890           !> ext/Devel/PPPort/t/test.t ext/Errno/Errno_pm.PL global.sym
19891           !> proto.h
19892 ____________________________________________________________________________
19893 [ 13957] By: jhi                                   on 2001/12/30  16:32:33
19894         Log: metaconfig unit change for #13956.
19895      Branch: metaconfig
19896            ! U/modified/spitshell.U
19897 ____________________________________________________________________________
19898 [ 13956] By: jhi                                   on 2001/12/30  16:32:11
19899         Log: Must look for cat also in $PATH (noticed by Philip Newton).
19900      Branch: perl
19901            ! Configure
19902 ____________________________________________________________________________
19903 [ 13955] By: jhi                                   on 2001/12/30  16:19:46
19904         Log: Subject: [PATCH] POSIX to understand _SC_PAGESIZE
19905              From: Blair Zajac <blair@orcaware.com>
19906              Date: Sat, 29 Dec 2001 22:37:03 -0800
19907              Message-ID: <3C2EB60F.BB4321DD@orcaware.com>
19908      Branch: perl
19909            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
19910 ____________________________________________________________________________
19911 [ 13954] By: jhi                                   on 2001/12/30  16:17:44
19912         Log: Regen files.
19913      Branch: perl
19914            ! embed.h global.sym pod/perlapi.pod uconfig.h
19915 ____________________________________________________________________________
19916 [ 13953] By: jhi                                   on 2001/12/30  15:57:25
19917         Log: Subject: [PATCH] -t without -w 
19918              From: Michael G Schwern <schwern@pobox.com>
19919              Date: Sat, 29 Dec 2001 23:46:25 -0500
19920              Message-ID: <20011230044625.GA14386@blackrider>
19921      Branch: perl
19922            ! perl.c pod/perlrun.pod pp_ctl.c t/run/switcht.t warnings.h
19923            ! warnings.pl
19924 ____________________________________________________________________________
19925 [ 13952] By: jhi                                   on 2001/12/30  15:52:59
19926         Log: Subject: Re: Win32 snag - File::Find File::Spec and Config.pm
19927              From: Dave Rolsky <autarch@urth.org>               
19928              Date: Sat, 29 Dec 2001 23:16:54 -0600 (CST) 
19929              Message-ID: <Pine.LNX.4.43.0112292305270.16562-100000@urth.org>
19930              
19931              $^O is NetWare, not Netware.
19932      Branch: perl
19933            ! lib/ExtUtils/MakeMaker.pm lib/File/Spec.pm
19934 ____________________________________________________________________________
19935 [ 13951] By: jhi                                   on 2001/12/30  15:51:19
19936         Log: Sarathy thinks undoing C++ comments from C++ files
19937              is a bit too zealous.
19938      Branch: perl
19939            ! win32/perlhost.h win32/vmem.h
19940 ____________________________________________________________________________
19941 [ 13950] By: nick                                  on 2001/12/30  14:30:02
19942         Log: Win32 hides some errno-oid constants in <winsock.h> under assumed names.
19943              This gets them into Errno.pm - yet to prove they end up in $!.
19944      Branch: perlio
19945            ! ext/Errno/Errno_pm.PL
19946 ____________________________________________________________________________
19947 [ 13949] By: nick                                  on 2001/12/30  12:02:21
19948         Log: Integrate Cwd muddle
19949      Branch: perlio
19950           !> MANIFEST installperl lib/Cwd.pm
19951 ____________________________________________________________________________
19952 [ 13948] By: nick                                  on 2001/12/30  11:51:40
19953         Log: remove embed.pl duplicates
19954      Branch: perlio
19955            ! embed.h embed.pl global.sym proto.h
19956 ____________________________________________________________________________
19957 [ 13947] By: nick                                  on 2001/12/30  11:35:51
19958         Log: More Cwd tidy up
19959      Branch: perl
19960            ! MANIFEST installperl
19961 ____________________________________________________________________________
19962 [ 13946] By: nick                                  on 2001/12/30  11:12:42
19963         Log: Undo a mess trying Cwd.pm in its ext directory
19964      Branch: perl
19965            + lib/Cwd.pm
19966            - ext/Cwd/Cwd.pm
19967 ____________________________________________________________________________
19968 [ 13945] By: nick                                  on 2001/12/30  10:03:43
19969         Log: Integrate mainline
19970      Branch: perl
19971           +> ext/Cwd/Cwd.pm
19972            - lib/Cwd.pm
19973            ! MANIFEST
19974      Branch: perlio
19975           !> (integrate 45 files)
19976 ____________________________________________________________________________
19977 [ 13944] By: nick                                  on 2001/12/30  09:27:16
19978         Log: "Port" Devel::PPPort to Win32:
19979              - need to set @INC before use in the test
19980              - {} are special to dmake, so use ppport.h.PL
19981              rather than commandline 
19982      Branch: perlio
19983            + ext/Devel/PPPort/ppport.h.PL
19984            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/t/test.t
19985 ____________________________________________________________________________
19986 [ 13943] By: jhi                                   on 2001/12/29  21:30:48
19987         Log: Update Changes.
19988      Branch: perl
19989            ! Changes patchlevel.h
19990 ____________________________________________________________________________
19991 [ 13942] By: jhi                                   on 2001/12/29  21:12:02
19992         Log: Subject: [PATCH] cleaner close on tests, take 2
19993              From: andreas.koenig@anima.de (Andreas J. Koenig)
19994              Date: 29 Dec 2001 21:42:37 +0100
19995              Message-ID: <m33d1tvjuq.fsf@anima.de>
19996              
19997              (the DB_File patches)
19998      Branch: perl
19999            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
20000            ! ext/DB_File/t/db-recno.t
20001 ____________________________________________________________________________
20002 [ 13941] By: jhi                                   on 2001/12/29  20:25:22
20003         Log: Integrate perlio; regen'ed config_H.?c
20004      Branch: perl
20005           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
20006 ____________________________________________________________________________
20007 [ 13940] By: jhi                                   on 2001/12/29  20:22:57
20008         Log: Subject: [PATCH] cleaner close on tests, take 2             
20009              From: andreas.koenig@anima.de (Andreas J. Koenig)
20010              Date: 29 Dec 2001 21:42:37 +0100
20011              Message-ID: <m33d1tvjuq.fsf@anima.de>
20012              
20013              (except for the three DB_File patch fragments)
20014      Branch: perl
20015            ! ext/Devel/DProf/DProf.t ext/PerlIO/t/encoding.t
20016            ! ext/SDBM_File/sdbm.t ext/Storable/t/store.t lib/strict.t
20017            ! t/cmd/while.t t/comp/cpp.aux t/comp/multiline.t
20018            ! t/comp/require.t t/comp/script.t t/io/argv.t t/io/dup.t
20019            ! t/lib/filter-util.pl t/op/anonsub.t t/op/do.t t/op/inccode.t
20020            ! t/op/runlevel.t t/op/write.t t/run/switches.t
20021 ____________________________________________________________________________
20022 [ 13939] By: jhi                                   on 2001/12/29  20:17:55
20023         Log: Subject: [PATCH] from the non-ANSI comment police (was: it won't compile on win32)  
20024              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20025              Date: Sat, 29 Dec 2001 20:38:59 +0100
20026              Message-Id: <20011229203646.24CF.H.M.BRAND@hccnet.nl>      
20027              
20028              (NetWare tree not touched because it's very //)
20029      Branch: perl
20030            ! XSUB.h os2/os2.c perl.h win32/include/netdb.h
20031            ! win32/include/sys/socket.h win32/perlhost.h win32/vmem.h
20032            ! wince/include/errno.h wince/include/netdb.h
20033            ! wince/include/sys/socket.h wince/include/sys/stat.h
20034            ! wince/perllib.c wince/perlmain.c wince/win32.h
20035            ! wince/win32iop.h wince/win32thread.c wince/win32thread.h
20036            ! wince/wince.c wince/wince.h wince/wincesck.c x2p/a2py.c
20037 ____________________________________________________________________________
20038 [ 13938] By: nick                                  on 2001/12/29  19:23:32
20039         Log: Integrate mainline (ok linux)
20040      Branch: perlio
20041           +> lib/ExtUtils/t/MM_Win32.t lib/Pod/t/InputObjects.t
20042           !> (integrate 33 files)
20043 ____________________________________________________________________________
20044 [ 13937] By: jhi                                   on 2001/12/29  18:28:36
20045         Log: Give up on serious testing of langinfo().  Leave the old
20046              code in place, though.
20047      Branch: perl
20048            ! ext/I18N/Langinfo/Langinfo.t
20049 ____________________________________________________________________________
20050 [ 13936] By: nick                                  on 2001/12/29  18:20:33
20051         Log: Routine regen_config_h - no real differences other than order of crypt 
20052      Branch: perlio
20053            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
20054 ____________________________________________________________________________
20055 [ 13935] By: jhi                                   on 2001/12/29  17:36:08
20056         Log: Integrate perlio;
20057              
20058              Define the two socket error numbers in terms of WSAEXXXXX equivalents
20059              
20060              Fudge Config.pm so File::Spec does not croak.
20061      Branch: perl
20062           !> win32/FindExt.pm win32/win32.h
20063 ____________________________________________________________________________
20064 [ 13934] By: nick                                  on 2001/12/29  17:27:50
20065         Log: Fudge Config.pm so File::Spec does not croak.
20066      Branch: perlio
20067            ! win32/FindExt.pm
20068 ____________________________________________________________________________
20069 [ 13933] By: jhi                                   on 2001/12/29  17:24:45
20070         Log: metaconfig unit changes for #13932.
20071      Branch: metaconfig
20072            + U/modified/Init.U
20073            ! U/compline/nblock_io.U U/modified/Head.U U/modified/Loc.U
20074 ____________________________________________________________________________
20075 [ 13932] By: jhi                                   on 2001/12/29  17:24:24
20076         Log: VOS tweaks from Paul Green.
20077              
20078              The Configure tweaks: the _exe needs to be
20079              set after the init; VOS has fd 3 hardwired to /dev/tty;
20080              the grep/ln/make substitutions really need to stick.
20081      Branch: perl
20082            ! Configure hints/vos.sh perl.h util.c vos/build.cm
20083            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
20084            ! vos/config.ga.h vos/vosish.h
20085 ____________________________________________________________________________
20086 [ 13931] By: nick                                  on 2001/12/29  17:00:38
20087         Log: Define the two socket error numbers in terms of WSAEXXXXX equivalents
20088              (just to get util.c to compile)
20089      Branch: perlio
20090            ! win32/win32.h
20091 ____________________________________________________________________________
20092 [ 13930] By: jhi                                   on 2001/12/29  15:35:00
20093         Log: Subject: [PATCH] Pod whitespace cleanup, round 0.                
20094              From: coral@eekeek.org
20095              Date: Fri, 28 Dec 2001 19:58:22 -0500      
20096              Message-Id: <200112290058.fBT0wMD26750@eekeek.org>
20097      Branch: perl
20098            ! pod/perl561delta.pod pod/perl572delta.pod pod/perlapi.pod
20099            ! pod/perldelta.pod pod/perlfaq4.pod pod/perlfaq6.pod
20100            ! pod/perlfaq7.pod pod/perlfunc.pod pod/perlpacktut.pod
20101            ! pod/perlunicode.pod pod/perlxs.pod util.c
20102 ____________________________________________________________________________
20103 [ 13929] By: jhi                                   on 2001/12/29  15:31:20
20104         Log: op/exec Win32 patch from Schwern via Abe Timmerman.
20105      Branch: perl
20106            ! t/op/exec.t
20107 ____________________________________________________________________________
20108 [ 13928] By: jhi                                   on 2001/12/29  15:30:14
20109         Log: Subject: [PATCH lib/Pod/t/InputObjects.t] 
20110              From: Abe Timmerman <abe@ztreet.demon.nl>
20111              Date: Sat, 29 Dec 2001 13:10:06 +0100
20112              Message-ID: <cibr2u4f2ksggo4bgt8ijdkfn783avvvj4@4ax.com>           
20113      Branch: perl
20114            + lib/Pod/t/InputObjects.t
20115 ____________________________________________________________________________
20116 [ 13927] By: jhi                                   on 2001/12/29  15:27:39
20117         Log: Integrate perlio;
20118              
20119              Quick fix (after couple of clever fixes failed) for
20120              "accept leaks memory" fail [ID 20011223.001]
20121              
20122              Nick Clark's embed.pl fix for my_socketpair
20123      Branch: perl
20124           !> embed.h embed.pl global.sym pod/perlapi.pod pp_sys.c proto.h
20125 ____________________________________________________________________________
20126 [ 13926] By: nick                                  on 2001/12/29  15:23:21
20127         Log: Nick Clark's embed.pl fix for my_socketpair
20128      Branch: perlio
20129            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h
20130 ____________________________________________________________________________
20131 [ 13925] By: jhi                                   on 2001/12/29  15:21:53
20132         Log: Slight tweaks on the MM_Win32.t.
20133      Branch: perl
20134            ! lib/ExtUtils/t/MM_Win32.t
20135 ____________________________________________________________________________
20136 [ 13924] By: jhi                                   on 2001/12/29  15:16:47
20137         Log: Subject: [PATCH lib/ExtUtils/t/MM_Win32.t]
20138              From: Abe Timmerman <abe@ztreet.demon.nl>
20139              Date: Sat, 29 Dec 2001 12:51:36 +0100
20140              Message-ID: <bmar2u8jdib45442jh1ht3e3i1qhlaek59@4ax.com>
20141      Branch: perl
20142            + lib/ExtUtils/t/MM_Win32.t
20143            ! MANIFEST
20144 ____________________________________________________________________________
20145 [ 13923] By: nick                                  on 2001/12/29  15:12:07
20146         Log: Quick fix (after couple of clever fixes failed) for
20147              "accept leaks memory" fail [ID 20011223.001]
20148      Branch: perlio
20149            ! pp_sys.c
20150 ____________________________________________________________________________
20151 [ 13922] By: jhi                                   on 2001/12/29  15:09:00
20152         Log: Subject: [PATCH] Module names and other nits
20153              From: Autrijus Tang <autrijus@autrijus.org>                 
20154              Date: Sat, 29 Dec 2001 01:59:28 +0800
20155              Message-ID: <20011229015928.A29712@geb.elixus.org>              
20156      Branch: perl
20157            ! lib/Exporter/Heavy.pm pod/perl561delta.pod pod/perl56delta.pod
20158            ! pod/perldebguts.pod pod/perldebug.pod pod/perlfaq4.pod
20159            ! pod/perlfaq6.pod pod/perlfunc.pod pod/perlguts.pod
20160            ! pod/perlpacktut.pod pod/perlsub.pod pod/perltodo.pod
20161            ! pod/perlunicode.pod pod/perlutil.pod pod/perlxs.pod
20162 ____________________________________________________________________________
20163 [ 13921] By: jhi                                   on 2001/12/29  15:05:08
20164         Log: socketpair tweaks from Nicholas Clark.
20165      Branch: perl
20166            ! ext/Socket/socketpair.t util.c
20167 ____________________________________________________________________________
20168 [ 13920] By: nick                                  on 2001/12/29  12:36:21
20169         Log: Integrate mainline
20170      Branch: perlio
20171           !> Changes Configure doop.c ext/B/B.pm ext/IO/lib/IO/t/io_dir.t
20172           !> ext/POSIX/POSIX.xs ext/Socket/socketpair.t
20173           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
20174           !> lib/ExtUtils/t/Embed.t lib/ExtUtils/t/MM_Cygwin.t
20175           !> lib/warnings.t patchlevel.h pod/perlfunc.pod pod/perlport.pod
20176           !> pod/perluniintro.pod t/base/rs.t t/cmd/subval.t t/io/fflush.t
20177           !> t/op/sysio.t
20178 ____________________________________________________________________________
20179 [ 13919] By: jhi                                   on 2001/12/28  17:01:39
20180         Log: Retract #13917.
20181      Branch: perl
20182            ! doop.c
20183 ____________________________________________________________________________
20184 [ 13918] By: jhi                                   on 2001/12/28  17:00:53
20185         Log: Subject: provisional MakeMaker patch for VMS
20186              From: "Craig A. Berry" <craigberry@mac.com> 
20187              Date: Thu, 27 Dec 2001 22:29:37 -0600
20188              Message-Id: <a05101004b8515264aa3a@[172.16.52.1]>
20189      Branch: perl
20190            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
20191 ____________________________________________________________________________
20192 [ 13917] By: jhi                                   on 2001/12/28  16:57:19
20193         Log: (retracted by #13919)
20194      Branch: perl
20195            ! doop.c
20196 ____________________________________________________________________________
20197 [ 13916] By: jhi                                   on 2001/12/28  01:17:04
20198         Log: metaconfig unit change for #13915.
20199      Branch: metaconfig/U/perl
20200            ! d_u32align.U
20201 ____________________________________________________________________________
20202 [ 13915] By: jhi                                   on 2001/12/28  01:16:45
20203         Log: Remove debris in any case.
20204      Branch: perl
20205            ! Configure
20206 ____________________________________________________________________________
20207 [ 13914] By: jhi                                   on 2001/12/28  00:22:10
20208         Log: Subject: [PATCH] Re: B::walksymtable oddness
20209              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
20210              Date: Thu, 27 Dec 2001 19:14:24 +0100
20211              Message-ID: <3C2B7310.861.18820D0@localhost>
20212      Branch: perl
20213            ! ext/B/B.pm
20214 ____________________________________________________________________________
20215 [ 13913] By: jhi                                   on 2001/12/27  23:57:34
20216         Log: Subject: [PATCH] because (sys)?read doesn't reset buffers
20217              From: Nicholas Clark <nick@unfortu.net> 
20218              Date: Fri, 28 Dec 2001 00:43:02 +0000
20219              Message-ID: <20011228004301.B23373@Bagpuss.unfortu.net>
20220      Branch: perl
20221            ! ext/Socket/socketpair.t
20222 ____________________________________________________________________________
20223 [ 13912] By: jhi                                   on 2001/12/27  23:56:20
20224         Log: Fast Latin1<->UTF-8 conversion for older Perls.
20225      Branch: perl
20226            ! pod/perluniintro.pod
20227 ____________________________________________________________________________
20228 [ 13911] By: jhi                                   on 2001/12/27  14:52:45
20229         Log: Update Changes.
20230      Branch: perl
20231            ! Changes patchlevel.h
20232 ____________________________________________________________________________
20233 [ 13910] By: jhi                                   on 2001/12/27  14:32:23
20234         Log: More wait status trickery for BeOS.
20235      Branch: perl
20236            ! ext/POSIX/POSIX.xs
20237 ____________________________________________________________________________
20238 [ 13909] By: jhi                                   on 2001/12/27  14:15:49
20239         Log: metaconfig unit change for #13908.
20240      Branch: metaconfig/U/perl
20241            ! d_u32align.U
20242 ____________________________________________________________________________
20243 [ 13908] By: jhi                                   on 2001/12/27  14:15:27
20244         Log: Try to catch the SIGBUS, as suggested by Nicholas Clark.
20245      Branch: perl
20246            ! Configure
20247 ____________________________________________________________________________
20248 [ 13907] By: jhi                                   on 2001/12/27  14:05:09
20249         Log: Subject: [ID 20011227.002] Not OK: perl v5.7.2 +DEVEL13884 on i386-freebsd 4.4-stable (UNINSTALLED)
20250              From: gbarr@monty.mutatus.co.uk
20251              Date: 27 Dec 2001 14:41:36 -0000
20252              Message-Id: <20011227144136.71851.qmail@monty.mutatus.co.uk>    
20253      Branch: perl
20254            ! lib/ExtUtils/t/Embed.t
20255 ____________________________________________________________________________
20256 [ 13906] By: jhi                                   on 2001/12/27  13:58:18
20257         Log: Subject: [PATCH] Re: socketpair emulation
20258              From: Nicholas Clark <nick@unfortu.net> 
20259              Date: Wed, 26 Dec 2001 20:08:14 +0000
20260              Message-ID: <20011226200813.A11903@Bagpuss.unfortu.net>
20261      Branch: perl
20262            ! ext/Socket/socketpair.t
20263 ____________________________________________________________________________
20264 [ 13905] By: jhi                                   on 2001/12/27  13:55:03
20265         Log: Subject: [DOC PATCH] left is right and right is left
20266              From: Philip Newton <Philip.Newton@gmx.net>
20267              Date: Thu, 27 Dec 2001 10:04:17 +0100
20268              Message-ID: <vsol2uchfg3ruf0rfjf33b75544nv21uhi@4ax.com>
20269      Branch: perl
20270            ! pod/perlfunc.pod pod/perlport.pod
20271 ____________________________________________________________________________
20272 [ 13904] By: jhi                                   on 2001/12/27  13:53:25
20273         Log: Subject: [PATCH] check return of close
20274              From: andreas.koenig@anima.de (Andreas J. Koenig)            
20275              Date: 27 Dec 2001 09:47:30 +0100
20276              Message-ID: <m3ellhgicd.fsf@anima.de> 
20277              
20278              Subject: [PATCH] improve error reporting
20279              From: andreas.koenig@anima.de (Andreas J. Koenig)            
20280              Date: 27 Dec 2001 09:54:55 +0100
20281              Message-ID: <m3adw5gi00.fsf@anima.de> 
20282              
20283              Subject: [PATCH] check return value of close
20284              From: andreas.koenig@anima.de (Andreas J. Koenig)            
20285              Date: 27 Dec 2001 10:03:55 +0100
20286              Message-ID: <m3666tghl0.fsf@anima.de> 
20287              
20288              Subject: [PATCH] return of close
20289              From: andreas.koenig@anima.de (Andreas J. Koenig)            
20290              Date: 27 Dec 2001 10:22:15 +0100
20291              Message-ID: <m31yhhggqg.fsf@anima.de> 
20292      Branch: perl
20293            ! ext/IO/lib/IO/t/io_dir.t lib/warnings.t t/cmd/subval.t
20294            ! t/io/fflush.t
20295 ____________________________________________________________________________
20296 [ 13903] By: jhi                                   on 2001/12/27  13:44:57
20297         Log: Subject: [PATCH] check return of close
20298              From: andreas.koenig@anima.de (Andreas J. Koenig)            
20299              Date: 27 Dec 2001 09:47:30 +0100
20300              Message-ID: <m3ellhgicd.fsf@anima.de> 
20301      Branch: perl
20302            ! t/base/rs.t
20303 ____________________________________________________________________________
20304 [ 13902] By: jhi                                   on 2001/12/27  13:38:30
20305         Log: Subject: [PATCH] better error diagnosis from t/op/sysio.t
20306              From: andreas.koenig@anima.de (Andreas J. Koenig)
20307              Date: 27 Dec 2001 09:21:16 +0100
20308              Message-ID: <m3n105gjk3.fsf@anima.de>
20309      Branch: perl
20310            ! t/op/sysio.t
20311 ____________________________________________________________________________
20312 [ 13901] By: jhi                                   on 2001/12/27  13:35:03
20313         Log: Subject: [PATCH] Re: ExtUtils::MM_Cygwin test failures (was Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK))
20314              From: "Gerrit P. Haase" <gp@familiehaase.de>
20315              Date: Thu, 27 Dec 2001 09:23:55 +0100 
20316              Message-ID: <98211521662.20011227092355@familiehaase.de>
20317      Branch: perl
20318            ! lib/ExtUtils/t/MM_Cygwin.t
20319 ____________________________________________________________________________
20320 [ 13900] By: nick                                  on 2001/12/27  11:11:51
20321         Log: Integrate mainline
20322      Branch: perlio
20323           +> ext/Socket/socketpair.t lib/File/Spec/Cygwin.pm
20324           +> lib/File/Spec/NW5.pm
20325           !> (integrate 52 files)
20326 ____________________________________________________________________________
20327 [ 13899] By: jhi                                   on 2001/12/26  21:30:13
20328         Log: Replace the awful (most likely generated and not very persistent)
20329              URL with something tangible.
20330      Branch: perl
20331            ! README.hpux
20332 ____________________________________________________________________________
20333 [ 13898] By: jhi                                   on 2001/12/26  21:21:01
20334         Log: Naughty /dev/printer (ls -l, really) of IRIX.
20335      Branch: perl
20336            ! t/op/stat.t
20337 ____________________________________________________________________________
20338 [ 13897] By: jhi                                   on 2001/12/26  20:56:09
20339         Log: Upgrade to Net::Ping 2.10.
20340      Branch: perl
20341            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/t/100_load.t
20342            ! lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
20343            ! lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
20344            ! lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
20345 ____________________________________________________________________________
20346 [ 13896] By: jhi                                   on 2001/12/26  20:15:32
20347         Log: BeOS has times() tick of 1000000, not CLK_TCK (1000)
20348              (this showed up in Benchmark.t)
20349      Branch: perl
20350            ! pp_sys.c
20351 ____________________________________________________________________________
20352 [ 13895] By: jhi                                   on 2001/12/26  19:52:03
20353         Log: BeOS updates.
20354      Branch: perl
20355            ! README.beos beos/beos.c
20356 ____________________________________________________________________________
20357 [ 13894] By: jhi                                   on 2001/12/26  19:31:38
20358         Log: Subject: Re: bleadperl doesn't compile
20359              From: "Gerrit P. Haase" <gp@familiehaase.de>
20360              Date: Wed, 26 Dec 2001 21:29:08 +0100
20361              Message-ID: <22168634623.20011226212908@familiehaase.de>
20362              
20363              Cygwin with multiplicity.
20364      Branch: perl
20365            ! perlio.c
20366 ____________________________________________________________________________
20367 [ 13893] By: jhi                                   on 2001/12/26  19:11:49
20368         Log: Subject: [PATCH] Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK)
20369              From: Nicholas Clark <nick@ccl4.org>
20370              Date: Wed, 26 Dec 2001 19:07:33 +0000
20371              Message-ID: <20011226190732.J48842@plum.flirble.org>            
20372              
20373              socketpair() (un)signedness nit.
20374      Branch: perl
20375            ! util.c
20376 ____________________________________________________________________________
20377 [ 13892] By: jhi                                   on 2001/12/26  19:10:15
20378         Log: Subject: Re: [PATCH] Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK)
20379              From: Nicholas Clark <nick@ccl4.org>
20380              Date: Wed, 26 Dec 2001 19:19:47 +0000
20381              Message-ID: <20011226191946.K48842@plum.flirble.org>
20382              
20383              Use report_evil_fh().
20384      Branch: perl
20385            ! doio.c
20386 ____________________________________________________________________________
20387 [ 13891] By: jhi                                   on 2001/12/26  18:58:09
20388         Log: Bad $? assumptions.
20389      Branch: perl
20390            ! ext/POSIX/POSIX.pod pod/perlfunc.pod pod/perlport.pod
20391 ____________________________________________________________________________
20392 [ 13890] By: jhi                                   on 2001/12/26  17:47:57
20393         Log: Net::Ping isn't going to work much without
20394              the Socket extension; fail more gracefully.
20395      Branch: perl
20396            ! lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
20397            ! lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
20398            ! lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
20399            ! lib/Net/Ping/t/300_ping_stream.t
20400 ____________________________________________________________________________
20401 [ 13889] By: jhi                                   on 2001/12/26  17:19:18
20402         Log: metaconfig unit change for #13888.
20403      Branch: metaconfig
20404            ! U/modified/Oldconfig.U
20405 ____________________________________________________________________________
20406 [ 13888] By: jhi                                   on 2001/12/26  17:18:59
20407         Log: test -d /system is a bit too generic test for VOS
20408              (false hit in BeOS)
20409      Branch: perl
20410            ! Configure
20411 ____________________________________________________________________________
20412 [ 13887] By: jhi                                   on 2001/12/26  17:13:27
20413         Log: No AF_UNIX in BeOS.
20414      Branch: perl
20415            ! util.c
20416 ____________________________________________________________________________
20417 [ 13886] By: jhi                                   on 2001/12/26  17:07:39
20418         Log: FAQ sync.
20419      Branch: perl
20420            ! pod/perlfaq5.pod
20421 ____________________________________________________________________________
20422 [ 13885] By: jhi                                   on 2001/12/25  16:24:10
20423         Log: Update Changes.
20424      Branch: perl
20425            ! Changes patchlevel.h
20426 ____________________________________________________________________________
20427 [ 13884] By: jhi                                   on 2001/12/25  16:20:19
20428         Log: Make -t equal -tw.
20429      Branch: perl
20430            ! perl.c pod/perlrun.pod
20431 ____________________________________________________________________________
20432 [ 13883] By: jhi                                   on 2001/12/25  15:56:49
20433         Log: Subject: Re: Not OK 13881
20434              From: John Peacock <jpeacock@rowman.com>
20435              Date: Tue, 25 Dec 2001 06:02:12 -0500
20436              Message-ID: <3C285CB4.8040006@rowman.com>
20437      Branch: perl
20438            ! embed.h embed.pl global.sym pod/perlapi.pod util.c
20439 ____________________________________________________________________________
20440 [ 13882] By: jhi                                   on 2001/12/25  15:45:52
20441         Log: Subject: Re: Not OK 13881
20442              From: andreas.koenig@anima.de (Andreas J. Koenig)
20443              Date: 25 Dec 2001 07:33:23 +0100
20444              Message-ID: <m3bsgnajws.fsf@anima.de>
20445      Branch: perl
20446            ! op.c
20447 ____________________________________________________________________________
20448 [ 13881] By: jhi                                   on 2001/12/24  23:47:53
20449         Log: Subject: PATCH: Restore "Can't declare scalar dereference in my" error
20450              From: Mark-Jason Dominus <mjd@plover.com>    
20451              Date: Mon, 24 Dec 2001 18:14:48 -0500
20452              Message-ID: <20011224231448.25826.qmail@plover.com>
20453      Branch: perl
20454            ! op.c t/op/eval.t
20455 ____________________________________________________________________________
20456 [ 13880] By: jhi                                   on 2001/12/24  22:58:18
20457         Log: Subject: [PATCH]: ExtUtils::MM_* and File::Spec 
20458              From: Dave Rolsky <autarch@urth.org>
20459              Date: Mon, 24 Dec 2001 13:27:23 -0600 (CST) 
20460              Message-ID: <Pine.LNX.4.43.0112241305020.21723-100000@urth.org>
20461      Branch: perl
20462            + lib/File/Spec/Cygwin.pm lib/File/Spec/NW5.pm
20463            ! MANIFEST lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_NW5.pm
20464            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
20465            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
20466            ! lib/File/Spec.pm lib/File/Spec/Win32.pm
20467 ____________________________________________________________________________
20468 [ 13879] By: jhi                                   on 2001/12/24  18:52:10
20469         Log: Subject: [PATCH] and [BUG]   \X and \C fixed, \X still dorked 
20470              From: Jeffrey Friedl <jfriedl@yahoo.com>
20471              Date: Fri, 21 Dec 2001 23:18:17 -0800 (PST)           
20472              Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com>
20473              
20474              The rest of the tests for plus few extras.
20475      Branch: perl
20476            ! t/op/pat.t
20477 ____________________________________________________________________________
20478 [ 13878] By: jhi                                   on 2001/12/24  17:16:10
20479         Log: metaconfig unit change for #13877.
20480      Branch: metaconfig
20481            ! U/modified/Unix.U
20482 ____________________________________________________________________________
20483 [ 13877] By: jhi                                   on 2001/12/24  17:13:53
20484         Log: No-op.
20485      Branch: perl
20486            ! Configure
20487 ____________________________________________________________________________
20488 [ 13876] By: jhi                                   on 2001/12/24  17:13:16
20489         Log: More constant casting.
20490      Branch: perl
20491            ! regexec.c
20492 ____________________________________________________________________________
20493 [ 13875] By: jhi                                   on 2001/12/24  16:47:30
20494         Log: Subject: perlhack.pod 
20495              From: "John P. Linderman" <jpl@research.att.com>
20496              Date: Sun, 23 Dec 2001 16:16:10 -0500 (EST) 
20497              Message-Id: <200112232116.QAA18463@raptor.research.att.com>
20498      Branch: perl
20499            ! pod/perlhack.pod
20500 ____________________________________________________________________________
20501 [ 13874] By: jhi                                   on 2001/12/24  16:41:03
20502         Log: File::Find patch patches from Thomas Wegner.
20503      Branch: perl
20504            ! lib/File/Find.pm
20505 ____________________________________________________________________________
20506 [ 13873] By: jhi                                   on 2001/12/24  16:38:10
20507         Log: Subject: Re: socketpair emulation 
20508              From: Nicholas Clark <nick@unfortu.net>                 
20509              Date: Mon, 24 Dec 2001 16:11:30 +0000                 
20510              Message-ID: <20011224161129.A1520@Bagpuss.unfortu.net>          
20511      Branch: perl
20512            ! ext/Socket/socketpair.t
20513 ____________________________________________________________________________
20514 [ 13872] By: jhi                                   on 2001/12/24  02:53:02
20515         Log: Must cast constants if they can be quads.
20516      Branch: perl
20517            ! regcomp.c
20518 ____________________________________________________________________________
20519 [ 13871] By: jhi                                   on 2001/12/24  01:40:12
20520         Log: Promote the e/uid to wide enough un/signed integers
20521              and printf them as such.
20522      Branch: perl
20523            ! taint.c
20524 ____________________________________________________________________________
20525 [ 13870] By: jhi                                   on 2001/12/24  01:14:52
20526         Log: metaconfig unit change for #13869.
20527      Branch: metaconfig/U/perl
20528            ! d_u32align.U
20529 ____________________________________________________________________________
20530 [ 13869] By: jhi                                   on 2001/12/24  01:14:06
20531         Log: The U32 alignment test wasn't really working, noticed
20532              by Paul Green.  Now the test works, but this means that
20533              we may see coredumps from the test.   I sure hope MMUless
20534              places don't crash on the test.
20535      Branch: perl
20536            ! Configure
20537 ____________________________________________________________________________
20538 [ 13868] By: jhi                                   on 2001/12/23  23:46:54
20539         Log: metaconfig unit changes for #13867.
20540      Branch: metaconfig
20541            ! U/compline/nblock_io.U U/modified/Unix.U
20542            ! U/modified/spitshell.U
20543 ____________________________________________________________________________
20544 [ 13867] By: jhi                                   on 2001/12/23  23:46:18
20545         Log: More VOS tweaks.
20546      Branch: perl
20547            ! Configure
20548 ____________________________________________________________________________
20549 [ 13866] By: jhi                                   on 2001/12/23  16:43:29
20550         Log: The funky final sigma casefolding.
20551      Branch: perl
20552            ! regcomp.c regexec.c t/op/pat.t utf8.h
20553 ____________________________________________________________________________
20554 [ 13865] By: jhi                                   on 2001/12/23  13:55:23
20555         Log: Update Changes.
20556      Branch: perl
20557            ! Changes patchlevel.h
20558 ____________________________________________________________________________
20559 [ 13864] By: jhi                                   on 2001/12/23  13:50:25
20560         Log: Move the \C and \X to pat.t.
20561      Branch: perl
20562            ! t/op/pat.t t/op/re_tests
20563 ____________________________________________________________________________
20564 [ 13863] By: jhi                                   on 2001/12/23  04:04:20
20565         Log: More logical test ordering.
20566      Branch: perl
20567            ! perl.h
20568 ____________________________________________________________________________
20569 [ 13862] By: jhi                                   on 2001/12/23  01:47:23
20570         Log: Integrate perlio;
20571              
20572              Add at least the "important" PerlIO_xxxx functions to embed.pl
20573              so that they get implicit pTHX_ and we can avoid slow dTHX.
20574              
20575              Put PerlIO stuff inside EXTERN C
20576              
20577              Win32 and makedef.pl fall-out of PerlIO/pTHX stuff
20578      Branch: perl
20579           !> embed.h embed.pl ext/IO/IO.xs global.sym globals.c makedef.pl
20580           !> perlio.c perlio.h perlio.sym pod/perlapi.pod proto.h
20581           !> win32/win32.c
20582 ____________________________________________________________________________
20583 [ 13861] By: jhi                                   on 2001/12/23  01:38:54
20584         Log: Even more \X fixing.
20585      Branch: perl
20586            ! regexec.c t/op/pat.t
20587 ____________________________________________________________________________
20588 [ 13860] By: jhi                                   on 2001/12/23  01:29:45
20589         Log: More \X fixing.
20590      Branch: perl
20591            ! regexec.c t/op/pat.t
20592 ____________________________________________________________________________
20593 [ 13859] By: jhi                                   on 2001/12/23  00:57:10
20594         Log: Fix encoding pragma.
20595      Branch: perl
20596            ! regcomp.c
20597 ____________________________________________________________________________
20598 [ 13858] By: jhi                                   on 2001/12/23  00:12:51
20599         Log: Subject: socketpair emulation
20600              From: Nicholas Clark <nick@unfortu.net>
20601              Date: Sat, 22 Dec 2001 18:38:18 +0000
20602              Message-ID: <20011222183817.A12020@Bagpuss.unfortu.net>
20603      Branch: perl
20604            + ext/Socket/socketpair.t
20605            ! MANIFEST embed.h embed.pl global.sym perl.h pod/perlfunc.pod
20606            ! pp_sys.c proto.h util.c
20607 ____________________________________________________________________________
20608 [ 13857] By: jhi                                   on 2001/12/22  23:53:26
20609         Log: Subject: [PATCH] and [BUG]   \X and \C fixed, \X still dorked        
20610              From: Jeffrey Friedl <jfriedl@yahoo.com>
20611              Date: Fri, 21 Dec 2001 23:18:17 -0800 (PST) 
20612              Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com>  
20613              
20614              (partially applied, most of the new tests need to be rethought)
20615      Branch: perl
20616            ! regcomp.c t/op/re_tests
20617 ____________________________________________________________________________
20618 [ 13856] By: jhi                                   on 2001/12/22  23:45:35
20619         Log: Small tweaks.
20620      Branch: perl
20621            ! handy.h regexec.c
20622 ____________________________________________________________________________
20623 [ 13855] By: jhi                                   on 2001/12/22  20:10:01
20624         Log: Unicode casefolding continues.
20625              (lib/encoding.t still failing.)
20626      Branch: perl
20627            ! regexec.c t/op/pat.t
20628 ____________________________________________________________________________
20629 [ 13854] By: nick                                  on 2001/12/22  20:01:27
20630         Log: Win32 and makedef.pl fall-out of PerlIO/pTHX stuff
20631      Branch: perlio
20632            ! makedef.pl perlio.h perlio.sym win32/win32.c
20633 ____________________________________________________________________________
20634 [ 13853] By: nick                                  on 2001/12/22  19:58:53
20635         Log: Put PerlIO stuff inside EXTERN C
20636      Branch: perlio
20637            ! embed.pl proto.h
20638 ____________________________________________________________________________
20639 [ 13852] By: nick                                  on 2001/12/22  18:04:34
20640         Log: Add at least the "important" PerlIO_xxxx functions to embed.pl
20641              so that they get implicit pTHX_ and we can avoid slow dTHX.
20642      Branch: perlio
20643            ! embed.h embed.pl ext/IO/IO.xs global.sym globals.c perlio.c
20644            ! perlio.h pod/perlapi.pod proto.h
20645 ____________________________________________________________________________
20646 [ 13851] By: jhi                                   on 2001/12/22  17:42:10
20647         Log: metaconfig unit change for #13850.
20648      Branch: metaconfig
20649            ! U/modified/Loc.U
20650 ____________________________________________________________________________
20651 [ 13850] By: jhi                                   on 2001/12/22  17:41:40
20652         Log: Rework the make logic (again).
20653      Branch: perl
20654            ! Configure
20655 ____________________________________________________________________________
20656 [ 13849] By: jhi                                   on 2001/12/22  16:40:24
20657         Log: Integrate perlio;
20658              Fix mis-parse of autoloaded usage code by declaring the sub
20659              Correct checking code which Ilya spotted was tripped by CR at EOF.
20660              The CR at EOF fix earlier broke CR at end-of-buffer.
20661      Branch: perl
20662            ! regexec.c
20663           !> ext/POSIX/POSIX.pm perlio.c sv.c
20664 ____________________________________________________________________________
20665 [ 13848] By: nick                                  on 2001/12/22  15:11:17
20666         Log: The CR at EOF fix earlier broke CR at end-of-buffer.
20667              This should be okay for both?
20668      Branch: perlio
20669            ! perlio.c
20670 ____________________________________________________________________________
20671 [ 13847] By: nick                                  on 2001/12/22  12:26:32
20672         Log: Correct checking code which Ilya spotted was tripped by CR at EOF.
20673              Also tone down perl -DP tracing of sv_gets.
20674      Branch: perlio
20675            ! perlio.c sv.c
20676 ____________________________________________________________________________
20677 [ 13846] By: nick                                  on 2001/12/22  10:49:27
20678         Log: Fix mis-parse of autoloaded usage code by declaring the sub
20679      Branch: perlio
20680            ! ext/POSIX/POSIX.pm
20681 ____________________________________________________________________________
20682 [ 13845] By: nick                                  on 2001/12/22  10:44:11
20683         Log: Integrate mainline - some fails:
20684              Failed Test            Stat Wstat Total Fail  Failed  List of Failed
20685              -------------------------------------------------------------------------------
20686              ../ext/POSIX/t/posix.t  255 65280    38    9  23.68%  30-38
20687              ../lib/encoding.t                    19    2  10.53%  17-18
20688              op/pat.t                            770    3   0.39%  754-755 757
20689      Branch: perlio
20690           +> ext/re/re.t lib/ExtUtils/t/MM_OS2.t
20691           !> (integrate 36 files)
20692 ____________________________________________________________________________
20693 [ 13844] By: jhi                                   on 2001/12/22  04:27:46
20694         Log: More Unicode casing fixes.
20695      Branch: perl
20696            ! regexec.c t/op/pat.t
20697 ____________________________________________________________________________
20698 [ 13843] By: jhi                                   on 2001/12/22  02:47:08
20699         Log: Unicode casefolding fixes.
20700      Branch: perl
20701            ! op.c regcomp.c regexec.c t/op/pat.t
20702 ____________________________________________________________________________
20703 [ 13842] By: jhi                                   on 2001/12/21  22:32:14
20704         Log: Subject: [PATCH B::Deparse] __DATA__ and packages
20705              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
20706              Date: Sat, 22 Dec 2001 00:01:29 +0100
20707              Message-ID: <20011222000129.A713@rafael>
20708      Branch: perl
20709            ! ext/B/B/Deparse.pm
20710 ____________________________________________________________________________
20711 [ 13841] By: jhi                                   on 2001/12/21  20:38:28
20712         Log: VOS config from Paul Green.
20713      Branch: perl
20714            ! hints/vos.sh
20715 ____________________________________________________________________________
20716 [ 13840] By: jhi                                   on 2001/12/21  20:00:43
20717         Log: Subject: [PATCH @13746] CreateTTY on OS/2
20718              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20719              Date: Fri, 21 Dec 2001 15:59:45 -0500
20720              Message-ID: <20011221155945.A6806@math.ohio-state.edu>
20721      Branch: perl
20722            ! lib/perl5db.pl
20723 ____________________________________________________________________________
20724 [ 13839] By: jhi                                   on 2001/12/21  19:52:49
20725         Log: Subject: [PATCH @13746] uninstalled build of modules broken
20726              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20727              Date: Fri, 21 Dec 2001 15:49:09 -0500
20728              Message-ID: <20011221154909.A6760@math.ohio-state.edu>
20729      Branch: perl
20730            ! lib/ExtUtils/MM_Unix.pm
20731 ____________________________________________________________________________
20732 [ 13838] By: jhi                                   on 2001/12/21  19:52:09
20733         Log: Subject: [PATCH @13746] OS/2 File::* modules
20734              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20735              Date: Fri, 21 Dec 2001 15:43:24 -0500
20736              Message-ID: <20011221154324.A6524@math.ohio-state.edu>
20737      Branch: perl
20738            ! lib/File/Basename.pm lib/File/Spec/OS2.pm
20739 ____________________________________________________________________________
20740 [ 13837] By: jhi                                   on 2001/12/21  19:49:41
20741         Log: Subject: [PATCH] perltie.pod (or what does it mean?)
20742              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
20743              Date: Fri, 21 Dec 2001 17:29:07 +0100
20744              Message-ID: <3C236353.6625C4C0@alcatel.at>
20745      Branch: perl
20746            ! pod/perltie.pod
20747 ____________________________________________________________________________
20748 [ 13836] By: jhi                                   on 2001/12/21  19:47:52
20749         Log: metaconfig unit changes for #13835
20750      Branch: metaconfig
20751            ! U/modified/Head.U U/modified/Loc.U U/modified/Unix.U
20752            ! U/modified/sh.U
20753 ____________________________________________________________________________
20754 [ 13835] By: jhi                                   on 2001/12/21  19:47:03
20755         Log: Further VOS tweaks: the _exe needs to be introduced
20756              in the very beginning, and the make/gmake needs special
20757              VOS logic.
20758      Branch: perl
20759            ! Configure Makefile.SH
20760 ____________________________________________________________________________
20761 [ 13834] By: jhi                                   on 2001/12/21  15:12:26
20762         Log: Update Changes.
20763      Branch: perl
20764            ! Changes patchlevel.h
20765 ____________________________________________________________________________
20766 [ 13833] By: jhi                                   on 2001/12/21  14:46:45
20767         Log: metaconfig unit change for #13832.
20768      Branch: metaconfig
20769            ! U/modified/spitshell.U
20770 ____________________________________________________________________________
20771 [ 13832] By: jhi                                   on 2001/12/21  14:46:24
20772         Log: Also the search for cat needs to be _exe-aware.
20773      Branch: perl
20774            ! Configure
20775 ____________________________________________________________________________
20776 [ 13831] By: jhi                                   on 2001/12/21  13:43:53
20777         Log: Subject: [PATCH] ext/B/B/Xref.pm adding "our" recognition
20778              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
20779              Date: Fri, 21 Dec 2001 14:02:01 +0100
20780              Message-ID: <3C2332C9.7CFED5F2@alcatel.at>
20781      Branch: perl
20782            ! ext/B/B/Xref.pm
20783 ____________________________________________________________________________
20784 [ 13830] By: jhi                                   on 2001/12/21  13:42:31
20785         Log: packing I32 with L is not nice, need l; from Wolfgang Laun.
20786      Branch: perl
20787            ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
20788            ! ext/B/t/assembler.t
20789 ____________________________________________________________________________
20790 [ 13829] By: jhi                                   on 2001/12/21  13:39:06
20791         Log: Subject: [ PATCH ] Smoke 13820 /pro/3gl/CPAN/perl-current
20792              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20793              Date: Fri, 21 Dec 2001 11:15:38 +0100
20794              Message-Id: <20011221104035.4B4F.H.M.BRAND@hccnet.nl>
20795      Branch: perl
20796            ! hv.c
20797 ____________________________________________________________________________
20798 [ 13828] By: jhi                                   on 2001/12/21  01:59:10
20799         Log: A plan is good.
20800      Branch: perl
20801            ! ext/re/re.t
20802 ____________________________________________________________________________
20803 [ 13827] By: jhi                                   on 2001/12/21  01:57:48
20804         Log: Subject: [REPATCH MANIFEST, ext/re/re.t] Tests for re pragma
20805              From: chromatic <chromatic@rmci.net>
20806              Date: Thu, 20 Dec 2001 16:16:48 -0700
20807              Message-ID: <20011220231726.23878.qmail@onion.perl.org>
20808      Branch: perl
20809            + ext/re/re.t
20810            ! MANIFEST
20811 ____________________________________________________________________________
20812 [ 13826] By: jhi                                   on 2001/12/21  01:34:37
20813         Log: Synchronize the skippage message.
20814      Branch: perl
20815            ! lib/ExtUtils/t/MM_OS2.t
20816 ____________________________________________________________________________
20817 [ 13825] By: jhi                                   on 2001/12/21  01:32:42
20818         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/t/MM_OS2.t] Tests for ExtUtils::MM_OS2
20819              From: chromatic <chromatic@rmci.net>
20820              Date: Thu, 20 Dec 2001 16:09:10 -0700
20821              Message-ID: <20011220230948.18010.qmail@onion.perl.org>
20822      Branch: perl
20823            + lib/ExtUtils/t/MM_OS2.t
20824            ! MANIFEST
20825 ____________________________________________________________________________
20826 [ 13824] By: jhi                                   on 2001/12/21  01:14:12
20827         Log: Subject: perlfunc.pod patch re flock via fcntl
20828              From: "Tye McQueen" <tye@metronet.com>
20829              Date: Thu, 20 Dec 2001 14:52:19 -0600 (CST) 
20830              Message-Id: <200112202052.fBKKqKH16263@metronet.com>
20831      Branch: perl
20832            ! pod/perlfunc.pod
20833 ____________________________________________________________________________
20834 [ 13823] By: jhi                                   on 2001/12/21  00:54:49
20835         Log: Make using U+FDD0..U+FDEF (noncharacters since Unicode 3.1),
20836              U+...FFFE, U+...FFFF, and characters beyond U+10FFFF
20837              (the Unicode maximum code point) warnable offenses.
20838      Branch: perl
20839            ! embed.h embed.pl global.sym op.c pod/perlapi.pod pp.c proto.h
20840            ! t/op/each.t t/op/pat.t t/op/qq.t utf8.c utf8.h
20841 ____________________________________________________________________________
20842 [ 13822] By: jhi                                   on 2001/12/20  20:59:55
20843         Log: Sterner admonishment on -t.
20844      Branch: perl
20845            ! pod/perlrun.pod
20846 ____________________________________________________________________________
20847 [ 13821] By: jhi                                   on 2001/12/20  20:53:42
20848         Log: Subject: [PATCH B::Dpparse] minor qr// fix
20849              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20850              Date: Thu, 20 Dec 2001 22:53:34 +0100
20851              Message-ID: <20011220225334.A735@rafael>
20852      Branch: perl
20853            ! ext/B/B/Deparse.pm
20854 ____________________________________________________________________________
20855 [ 13820] By: jhi                                   on 2001/12/20  15:18:25
20856         Log: Subject: [PATCH} typo fix in Carp/Heavy.pm
20857              From: Robert Spier <rspier@pobox.com>
20858              Date: Thu, 20 Dec 2001 08:10:00 -0800
20859              Message-ID: <15394.3416.693353.107334@rls.cx>
20860      Branch: perl
20861            ! lib/Carp/Heavy.pm
20862 ____________________________________________________________________________
20863 [ 13819] By: jhi                                   on 2001/12/20  14:56:30
20864         Log: Integrate perlio (pTHX_ fixes for :win32 layer)
20865      Branch: perl
20866           !> win32/win32io.c
20867 ____________________________________________________________________________
20868 [ 13818] By: jhi                                   on 2001/12/20  14:53:05
20869         Log: Subject: Re: [PATCH pod/perliol.pod] resend
20870              From: Stas Bekman <stas@stason.org>
20871              Date: Thu, 20 Dec 2001 17:15:09 +0800 (SGT)
20872              Message-ID: <Pine.LNX.4.40.0112201714210.23498-100000@hope.stason.org>
20873      Branch: perl
20874            ! pod/perliol.pod
20875 ____________________________________________________________________________
20876 [ 13817] By: jhi                                   on 2001/12/20  14:51:24
20877         Log: Fix up the APIs noone hopefully uses.
20878      Branch: perl
20879            ! utf8.c
20880 ____________________________________________________________________________
20881 [ 13816] By: jhi                                   on 2001/12/20  14:18:56
20882         Log: Subject: [PATCH] Carp.pm caller_info returns wrong info for eval
20883              Date: Wed, 19 Dec 2001 14:13:38 -0800
20884              From: Robert Spier <rspier@pobox.com>
20885              Message-ID: <15393.4370.605214.548582@rls.cx>
20886      Branch: perl
20887            ! lib/Carp.t lib/Carp/Heavy.pm
20888 ____________________________________________________________________________
20889 [ 13815] By: nick                                  on 2001/12/20  10:23:42
20890         Log: pTHX_ fixes for :win32 layer
20891      Branch: perlio
20892            ! win32/win32io.c
20893 ____________________________________________________________________________
20894 [ 13814] By: nick                                  on 2001/12/20  08:20:11
20895         Log: Integrate mainline (mostly) utf8.c does not compile.
20896      Branch: perlio
20897           +> lib/Net/Ping/CHANGES lib/Net/Ping/README
20898           +> lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
20899           +> lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
20900           +> lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
20901           +> lib/Net/Ping/t/300_ping_stream.t
20902           !> Changes MANIFEST embed.h embed.pl embedvar.h
20903           !> ext/B/B/Assembler.pm lib/English.t lib/ExtUtils/t/Embed.t
20904           !> lib/File/stat.t lib/Net/Ping.pm lib/Shell.t os2/Makefile.SHs
20905           !> os2/OS2/REXX/DLL/Makefile.PL os2/os2.c os2/perlrexx.c
20906           !> patchlevel.h perlapi.h pod/perlfunc.pod pod/perlre.pod pp.c
20907           !> proto.h t/op/alarm.t thrdvar.h util.c wince/perldll.def
20908 ____________________________________________________________________________
20909 [ 13813] By: jhi                                   on 2001/12/19  21:29:49
20910         Log: Some bincompat clawbacks.
20911      Branch: perl
20912            ! embed.h embed.pl embedvar.h perlapi.h proto.h thrdvar.h utf8.c
20913            ! wince/perldll.def
20914 ____________________________________________________________________________
20915 [ 13812] By: jhi                                   on 2001/12/19  17:56:53
20916         Log: gcc pacifying (RH 7.1/ia64).
20917      Branch: perl
20918            ! pp.c
20919 ____________________________________________________________________________
20920 [ 13811] By: jhi                                   on 2001/12/19  16:55:09
20921         Log: Update Changes.
20922      Branch: perl
20923            ! Changes patchlevel.h
20924 ____________________________________________________________________________
20925 [ 13810] By: jhi                                   on 2001/12/19  16:50:12
20926         Log: Subject: Re: [BUG] bleadperl regexp (was ok in 5.6.0)
20927              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
20928              Date: Wed, 19 Dec 2001 12:35:07 +0100
20929              Message-ID: <3C207B6B.A687A8EC@alcatel.at>
20930              
20931              Subject: Re: [BUG] bleadperl regexp (was ok in 5.6.0)
20932              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
20933              Date: Wed, 19 Dec 2001 17:34:51 +0000
20934              Message-Id: <200112191734.fBJHYpd30715@crypt.compulink.co.uk>
20935      Branch: perl
20936            ! pod/perlre.pod
20937 ____________________________________________________________________________
20938 [ 13809] By: jhi                                   on 2001/12/19  16:47:11
20939         Log: Integrate perlio.
20940      Branch: perl
20941           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
20942           !> ext/PerlIO/Via/Via.xs perlio.c perliol.h
20943 ____________________________________________________________________________
20944 [ 13808] By: nick                                  on 2001/12/19  16:08:27
20945         Log: Add pTHX to all vtable functions for future-proofing and
20946              consistency of PerlIO layers.
20947      Branch: perlio
20948            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
20949            ! ext/PerlIO/Via/Via.xs perlio.c perliol.h
20950 ____________________________________________________________________________
20951 [ 13807] By: jhi                                   on 2001/12/19  15:59:02
20952         Log: One more embedded (?sx) de-embedded, from Wolfgang Laun.
20953      Branch: perl
20954            ! ext/B/B/Assembler.pm
20955 ____________________________________________________________________________
20956 [ 13806] By: jhi                                   on 2001/12/19  15:08:29
20957         Log: Reword the alarm explanation.
20958      Branch: perl
20959            ! pod/perlfunc.pod
20960 ____________________________________________________________________________
20961 [ 13805] By: jhi                                   on 2001/12/19  15:04:03
20962         Log: Subject: [PATCH @13746] OS/2 build
20963              From: Ilya Zakharevich <ilya@math.ohio-state.edu> 
20964              Date: Wed, 19 Dec 2001 02:45:41 -0500
20965              Message-ID: <20011219024541.A29803@math.ohio-state.edu>        
20966              
20967              (skipped the t/TEST change)
20968      Branch: perl
20969            ! lib/English.t lib/ExtUtils/t/Embed.t lib/File/stat.t
20970            ! lib/Shell.t os2/Makefile.SHs os2/OS2/REXX/DLL/Makefile.PL
20971            ! os2/os2.c os2/perlrexx.c t/op/alarm.t util.c
20972 ____________________________________________________________________________
20973 [ 13804] By: jhi                                   on 2001/12/19  14:55:26
20974         Log: Upgrade to Net::Ping 2.09.
20975      Branch: perl
20976            + lib/Net/Ping/CHANGES lib/Net/Ping/README
20977            + lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
20978            + lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
20979            + lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
20980            + lib/Net/Ping/t/300_ping_stream.t
20981            ! MANIFEST lib/Net/Ping.pm
20982 ____________________________________________________________________________
20983 [ 13803] By: nick                                  on 2001/12/19  14:43:24
20984         Log: Integrate mainline
20985      Branch: perlio
20986           +> ext/B/t/assembler.t lib/lib.t
20987           !> MANIFEST ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
20988           !> lib/lib_pm.PL t/op/glob.t utf8.c
20989 ____________________________________________________________________________
20990 [ 13802] By: jhi                                   on 2001/12/19  14:25:27
20991         Log: B::Assembler/B::Disassembler patches and test;
20992              from Wolfgang Laun.
20993              
20994              TODO: getting perlcc working.
20995      Branch: perl
20996            + ext/B/t/assembler.t
20997            ! MANIFEST ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
20998 ____________________________________________________________________________
20999 [ 13801] By: jhi                                   on 2001/12/19  14:18:10
21000         Log: Can't printf U8s as UVs.
21001      Branch: perl
21002            ! utf8.c
21003 ____________________________________________________________________________
21004 [ 13800] By: jhi                                   on 2001/12/19  14:12:02
21005         Log: Subject: Re: [PATCH] ...while $var = glob(...)
21006              From: Robin Houston <robin@kitsite.com> 
21007              Date: Wed, 19 Dec 2001 13:48:55 +0000
21008              Message-ID: <20011219134855.A20452@puffinry.freeserve.co.uk>        
21009              
21010              Not exactly a glob test but internal-logically correct.
21011      Branch: perl
21012            ! t/op/glob.t
21013 ____________________________________________________________________________
21014 [ 13799] By: jhi                                   on 2001/12/19  13:51:37
21015         Log: Subject: [PATCH lib/lib_pm.PL lib/lib.t] portability snag
21016              From: Michael G Schwern <schwern@pobox.com> 
21017              Date: Wed, 19 Dec 2001 07:42:54 -0500
21018              Message-ID: <20011219124254.GF8630@blackrider>
21019      Branch: perl
21020            + lib/lib.t
21021            ! MANIFEST lib/lib_pm.PL
21022 ____________________________________________________________________________
21023 [ 13798] By: jhi                                   on 2001/12/19  13:35:59
21024         Log: Integrate with perlio.
21025      Branch: perl
21026           !> hv.c hv.h scope.c util.c
21027 ____________________________________________________________________________
21028 [ 13797] By: nick                                  on 2001/12/19  12:03:21
21029         Log: Remove the sometimes-lvalue cast
21030      Branch: perlio
21031            ! hv.h
21032 ____________________________________________________________________________
21033 [ 13796] By: nick                                  on 2001/12/19  11:02:27
21034         Log: alarm.t with -Uuseperlio fix
21035              - SA_RESTART should only be function of PERL_OLD_SIGNALS
21036              not USE_PERLIO
21037      Branch: perlio
21038            ! util.c
21039 ____________________________________________________________________________
21040 [ 13795] By: nick                                  on 2001/12/19  10:19:40
21041         Log: Fix READONLY hashes:
21042              1. Discovered need for disabled scope.c part of Jeff's patch.
21043              2. Corrected hv_delete* - entry was being de-linked from
21044              chain (patch program not smart enough?)
21045      Branch: perlio
21046            ! hv.c scope.c
21047 ____________________________________________________________________________
21048 [ 13794] By: nick                                  on 2001/12/19  09:35:13
21049         Log: Integrate mainline
21050      Branch: perlio
21051           !> Configure Porting/checkURL.pl config_h.SH dump.c hints/vos.sh
21052           !> lib/Benchmark.t lib/Exporter.pm lib/ExtUtils/t/MM_Unix.t
21053           !> lib/utf8.t pod/perlfaq5.pod pod/perltoc.pod
21054           !> pod/perlunicode.pod pod/perluniintro.pod pp.c sv.c
21055           !> t/lib/warnings/utf8 utf8.c x2p/a2p.h x2p/str.c
21056 ____________________________________________________________________________
21057 [ 13793] By: jhi                                   on 2001/12/19  04:58:51
21058         Log: Regen toc.
21059      Branch: perl
21060            ! pod/perltoc.pod
21061 ____________________________________________________________________________
21062 [ 13792] By: jhi                                   on 2001/12/19  04:56:42
21063         Log: FAQ sync.
21064      Branch: perl
21065            ! pod/perlfaq5.pod
21066 ____________________________________________________________________________
21067 [ 13791] By: jhi                                   on 2001/12/19  04:38:47
21068         Log: Reformat round.
21069      Branch: perl
21070            ! pod/perlunicode.pod
21071 ____________________________________________________________________________
21072 [ 13790] By: jhi                                   on 2001/12/19  04:32:06
21073         Log: Subject: [PATCH] pod/perlunicode.pod
21074              From: Jeffrey Friedl <jfriedl@yahoo.com>
21075              Date: Tue, 18 Dec 2001 21:31:13 -0800 (PST) 
21076              Message-Id: <200112190531.fBJ5VDp57308@ventrue.corp.yahoo.com> 
21077      Branch: perl
21078            ! pod/perlunicode.pod
21079 ____________________________________________________________________________
21080 [ 13789] By: jhi                                   on 2001/12/19  04:16:39
21081         Log: Subject: Re: [PATCH] pod/perluniintro.pod (removes unnecessary UTF-8 references)
21082              From: Jeffrey Friedl <jfriedl@yahoo.com>
21083              Date: Tue, 18 Dec 2001 21:13:59 -0800 (PST) 
21084              Message-Id: <200112190513.fBJ5DxN56315@ventrue.corp.yahoo.com> 
21085      Branch: perl
21086            ! pod/perluniintro.pod
21087 ____________________________________________________________________________
21088 [ 13788] By: jhi                                   on 2001/12/19  03:54:08
21089         Log: Slight pod reformatting.
21090      Branch: perl
21091            ! pod/perluniintro.pod
21092 ____________________________________________________________________________
21093 [ 13787] By: jhi                                   on 2001/12/19  03:41:45
21094         Log: Subject: [PATCH] pod/perluniintro.pod (removes unnecessary UTF-8 references)
21095              From: Jeffrey Friedl <jfriedl@yahoo.com>    
21096              Date: Tue, 18 Dec 2001 20:27:42 -0800 (PST)
21097              Message-Id: <200112190427.fBJ4RgP53458@ventrue.corp.yahoo.com>
21098      Branch: perl
21099            ! pod/perluniintro.pod
21100 ____________________________________________________________________________
21101 [ 13786] By: jhi                                   on 2001/12/19  01:14:04
21102         Log: Subject: Re: [ID 20011213.001] Segfault with overload and Test
21103              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
21104              Date: Wed, 19 Dec 2001 01:45:23 +0000
21105              Message-Id: <200112190145.fBJ1jNt23668@crypt.compulink.co.uk>
21106      Branch: perl
21107            ! sv.c
21108 ____________________________________________________________________________
21109 [ 13785] By: jhi                                   on 2001/12/19  01:11:45
21110         Log: Subject: Porting/checkURL.pl
21111              From: abigail@foad.org
21112              Date: Tue, 18 Dec 2001 19:03:22 +0100          
21113              Message-ID: <20011218180322.8278.qmail@foad.org> 
21114      Branch: perl
21115            ! Porting/checkURL.pl
21116 ____________________________________________________________________________
21117 [ 13784] By: jhi                                   on 2001/12/19  01:05:25
21118         Log: metaconfig unit change for #13783.
21119      Branch: metaconfig
21120            ! U/modified/Loc.U
21121 ____________________________________________________________________________
21122 [ 13783] By: jhi                                   on 2001/12/19  00:26:34
21123         Log: A bit too oversweeping matching in #13778.
21124      Branch: perl
21125            ! Configure
21126 ____________________________________________________________________________
21127 [ 13782] By: jhi                                   on 2001/12/19  00:09:10
21128         Log: Re-gen Configure based on #13778..13781.
21129      Branch: perl
21130            ! Configure config_h.SH
21131 ____________________________________________________________________________
21132 [ 13781] By: jhi                                   on 2001/12/18  23:59:59
21133         Log: First assume that crypt() can live happy normal life in
21134              the libc or the moral equivalent; only then try magic.
21135      Branch: metaconfig
21136            + U/modified/d_crypt.U
21137 ____________________________________________________________________________
21138 [ 13780] By: jhi                                   on 2001/12/18  23:52:03
21139         Log: In VOS ACLs confuse the testing.
21140      Branch: metaconfig
21141            ! U/modified/Findhdr.U
21142 ____________________________________________________________________________
21143 [ 13779] By: jhi                                   on 2001/12/18  23:47:39
21144         Log: Either make or gmake.
21145      Branch: metaconfig
21146            ! U/modified/Loc.U
21147 ____________________________________________________________________________
21148 [ 13778] By: jhi                                   on 2001/12/18  23:44:56
21149         Log: If your _exe is different from .exe and your test -f $foo
21150              doesn't do magic to recognize $foo$_exe, you will need to
21151              specify -D_exe=... on command line-- and this patch.
21152      Branch: metaconfig
21153            + U/modified/sh.U
21154            ! U/modified/Loc.U
21155 ____________________________________________________________________________
21156 [ 13777] By: jhi                                   on 2001/12/18  23:28:37
21157         Log: Fix the bugs in #13768..13776, and regen Configure.
21158      Branch: metaconfig
21159            ! U/compline/nblock_io.U U/modified/Findhdr.U
21160            ! U/modified/spitshell.U
21161      Branch: metaconfig/U/perl
21162            ! issymlink.U perlpath.U
21163      Branch: perl
21164            ! Configure config_h.SH
21165 ____________________________________________________________________________
21166 [ 13776] By: jhi                                   on 2001/12/18  23:02:42
21167         Log: Must test with $_exe. (There are plenty of similar
21168              spots earlier but they are a tad more complex to fix
21169              since they come before the hints are run.)
21170      Branch: metaconfig
21171            + U/modified/yacc.U
21172 ____________________________________________________________________________
21173 [ 13775] By: jhi                                   on 2001/12/18  22:59:04
21174         Log: F_SETFL might require <fcntl.h>
21175      Branch: metaconfig
21176            ! U/compline/nblock_io.U
21177 ____________________________________________________________________________
21178 [ 13774] By: jhi                                   on 2001/12/18  22:53:41
21179         Log: Don't require make; have both make and gmake optional.
21180              (Maybe have a check that at least one of them is available?)
21181      Branch: metaconfig
21182            ! U/modified/Loc.U
21183 ____________________________________________________________________________
21184 [ 13773] By: jhi                                   on 2001/12/18  22:49:56
21185         Log: cat might be farther than /bin or /usr/bin.
21186      Branch: metaconfig
21187            ! U/modified/spitshell.U
21188 ____________________________________________________________________________
21189 [ 13772] By: jhi                                   on 2001/12/18  22:44:45
21190         Log: In VOS the path component separator is >, not /.
21191      Branch: metaconfig
21192            ! U/modified/Findhdr.U
21193 ____________________________________________________________________________
21194 [ 13771] By: jhi                                   on 2001/12/18  22:35:40
21195         Log: The VOS shell doesn't implement the ? wildcard
21196              (? is used for other purposes, I assume); but
21197              it does implement the * wildcard, and that works
21198              in the general case just fine.
21199      Branch: metaconfig/U/perl
21200            ! d_dlsymun.U
21201 ____________________________________________________________________________
21202 [ 13770] By: jhi                                   on 2001/12/18  22:28:41
21203         Log: VOS detection.
21204      Branch: metaconfig
21205            ! U/modified/Oldconfig.U
21206 ____________________________________________________________________________
21207 [ 13769] By: jhi                                   on 2001/12/18  22:23:25
21208         Log: Proper path for VOS.
21209      Branch: metaconfig
21210            ! U/modified/Head.U
21211 ____________________________________________________________________________
21212 [ 13768] By: jhi                                   on 2001/12/18  22:21:00
21213         Log: Change s/>& 4/>&4/g for consistency.
21214      Branch: metaconfig
21215            + U/modified/d_dosuid.U
21216            ! U/modified/d_socket.U
21217      Branch: metaconfig/U/perl
21218            ! issymlink.U perlxvf.U
21219 ____________________________________________________________________________
21220 [ 13767] By: jhi                                   on 2001/12/18  22:13:14
21221         Log: Subject: Re: Benchmark.t failure on Linux
21222              From: Nicholas Clark <nick@ccl4.org>
21223              Date: Tue, 18 Dec 2001 22:51:25 +0000
21224              Message-ID: <20011218225124.N21702@plum.flirble.org>
21225      Branch: perl
21226            ! lib/Benchmark.t
21227 ____________________________________________________________________________
21228 [ 13766] By: jhi                                   on 2001/12/18  22:07:35
21229         Log: Re-applying #13752 until a better solution can be found.
21230      Branch: perl
21231            ! lib/ExtUtils/t/MM_Unix.t
21232 ____________________________________________________________________________
21233 [ 13765] By: jhi                                   on 2001/12/18  21:05:13
21234         Log: Subject: [PATCH] Suggested doc enhancement(?) to Exporter.pm
21235              From: "Giroux, Mike (Exchange)" <mgiroux@bear.com>
21236              Date: Tue, 18 Dec 2001 12:05:40 -0500
21237              Message-ID: <03CF7D5B2CFFD211990300A0C95DEA0C080BEB5A@whmsx18.is.bear.com>
21238      Branch: perl
21239            ! lib/Exporter.pm
21240 ____________________________________________________________________________
21241 [ 13764] By: jhi                                   on 2001/12/18  20:58:44
21242         Log: %g -> NVgf cleanup, based on Schwern's RedHat 7.1/Alpha
21243              findings -- some of the warnings I can't explain except
21244              by NVgf being detected wrong, though.
21245      Branch: perl
21246            ! dump.c pp.c sv.c x2p/a2p.h x2p/str.c
21247 ____________________________________________________________________________
21248 [ 13763] By: jhi                                   on 2001/12/18  20:54:28
21249         Log: Subject: [PATCH] pod/perluniintro.pod
21250              From: Jeffrey Friedl <jfriedl@yahoo.com>
21251              Date: Tue, 18 Dec 2001 10:27:45 -0800 (PST)
21252              Message-Id: <200112181827.fBIIRjv16547@ventrue.corp.yahoo.com>
21253      Branch: perl
21254            ! pod/perluniintro.pod
21255 ____________________________________________________________________________
21256 [ 13762] By: jhi                                   on 2001/12/18  17:49:07
21257         Log: ".pm" is the native executable suffix in VOS.
21258      Branch: perl
21259            ! hints/vos.sh
21260 ____________________________________________________________________________
21261 [ 13761] By: jhi                                   on 2001/12/18  15:57:39
21262         Log: Integrate perlio;
21263              Tidied version of Jeffrey Friedl's <jfriedl@yahoo.com> restricted hashes
21264      Branch: perl
21265           !> ext/Devel/Peek/Peek.t hv.c hv.h scope.c sv.c t/lib/access.t
21266 ____________________________________________________________________________
21267 [ 13760] By: nick                                  on 2001/12/18  15:55:22
21268         Log: Tidied version of Jeffrey Friedl's <jfriedl@yahoo.com> restricted hashes
21269              - added delete of READONLY value inhibit & test for same
21270              - re-tabbed
21271      Branch: perlio
21272            ! ext/Devel/Peek/Peek.t hv.c hv.h scope.c sv.c t/lib/access.t
21273 ____________________________________________________________________________
21274 [ 13759] By: jhi                                   on 2001/12/18  15:54:19
21275         Log: (Undone by #13766.)
21276              Retract #13752.
21277      Branch: perl
21278            ! lib/ExtUtils/t/MM_Unix.t
21279 ____________________________________________________________________________
21280 [ 13758] By: jhi                                   on 2001/12/18  15:26:18
21281         Log: Echoes of #13757.
21282      Branch: perl
21283            ! t/lib/warnings/utf8
21284 ____________________________________________________________________________
21285 [ 13757] By: jhi                                   on 2001/12/18  15:24:50
21286         Log: Make the utf8 malformedness messages more verbose.
21287      Branch: perl
21288            ! lib/utf8.t utf8.c
21289 ____________________________________________________________________________
21290 [ 13756] By: nick                                  on 2001/12/18  14:43:58
21291         Log: Integrate mainline
21292      Branch: perlio
21293           +> lib/ExtUtils/t/Command.t lib/ExtUtils/t/Embed.t
21294           +> lib/ExtUtils/t/ExtUtils.t lib/ExtUtils/t/Installed.t
21295           +> lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
21296           +> lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/Manifest.t
21297           +> lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
21298           +> lib/ExtUtils/t/testlib.t t/op/alarm.t
21299            - lib/ExtUtils.t lib/ExtUtils/Command.t lib/ExtUtils/Embed.t
21300            - lib/ExtUtils/Installed.t lib/ExtUtils/MM_Cygwin.t
21301            - lib/ExtUtils/MM_VMS.t lib/ExtUtils/Manifest.t
21302            - lib/ExtUtils/Mkbootstrap.t lib/ExtUtils/Packlist.t
21303            - lib/ExtUtils/testlib.t
21304           !> (integrate 28 files)
21305 ____________________________________________________________________________
21306 [ 13755] By: jhi                                   on 2001/12/18  14:05:26
21307         Log: README.aix updates from Jens-Uwe Mager.
21308      Branch: perl
21309            ! README.aix
21310 ____________________________________________________________________________
21311 [ 13754] By: jhi                                   on 2001/12/18  14:03:31
21312         Log: Subject: [PATCH lib/Benchmark.t] Show value of $fastslow on failure
21313              From: Michael G Schwern <schwern@pobox.com>
21314              Date: Tue, 18 Dec 2001 00:58:18 -0500
21315              Message-ID: <20011218055818.GC4362@blackrider>
21316      Branch: perl
21317            ! lib/Benchmark.t
21318 ____________________________________________________________________________
21319 [ 13753] By: jhi                                   on 2001/12/18  14:02:49
21320         Log: Subject: [PATCH lib/ExtUtils/t/Installed.t] Making it somewhat more portable
21321              From: Michael G Schwern <schwern@pobox.com>
21322              Date: Tue, 18 Dec 2001 00:40:38 -0500
21323              Message-ID: <20011218054038.GB4362@blackrider>
21324      Branch: perl
21325            ! lib/ExtUtils/Installed.pm lib/ExtUtils/t/Installed.t
21326 ____________________________________________________________________________
21327 [ 13752] By: jhi                                   on 2001/12/18  14:01:44
21328         Log: (reintroduced by #13766)
21329              (retracted by #13759)
21330              
21331              Subject: [PATCH lib/ExtUtils/t/MM_Unix.t] All the world's not a Unix
21332              From: Michael G Schwern <schwern@pobox.com>  
21333              Date: Tue, 18 Dec 2001 00:00:23 -0500
21334              Message-ID: <20011218050023.GA27893@blackrider>
21335      Branch: perl
21336            ! lib/ExtUtils/t/MM_Unix.t
21337 ____________________________________________________________________________
21338 [ 13751] By: jhi                                   on 2001/12/18  13:59:32
21339         Log: Re-patch #13749.
21340      Branch: perl
21341            ! t/op/glob.t
21342 ____________________________________________________________________________
21343 [ 13750] By: jhi                                   on 2001/12/18  13:56:34
21344         Log: Subject: [doc patch] s{(?<=perldeb)ug}{guts}
21345              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
21346              Date: Tue, 18 Dec 2001 12:55:43 +0000
21347              Message-Id: <200112181255.fBICthb09977@crypt.compulink.co.uk>
21348      Branch: perl
21349            ! ext/Devel/Peek/Peek.pm
21350 ____________________________________________________________________________
21351 [ 13749] By: jhi                                   on 2001/12/18  13:55:12
21352         Log: Subject: Third time lucky? (Re: [PATCH] ...while $var = glob(...))
21353              From: Robin Houston <robin@kitsite.com> 
21354              Date: Tue, 18 Dec 2001 14:54:33 +0000
21355              Message-ID: <20011218145433.A18835@puffinry.freeserve.co.uk>
21356      Branch: perl
21357            ! t/op/glob.t
21358 ____________________________________________________________________________
21359 [ 13748] By: jhi                                   on 2001/12/17  23:54:41
21360         Log: Subject: [PATCH] slightly more for Exporter.pm
21361              From: Nicholas Clark <nick@ccl4.org>
21362              Date: Tue, 18 Dec 2001 00:22:03 +0000
21363              Message-ID: <20011218002203.M21702@plum.flirble.org>
21364      Branch: perl
21365            ! lib/Exporter.pm
21366 ____________________________________________________________________________
21367 [ 13747] By: jhi                                   on 2001/12/17  21:59:07
21368         Log: Subject: [PATCH] Re: chomp/chop prototype changed?
21369              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21370              Date: Mon, 17 Dec 2001 16:37:18 +0100
21371              Message-ID: <20011217163718.A2292@rafael>
21372              
21373              Subject: Re: [PATCH] Re: chomp/chop prototype changed?
21374              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21375              Date: Mon, 17 Dec 2001 23:17:06 +0100
21376              Message-ID: <20011217231706.A730@rafael>
21377      Branch: perl
21378            ! pod/perlsub.pod pp.c toke.c
21379 ____________________________________________________________________________
21380 [ 13746] By: jhi                                   on 2001/12/17  20:22:08
21381         Log: Update Changes.
21382      Branch: perl
21383            ! Changes patchlevel.h
21384 ____________________________________________________________________________
21385 [ 13745] By: jhi                                   on 2001/12/17  20:12:37
21386         Log: New test warrants a MANIFEST entry.
21387      Branch: perl
21388            ! MANIFEST
21389 ____________________________________________________________________________
21390 [ 13744] By: jhi                                   on 2001/12/17  19:27:40
21391         Log: Subject: Re: [PATCH] ...while $var = glob(...)
21392              From: Robin Houston <robin@kitsite.com>
21393              Date: Mon, 17 Dec 2001 20:27:30 +0000
21394              Message-ID: <20011217202730.A17817@puffinry.freeserve.co.uk>
21395              
21396              Can't portably unlink open files.
21397      Branch: perl
21398            ! t/op/glob.t
21399 ____________________________________________________________________________
21400 [ 13743] By: jhi                                   on 2001/12/17  19:26:34
21401         Log: perluniintro tweaks as suggested by Jeffrey Friedl.
21402      Branch: perl
21403            ! pod/perluniintro.pod
21404 ____________________________________________________________________________
21405 [ 13742] By: jhi                                   on 2001/12/17  19:18:52
21406         Log: Move typeglob test from glob.t to gv.t.
21407      Branch: perl
21408            ! t/op/glob.t t/op/gv.t
21409 ____________________________________________________________________________
21410 [ 13741] By: jhi                                   on 2001/12/17  19:12:16
21411         Log: Subject: Re: [PATCH] ...while $var = glob(...)                
21412              From: Robin Houston <robin@kitsite.com> 
21413              Date: Mon, 17 Dec 2001 20:07:02 +0000                 
21414              Message-ID: <20011217200702.A17721@puffinry.freeserve.co.uk>
21415      Branch: perl
21416            ! t/op/glob.t
21417 ____________________________________________________________________________
21418 [ 13740] By: jhi                                   on 2001/12/17  19:11:29
21419         Log: Demote the surrogate and non-character errors to warnings.
21420      Branch: perl
21421            ! pod/perldiag.pod t/lib/warnings/utf8 t/op/ord.t utf8.c
21422 ____________________________________________________________________________
21423 [ 13739] By: jhi                                   on 2001/12/17  18:47:41
21424         Log: Subject: [PATCH] more POSIX tests, and more autoloading
21425              From: Nicholas Clark <nick@ccl4.org>
21426              Date: Mon, 17 Dec 2001 18:27:47 +0000
21427              Message-ID: <20011217182747.D21702@plum.flirble.org>
21428      Branch: perl
21429            ! ext/POSIX/POSIX.pm ext/POSIX/t/posix.t
21430 ____________________________________________________________________________
21431 [ 13738] By: jhi                                   on 2001/12/17  18:43:55
21432         Log: Subject: [PATCH] ...while $var = glob(...)
21433              From: Robin Houston <robin@kitsite.com> 
21434              Date: Mon, 17 Dec 2001 15:51:54 +0000
21435              Message-ID: <20011217155153.A311@robin.kitsite.com>
21436      Branch: perl
21437            ! op.c
21438 ____________________________________________________________________________
21439 [ 13737] By: jhi                                   on 2001/12/17  18:38:33
21440         Log: Subject: [PATCH] -t and the core tests; -t and PERL5OPT
21441              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21442              Date: Mon, 17 Dec 2001 15:23:01 +0100
21443              Message-ID: <20011217152301.A704@rafael>
21444      Branch: perl
21445            ! perl.c pod/perldiag.pod pod/perlrun.pod t/run/runenv.t
21446 ____________________________________________________________________________
21447 [ 13736] By: jhi                                   on 2001/12/17  18:36:20
21448         Log: The system() vs $SIG{ARLM} is no more a todo.
21449      Branch: perl
21450            ! t/op/alarm.t
21451 ____________________________________________________________________________
21452 [ 13735] By: jhi                                   on 2001/12/17  18:34:43
21453         Log: Subject: [PATCH t/op/alarm.t MANIFEST] alarm() test, take two
21454              From: Michael G Schwern <schwern@pobox.com>
21455              Date: Sun, 16 Dec 2001 23:59:01 -0500
21456              Message-ID: <20011217045901.GL17232@blackrider>
21457      Branch: perl
21458            + t/op/alarm.t
21459            ! MANIFEST
21460 ____________________________________________________________________________
21461 [ 13734] By: jhi                                   on 2001/12/17  17:54:19
21462         Log: s/UNIX/Unix/
21463      Branch: perl
21464            ! MANIFEST
21465 ____________________________________________________________________________
21466 [ 13733] By: jhi                                   on 2001/12/17  17:50:22
21467         Log: Move ExtUtils tests to lib/ExtUtils/t.
21468      Branch: perl
21469            + lib/ExtUtils/t/Command.t lib/ExtUtils/t/Embed.t
21470            + lib/ExtUtils/t/ExtUtils.t lib/ExtUtils/t/Installed.t
21471            + lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
21472            + lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/Manifest.t
21473            + lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
21474            + lib/ExtUtils/t/testlib.t
21475            - lib/ExtUtils.t lib/ExtUtils/Command.t lib/ExtUtils/Embed.t
21476            - lib/ExtUtils/Installed.t lib/ExtUtils/MM_Cygwin.t
21477            - lib/ExtUtils/MM_Unix.t lib/ExtUtils/MM_VMS.t
21478            - lib/ExtUtils/Manifest.t lib/ExtUtils/Mkbootstrap.t
21479            - lib/ExtUtils/Packlist.t lib/ExtUtils/testlib.t
21480            ! MANIFEST
21481 ____________________________________________________________________________
21482 [ 13732] By: jhi                                   on 2001/12/17  17:45:33
21483         Log: Subject: [PATCH] MM_Unix tests, and some questions
21484              From: Tels <perl_dummy@bloodgate.com>
21485              Date: Sun, 16 Dec 2001 22:29:13 +0100 (CET)                
21486              Message-Id: <200112162132.XAA12694@tiku.hut.fi>
21487              
21488              Subject: Re: [PATCH] MM_Unix tests, and some questions
21489              From: Tels <perl_dummy@bloodgate.com>
21490              Date: Mon, 17 Dec 2001 00:29:11 +0100 (CET)                
21491              Message-Id: <200112162332.BAA25411@tiku.hut.fi>
21492      Branch: perl
21493            + lib/ExtUtils/MM_Unix.t
21494            ! MANIFEST lib/ExtUtils/MM_Unix.pm
21495 ____________________________________________________________________________
21496 [ 13731] By: jhi                                   on 2001/12/17  17:31:35
21497         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] miniperl found before perl
21498              From: Michael G Schwern <schwern@pobox.com>
21499              Date: Sun, 16 Dec 2001 17:53:55 -0500
21500              Message-ID: <20011216225354.GE8900@blackrider>
21501      Branch: perl
21502            ! lib/ExtUtils/MM_Unix.pm
21503 ____________________________________________________________________________
21504 [ 13730] By: jhi                                   on 2001/12/17  17:26:44
21505         Log: Subject: [PATCH ext/B/B/Deparse.pm] Re: [ID 20011216.005] B::Deparse turns legal code into illegal ones.
21506              From: Michael G Schwern <schwern@pobox.com>                
21507              Date: Sun, 16 Dec 2001 16:12:55 -0500
21508              Message-ID: <20011216211255.GV8900@blackrider>
21509      Branch: perl
21510            ! ext/B/B/Deparse.pm
21511 ____________________________________________________________________________
21512 [ 13729] By: jhi                                   on 2001/12/17  17:25:09
21513         Log: Subject: [PATCH] Exporter.pm
21514              From: Nicholas Clark <nick@ccl4.org>
21515              Date: Sun, 16 Dec 2001 19:24:25 +0000
21516              Message-ID: <20011216192425.R21702@plum.flirble.org>
21517      Branch: perl
21518            ! lib/Exporter.pm
21519 ____________________________________________________________________________
21520 [ 13728] By: jhi                                   on 2001/12/17  17:20:51
21521         Log: Subject: [PATCH] Exporter.t (and question)
21522              From: Nicholas Clark <nick@ccl4.org>
21523              Date: Sun, 16 Dec 2001 17:24:55 +0000
21524              Message-ID: <20011216172455.P21702@plum.flirble.org>
21525      Branch: perl
21526            ! lib/Exporter.t
21527 ____________________________________________________________________________
21528 [ 13727] By: jhi                                   on 2001/12/17  17:18:21
21529         Log: Subject: Re: perl@13661
21530              From: "John P. Linderman" <jpl@research.att.com>              
21531              Date: Mon, 17 Dec 2001 07:11:27 -0500 (EST)           
21532              Message-Id: <200112171211.HAA71597@raptor.research.att.com>
21533      Branch: perl
21534            ! pp_sort.c
21535 ____________________________________________________________________________
21536 [ 13726] By: jhi                                   on 2001/12/17  16:57:57
21537         Log: Subject: Will the real Unicode encoding please stand up?
21538              From: Jeffrey Friedl <jfriedl@yahoo.com>
21539              Date: Sun, 16 Dec 2001 11:36:32 -0800 (PST)
21540              Message-Id: <200112161936.fBGJaWe41263@ventrue.corp.yahoo.com>
21541      Branch: perl
21542            ! pod/perluniintro.pod
21543 ____________________________________________________________________________
21544 [ 13725] By: jhi                                   on 2001/12/17  16:43:09
21545         Log: Integrate perlio; interruptable system().
21546      Branch: perl
21547           !> util.c
21548 ____________________________________________________________________________
21549 [ 13724] By: nick                                  on 2001/12/17  09:16:50
21550         Log: Fix for alarm() breaking into wait*().
21551              Call PERL_ASYNC_CHECK() on EINTR in Perl_wait4pid(), to dispatch
21552              signal handler before caller re-does the system call.
21553      Branch: perlio
21554            ! util.c
21555 ____________________________________________________________________________
21556 [ 13723] By: nick                                  on 2001/12/17  07:45:13
21557         Log: Integrate mainline
21558      Branch: perlio
21559           +> (branch 26 files)
21560           !> (integrate 47 files)
21561 ____________________________________________________________________________
21562 [ 13722] By: jhi                                   on 2001/12/16  16:12:57
21563         Log: Disallow also Unicode ranges 0xFDD0..0xFDEF and
21564              0xFFFE..0xFFFF.  Ranges 0x...FFFE..0x...FFFF in general,
21565              and characters beyond 0x10FFF should be disallowed, too,
21566              but some tests would need changing, but more importantly some
21567              APIs would need remodeling since one can easily generate such
21568              characters either by bitwise complements, tr complements, or
21569              v-strings.
21570      Branch: perl
21571            ! pod/perldiag.pod utf8.c
21572 ____________________________________________________________________________
21573 [ 13721] By: jhi                                   on 2001/12/16  15:34:52
21574         Log: Make surrogates illegal also on EBCDIC.
21575      Branch: perl
21576            ! utf8.c
21577 ____________________________________________________________________________
21578 [ 13720] By: jhi                                   on 2001/12/16  14:49:18
21579         Log: Subject: [patch @13687] Unicode::Collate 0.10
21580              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>               
21581              Date: Sun, 16 Dec 2001 21:22:12 +0900
21582              Message-Id: <20011216211615.8ED5.BQW10602@nifty.com>
21583      Branch: perl
21584            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
21585            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
21586 ____________________________________________________________________________
21587 [ 13719] By: jhi                                   on 2001/12/16  14:39:34
21588         Log: More documentation for the encoding pragma.
21589      Branch: perl
21590            ! lib/encoding.pm
21591 ____________________________________________________________________________
21592 [ 13718] By: jhi                                   on 2001/12/16  14:34:02
21593         Log: Subject: [PATCH] lib/open.pm 
21594              From: Jeffrey Friedl <jfriedl@yahoo.com>
21595              Date: Sat, 15 Dec 2001 23:07:42 -0800 (PST)
21596              Message-Id: <200112160707.fBG77g896350@ventrue.corp.yahoo.com>
21597      Branch: perl
21598            ! lib/open.pm
21599 ____________________________________________________________________________
21600 [ 13717] By: jhi                                   on 2001/12/16  14:18:49
21601         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Installed.t] Add tests for ExtUtils::Installed
21602              From: chromatic <chromatic@rmci.net>
21603              Date: Sat, 15 Dec 2001 23:24:40 -0700
21604              Message-ID: <20011216062507.71492.qmail@onion.perl.org>
21605      Branch: perl
21606            + lib/ExtUtils/Installed.t
21607            ! MANIFEST
21608 ____________________________________________________________________________
21609 [ 13716] By: jhi                                   on 2001/12/16  14:17:10
21610         Log: Subject: [PATCH lib/diagnostics.pm] Little warning nit
21611              From: Michael G Schwern <schwern@pobox.com>
21612              Date: Sun, 16 Dec 2001 01:14:00 -0500
21613              Message-ID: <20011216061400.GC8900@blackrider>
21614      Branch: perl
21615            ! lib/diagnostics.pm
21616 ____________________________________________________________________________
21617 [ 13715] By: jhi                                   on 2001/12/16  14:16:17
21618         Log: Subject: [PATCH] Re: [PATCH t/test.pl] diagnostics to STDERR
21619              From: Michael G Schwern <schwern@pobox.com>
21620              Date: Sun, 16 Dec 2001 01:12:42 -0500
21621              Message-ID: <20011216061242.GB8900@blackrider>
21622      Branch: perl
21623            ! t/test.pl
21624 ____________________________________________________________________________
21625 [ 13714] By: jhi                                   on 2001/12/16  04:21:53
21626         Log: I sometimes outsmart myself.
21627      Branch: perl
21628            ! lib/ExtUtils/MM_Cygwin.t lib/ExtUtils/MM_VMS.t
21629 ____________________________________________________________________________
21630 [ 13713] By: jhi                                   on 2001/12/16  03:24:34
21631         Log: Subject: [PATCH lib/AutoSplit.pm]  Fwd: [russell-belfast-pm@futureless.org: Re: This is the __END__] 
21632              From: Michael G Schwern <schwern@pobox.com>
21633              Date: Sat, 15 Dec 2001 15:08:29 -0500
21634              Message-ID: <20011215200829.GK1548@blackrider>
21635      Branch: perl
21636            ! lib/AutoSplit.pm
21637 ____________________________________________________________________________
21638 [ 13712] By: jhi                                   on 2001/12/16  03:22:39
21639         Log: perlunicode enchancements suggested by Jeffrey Friedl.
21640      Branch: perl
21641            ! pod/perlunicode.pod
21642 ____________________________________________________________________________
21643 [ 13711] By: jhi                                   on 2001/12/16  03:00:44
21644         Log: Subject: [PATCH] perlunicode.pod
21645              From: Jeffrey Friedl <jfriedl@yahoo.com>
21646              Date: Sat, 15 Dec 2001 19:17:09 -0800 (PST) 
21647              Message-Id: <200112160317.fBG3H9M82618@ventrue.corp.yahoo.com>
21648      Branch: perl
21649            ! pod/perlunicode.pod
21650 ____________________________________________________________________________
21651 [ 13710] By: jhi                                   on 2001/12/16  02:57:09
21652         Log: Subject: RESENT - [PATCH] utf8_heavy.pl 
21653              From: Jeffrey Friedl <jfriedl@yahoo.com>
21654              Date: Sat, 15 Dec 2001 19:55:01 -0800 (PST) 
21655              Message-Id: <200112160355.fBG3t1t84835@ventrue.corp.yahoo.com>
21656      Branch: perl
21657            ! lib/utf8_heavy.pl
21658 ____________________________________________________________________________
21659 [ 13709] By: jhi                                   on 2001/12/16  02:47:36
21660         Log: Can't create surrogates; so can't match them, either.
21661      Branch: perl
21662            ! pod/perlunicode.pod
21663 ____________________________________________________________________________
21664 [ 13708] By: jhi                                   on 2001/12/16  02:46:07
21665         Log: Subject: [PATCH t/test.pl] diagnostics to STDERR
21666              From: Michael G Schwern <schwern@pobox.com>
21667              Date: Sat, 15 Dec 2001 21:20:35 -0500
21668              Message-ID: <20011216022035.GE5672@blackrider>
21669      Branch: perl
21670            ! t/test.pl
21671 ____________________________________________________________________________
21672 [ 13707] By: jhi                                   on 2001/12/16  02:45:06
21673         Log: Make creating UTF-8 surrogates a punishable act.
21674      Branch: perl
21675            ! pod/perldiag.pod pod/perlunicode.pod t/op/ord.t utf8.c
21676 ____________________________________________________________________________
21677 [ 13706] By: jhi                                   on 2001/12/15  23:00:56
21678         Log: Support \p{All}, \p{IsAssigned}, \p{IsUnassigned}.
21679      Branch: perl
21680            + lib/unicore/In/172.pl lib/unicore/In/173.pl
21681            ! MANIFEST lib/unicore/In.pl lib/unicore/In/164.pl
21682            ! lib/unicore/In/165.pl lib/unicore/In/166.pl
21683            ! lib/unicore/In/167.pl lib/unicore/In/168.pl
21684            ! lib/unicore/In/169.pl lib/unicore/In/170.pl
21685            ! lib/unicore/In/171.pl lib/unicore/mktables lib/utf8_heavy.pl
21686 ____________________________________________________________________________
21687 [ 13705] By: jhi                                   on 2001/12/15  22:17:10
21688         Log: Subject: [PATCH B::Deparse] rcatline support ($_.=<ARGV>)
21689              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21690              Date: Sat, 15 Dec 2001 23:21:43 +0100
21691              Message-ID: <20011215232143.A11790@rafael>
21692      Branch: perl
21693            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
21694 ____________________________________________________________________________
21695 [ 13704] By: jhi                                   on 2001/12/15  22:09:20
21696         Log: Make charnames more robust.
21697      Branch: perl
21698            ! lib/charnames.pm
21699 ____________________________________________________________________________
21700 [ 13703] By: jhi                                   on 2001/12/15  17:30:55
21701         Log: The hoops one has to jump through.
21702      Branch: perl
21703            ! ext/I18N/Langinfo/Langinfo.pm
21704 ____________________________________________________________________________
21705 [ 13702] By: jhi                                   on 2001/12/15  17:18:49
21706         Log: Subject: [PATCH] perlstyle.pod nit on warnings
21707              From: Autrijus Tang <autrijus@egb.elixus.org>
21708              Date: Sat, 15 Dec 2001 04:24:34 -0800
21709              Message-ID: <20011215122434.GA1682@egb.elixus.org> 
21710      Branch: perl
21711            ! pod/perlstyle.pod
21712 ____________________________________________________________________________
21713 [ 13701] By: jhi                                   on 2001/12/15  17:17:47
21714         Log: I don't think we are in FooOS, Toto.
21715      Branch: perl
21716            ! lib/ExtUtils/MM_Cygwin.t lib/ExtUtils/MM_VMS.t
21717 ____________________________________________________________________________
21718 [ 13700] By: jhi                                   on 2001/12/15  17:15:50
21719         Log: Subject: Re: Untested modules update:  There's more than we thought
21720              From: chromatic <chromatic@rmci.net>
21721              Date: Fri, 14 Dec 2001 17:20:24 -0700
21722              Message-ID: <20011215002049.37259.qmail@onion.perl.org>
21723      Branch: perl
21724            + lib/ExtUtils/MM_Cygwin.t
21725            ! MANIFEST
21726 ____________________________________________________________________________
21727 [ 13699] By: jhi                                   on 2001/12/15  17:14:26
21728         Log: Subject: [PATCH t/TEST] -bytecompile & -compile for testing perlcc
21729              From: Michael G Schwern <schwern@pobox.com> 
21730              Date: Fri, 14 Dec 2001 20:59:42 -0500
21731              Message-ID: <20011215015942.GF28596@blackrider>
21732      Branch: perl
21733            ! t/TEST
21734 ____________________________________________________________________________
21735 [ 13698] By: jhi                                   on 2001/12/15  17:13:35
21736         Log: Subject: [PATCH MANIFEST ext/B/t/bblock.t] Compile test
21737              From: Michael G Schwern <schwern@pobox.com> 
21738              Date: Fri, 14 Dec 2001 20:03:46 -0500
21739              Message-ID: <20011215010346.GD28596@blackrider>
21740      Branch: perl
21741            + ext/B/t/bblock.t
21742            ! MANIFEST
21743 ____________________________________________________________________________
21744 [ 13697] By: jhi                                   on 2001/12/15  17:12:32
21745         Log: Subject: [PATCH ext/B/B/Bblock.pm] Some weak docs
21746              From: Michael G Schwern <schwern@pobox.com> 
21747              Date: Fri, 14 Dec 2001 19:59:13 -0500
21748              Message-ID: <20011215005913.GC28596@blackrider>
21749      Branch: perl
21750            ! ext/B/B/Bblock.pm
21751 ____________________________________________________________________________
21752 [ 13696] By: jhi                                   on 2001/12/15  17:11:32
21753         Log: Subject: [PATCH MANIFEST ext/B/t/asmdata.t] B::Asmdata test 
21754              From: Michael G Schwern <schwern@pobox.com> 
21755              Date: Fri, 14 Dec 2001 19:36:12 -0500
21756              Message-ID: <20011215003611.GA28596@blackrider>
21757      Branch: perl
21758            + ext/B/t/asmdata.t
21759            ! MANIFEST
21760 ____________________________________________________________________________
21761 [ 13695] By: jhi                                   on 2001/12/15  17:10:05
21762         Log: Subject: [PATCH bytecode.pl] Adding B::Asmdata docs
21763              From: Michael G Schwern <schwern@pobox.com> 
21764              Date: Fri, 14 Dec 2001 19:14:14 -0500
21765              Message-ID: <20011215001414.GA25077@blackrider>
21766      Branch: perl
21767            ! bytecode.pl ext/B/B/Asmdata.pm
21768 ____________________________________________________________________________
21769 [ 13694] By: jhi                                   on 2001/12/15  17:00:44
21770         Log: Permissions.
21771      Branch: perl
21772            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/module2.c
21773            ! ext/Devel/PPPort/module3.c
21774 ____________________________________________________________________________
21775 [ 13693] By: jhi                                   on 2001/12/14  23:48:59
21776         Log: Benchmark test from Nicholas Clark.
21777      Branch: perl
21778            + lib/Benchmark.t
21779            ! MANIFEST lib/Benchmark.pm
21780 ____________________________________________________________________________
21781 [ 13692] By: jhi                                   on 2001/12/14  23:33:28
21782         Log: Mithing.
21783      Branch: perl
21784            + lib/Attribute/Handlers/demo/demo2.pl
21785            + lib/Attribute/Handlers/demo/demo3.pl
21786            + lib/Attribute/Handlers/demo/demo4.pl
21787 ____________________________________________________________________________
21788 [ 13691] By: jhi                                   on 2001/12/14  21:26:08
21789         Log: Silence compiler worries found by Schwern/Digital cc.
21790      Branch: perl
21791            ! perlio.c sv.c x2p/str.c
21792 ____________________________________________________________________________
21793 [ 13690] By: jhi                                   on 2001/12/14  20:26:51
21794         Log: User may not have a valid home directory even if
21795              getpwuid() succedds.
21796      Branch: perl
21797            ! ext/File/Glob/t/basic.t
21798 ____________________________________________________________________________
21799 [ 13689] By: jhi                                   on 2001/12/14  18:14:52
21800         Log: Integrate with perlio.  (No changes, but that's okay.)
21801      Branch: perl
21802           !> doio.c lib/Exporter.pm perlio.c perliol.h pod/perlmodlib.pod
21803 ____________________________________________________________________________
21804 [ 13688] By: jhi                                   on 2001/12/14  18:06:18
21805         Log: Add a Configure hints file for VOS: the POSIX support
21806              of VOS is getting close to the point where it can run
21807              Configure (some Configure tweaks will be required).
21808      Branch: perl
21809            + hints/vos.sh
21810            ! MANIFEST
21811 ____________________________________________________________________________
21812 [ 13687] By: jhi                                   on 2001/12/14  16:15:17
21813         Log: Update Changes.
21814      Branch: perl
21815            ! Changes patchlevel.h
21816 ____________________________________________________________________________
21817 [ 13686] By: jhi                                   on 2001/12/14  16:07:02
21818         Log: Reintroduce Attribute::Handlers with Spider's fixes.
21819      Branch: perl
21820            + lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
21821            + lib/Attribute/Handlers/README
21822            + lib/Attribute/Handlers/demo/Demo.pm
21823            + lib/Attribute/Handlers/demo/Descriptions.pm
21824            + lib/Attribute/Handlers/demo/MyClass.pm
21825            + lib/Attribute/Handlers/demo/demo.pl
21826            + lib/Attribute/Handlers/demo/demo_call.pl
21827            + lib/Attribute/Handlers/demo/demo_chain.pl
21828            + lib/Attribute/Handlers/demo/demo_cycle.pl
21829            + lib/Attribute/Handlers/demo/demo_hashdir.pl
21830            + lib/Attribute/Handlers/demo/demo_phases.pl
21831            + lib/Attribute/Handlers/demo/demo_range.pl
21832            + lib/Attribute/Handlers/demo/demo_rawdata.pl
21833            + lib/Attribute/Handlers/t/multi.t
21834            ! MANIFEST pod/perldelta.pod pod/perlmodlib.pod pod/perltoc.pod
21835 ____________________________________________________________________________
21836 [ 13685] By: nick                                  on 2001/12/14  15:57:00
21837         Log: Integrate mainline
21838      Branch: perlio
21839           +> t/run/switcht.t
21840           !> MANIFEST embedvar.h intrpvar.h lib/Test/Harness.pm perl.c
21841           !> perlapi.h pod/perlrun.pod t/TEST taint.c
21842 ____________________________________________________________________________
21843 [ 13684] By: jhi                                   on 2001/12/14  14:43:40
21844         Log: Subject: [PATCH taint.c intrpvar.h perl.c ...] -t taint warnings
21845              From: Michael G Schwern <schwern@pobox.com> 
21846              Date: Thu, 13 Dec 2001 19:27:08 -0500
21847              Message-ID: <20011214002707.GA10532@blackrider>
21848              
21849              (reword the perlrun -t description a bit,
21850              and move the Itaint_warn to the bottom of
21851              the intrpvar.h for binary compatibility)
21852      Branch: perl
21853            + t/run/switcht.t
21854            ! MANIFEST embedvar.h intrpvar.h lib/Test/Harness.pm perl.c
21855            ! perlapi.h pod/perlrun.pod t/TEST taint.c
21856 ____________________________________________________________________________
21857 [ 13683] By: nick                                  on 2001/12/14  12:29:41
21858         Log: Integrate mainline
21859      Branch: perlio
21860           +> beos/beos.c beos/beosish.h ext/POSIX/t/waitpid.t
21861           +> lib/Term/ReadLine.t t/op/hashassign.t
21862            - lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
21863            - lib/Attribute/Handlers/README
21864            - lib/Attribute/Handlers/demo/Demo.pm
21865            - lib/Attribute/Handlers/demo/Descriptions.pm
21866            - lib/Attribute/Handlers/demo/MyClass.pm
21867            - lib/Attribute/Handlers/demo/demo.pl
21868            - lib/Attribute/Handlers/demo/demo2.pl
21869            - lib/Attribute/Handlers/demo/demo3.pl
21870            - lib/Attribute/Handlers/demo/demo4.pl
21871            - lib/Attribute/Handlers/demo/demo_call.pl
21872            - lib/Attribute/Handlers/demo/demo_chain.pl
21873            - lib/Attribute/Handlers/demo/demo_cycle.pl
21874            - lib/Attribute/Handlers/demo/demo_hashdir.pl
21875            - lib/Attribute/Handlers/demo/demo_phases.pl
21876            - lib/Attribute/Handlers/demo/demo_range.pl
21877            - lib/Attribute/Handlers/demo/demo_rawdata.pl
21878            - lib/Attribute/Handlers/t/multi.t lib/Memoize/Saves.pm
21879           !> (integrate 101 files)
21880 ____________________________________________________________________________
21881 [ 13682] By: jhi                                   on 2001/12/14  04:10:37
21882         Log: Detypo.
21883      Branch: perl
21884            ! utf8.c
21885 ____________________________________________________________________________
21886 [ 13681] By: jhi                                   on 2001/12/14  04:07:08
21887         Log: Buffer overflow checks.
21888      Branch: perl
21889            ! utf8.c
21890 ____________________________________________________________________________
21891 [ 13680] By: jhi                                   on 2001/12/13  21:30:14
21892         Log: Subject: [ID 20011213.009] Not OK: perl v5.7.2 +DEVEL13660 on alpha-dec_osf-perlio-ld 5.1 (UNINSTALLED)
21893              From: Spider Boardman <spider@leggy.zk3.dec.com>
21894              Date: Thu, 13 Dec 2001 15:32:51 -0500
21895              Message-Id: <200112132032.PAA203491@leggy.zk3.dec.com>
21896      Branch: perl
21897            ! lib/ExtUtils/Embed.t
21898 ____________________________________________________________________________
21899 [ 13679] By: jhi                                   on 2001/12/13  21:27:31
21900         Log: More on the Unicode "line" definition.
21901      Branch: perl
21902            ! pod/perlunicode.pod
21903 ____________________________________________________________________________
21904 [ 13678] By: jhi                                   on 2001/12/13  21:18:47
21905         Log: Open-ended VERSION?
21906      Branch: perl
21907            ! lib/ExtUtils/Install.pm
21908 ____________________________________________________________________________
21909 [ 13677] By: jhi                                   on 2001/12/13  19:13:13
21910         Log: Subject: [PATCH] Better make distclean
21911              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21912              Date: Thu, 13 Dec 2001 21:10:18 +0100
21913              Message-Id: <20011213204542.0321.H.M.BRAND@hccnet.nl>
21914      Branch: perl
21915            ! Makefile.SH
21916 ____________________________________________________________________________
21917 [ 13676] By: jhi                                   on 2001/12/13  17:11:42
21918         Log: Remove Memoize::Saves as requested by mjd.
21919      Branch: perl
21920            - lib/Memoize/Saves.pm
21921            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod
21922 ____________________________________________________________________________
21923 [ 13675] By: jhi                                   on 2001/12/13  16:16:12
21924         Log: Subject: [PATCH ExtUtils::Install] Old RCS $Date$ tag
21925              From: Michael G Schwern <schwern@pobox.com>
21926              Date: Tue, 11 Dec 2001 23:17:32 -0500
21927              Message-ID: <20011212041732.GS17250@blackrider>
21928      Branch: perl
21929            ! lib/ExtUtils/Install.pm
21930 ____________________________________________________________________________
21931 [ 13674] By: jhi                                   on 2001/12/13  16:12:19
21932         Log: Subject: [PATCH] Re: use utf8; with bad utf8
21933              From: Nicholas Clark <nick@ccl4.org>
21934              Date: Thu, 13 Dec 2001 17:09:39 +0000
21935              Message-ID: <20011213170939.L21702@plum.flirble.org>
21936      Branch: perl
21937            ! t/lib/1_compile.t
21938 ____________________________________________________________________________
21939 [ 13673] By: jhi                                   on 2001/12/13  16:09:18
21940         Log: Subject: (LONG!) Sort benchmarks and patch
21941              From: "John P. Linderman" <jpl@research.att.com>
21942              Date: Thu, 13 Dec 2001 09:50:58 -0500 (EST)
21943              Message-Id: <200112131450.JAA84836@raptor.research.att.com>
21944      Branch: perl
21945            ! pp_sort.c
21946 ____________________________________________________________________________
21947 [ 13672] By: jhi                                   on 2001/12/13  14:19:28
21948         Log: Unadorned numbers evil.
21949      Branch: perl
21950            ! pp.c regcomp.c regexec.c utf8.c utf8.h
21951 ____________________________________________________________________________
21952 [ 13671] By: jhi                                   on 2001/12/13  13:35:47
21953         Log: "preprocessing directive not recognized within macro arg"
21954      Branch: perl
21955            ! ext/Data/Dumper/Dumper.xs
21956 ____________________________________________________________________________
21957 [ 13670] By: jhi                                   on 2001/12/13  13:32:37
21958         Log: Subject: Clarifying the documentation of goto            
21959              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>      
21960              Date: Thu, 13 Dec 2001 08:57:38 -0500
21961              Message-ID: <3C18BD8B@operamail.com>
21962      Branch: perl
21963            ! pod/perlfunc.pod
21964 ____________________________________________________________________________
21965 [ 13669] By: jhi                                   on 2001/12/13  04:38:19
21966         Log: It could be possible for the case-insensitive
21967              Unicode-aware string comparison to wander off
21968              to the la-la land.
21969      Branch: perl
21970            ! embed.h embed.pl pod/perlapi.pod pod/perlunicode.pod proto.h
21971            ! regexec.c utf8.c
21972 ____________________________________________________________________________
21973 [ 13668] By: jhi                                   on 2001/12/13  02:48:14
21974         Log: Subject: [PATCH] Re: [PATCH t/test.pl t/op/stat.t lib/Net/hostent.t] Unbail out
21975              From: Michael G Schwern <schwern@pobox.com> 
21976              Date: Wed, 12 Dec 2001 21:53:46 -0500
21977              Message-ID: <20011213025346.GH25129@blackrider>
21978      Branch: perl
21979            ! lib/Net/hostent.t t/op/stat.t t/test.pl
21980 ____________________________________________________________________________
21981 [ 13667] By: jhi                                   on 2001/12/13  02:47:27
21982         Log: Subject: [PATCH t/io/fs.t] Proper skip tests and VMS unlink
21983              From: Michael G Schwern <schwern@pobox.com> 
21984              Date: Wed, 12 Dec 2001 20:33:42 -0500
21985              Message-ID: <20011213013342.GX25129@blackrider>
21986      Branch: perl
21987            ! t/io/fs.t
21988 ____________________________________________________________________________
21989 [ 13666] By: jhi                                   on 2001/12/12  23:22:27
21990         Log: Subject: Re: [PATCH] use utf8; tests
21991              From: Nicholas Clark <nick@ccl4.org>
21992              Date: Thu, 13 Dec 2001 00:16:58 +0000
21993              Message-ID: <20011213001658.I21702@plum.flirble.org>
21994      Branch: perl
21995            ! lib/utf8.t
21996 ____________________________________________________________________________
21997 [ 13665] By: jhi                                   on 2001/12/12  21:45:49
21998         Log: EPOC fixes from Olaf Flebbe.
21999      Branch: perl
22000            ! README.epoc epoc/config.sh epoc/createpkg.pl
22001            ! ext/Data/Dumper/Dumper.xs ext/Errno/Errno_pm.PL
22002 ____________________________________________________________________________
22003 [ 13664] By: jhi                                   on 2001/12/12  21:33:50
22004         Log: Subject: [PATCH perl@13661] VMS test fix-ups
22005              From: "Craig A. Berry" <craigberry@mac.com>
22006              Date: Wed, 12 Dec 2001 16:27:48 -0600
22007              Message-Id: <5.1.0.14.2.20011212154350.01be3618@exchi01>
22008      Branch: perl
22009            ! lib/Net/hostent.t t/io/fs.t
22010 ____________________________________________________________________________
22011 [ 13663] By: jhi                                   on 2001/12/12  19:59:56
22012         Log: Subject: Re: Next cygwin round.
22013              From: "Gerrit P. Haase" <gp@familiehaase.de>
22014              Date: Wed, 12 Dec 2001 21:59:00 +0100
22015              Message-ID: <122343874595.20011212215900@familiehaase.de>
22016      Branch: perl
22017            ! t/io/fs.t
22018 ____________________________________________________________________________
22019 [ 13662] By: jhi                                   on 2001/12/12  19:12:36
22020         Log: Subject: [PATCH] use utf8; tests
22021              From: Nicholas Clark <nick@ccl4.org>
22022              Date: Wed, 12 Dec 2001 20:07:04 +0000
22023              Message-ID: <20011212200704.E21702@plum.flirble.org>
22024      Branch: perl
22025            ! lib/utf8.t t/test.pl
22026 ____________________________________________________________________________
22027 [ 13661] By: jhi                                   on 2001/12/12  15:24:42
22028         Log: Update Changes.
22029      Branch: perl
22030            ! Changes patchlevel.h
22031 ____________________________________________________________________________
22032 [ 13660] By: jhi                                   on 2001/12/12  15:04:03
22033         Log: Subject: [PATCH] Passing in env to perl_parse did not work
22034              From: Gisle Aas <gisle@ActiveState.com>
22035              Date: 11 Dec 2001 20:52:57 -0800
22036              Message-ID: <lrheqxniom.fsf@caliper.activestate.com>
22037      Branch: perl
22038            ! perl.c perl.h
22039 ____________________________________________________________________________
22040 [ 13659] By: jhi                                   on 2001/12/12  14:33:30
22041         Log: Fixes for casting problems detected on a SuSE 7.2 Itanium,
22042              mostly gcc -Wall complaining about the argument of %p not
22043              being a void *.
22044      Branch: perl
22045            ! perlio.c regcomp.c taint.c toke.c
22046 ____________________________________________________________________________
22047 [ 13658] By: jhi                                   on 2001/12/12  14:09:09
22048         Log: metaconfig unit change for #13657.
22049      Branch: metaconfig
22050            ! U/modified/nis.U
22051 ____________________________________________________________________________
22052 [ 13657] By: jhi                                   on 2001/12/12  14:08:49
22053         Log: Try YP/NIS also from /usr/lib/yp.
22054      Branch: perl
22055            ! Configure
22056 ____________________________________________________________________________
22057 [ 13656] By: jhi                                   on 2001/12/12  14:05:28
22058         Log: Subject: [PATCH Configure t/op/grent.t] ypcat working, but NIS not used
22059              From: Michael G Schwern <schwern@pobox.com>                
22060              Date: Wed, 12 Dec 2001 05:27:02 -0500      
22061              Message-ID: <20011212102702.GW17250@blackrider>
22062              
22063              (the op/grent part)
22064      Branch: perl
22065            ! t/op/grent.t
22066 ____________________________________________________________________________
22067 [ 13655] By: jhi                                   on 2001/12/12  14:01:55
22068         Log: Weed out .files from ls and readdir() results.
22069      Branch: perl
22070            ! t/op/stat.t
22071 ____________________________________________________________________________
22072 [ 13654] By: jhi                                   on 2001/12/12  13:45:21
22073         Log: Subject: Re: [PATCH] ID 20011206.007 File::Find:name set to empty string for "/"  
22074              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
22075              Date: Wed, 12 Dec 2001 10:52:21 +0100
22076              Message-ID: <200112121052210220.001ACE6B@smtp.chello.at>
22077      Branch: perl
22078            ! lib/File/Find.pm
22079 ____________________________________________________________________________
22080 [ 13653] By: jhi                                   on 2001/12/12  13:34:06
22081         Log: Subject: [PATCH] doio fatal on cygwin for 13651
22082              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>               
22083              Date: Wed, 12 Dec 2001 11:28:13 +0100      
22084              Message-Id: <20011212112548.4611.H.M.BRAND@hccnet.nl>
22085      Branch: perl
22086            ! doio.c
22087 ____________________________________________________________________________
22088 [ 13652] By: jhi                                   on 2001/12/12  13:32:51
22089         Log: Get the whole line of ls, makes debugging easier
22090              (from Schwern)
22091      Branch: perl
22092            ! t/op/stat.t
22093 ____________________________________________________________________________
22094 [ 13651] By: jhi                                   on 2001/12/12  05:42:05
22095         Log: rename() must be tested even without link()
22096              or the utime() and rename-directory tests fail.
22097              (Also got the BeOS utime atime/time the wrong way round.)
22098      Branch: perl
22099            ! t/io/fs.t
22100 ____________________________________________________________________________
22101 [ 13650] By: jhi                                   on 2001/12/12  05:36:31
22102         Log: Now that the beos.c is compiled at the main level
22103              the header is in the beos/
22104      Branch: perl
22105            ! beos/beos.c
22106 ____________________________________________________________________________
22107 [ 13649] By: jhi                                   on 2001/12/12  04:25:21
22108         Log: Must remember to require Socket.
22109      Branch: perl
22110            ! ext/Sys/Syslog/syslog.t
22111 ____________________________________________________________________________
22112 [ 13648] By: jhi                                   on 2001/12/12  04:12:05
22113         Log: In BeOS Errno must resort to actual compilation
22114              and execution for some of the error constants.
22115      Branch: perl
22116            ! ext/Errno/Errno_pm.PL
22117 ____________________________________________________________________________
22118 [ 13647] By: jhi                                   on 2001/12/12  03:23:26
22119         Log: BeOS still has no good sockets.
22120      Branch: perl
22121            ! ext/IO/lib/IO/t/io_sel.t
22122 ____________________________________________________________________________
22123 [ 13646] By: jhi                                   on 2001/12/12  03:19:56
22124         Log: BeOS sockets are not true sockets.
22125      Branch: perl
22126            ! ext/IO/lib/IO/t/io_poll.t
22127 ____________________________________________________________________________
22128 [ 13645] By: jhi                                   on 2001/12/12  03:14:32
22129         Log: No Socket, no Syslog.
22130      Branch: perl
22131            ! ext/Sys/Syslog/syslog.t
22132 ____________________________________________________________________________
22133 [ 13644] By: jhi                                   on 2001/12/12  03:12:46
22134         Log: (On some platforms) missing truncate FH.
22135      Branch: perl
22136            ! pod/perltodo.pod
22137 ____________________________________________________________________________
22138 [ 13643] By: jhi                                   on 2001/12/12  03:09:37
22139         Log: io/fs cleanup: testing on win32/cygwin/netware/djgpp/...
22140              and vms would be muchly appreciated.
22141      Branch: perl
22142            ! t/io/fs.t
22143 ____________________________________________________________________________
22144 [ 13642] By: jhi                                   on 2001/12/12  02:32:05
22145         Log: utime() updates only the mtime in BeOS. 
22146      Branch: perl
22147            ! pod/perlport.pod
22148 ____________________________________________________________________________
22149 [ 13641] By: jhi                                   on 2001/12/12  01:50:13
22150         Log: No link(), no need to dSP.
22151      Branch: perl
22152            ! pp_sys.c
22153 ____________________________________________________________________________
22154 [ 13640] By: jhi                                   on 2001/12/12  01:49:40
22155         Log: Missing argument.
22156      Branch: perl
22157            ! utf8.c
22158 ____________________________________________________________________________
22159 [ 13639] By: jhi                                   on 2001/12/12  01:44:39
22160         Log: (1) To assume any setuid programs is silly.
22161              (2) Chaining tests with booleans means that some
22162              of them may not get run which means getting out
22163              of test count sync.
22164      Branch: perl
22165            ! t/op/stat.t
22166 ____________________________________________________________________________
22167 [ 13638] By: jhi                                   on 2001/12/12  01:12:49
22168         Log: The beos.c needs to be in the main directory.
22169      Branch: perl
22170            ! hints/beos.sh
22171 ____________________________________________________________________________
22172 [ 13637] By: jhi                                   on 2001/12/12  00:37:20
22173         Log: Detypo and rename.
22174      Branch: perl
22175            ! doio.c perl.h perlio.c perliol.h
22176 ____________________________________________________________________________
22177 [ 13636] By: jhi                                   on 2001/12/12  00:22:16
22178         Log: This time I test compiled.  Honest.
22179      Branch: perl
22180            ! beos/beos.c
22181 ____________________________________________________________________________
22182 [ 13635] By: jhi                                   on 2001/12/11  22:57:07
22183         Log: Subject: [PATCH] slightly more pack tests
22184              From: Nicholas Clark <nick@ccl4.org>
22185              Date: Tue, 11 Dec 2001 23:41:23 +0000
22186              Message-ID: <20011211234123.Y21702@plum.flirble.org>
22187      Branch: perl
22188            ! t/op/pack.t
22189 ____________________________________________________________________________
22190 [ 13634] By: jhi                                   on 2001/12/11  21:49:58
22191         Log: Subject: [PATCH perl@13600] Gconvert for VMS again
22192              From: "Craig A. Berry" <craigberry@mac.com>
22193              Date: Tue, 11 Dec 2001 16:39:13 -0600
22194              Message-Id: <5.1.0.14.2.20011211162600.02a4b008@exchi01>
22195      Branch: perl
22196            ! configure.com
22197 ____________________________________________________________________________
22198 [ 13633] By: jhi                                   on 2001/12/11  21:48:57
22199         Log: metaconfig unit change for #13632.
22200      Branch: metaconfig/U/perl
22201            ! perlpath.U
22202 ____________________________________________________________________________
22203 [ 13632] By: jhi                                   on 2001/12/11  21:48:26
22204         Log: Subject: $Config{perlpath} and -Dversiononly
22205              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22206              Date: Tue, 11 Dec 2001 23:32:33 +0100
22207              Message-ID: <20011211233233.A11587@rafael>
22208      Branch: perl
22209            ! Configure
22210 ____________________________________________________________________________
22211 [ 13631] By: jhi                                   on 2001/12/11  21:01:00
22212         Log: Subject: [PATCH] _qq pack.t Re: [PATCH] tests for hash assignment
22213              From: Nicholas Clark <nick@ccl4.org>
22214              Date: Tue, 11 Dec 2001 21:59:36 +0000
22215              Message-ID: <20011211215935.W21702@plum.flirble.org>
22216      Branch: perl
22217            ! t/op/pack.t
22218 ____________________________________________________________________________
22219 [ 13630] By: jhi                                   on 2001/12/11  20:16:29
22220         Log: More UTF-8 API docs.
22221      Branch: perl
22222            ! embed.pl pod/perlapi.pod pod/perlunicode.pod utf8.c
22223 ____________________________________________________________________________
22224 [ 13629] By: jhi                                   on 2001/12/11  19:17:16
22225         Log: Subject: [PATCH] Re: [PATCH] Re: [PATCH t/op/pack.t] Cleanup
22226              From: Nicholas Clark <nick@ccl4.org>
22227              Date: Tue, 11 Dec 2001 20:08:59 +0000
22228              Message-ID: <20011211200859.S21702@plum.flirble.org>
22229      Branch: perl
22230            ! t/op/pack.t
22231 ____________________________________________________________________________
22232 [ 13628] By: jhi                                   on 2001/12/11  19:13:57
22233         Log: Subject: Re: use utf8; with bad utf8
22234              From: Nicholas Clark <nick@ccl4.org>
22235              Date: Tue, 11 Dec 2001 19:49:21 +0000
22236              Message-ID: <20011211194921.R21702@plum.flirble.org>
22237      Branch: perl
22238            ! lib/utf8.t
22239 ____________________________________________________________________________
22240 [ 13627] By: jhi                                   on 2001/12/11  17:29:01
22241         Log: Can't spell worth a dam.  (Try Three Gorges.)
22242      Branch: perl
22243            ! beos/beos.c
22244 ____________________________________________________________________________
22245 [ 13626] By: jhi                                   on 2001/12/11  15:55:51
22246         Log: We need DWIM cpps.
22247      Branch: perl
22248            ! perlio.c
22249 ____________________________________________________________________________
22250 [ 13625] By: jhi                                   on 2001/12/11  15:53:41
22251         Log: The unixish.h needs to be found and the waitpid wrapper
22252              could use a proto.
22253      Branch: perl
22254            ! beos/beosish.h
22255 ____________________________________________________________________________
22256 [ 13624] By: jhi                                   on 2001/12/11  15:27:06
22257         Log: The BeOS waitpid() seems to be broken,
22258              have a wrapper for it.
22259      Branch: perl
22260            + beos/beos.c beos/beosish.h
22261            ! MANIFEST hints/beos.sh perl.h
22262 ____________________________________________________________________________
22263 [ 13623] By: jhi                                   on 2001/12/11  15:12:18
22264         Log: Unlean the leaning tower of Babel.
22265      Branch: perl
22266            ! perl.h
22267 ____________________________________________________________________________
22268 [ 13622] By: jhi                                   on 2001/12/11  14:34:53
22269         Log: Retract #13607 until we figure out what to do with autouse.
22270      Branch: perl
22271            ! lib/Carp.pm
22272 ____________________________________________________________________________
22273 [ 13621] By: jhi                                   on 2001/12/11  14:33:14
22274         Log: Try to handle platforms that have O_TEXT != O_BINARY but
22275              which are not DOSish, BeOS being one of such platforms.
22276              Ideally this should be a Configure test, not a hardwired
22277              cpp symbol test... 
22278      Branch: perl
22279            ! doio.c perl.h perlio.c perliol.h
22280 ____________________________________________________________________________
22281 [ 13620] By: jhi                                   on 2001/12/11  13:56:17
22282         Log: Subject: [PATCH lib/Term/Cap.pm lib/Term/Cap.t] Sync changes in CPAN version
22283              From: Jonathan Stowe <gellyfish@gellyfish.com>
22284              Date: Tue, 11 Dec 2001 07:28:45 +0000 (GMT) 
22285              Message-ID: <Pine.LNX.4.33.0112110720470.31242-100000@orpheus.gellyfish.com>
22286      Branch: perl
22287            ! lib/Term/Cap.pm lib/Term/Cap.t
22288 ____________________________________________________________________________
22289 [ 13619] By: jhi                                   on 2001/12/11  13:51:21
22290         Log: Subject: [patch perlio.c] test for NULL before derefencing
22291              From: Stas Bekman <stas@stason.org>
22292              Date: Tue, 11 Dec 2001 16:17:55 +0800
22293              Message-ID: <3C15C133.8@stason.org>
22294      Branch: perl
22295            ! perlio.c
22296 ____________________________________________________________________________
22297 [ 13618] By: jhi                                   on 2001/12/11  05:22:39
22298         Log: metaconfig unit change for #13617.
22299      Branch: metaconfig/U/perl
22300            ! Extensions.U
22301 ____________________________________________________________________________
22302 [ 13617] By: jhi                                   on 2001/12/11  05:22:08
22303         Log: BeOS has socket() but not enough to build a working Socket.
22304              Go figure.  ("BONE" (BeOS NEtworking?) is some sort of rumored
22305              new networking implementation, which is rumored to fix the
22306              non-standardness of sockets, but it's apparently not publicly
22307              available, and anything to do with BeOS has become quite
22308              complicated with the sale of the Be assets to Palm.)
22309      Branch: perl
22310            ! Configure
22311 ____________________________________________________________________________
22312 [ 13616] By: pudge                                 on 2001/12/11  05:11:44
22313         Log: Update changes
22314      Branch: maint-5.6/macperl
22315            ! macos/Changes
22316 ____________________________________________________________________________
22317 [ 13615] By: pudge                                 on 2001/12/11  05:09:34
22318         Log: Add extra pod to help
22319      Branch: maint-5.6/macperl
22320            ! macos/macperl/MacPerl.podhelp
22321 ____________________________________________________________________________
22322 [ 13614] By: pudge                                 on 2001/12/11  05:08:51
22323         Log: Return DoAppleScript errors in $@
22324      Branch: maint-5.6/macperl
22325            ! macos/ext/MacPerl/OSA.xs
22326 ____________________________________________________________________________
22327 [ 13613] By: pudge                                 on 2001/12/11  05:08:19
22328         Log: Clear out $^E before each script run
22329      Branch: maint-5.6/macperl
22330            ! macos/macperl/MPScript.c
22331 ____________________________________________________________________________
22332 [ 13612] By: pudge                                 on 2001/12/11  04:58:52
22333         Log: Integrate various changes from maint-5.6/perl/.
22334      Branch: maint-5.6/macperl
22335           !> op.c pp.c pp_hot.c t/io/pipe.t t/op/cmp.t t/op/misc.t
22336           !> t/op/system_tests util.c win32/perlhost.h win32/win32.c
22337 ____________________________________________________________________________
22338 [ 13611] By: jhi                                   on 2001/12/11  04:29:32
22339         Log: Subject: Exporter's documentation shouldn't lie               
22340              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
22341              Date: Mon, 10 Dec 2001 21:30:20 -0500
22342              Message-ID: <3C4AA201@operamail.com>
22343      Branch: perl
22344            ! lib/Exporter.pm
22345 ____________________________________________________________________________
22346 [ 13610] By: jhi                                   on 2001/12/11  04:28:31
22347         Log: Make Errno better in BeOS (the second hunk is
22348              good on any platform).  Still not working in BeOS
22349              are the E constants that refer BeOS native error
22350              constants (B_...) which are enums (*groan*).
22351      Branch: perl
22352            ! ext/Errno/Errno_pm.PL
22353 ____________________________________________________________________________
22354 [ 13609] By: jhi                                   on 2001/12/11  00:59:31
22355         Log: The BeOS linker seems to link the last seen symbol,
22356              not the first (so the symbols of op.o from libperl.so
22357              would get linked to miniperl instead of the symbols of
22358              opmini.o)-- use the same trick as for NeXT4 for linking
22359              miniperl.
22360      Branch: perl
22361            ! Makefile.SH
22362 ____________________________________________________________________________
22363 [ 13608] By: jhi                                   on 2001/12/11  00:49:15
22364         Log: Subject: Re: [PATCH] tests for hash assignment
22365              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
22366              Date: Tue, 11 Dec 2001 01:48:55 +0000
22367              Message-Id: <200112110148.fBB1mtl19148@crypt.compulink.co.uk>
22368      Branch: perl
22369            ! utf8.c
22370 ____________________________________________________________________________
22371 [ 13607] By: jhi                                   on 2001/12/11  00:40:47
22372         Log: (retracted by #13622)
22373              
22374              Subject: RE: More verbose POD for Carp
22375              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
22376              Date: Mon, 10 Dec 2001 20:23:20 -0500
22377              Message-ID: <3C4A3566@operamail.com>
22378      Branch: perl
22379            ! lib/Carp.pm
22380 ____________________________________________________________________________
22381 [ 13606] By: jhi                                   on 2001/12/11  00:39:20
22382         Log: Subject: [PATCH follow-up] (was Re: [PATCH perl@13600] cat2type in tests for VMS)
22383              From: "Craig A. Berry" <craigberry@mac.com>
22384              Date: Mon, 10 Dec 2001 18:25:37 -0600
22385              Message-Id: <5.1.0.14.2.20011210174517.029c7ec0@mail.mac.com>
22386      Branch: perl
22387            ! t/op/write.t t/test.pl
22388 ____________________________________________________________________________
22389 [ 13605] By: jhi                                   on 2001/12/11  00:37:54
22390         Log: Subject: [PATCH t/io/multiline.t] Cleanup and $. check
22391              From: Michael G Schwern <schwern@pobox.com>
22392              Date: Mon, 10 Dec 2001 08:00:01 -0500
22393              Message-ID: <20011210130000.GK1770@blackrider>
22394      Branch: perl
22395            ! t/comp/multiline.t
22396 ____________________________________________________________________________
22397 [ 13604] By: jhi                                   on 2001/12/10  22:51:44
22398         Log: Subject: Re: [PATCH] tests for hash assignment
22399              From: Nicholas Clark <nick@ccl4.org>
22400              Date: Mon, 10 Dec 2001 23:22:28 +0000
22401              Message-ID: <20011210232228.M21702@plum.flirble.org>
22402      Branch: perl
22403            + t/op/hashassign.t
22404            ! MANIFEST t/op/each.t t/test.pl
22405 ____________________________________________________________________________
22406 [ 13603] By: jhi                                   on 2001/12/10  21:34:46
22407         Log: Subject: [PATCH perl@13600] cat2type in tests for VMS
22408              From: "Craig A. Berry" <craigberry@mac.com>
22409              Date: Mon, 10 Dec 2001 16:38:14 -0600
22410              Message-Id: <5.1.0.14.2.20011210154846.01aef188@exchi01>
22411      Branch: perl
22412            ! ext/IO/lib/IO/t/io_dup.t t/comp/multiline.t t/io/dup.t
22413 ____________________________________________________________________________
22414 [ 13602] By: jhi                                   on 2001/12/10  19:52:01
22415         Log: Subject: [PATCH perl@13600] configure.com fixes
22416              From: "Craig A. Berry" <craigberry@mac.com>
22417              Date: Mon, 10 Dec 2001 14:40:20 -0600
22418              Message-Id: <5.1.0.14.2.20011210142528.01aff2e8@exchi01>
22419      Branch: perl
22420            ! configure.com
22421 ____________________________________________________________________________
22422 [ 13601] By: jhi                                   on 2001/12/10  18:25:30
22423         Log: Silence BeOS compilation moaning.
22424      Branch: perl
22425            ! perl.h
22426 ____________________________________________________________________________
22427 [ 13600] By: jhi                                   on 2001/12/10  15:11:40
22428         Log: Update Changes.
22429      Branch: perl
22430            ! Changes patchlevel.h
22431 ____________________________________________________________________________
22432 [ 13599] By: jhi                                   on 2001/12/10  13:35:57
22433         Log: Subject: [PATCH lib/ExtUtils/Command.t] Bad touch
22434              From: Michael G Schwern <schwern@pobox.com>
22435              Date: Mon, 10 Dec 2001 01:21:03 -0500
22436              Message-ID: <20011210062103.GC1770@blackrider>
22437      Branch: perl
22438            ! lib/ExtUtils/Command.t
22439 ____________________________________________________________________________
22440 [ 13598] By: jhi                                   on 2001/12/10  13:35:20
22441         Log: Subject: [PATCH t/op/groups.t] Need @INC = '../lib' mantra
22442              From: Michael G Schwern <schwern@pobox.com>
22443              Date: Mon, 10 Dec 2001 01:10:57 -0500
22444              Message-ID: <20011210061057.GB1770@blackrider>
22445      Branch: perl
22446            ! t/op/groups.t
22447 ____________________________________________________________________________
22448 [ 13597] By: jhi                                   on 2001/12/10  13:33:51
22449         Log: Retract #13596, #13593 should do the trick.
22450      Branch: perl
22451            ! t/op/stat.t
22452 ____________________________________________________________________________
22453 [ 13596] By: jhi                                   on 2001/12/10  13:31:38
22454         Log: (retracted by #13597, #13593 does the job better)
22455              
22456              Subject: [PATCH t/op/stat.t] -B/-T Cygwin fix
22457              From: Michael G Schwern <schwern@pobox.com>
22458              Date: Mon, 10 Dec 2001 00:53:16 -0500
22459              Message-ID: <20011210055316.GA1770@blackrider>
22460      Branch: perl
22461            ! t/op/stat.t
22462 ____________________________________________________________________________
22463 [ 13595] By: jhi                                   on 2001/12/10  13:28:30
22464         Log: Subject: [PATCH lib/AutoSplit.t] Too fast for FAT filesystems
22465              From: Michael G Schwern <schwern@pobox.com> 
22466              Date: Mon, 10 Dec 2001 02:19:14 -0500
22467              Message-ID: <20011210071914.GF1770@blackrider>
22468      Branch: perl
22469            ! lib/AutoSplit.t
22470 ____________________________________________________________________________
22471 [ 13594] By: jhi                                   on 2001/12/10  13:26:24
22472         Log: Subject: [PATCH] Re: [PATCH t/op/pack.t] Cleanup
22473              From: Michael G Schwern <schwern@pobox.com>
22474              Date: Mon, 10 Dec 2001 02:47:40 -0500
22475              Message-ID: <20011210074739.GH1770@blackrider>
22476      Branch: perl
22477            ! t/op/pack.t
22478 ____________________________________________________________________________
22479 [ 13593] By: jhi                                   on 2001/12/10  13:22:49
22480         Log: Subject: [PATCH t/test.pl] Moving Cygwin .exe logic into which_perl
22481              From: Michael G Schwern <schwern@pobox.com>
22482              Date: Mon, 10 Dec 2001 02:54:22 -0500
22483              Message-ID: <20011210075422.GI1770@blackrider>
22484      Branch: perl
22485            ! t/test.pl
22486 ____________________________________________________________________________
22487 [ 13592] By: jhi                                   on 2001/12/10  13:21:06
22488         Log: Subject: Re: [ID 20011209.005] perl "u2" eats RAM
22489              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
22490              Date: Mon, 10 Dec 2001 08:45:20 +0100
22491              Message-ID: <3C146810.60B5B7C0@alcatel.at>
22492      Branch: perl
22493            ! pp_pack.c
22494 ____________________________________________________________________________
22495 [ 13591] By: jhi                                   on 2001/12/10  13:18:17
22496         Log: Subject: [PATCH] Re: [PATCH t/io/openpid.t] Cleanup
22497              From: Michael G Schwern <schwern@pobox.com>
22498              Date: Mon, 10 Dec 2001 03:27:02 -0500
22499              Message-ID: <20011210082702.GN1770@blackrider>
22500      Branch: perl
22501            ! t/io/openpid.t
22502 ____________________________________________________________________________
22503 [ 13590] By: jhi                                   on 2001/12/10  13:17:08
22504         Log: More chmod +w.
22505      Branch: perl
22506            ! Porting/makerel
22507 ____________________________________________________________________________
22508 [ 13589] By: jhi                                   on 2001/12/10  04:21:59
22509         Log: Just skip the readability test if running as root.
22510      Branch: perl
22511            ! lib/Net/t/netrc.t
22512 ____________________________________________________________________________
22513 [ 13588] By: jhi                                   on 2001/12/10  04:03:10
22514         Log: Tell about the downside of safe signals.
22515      Branch: perl
22516            ! pod/perldelta.pod
22517 ____________________________________________________________________________
22518 [ 13587] By: jhi                                   on 2001/12/10  03:38:20
22519         Log: Make the whole -lperl thing NetBSD only until we
22520              find some other platform that needs the same.
22521      Branch: perl
22522            ! lib/ExtUtils/MM_Unix.pm
22523 ____________________________________________________________________________
22524 [ 13586] By: jhi                                   on 2001/12/10  03:13:59
22525         Log: Subject: [PATCH t/op/pack.t] Cleanup
22526              From: Michael G Schwern <schwern@pobox.com> 
22527              Date: Sun, 9 Dec 2001 23:08:26 -0500
22528              Message-ID: <20011210040826.GD660@blackrider>
22529      Branch: perl
22530            ! t/op/pack.t
22531 ____________________________________________________________________________
22532 [ 13585] By: jhi                                   on 2001/12/10  02:47:01
22533         Log: Add threads support for NetBSD.
22534              
22535              This is also the first (I think) Perl threads build with
22536              the GNU pth ( http://www.gnu.org/software/pth/pth.html ).
22537              NetBSD does not as of yet have true kernel POSIX threads,
22538              but the user-level pth seems to be doing pretty well--
22539              the only failure is that threads/t/basic okays 6 and 7
22540              consistently seem be arriving in the reverse order.
22541              Well, gdbm.t is also failing: 'Undefined PLT symbol
22542              "gdbm_open" (reloc type = 7, symnum = 28)', but I'm
22543              guessing that GDBM would need a threaded rebuild.
22544      Branch: perl
22545            ! hints/netbsd.sh
22546 ____________________________________________________________________________
22547 [ 13584] By: gsar                                  on 2001/12/10  02:04:58
22548         Log: restrict change#13474 to eval"" CVs instead of any CV (avoids
22549              potential performance hit and change in semantics of closure
22550              lookups after C<undef &foo>)
22551      Branch: maint-5.6/perl
22552            ! op.c
22553 ____________________________________________________________________________
22554 [ 13583] By: jhi                                   on 2001/12/10  02:01:49
22555         Log: metaconfig unit change for #13582.
22556      Branch: metaconfig
22557            ! U/threads/usethreads.U
22558 ____________________________________________________________________________
22559 [ 13582] By: jhi                                   on 2001/12/10  02:01:26
22560         Log: Update the ithreads selection info in Configure,
22561              as suggested by Michael Schwern.
22562      Branch: perl
22563            ! Configure
22564 ____________________________________________________________________________
22565 [ 13581] By: jhi                                   on 2001/12/10  01:56:14
22566         Log: Clearing locale environment simply doesn't seem to
22567              guarantee that (nl_)langinfo(CODESET) would return nil.
22568              (I for example get "ISO8859-1", so <guess>maybe there can
22569              be per-system default settings at work</guess>.)
22570      Branch: perl
22571            ! lib/open.t
22572 ____________________________________________________________________________
22573 [ 13580] By: jhi                                   on 2001/12/10  01:53:11
22574         Log: Subject: RE: Exporter fixes reversed in 13540?
22575              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
22576              Date: Sun, 9 Dec 2001 12:55:15 -0500
22577              Message-ID: <3C13F455@operamail.com>
22578      Branch: perl
22579            ! lib/open.pm
22580 ____________________________________________________________________________
22581 [ 13579] By: jhi                                   on 2001/12/10  01:26:53
22582         Log: Root is the lizard king.
22583      Branch: perl
22584            ! lib/Net/t/netrc.t
22585 ____________________________________________________________________________
22586 [ 13578] By: jhi                                   on 2001/12/10  01:01:24
22587         Log: Telling how many tests we are expecting helps.
22588      Branch: perl
22589            ! ext/POSIX/t/waitpid.t
22590 ____________________________________________________________________________
22591 [ 13577] By: jhi                                   on 2001/12/10  00:38:09
22592         Log: Add a test case for waitpid(): from Rocco Caputo.
22593      Branch: perl
22594            + ext/POSIX/t/waitpid.t
22595            ! MANIFEST
22596 ____________________________________________________________________________
22597 [ 13576] By: jhi                                   on 2001/12/10  00:15:19
22598         Log: Subject: [PATCH] Term::ReadLine tweaks and test
22599              From: Richard Clamp <richardc@unixbeard.net>
22600              Date: Mon, 10 Dec 2001 00:51:47 +0000
22601              Message-ID: <20011210005147.GA1073@mirth.demon.co.uk>
22602      Branch: perl
22603            + lib/Term/ReadLine.t
22604            ! MANIFEST lib/Term/ReadLine.pm
22605 ____________________________________________________________________________
22606 [ 13575] By: jhi                                   on 2001/12/10  00:04:56
22607         Log: Subject: [patch] non-blocking waitpid(-1,WNOHANG) for MSWin32
22608              From: Rocco Caputo <troc@netrus.net>
22609              Date: Sun, 9 Dec 2001 18:12:38 -0500
22610              Message-ID: <20011209181238.A803@eyrie.homenet>
22611      Branch: perl
22612            ! win32/win32.c
22613 ____________________________________________________________________________
22614 [ 13574] By: jhi                                   on 2001/12/09  23:49:19
22615         Log: make sure that va_start() has matching va_end();
22616              from OpenBSD 3.0.
22617      Branch: perl
22618            ! x2p/util.c
22619 ____________________________________________________________________________
22620 [ 13573] By: jhi                                   on 2001/12/09  23:45:57
22621         Log: h2ph updates from OpenBSD 3.0.
22622      Branch: perl
22623            ! utils/h2ph.PL
22624 ____________________________________________________________________________
22625 [ 13572] By: jhi                                   on 2001/12/09  23:44:25
22626         Log: OpenBSD hints update from OpenBSD 3.0.
22627      Branch: perl
22628            ! hints/openbsd.sh
22629 ____________________________________________________________________________
22630 [ 13571] By: jhi                                   on 2001/12/09  23:32:08
22631         Log: DJGPP tweaks from Laszlo Molnar.
22632      Branch: perl
22633            ! djgpp/config.over lib/File/Find/t/find.t
22634            ! lib/File/Find/t/taint.t t/pod/find.t
22635 ____________________________________________________________________________
22636 [ 13570] By: jhi                                   on 2001/12/09  23:28:55
22637         Log: Subject: [PATCH README.cygwin] 64bit ints & Cygwin98 ok
22638              From: Michael G Schwern <schwern@pobox.com> 
22639              Date: Sun, 9 Dec 2001 19:28:12 -0500
22640              Message-ID: <20011210002812.GF13586@blackrider>
22641      Branch: perl
22642            ! README.cygwin
22643 ____________________________________________________________________________
22644 [ 13569] By: jhi                                   on 2001/12/09  21:51:37
22645         Log: README.cygwin update from Gerrit P. Haase.
22646      Branch: perl
22647            ! README.cygwin
22648 ____________________________________________________________________________
22649 [ 13568] By: jhi                                   on 2001/12/09  21:49:06
22650         Log: Apply NetBSD patch-ag: shared/static linking,
22651              but make the change less intrusive on non-NetBSD.
22652      Branch: perl
22653            ! lib/ExtUtils/MM_Unix.pm
22654 ____________________________________________________________________________
22655 [ 13567] By: jhi                                   on 2001/12/09  21:09:10
22656         Log: Apply NetBSD patch-af: handle both -[LR] and -Wl,-R linker paths.
22657      Branch: perl
22658            ! lib/ExtUtils/Liblist.pm
22659 ____________________________________________________________________________
22660 [ 13566] By: jhi                                   on 2001/12/09  20:55:32
22661         Log: Apply NetBSD patch-ae: another gcc sparc64 bug.
22662      Branch: perl
22663            ! regcomp.c
22664 ____________________________________________________________________________
22665 [ 13565] By: jhi                                   on 2001/12/09  20:50:57
22666         Log: Apply NetBSD patch-ad: a gcc sparc64 code generation bug.
22667      Branch: perl
22668            ! pp.c
22669 ____________________________________________________________________________
22670 [ 13564] By: jhi                                   on 2001/12/09  20:38:48
22671         Log: Apply NetBSD patch-ac.
22672              (the fix has already been done: change #9706, fully qualified
22673              pathnames in packlists)
22674      Branch: perl
22675            ! lib/ExtUtils/Install.pm
22676 ____________________________________________________________________________
22677 [ 13563] By: jhi                                   on 2001/12/09  20:32:52
22678         Log: Apply NetBSD patch-ab: NetBSD hints update.
22679      Branch: perl
22680            ! hints/netbsd.sh
22681 ____________________________________________________________________________
22682 [ 13562] By: jhi                                   on 2001/12/09  20:31:38
22683         Log: metaconfig unit changes for #13560.
22684      Branch: metaconfig/U/perl
22685            ! dlsrc.U i_ieeefp.U libperl.U
22686 ____________________________________________________________________________
22687 [ 13561] By: jhi                                   on 2001/12/09  20:31:14
22688         Log: NetBSD has <ieeefp.h> but hidden.
22689      Branch: perl
22690            ! hints/netbsd.sh
22691 ____________________________________________________________________________
22692 [ 13560] By: jhi                                   on 2001/12/09  20:29:35
22693         Log: Implement NetBSD patch-aa.
22694      Branch: perl
22695            ! Configure
22696 ____________________________________________________________________________
22697 [ 13559] By: jhi                                   on 2001/12/09  19:21:45
22698         Log: Subject: Re: [ID 20011206.006] File::Find calls lstat on wrong object before wanted()
22699              From: "Wolfgang Laun" <wolfgang.laun@chello.at>             
22700              Date: Sun, 09 Dec 2001 13:40:58 +0100
22701              Message-ID: <200112091340580550.008ED513@smtp.chello.at>
22702              
22703              (The lstat()s were there in 5.6.1: what happened to them?)
22704      Branch: perl
22705            ! lib/File/Find.pm
22706 ____________________________________________________________________________
22707 [ 13558] By: jhi                                   on 2001/12/09  19:04:23
22708         Log: Quickie documentation of the C UTF-8 API.
22709      Branch: perl
22710            ! pod/perlunicode.pod
22711 ____________________________________________________________________________
22712 [ 13557] By: jhi                                   on 2001/12/09  18:36:20
22713         Log: Subject: bleadperl on cygwin weirdness...
22714              From: "Gerrit P. Haase" <gp@familiehaase.de>
22715              Date: Sun, 9 Dec 2001 20:31:28 +0100
22716              Message-ID: <13779422183.20011209203128@familiehaase.de>          
22717              
22718              (plus libperl*.dll version portability tweaks)
22719      Branch: perl
22720            ! lib/ExtUtils/Embed.t
22721 ____________________________________________________________________________
22722 [ 13556] By: jhi                                   on 2001/12/09  18:21:46
22723         Log: Instead of muting symbol export error if under eval,
22724              delay the errors until the croak().
22725              
22726              (replaces #13408)
22727      Branch: perl
22728            ! lib/Exporter/Heavy.pm
22729 ____________________________________________________________________________
22730 [ 13555] By: jhi                                   on 2001/12/09  18:09:12
22731         Log: Basegroup 0 is a cygwin_nt thing.
22732      Branch: perl
22733            ! t/op/groups.t
22734 ____________________________________________________________________________
22735 [ 13554] By: jhi                                   on 2001/12/09  17:57:44
22736         Log: Also WinME is LoseLink.
22737      Branch: perl
22738            ! t/op/stat.t
22739 ____________________________________________________________________________
22740 [ 13553] By: jhi                                   on 2001/12/09  16:25:52
22741         Log: Forgotten checkin.
22742      Branch: perl
22743            ! lib/User/grent.t
22744 ____________________________________________________________________________
22745 [ 13552] By: jhi                                   on 2001/12/09  16:23:14
22746         Log: Subject: [PATCH] ID 20011206.007 File::Find:name set to empty string for "/"
22747              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
22748              Date: Sun, 09 Dec 2001 13:45:06 +0100
22749              Message-ID: <200112091345060760.00929EA9@smtp.chello.at>
22750      Branch: perl
22751            ! lib/File/Find.pm
22752 ____________________________________________________________________________
22753 [ 13551] By: jhi                                   on 2001/12/09  16:18:20
22754         Log: Tweakback.
22755      Branch: perl
22756            ! lib/Net/hostent.t
22757 ____________________________________________________________________________
22758 [ 13550] By: jhi                                   on 2001/12/09  16:01:55
22759         Log: Subject: [PATCH lib/User/grent.t] More Cygwin98 group oddities
22760              From: Michael G Schwern <schwern@pobox.com>
22761              Date: Sat, 8 Dec 2001 14:48:38 -0500
22762              Message-ID: <20011208194838.GA8650@blackrider>
22763      Branch: perl
22764            ! t/op/grent.t
22765 ____________________________________________________________________________
22766 [ 13549] By: jhi                                   on 2001/12/09  15:40:28
22767         Log: Subject: [README.cygwin] Removing old expected test failures
22768              From: Michael G Schwern <schwern@pobox.com>
22769              Date: Sat, 8 Dec 2001 15:38:28 -0500
22770              Message-ID: <20011208203828.GB9017@blackrider>
22771      Branch: perl
22772            ! README.cygwin
22773 ____________________________________________________________________________
22774 [ 13548] By: jhi                                   on 2001/12/09  15:37:48
22775         Log: Subject: [PATCH lib/Net/hostent.t] Cleanup and Cygwin98 oddity
22776              From: Michael G Schwern <schwern@pobox.com>                
22777              Date: Sat, 8 Dec 2001 15:26:59 -0500
22778              Message-ID: <20011208202659.GA9017@blackrider> 
22779      Branch: perl
22780            ! lib/Net/hostent.t
22781 ____________________________________________________________________________
22782 [ 13547] By: jhi                                   on 2001/12/09  15:33:43
22783         Log: Subject: [PATCH t/op/stat.t] Cygwin98 fakes hard links
22784              From: Michael G Schwern <schwern@pobox.com> 
22785              Date: Sat, 8 Dec 2001 15:06:16 -0500
22786              Message-ID: <20011208200616.GA8915@blackrider>
22787      Branch: perl
22788            ! t/op/stat.t
22789 ____________________________________________________________________________
22790 [ 13546] By: jhi                                   on 2001/12/09  15:31:19
22791         Log: Developer deprecations and an incompatibility.
22792      Branch: perl
22793            ! pod/perldelta.pod pod/perlmodlib.pod pod/perltoc.pod
22794 ____________________________________________________________________________
22795 [ 13545] By: jhi                                   on 2001/12/09  15:27:14
22796         Log: Shoo.
22797      Branch: perl
22798            - lib/Attribute/Handlers.pm
22799 ____________________________________________________________________________
22800 [ 13544] By: jhi                                   on 2001/12/09  15:20:08
22801         Log: Remove Attribute::Handlers, as per Damian's request.
22802              (Because of fixing the my variables to be now handled
22803              in run-time, the whole internals of the A::H needs to
22804              be rewritten and Damian will not have time for that
22805              for months.)
22806      Branch: perl
22807            - lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
22808            - lib/Attribute/Handlers/demo/Demo.pm
22809            - lib/Attribute/Handlers/demo/Descriptions.pm
22810            - lib/Attribute/Handlers/demo/MyClass.pm
22811            - lib/Attribute/Handlers/demo/demo.pl
22812            - lib/Attribute/Handlers/demo/demo2.pl
22813            - lib/Attribute/Handlers/demo/demo3.pl
22814            - lib/Attribute/Handlers/demo/demo4.pl
22815            - lib/Attribute/Handlers/demo/demo_call.pl
22816            - lib/Attribute/Handlers/demo/demo_chain.pl
22817            - lib/Attribute/Handlers/demo/demo_cycle.pl
22818            - lib/Attribute/Handlers/demo/demo_hashdir.pl
22819            - lib/Attribute/Handlers/demo/demo_phases.pl
22820            - lib/Attribute/Handlers/demo/demo_range.pl
22821            - lib/Attribute/Handlers/demo/demo_rawdata.pl
22822            - lib/Attribute/Handlers/t/multi.t
22823            ! MANIFEST lib/Attribute/Handlers.pm pod/perldelta.pod
22824            ! pod/perlmodlib.pod pod/perltoc.pod
22825 ____________________________________________________________________________
22826 [ 13543] By: jhi                                   on 2001/12/09  15:00:50
22827         Log: Subject: Re: attributes are broken
22828              From: Spider Boardman <spider@Orb.Nashua.NH.US>
22829              Date: Sun, 09 Dec 2001 00:09:23 -0500
22830              Message-Id: <200112090509.AAA02053@Orb.Nashua.NH.US>              
22831      Branch: perl
22832            ! dump.c embed.h embed.pl lib/attributes.pm op.c op.h
22833            ! pod/perldelta.pod pod/perltoc.pod proto.h t/op/attrs.t
22834            ! xsutils.c
22835 ____________________________________________________________________________
22836 [ 13542] By: jhi                                   on 2001/12/09  14:49:46
22837         Log: Forgotten checkin.
22838      Branch: perl
22839            ! lib/Pod/Text.pm
22840 ____________________________________________________________________________
22841 [ 13541] By: jhi                                   on 2001/12/09  14:48:15
22842         Log: uconfig.h update.
22843      Branch: perl
22844            ! uconfig.h
22845 ____________________________________________________________________________
22846 [ 13540] By: jhi                                   on 2001/12/08  18:39:51
22847         Log: Update Changes.
22848      Branch: perl
22849            ! Changes patchlevel.h
22850 ____________________________________________________________________________
22851 [ 13539] By: jhi                                   on 2001/12/08  18:28:02
22852         Log: Note that some of the Unicode features are
22853              dependent on perlio.
22854      Branch: perl
22855            ! pod/perluniintro.pod
22856 ____________________________________________________________________________
22857 [ 13538] By: jhi                                   on 2001/12/08  17:53:00
22858         Log: Regen perlapi, regen toc.
22859      Branch: perl
22860            ! pod/perlapi.pod pod/perltoc.pod
22861 ____________________________________________________________________________
22862 [ 13537] By: jhi                                   on 2001/12/08  17:44:48
22863         Log: FAQ sync.
22864      Branch: perl
22865            ! pod/perlfaq4.pod pod/perlfaq6.pod
22866 ____________________________________________________________________________
22867 [ 13536] By: jhi                                   on 2001/12/08  17:37:53
22868         Log: Subject: [PATCH] Fix odd language in an sv.c comment
22869              From: coral@eekeek.org
22870              Date: Sat, 8 Dec 2001 12:19:39 -0500
22871              Message-Id: <200112081719.fB8HJdZ14747@eekeek.org>
22872      Branch: perl
22873            ! sv.c
22874 ____________________________________________________________________________
22875 [ 13535] By: jhi                                   on 2001/12/08  15:29:18
22876         Log: Subject: [PATCH lib/vmsish.t] Small test name abuse.
22877              From: Michael G Schwern <schwern@pobox.com>
22878              Date: Fri, 7 Dec 2001 20:03:45 -0500
22879              Message-ID: <20011208010345.GD642@blackrider>
22880              
22881              Subject: [PATCH vms/test.com] Goodbye frightening echo kludge!
22882              From: Michael G Schwern <schwern@pobox.com>
22883              Date: Fri, 7 Dec 2001 20:13:54 -0500
22884              Message-ID: <20011208011354.GE642@blackrider>
22885              
22886              Subject: [PATCH t/io/pipe.t t/test.pl] Cleanup & $NO_ENDING
22887              From: Michael G Schwern <schwern@pobox.com>
22888              Date: Fri, 7 Dec 2001 21:47:36 -0500
22889              Message-ID: <20011208024736.GH642@blackrider>
22890              
22891              Subject: [PATCH t/op/exec.t] Piping and newline on pipe tests
22892              From: Michael G Schwern <schwern@pobox.com>
22893              Date: Fri, 7 Dec 2001 23:09:43 -0500
22894              Message-ID: <20011208040943.GK642@blackrider>
22895              
22896              Subject: [PATCH] vms/test.com -- skip tty tests when not interactive
22897              Message-Id: <a05101004b83754903506@[172.16.52.1]>
22898              Date: Fri, 7 Dec 2001 23:28:15 -0600
22899              From: "Craig A. Berry" <craigberry@mac.com>
22900      Branch: perl
22901            ! lib/vmsish.t t/io/pipe.t t/op/exec.t t/test.pl vms/test.com
22902 ____________________________________________________________________________
22903 [ 13534] By: jhi                                   on 2001/12/08  15:16:14
22904         Log: Integrate perlio.
22905      Branch: perl
22906           !> doio.c lib/Exporter/Heavy.pm lib/open.t op.c perlio.c
22907           !> perliol.h pod/perlfunc.pod pod/perltoc.pod pp.c
22908 ____________________________________________________________________________
22909 [ 13533] By: jhi                                   on 2001/12/08  15:13:39
22910         Log: Retract #11156 since Sarathy has found that it breaks code:
22911              http://bugs.ActiveState.com/show_bug.cgi?id=18457
22912              http://bugs.ActiveState.com/show_bug.cgi?id=18858
22913      Branch: perl
22914            ! op.c sv.c t/op/pos.t
22915 ____________________________________________________________________________
22916 [ 13532] By: nick                                  on 2001/12/08  14:11:12
22917         Log: Integrate mainline
22918      Branch: perlio
22919           !> Changes doop.c patchlevel.h pod/perluniintro.pod t/op/chop.t
22920           !> t/op/magic.t t/op/stat.t t/run/switches.t t/test.pl
22921 ____________________________________________________________________________
22922 [ 13531] By: nick                                  on 2001/12/08  13:48:21
22923         Log: Tweak multi-arg open error messages
22924      Branch: perlio
22925            ! perlio.c
22926 ____________________________________________________________________________
22927 [ 13530] By: nick                                  on 2001/12/08  10:20:06
22928         Log: Allow multi-arg open() if opening layer declares this legal.
22929      Branch: perlio
22930            ! doio.c perlio.c perliol.h
22931 ____________________________________________________________________________
22932 [ 13529] By: jhi                                   on 2001/12/07  23:48:58
22933         Log: Subject: [PATCH t/run/switches.t] Declaring mostly TODO
22934              From: Michael G Schwern <schwern@pobox.com>       
22935              Date: Fri, 7 Dec 2001 19:41:31 -0500
22936              Message-ID: <20011208004131.GC642@blackrider>
22937      Branch: perl
22938            ! t/run/switches.t t/test.pl
22939 ____________________________________________________________________________
22940 [ 13528] By: jhi                                   on 2001/12/07  23:47:26
22941         Log: Subject: [PATCH t/op/stat.t] Declaring -t STDIN w/pipe TODO
22942              From: Michael G Schwern <schwern@pobox.com>       
22943              Date: Fri, 7 Dec 2001 19:12:44 -0500
22944              Message-ID: <20011208001244.GB642@blackrider>
22945      Branch: perl
22946            ! t/op/stat.t
22947 ____________________________________________________________________________
22948 [ 13527] By: jhi                                   on 2001/12/07  22:31:22
22949         Log: Subject: [PATCH t/op/magic.t] Puut... The TODO... Beck!
22950              From: Michael G Schwern <schwern@pobox.com>
22951              Date: Fri, 7 Dec 2001 17:28:57 -0500
22952              Message-ID: <20011207222857.GI23210@blackrider>
22953      Branch: perl
22954            ! t/op/magic.t
22955 ____________________________________________________________________________
22956 [ 13526] By: jhi                                   on 2001/12/07  22:27:46
22957         Log: which_perl: if File::Spec fails, assume "./" and hope for the best.
22958      Branch: perl
22959            ! t/test.pl
22960 ____________________________________________________________________________
22961 [ 13525] By: jhi                                   on 2001/12/07  22:21:25
22962         Log: which_perl: delay as much a possible till runtime.
22963      Branch: perl
22964            ! t/test.pl
22965 ____________________________________________________________________________
22966 [ 13524] By: jhi                                   on 2001/12/07  21:58:15
22967         Log: Further tweakage to which_perl().
22968      Branch: perl
22969            ! t/test.pl
22970 ____________________________________________________________________________
22971 [ 13523] By: jhi                                   on 2001/12/07  21:57:30
22972         Log: perluniintro tweaks.
22973      Branch: perl
22974            ! pod/perluniintro.pod
22975 ____________________________________________________________________________
22976 [ 13522] By: jhi                                   on 2001/12/07  21:01:02
22977         Log: Tweak the $Perl computation.
22978      Branch: perl
22979            ! t/test.pl
22980 ____________________________________________________________________________
22981 [ 13521] By: jhi                                   on 2001/12/07  17:27:02
22982         Log: Subject: Re: [PATCH] chom?p needs to remove read only fakery
22983              From: Nicholas Clark <nick@ccl4.org>
22984              Date: Fri, 7 Dec 2001 17:06:56 +0000
22985              Message-ID: <20011207170656.G21702@plum.flirble.org>
22986      Branch: perl
22987            ! doop.c t/op/chop.t
22988 ____________________________________________________________________________
22989 [ 13520] By: jhi                                   on 2001/12/07  15:55:34
22990         Log: Update Changes.
22991      Branch: perl
22992            ! Changes patchlevel.h
22993 ____________________________________________________________________________
22994 [ 13519] By: jhi                                   on 2001/12/07  15:32:58
22995         Log: Missing ).
22996      Branch: perl
22997            ! t/test.pl
22998 ____________________________________________________________________________
22999 [ 13518] By: jhi                                   on 2001/12/07  15:24:32
23000         Log: Allow several arguments to display().
23001      Branch: perl
23002            ! t/test.pl
23003 ____________________________________________________________________________
23004 [ 13517] By: jhi                                   on 2001/12/07  15:19:20
23005         Log: /dev/stdout could be either a character special file
23006              or a named pipe, so let's pretend it doesn't exist.
23007      Branch: perl
23008            ! t/op/stat.t
23009 ____________________________________________________________________________
23010 [ 13516] By: nick                                  on 2001/12/07  15:09:23
23011         Log: Integrate again - can I catch up ?
23012      Branch: perlio
23013           !> t/test.pl
23014 ____________________________________________________________________________
23015 [ 13515] By: nick                                  on 2001/12/07  15:08:17
23016         Log: Integrate mainline some more
23017      Branch: perlio
23018           !> README.hpux hints/linux.sh pod/perlfunc.pod
23019 ____________________________________________________________________________
23020 [ 13514] By: nick                                  on 2001/12/07  15:07:15
23021         Log: Integrate mainline
23022      Branch: perlio
23023           +> djgpp/djgpp.h ext/Devel/PPPort/Changes
23024           +> ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/module2.c
23025           +> ext/Devel/PPPort/module3.c ext/Devel/PPPort/t/test.t
23026           +> hints/super-ux.sh lib/File/Spec/t/Functions.t
23027           +> lib/File/Spec/t/Spec.t lib/File/Spec/t/rel2abs2rel.t
23028           +> lib/Math/BigInt/t/bare_mbi.t pod/perl561delta.pod
23029           +> t/lib/Math/BigInt/BareCalc.pm
23030            - ext/Devel/PPPort/harness/Harness.pm
23031            - ext/Devel/PPPort/harness/Harness.xs
23032            - ext/Devel/PPPort/harness/Makefile.PL
23033            - ext/Devel/PPPort/harness/module2.c
23034            - ext/Devel/PPPort/harness/module3.c
23035            - ext/Devel/PPPort/harness/t/test.t lib/File/Spec.t
23036            - lib/File/Spec/Functions.t
23037           !> (integrate 103 files)
23038 ____________________________________________________________________________
23039 [ 13513] By: jhi                                   on 2001/12/07  14:58:06
23040         Log: Add display() for displaying icky scalars.
23041      Branch: perl
23042            ! t/test.pl
23043 ____________________________________________________________________________
23044 [ 13511] By: jhi                                   on 2001/12/07  14:40:58
23045         Log: Subject: [ID 20011207.001] documentation bug for waitpid
23046              From: Jan-Pieter Cornet <john@pc.xs4all.nl>
23047              Date: Fri, 7 Dec 2001 12:44:56 +0100
23048              Message-Id: <200112071144.MAA12790@pc.xs4all.nl>
23049      Branch: perl
23050            ! pod/perlfunc.pod
23051 ____________________________________________________________________________
23052 [ 13510] By: jhi                                   on 2001/12/07  14:38:39
23053         Log: gcc version matching didn't.
23054      Branch: perl
23055            ! hints/linux.sh
23056 ____________________________________________________________________________
23057 [ 13509] By: jhi                                   on 2001/12/07  14:21:33
23058         Log: Subject: HP renamed their servers              
23059              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23060              Date: Fri, 07 Dec 2001 12:07:22 +0100
23061              Message-Id: <20011207120501.E16F.H.M.BRAND@hccnet.nl>
23062      Branch: perl
23063            ! README.hpux
23064 ____________________________________________________________________________
23065 [ 13508] By: jhi                                   on 2001/12/07  14:01:41
23066         Log: Subject: Re: [patch pod/perlport.pod] wrong escape
23067              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
23068              Date: Fri, 7 Dec 2001 00:24:55 -0500
23069              Message-ID: <20011207002455.D529632@linguist.thayer.dartmouth.edu>
23070      Branch: perl
23071            ! pod/perlport.pod
23072 ____________________________________________________________________________
23073 [ 13507] By: jhi                                   on 2001/12/07  03:07:03
23074         Log: Subject: [PATCH t/op/exec.t t/base/lex.t] Test For Echo, take 2
23075              From: Michael G Schwern <schwern@pobox.com> 
23076              Date: Thu, 6 Dec 2001 22:56:34 -0500
23077              Message-ID: <20011207035634.GO22648@blackrider>
23078      Branch: perl
23079            ! t/base/lex.t t/op/exec.t
23080 ____________________________________________________________________________
23081 [ 13506] By: jhi                                   on 2001/12/07  03:05:38
23082         Log: Subject: [PATCH t/test.pl ...] which_perl for safer $^Xing
23083              From: Michael G Schwern <schwern@pobox.com>
23084              Date: Thu, 6 Dec 2001 22:45:44 -0500
23085              Message-ID: <20011207034544.GN22648@blackrider>
23086              
23087              (plus op/ref tweak)
23088      Branch: perl
23089            ! t/comp/script.t t/io/open.t t/op/ref.t t/op/stat.t
23090            ! t/run/kill_perl.t t/test.pl
23091 ____________________________________________________________________________
23092 [ 13505] By: jhi                                   on 2001/12/07  01:30:25
23093         Log: Upgrade to Math::BigInt 1.48.
23094      Branch: perl
23095            + lib/Math/BigInt/t/bare_mbi.t t/lib/Math/BigInt/BareCalc.pm
23096            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
23097            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
23098            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
23099            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
23100            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
23101            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
23102 ____________________________________________________________________________
23103 [ 13504] By: jhi                                   on 2001/12/07  00:56:58
23104         Log: Mention also perl56delta in case someone is upgrading from
23105              Perl 5.005_03.
23106      Branch: perl
23107            ! pod/perldelta.pod
23108 ____________________________________________________________________________
23109 [ 13503] By: jhi                                   on 2001/12/07  00:46:55
23110         Log: Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests
23111              From: Michael G Schwern <schwern@pobox.com>
23112              Date: Thu, 6 Dec 2001 15:15:28 -0500
23113              Message-ID: <20011206201528.GF16414@blackrider>
23114              
23115              (just the term.t, not the lex.t)
23116              
23117              Subject: [PATCH t/comp/script.t] Elimininating needless logic, runs from t/ now
23118              From: Michael G Schwern <schwern@pobox.com>
23119              Date: Thu, 6 Dec 2001 15:22:22 -0500
23120              Message-ID: <20011206202222.GG16414@blackrider>
23121              
23122              Subject: [PATCH t/run/kill_perl.t] Eliminationg needless $^X logic
23123              From: Michael G Schwern <schwern@pobox.com>
23124              Date: Thu, 6 Dec 2001 15:31:58 -0500
23125              Message-ID: <20011206203158.GI16414@blackrider>
23126              
23127              Subject: [PATCH t/io/open.t t/test.pl] Cleanup and echo purge
23128              From: Michael G Schwern <schwern@pobox.com>
23129              Date: Thu, 6 Dec 2001 17:38:55 -0500
23130              Message-ID: <20011206223855.GC22648@blackrider>
23131      Branch: perl
23132            ! t/base/term.t t/comp/script.t t/io/open.t t/run/kill_perl.t
23133            ! t/test.pl
23134 ____________________________________________________________________________
23135 [ 13502] By: jhi                                   on 2001/12/06  22:15:49
23136         Log: Update the thr5005 situation.
23137      Branch: perl
23138            ! pod/perldelta.pod
23139 ____________________________________________________________________________
23140 [ 13501] By: jhi                                   on 2001/12/06  22:06:28
23141         Log: perldelta borrowings from perl561delta.
23142      Branch: perl
23143            ! pod/perldelta.pod
23144 ____________________________________________________________________________
23145 [ 13500] By: jhi                                   on 2001/12/06  21:21:59
23146         Log: Add the 5.6.1 perldelta as perl561delta.
23147              (Makes it easier to steal stuff for perldelta :-)
23148      Branch: perl
23149            + pod/perl561delta.pod
23150            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
23151 ____________________________________________________________________________
23152 [ 13499] By: jhi                                   on 2001/12/06  20:46:04
23153         Log: Retract #13496 for now.
23154      Branch: perl
23155            ! t/base/lex.t t/base/term.t
23156 ____________________________________________________________________________
23157 [ 13498] By: jhi                                   on 2001/12/06  20:16:04
23158         Log: Subject: [PATCH per@13492] (was Re: [PATCH perl@13462]] VMS-only File::Spec->canonpath fix)
23159              From: "Craig A. Berry" <craigberry@mac.com>
23160              Date: Thu, 6 Dec 2001 14:54:36 -0600
23161              Message-Id: <a05101000b8358a58eb28@[172.16.52.1]>
23162      Branch: perl
23163            ! vms/ext/filespec.t
23164 ____________________________________________________________________________
23165 [ 13496] By: jhi                                   on 2001/12/06  19:47:53
23166         Log: (retracted by #13499)
23167              
23168              Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests
23169              From: Michael G Schwern <schwern@pobox.com>
23170              Date: Thu, 6 Dec 2001 15:15:28 -0500
23171              Message-ID: <20011206201528.GF16414@blackrider>
23172      Branch: perl
23173            ! t/base/lex.t t/base/term.t
23174 ____________________________________________________________________________
23175 [ 13495] By: jhi                                   on 2001/12/06  17:56:15
23176         Log: Subject: [PATCH t/op/stat.t] VMS has no link count
23177              From: Michael G Schwern <schwern@pobox.com>
23178              Date: Thu, 6 Dec 2001 13:54:48 -0500
23179              Message-ID: <20011206185448.GC16414@blackrider>
23180      Branch: perl
23181            ! t/op/stat.t
23182 ____________________________________________________________________________
23183 [ 13494] By: jhi                                   on 2001/12/06  17:54:14
23184         Log: The #4 has nothing to do with Unicode.
23185      Branch: perl
23186            ! t/op/tr.t
23187 ____________________________________________________________________________
23188 [ 13493] By: jhi                                   on 2001/12/06  17:52:43
23189         Log: Subject: [PATCH t/op/tr.t] Cleanup and more counting tests
23190              From: Michael G Schwern <schwern@pobox.com>
23191              Date: Thu, 6 Dec 2001 13:45:48 -0500
23192              Message-ID: <20011206184548.GB16414@blackrider>
23193      Branch: perl
23194            ! t/op/tr.t
23195 ____________________________________________________________________________
23196 [ 13492] By: jhi                                   on 2001/12/06  15:47:08
23197         Log: Update Changes.
23198      Branch: perl
23199            ! Changes patchlevel.h
23200 ____________________________________________________________________________
23201 [ 13491] By: jhi                                   on 2001/12/06  15:43:22
23202         Log: Subject: [PATCH Perl@13462, on top of prev. multiplicity patch] MY_RAND workaround update
23203              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
23204              Date: Thu, 6 Dec 2001 11:41:25 EST
23205              Message-Id: <011206114105.67cab@DUPHY4.Physics.Drexel.Edu>
23206      Branch: perl
23207            ! vms/vms.c vms/vmsish.h
23208 ____________________________________________________________________________
23209 [ 13490] By: jhi                                   on 2001/12/06  15:08:40
23210         Log: Subject: [PATCH] Re: weirdness in regexps
23211              From: Robin Houston <robin@kitsite.com> 
23212              Date: Thu, 6 Dec 2001 14:44:01 +0000
23213              Message-ID: <20011206144401.A27752@puffinry.freeserve.co.uk>
23214      Branch: perl
23215            ! op.c t/lib/strict/subs
23216 ____________________________________________________________________________
23217 [ 13489] By: jhi                                   on 2001/12/06  15:07:18
23218         Log: Make the -b -c -S tests count all of the /dev, not just
23219              check the first one, as suggested by Benjamin Goldberg.
23220      Branch: perl
23221            ! t/op/stat.t
23222 ____________________________________________________________________________
23223 [ 13488] By: jhi                                   on 2001/12/06  14:41:02
23224         Log: Subject: Re: [PATCH: bleadperl] casefold backref
23225              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
23226              Date: Thu, 6 Dec 2001 10:39:45 -0500 (EST) 
23227              Message-ID: <Pine.GSO.4.21.0112061038490.14590-100000@crusoe.crusoe.net>
23228      Branch: perl
23229            ! regexec.c
23230 ____________________________________________________________________________
23231 [ 13487] By: jhi                                   on 2001/12/06  14:30:45
23232         Log: Nits noticed by Philip Newton, and de-tab DB.t.
23233      Branch: perl
23234            ! lib/DB.t
23235 ____________________________________________________________________________
23236 [ 13486] By: jhi                                   on 2001/12/06  14:23:06
23237         Log: Subject: [PATCH] Re: counting tr thinks it's modifying 
23238              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
23239              Date: 6 Dec 2001 11:06:01 -0000
23240              Message-Id: <slrna0ukap.kbt.rgarciasuarez@rafael.kazibao.net>
23241      Branch: perl
23242            ! op.c t/op/tr.t
23243 ____________________________________________________________________________
23244 [ 13485] By: jhi                                   on 2001/12/06  14:07:54
23245         Log: Subject: [PATCH: bleadperl] casefold backref
23246              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
23247              Date: Wed, 05 Dec 2001 17:27:05 +0000
23248              Message-Id: <200112051727.fB5HR5422706@crypt.compulink.co.uk> 
23249      Branch: perl
23250            ! regexec.c t/op/re_tests
23251 ____________________________________________________________________________
23252 [ 13484] By: jhi                                   on 2001/12/06  03:04:18
23253         Log: Subject: [PATCH Perl@13440] MULTIPLICITY fixups               
23254              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
23255              Date: Wed, 5 Dec 2001 22:34:53 EST
23256              Message-Id: <011205223453.8122e@DUPHY4.Physics.Drexel.Edu>
23257      Branch: perl
23258            ! mg.c vms/vms.c vms/vmsish.h
23259 ____________________________________________________________________________
23260 [ 13483] By: jhi                                   on 2001/12/06  02:59:40
23261         Log: Subject: [PATCH lib/File/Spec* MANIFEST] Better abs2rel/rel2abs/canonpath tests
23262              From: Michael G Schwern <schwern@pobox.com>
23263              Date: Wed, 5 Dec 2001 19:52:58 -0500
23264              Message-ID: <20011205195257.A903@blackrider>
23265      Branch: perl
23266            + lib/File/Spec/t/Functions.t lib/File/Spec/t/Spec.t
23267            + lib/File/Spec/t/rel2abs2rel.t
23268            - lib/File/Spec.t lib/File/Spec/Functions.t
23269            ! MANIFEST
23270 ____________________________________________________________________________
23271 [ 13482] By: jhi                                   on 2001/12/06  02:48:27
23272         Log: Subject: Re: Silly stat() portability questions                
23273              From: Benjamin Goldberg <goldbb2@earthlink.net>
23274              Date: Wed, 05 Dec 2001 22:52:35 -0500
23275              Message-ID: <3C0EEB83.8CE93CA2@earthlink.net>
23276      Branch: perl
23277            ! pod/perlport.pod
23278 ____________________________________________________________________________
23279 [ 13481] By: jhi                                   on 2001/12/06  02:39:43
23280         Log: Subject: [PATCH perl@13462]] VMS-only File::Spec->canonpath fix
23281              From: "Craig A. Berry" <craigberry@mac.com>
23282              Date: Wed, 05 Dec 2001 16:41:59 -0600
23283              Message-Id: <5.1.0.14.2.20011205160043.02160e90@exchi01>
23284      Branch: perl
23285            ! README.vms configure.com lib/File/Spec/VMS.pm
23286            ! vms/ext/filespec.t
23287 ____________________________________________________________________________
23288 [ 13480] By: jhi                                   on 2001/12/05  19:53:05
23289         Log: $apply->('club', $glibc_maintainers);
23290              
23291              (Nick Clark just reported that <langinfo.h> YESSTR
23292              is an empty string in Linux 2.4.16-rmk glibc 2.2.4-5)
23293      Branch: perl
23294            ! ext/I18N/Langinfo/Langinfo.t
23295 ____________________________________________________________________________
23296 [ 13479] By: jhi                                   on 2001/12/05  19:49:16
23297         Log: Admonish against assuming A^HUNIX fs/uid/gid semantics.
23298      Branch: perl
23299            ! pod/perlport.pod
23300 ____________________________________________________________________________
23301 [ 13478] By: gsar                                  on 2001/12/05  18:22:38
23302         Log: tweak change#13474 (pad entries can apparently be null in some
23303              situations)
23304      Branch: maint-5.6/perl
23305            ! op.c
23306 ____________________________________________________________________________
23307 [ 13477] By: jhi                                   on 2001/12/05  17:53:13
23308         Log: Restore the /dev -b -c -S part of the test.
23309      Branch: perl
23310            ! t/op/stat.t
23311 ____________________________________________________________________________
23312 [ 13476] By: jhi                                   on 2001/12/05  17:29:36
23313         Log: Retract #13475 until Arthur gets back to the mine.
23314      Branch: perl
23315            ! op.c t/run/kill_perl.t
23316 ____________________________________________________________________________
23317 [ 13475] By: jhi                                   on 2001/12/05  17:07:00
23318         Log: (retracted by #13476)
23319              
23320              Manually apply #13474; fixes stale reference to dead
23321              CvOUTSIDE(); this can happen when anonymous subroutines
23322              that aren't closures are returned from an eval""
23323              
23324              (threads/shared/sv_refs.t is coredump-unhappy about this change)
23325      Branch: perl
23326            ! op.c t/run/kill_perl.t
23327 ____________________________________________________________________________
23328 [ 13474] By: gsar                                  on 2001/12/05  15:14:24
23329         Log: replacement for change#10451
23330              
23331              fixes stale reference to dead CvOUTSIDE(); this can happen when
23332              anonymous subroutines that aren't closures are returned from an
23333              eval""
23334      Branch: maint-5.6/perl
23335            ! op.c t/op/misc.t
23336 ____________________________________________________________________________
23337 [ 13473] By: gsar                                  on 2001/12/05  15:08:18
23338         Log: revert change#10451,10472; it was a naive fix that simply
23339              reintroduced the memory leak!
23340      Branch: maint-5.6/perl
23341            ! op.c t/op/misc.t
23342 ____________________________________________________________________________
23343 [ 13472] By: jhi                                   on 2001/12/05  13:30:47
23344         Log: Subject: Re: [PATCH] File::Basename pod and .t (was: perlpacktut.pod v0.0 (split))
23345              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
23346              Date: Wed, 05 Dec 2001 10:49:20 +0100
23347              Message-ID: <3C0DEDA0.C58A8A9E@alcatel.at>
23348      Branch: perl
23349            ! lib/File/Basename.pm lib/File/Basename.t
23350 ____________________________________________________________________________
23351 [ 13471] By: jhi                                   on 2001/12/05  13:22:50
23352         Log: Subject: [PATCH t/op/magic.t] Removing a TODO
23353              From: Michael G Schwern <schwern@pobox.com> 
23354              Date: Wed, 5 Dec 2001 02:47:59 -0500
23355              Message-ID: <20011205024759.H14333@blackrider>
23356      Branch: perl
23357            ! t/op/magic.t
23358 ____________________________________________________________________________
23359 [ 13470] By: jhi                                   on 2001/12/05  13:21:09
23360         Log: Subject: [PATCH t/op/stat.t vms/test.com] stat.t portability, the LAST VMS exception!
23361              From: Michael G Schwern <schwern@pobox.com>              
23362              Date: Wed, 5 Dec 2001 02:22:05 -0500
23363              Message-ID: <20011205022205.F14333@blackrider>
23364      Branch: perl
23365            ! t/op/stat.t vms/test.com
23366 ____________________________________________________________________________
23367 [ 13469] By: jhi                                   on 2001/12/05  03:44:59
23368         Log: Subject: Re: [PATCH t/op/stat.t t/test.pl] stat.t cleanup, first pass
23369              From: Michael G Schwern <schwern@pobox.com> 
23370              Date: Tue, 4 Dec 2001 23:40:10 -0500
23371              Message-ID: <20011204234010.B14333@blackrider>
23372      Branch: perl
23373            ! t/op/stat.t
23374 ____________________________________________________________________________
23375 [ 13468] By: jhi                                   on 2001/12/05  01:37:04
23376         Log: Subject: [PATCH t/op/stat.t t/test.pl] stat.t cleanup, first pass
23377              From: Michael G Schwern <schwern@pobox.com> 
23378              Date: Tue, 4 Dec 2001 21:09:18 -0500           
23379              Message-ID: <20011204210918.D13279@blackrider>
23380              
23381              t/test.
23382      Branch: perl
23383            ! t/test.pl
23384 ____________________________________________________________________________
23385 [ 13467] By: jhi                                   on 2001/12/05  01:36:44
23386         Log: (accidentally empty check-in)
23387      Branch: perl
23388            ! t/op/stat.t
23389 ____________________________________________________________________________
23390 [ 13466] By: jhi                                   on 2001/12/04  22:51:19
23391         Log: Subject: [PATCH] $., $%, $=, and $- are IV's now
23392              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23393              Date: Tue, 04 Dec 2001 23:40:27 +0100
23394              Message-Id: <20011204233412.304B.H.M.BRAND@hccnet.nl>
23395      Branch: perl
23396            ! mg.c
23397 ____________________________________________________________________________
23398 [ 13465] By: jhi                                   on 2001/12/04  22:50:26
23399         Log: Subject: [PATCH] minor pod fix in Safe.pm
23400              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23401              Date: Tue, 4 Dec 2001 22:02:34 +0100
23402              Message-ID: <20011204220234.A17293@rafael>
23403      Branch: perl
23404            ! ext/Opcode/Safe.pm
23405 ____________________________________________________________________________
23406 [ 13464] By: jhi                                   on 2001/12/04  22:47:43
23407         Log: CRLF GRRR.
23408      Branch: perl
23409            ! djgpp/configure.bat
23410 ____________________________________________________________________________
23411 [ 13463] By: jhi                                   on 2001/12/04  22:46:28
23412         Log: DJGPP fixes from Laszlo Molnar.
23413      Branch: perl
23414            ! djgpp/configure.bat djgpp/djgpp.h
23415 ____________________________________________________________________________
23416 [ 13462] By: jhi                                   on 2001/12/04  14:56:22
23417         Log: Update Changes.
23418      Branch: perl
23419            ! Changes patchlevel.h
23420 ____________________________________________________________________________
23421 [ 13461] By: jhi                                   on 2001/12/04  14:49:45
23422         Log: Must wipe out the memory of real Socket before starting
23423              to use the new fake one.
23424      Branch: perl
23425            ! lib/Net/t/config.t
23426 ____________________________________________________________________________
23427 [ 13460] By: jhi                                   on 2001/12/04  14:40:28
23428         Log: LC_ALL might trump LANG.
23429      Branch: perl
23430            ! lib/open.t
23431 ____________________________________________________________________________
23432 [ 13459] By: jhi                                   on 2001/12/04  14:39:38
23433         Log: Make the eval runtime.
23434      Branch: perl
23435            ! lib/open.pm
23436 ____________________________________________________________________________
23437 [ 13458] By: jhi                                   on 2001/12/04  14:08:17
23438         Log: Make the Langinfo test both more lenient (allow
23439              for any symbol not to exists) and stricter (add
23440              more symbols).
23441      Branch: perl
23442            ! ext/I18N/Langinfo/Langinfo.t
23443 ____________________________________________________________________________
23444 [ 13457] By: gsar                                  on 2001/12/04  14:07:01
23445         Log: integrate change#13453 from maint-5.6
23446              
23447              tweak change#11399 to use an explicit flag rather than
23448              ass_u_ming w32_pseudo_id will only be zero for the real
23449              toplevel interpreter; avoids multiple hosts from diddling
23450              the environment at the same time
23451      Branch: perl
23452           !> win32/perlhost.h
23453 ____________________________________________________________________________
23454 [ 13456] By: jhi                                   on 2001/12/04  13:35:58
23455         Log: Subject: [PATCH] VMS update for perldelta.pod
23456              From: "Craig A. Berry" <craigberry@mac.com> 
23457              Date: Tue, 4 Dec 2001 00:23:12 -0600
23458              Message-Id: <a05101002b83218be190d@[172.16.52.1]>
23459      Branch: perl
23460            ! pod/perldelta.pod
23461 ____________________________________________________________________________
23462 [ 13455] By: jhi                                   on 2001/12/04  13:23:19
23463         Log: NetWare tweak from Ananth Kesari.
23464      Branch: perl
23465            ! NetWare/Makefile
23466 ____________________________________________________________________________
23467 [ 13454] By: jhi                                   on 2001/12/04  13:17:38
23468         Log: Upgrade to Net::Ping 2.07, from Rob Brown.
23469              Not adding the test suite because of its many assumptions.
23470      Branch: perl
23471            ! lib/Net/Ping.pm
23472 ____________________________________________________________________________
23473 [ 13453] By: gsar                                  on 2001/12/04  07:54:58
23474         Log: tweak change#11399 to use an explicit flag rather than
23475              ass_u_ming w32_pseudo_id will only be zero for the real
23476              toplevel interpreter; avoids multiple hosts from diddling
23477              the environment at the same time
23478      Branch: maint-5.6/perl
23479            ! win32/perlhost.h
23480 ____________________________________________________________________________
23481 [ 13452] By: jhi                                   on 2001/12/04  04:28:29
23482         Log: Add hints file for SUPER-UX: the UNIX of NEC SX series,
23483              from Len Makin.
23484      Branch: perl
23485            + hints/super-ux.sh
23486            ! MANIFEST
23487 ____________________________________________________________________________
23488 [ 13451] By: jhi                                   on 2001/12/04  01:58:03
23489         Log: Add Mac OS X known failures to perldelta.
23490      Branch: perl
23491            ! pod/perldelta.pod
23492 ____________________________________________________________________________
23493 [ 13450] By: jhi                                   on 2001/12/04  01:26:38
23494         Log: I think it's time to call the utf8 code non-test.
23495      Branch: perl
23496            ! utf8.c
23497 ____________________________________________________________________________
23498 [ 13449] By: jhi                                   on 2001/12/04  00:59:27
23499         Log: Retract #13303, need rethink.
23500      Branch: perl
23501            ! utf8.c
23502 ____________________________________________________________________________
23503 [ 13448] By: jhi                                   on 2001/12/03  22:40:22
23504         Log: Subject: [PATCH perl@13440] VMS install fix-ups: add libnetcfg and xsubpp as utility commands
23505              From: "Craig A. Berry" <craigberry@mac.com>
23506              Date: Mon, 03 Dec 2001 16:28:06 -0600
23507              Message-Id: <5.1.0.14.2.20011202223303.01c3ab98@exchi01>
23508      Branch: perl
23509            ! configure.com lib/File/Basename.pm vms/descrip_mms.template
23510 ____________________________________________________________________________
23511 [ 13447] By: jhi                                   on 2001/12/03  22:37:12
23512         Log: Subject: [PATCH] Solaris/longdouble needs /opt/SUNWspro/lib
23513              From: Andy Dougherty <doughera@lafayette.edu>
23514              Date: Mon, 3 Dec 2001 15:48:26 -0500 (EST)
23515              Message-ID: <Pine.SOL.4.10.10112031543520.5207-100000@maxwell.phys.lafayette.edu>
23516      Branch: perl
23517            ! hints/solaris_2.sh
23518 ____________________________________________________________________________
23519 [ 13446] By: jhi                                   on 2001/12/03  22:29:58
23520         Log: This test is not very robust on 8.3-constrained systems:
23521              all the "with truncated name" lines between "Autosplitting ..."
23522              and "some names are not unique" lines are unexpected,
23523              and the truncation message becomes:
23524              testtest.al, testtest.al truncate to testtest 
23525      Branch: perl
23526            ! lib/AutoSplit.t
23527 ____________________________________________________________________________
23528 [ 13445] By: jhi                                   on 2001/12/03  22:13:07
23529         Log: DOS/DJGPP has nl_langinfo() but nothing much in it.
23530      Branch: perl
23531            ! ext/I18N/Langinfo/Langinfo.t
23532 ____________________________________________________________________________
23533 [ 13444] By: jhi                                   on 2001/12/03  22:02:52
23534         Log: Test::Morify UCD.t
23535      Branch: perl
23536            ! lib/Unicode/UCD.t
23537 ____________________________________________________________________________
23538 [ 13443] By: jhi                                   on 2001/12/03  21:50:13
23539         Log: If Socket has not been built (e.g. DJGPP) the libnet
23540              tests fall over with (too) much noise.
23541      Branch: perl
23542            ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t
23543            ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t
23544            ! lib/Net/t/smtp.t lib/Net/t/time.t
23545 ____________________________________________________________________________
23546 [ 13442] By: jhi                                   on 2001/12/03  17:22:08
23547         Log: Subject: [PATCH] shared hash keys and ++/--
23548              From: Nicholas Clark <nick@ccl4.org>
23549              Date: Mon, 3 Dec 2001 16:37:16 +0000
23550              Message-ID: <20011203163716.C21702@plum.flirble.org>
23551      Branch: perl
23552            ! pp.c pp_hot.c sv.c t/op/inc.t
23553 ____________________________________________________________________________
23554 [ 13441] By: jhi                                   on 2001/12/03  17:15:52
23555         Log: Subject: [PATCH lib/Term/Cap.pm] was Re: [PATCH] Shared hash keys
23556              From: Jonathan Stowe <jns@gellyfish.com>
23557              Date: Mon, 3 Dec 2001 15:48:38 +0000 (GMT)
23558              Message-ID: <Pine.LNX.4.33.0112031543290.386-100000@orpheus.gellyfish.com>
23559      Branch: perl
23560            ! lib/Term/Cap.pm
23561 ____________________________________________________________________________
23562 [ 13440] By: jhi                                   on 2001/12/03  14:26:58
23563         Log: Update Changes.
23564      Branch: perl
23565            ! Changes patchlevel.h
23566 ____________________________________________________________________________
23567 [ 13439] By: jhi                                   on 2001/12/03  14:22:05
23568         Log: perldelta tweaks.
23569      Branch: perl
23570            ! pod/perldelta.pod
23571 ____________________________________________________________________________
23572 [ 13438] By: jhi                                   on 2001/12/03  14:12:08
23573         Log: Subject: [PATCH] perlnewmod.pod: Fixed URL for Ken William's Tutorial
23574              From: Sam Tregar <sam@tregar.com> 
23575              Date: Mon, 3 Dec 2001 00:04:07 -0500 (EST)
23576              Message-ID: <Pine.LNX.4.33.0112030002210.24619-100000@localhost.localdomain>
23577      Branch: perl
23578            ! pod/perlnewmod.pod
23579 ____________________________________________________________________________
23580 [ 13437] By: jhi                                   on 2001/12/03  14:08:59
23581         Log: microperl casting nit.
23582      Branch: perl
23583            ! utf8.c
23584 ____________________________________________________________________________
23585 [ 13436] By: jhi                                   on 2001/12/03  14:03:21
23586         Log: Make sharepvn a macro since all it does is a deref.
23587      Branch: perl
23588            ! embed.h embed.pl global.sym hv.c hv.h proto.h
23589 ____________________________________________________________________________
23590 [ 13435] By: jhi                                   on 2001/12/03  13:38:14
23591         Log: perldelta updates.
23592      Branch: perl
23593            ! pod/perldelta.pod
23594 ____________________________________________________________________________
23595 [ 13434] By: jhi                                   on 2001/12/03  13:13:02
23596         Log: PPPort update from Paul Marquess.
23597      Branch: perl
23598            + ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.xs
23599            + ext/Devel/PPPort/module2.c ext/Devel/PPPort/module3.c
23600            + ext/Devel/PPPort/t/test.t
23601            - ext/Devel/PPPort/harness/Harness.pm
23602            - ext/Devel/PPPort/harness/Harness.xs
23603            - ext/Devel/PPPort/harness/Makefile.PL
23604            - ext/Devel/PPPort/harness/module2.c
23605            - ext/Devel/PPPort/harness/module3.c
23606            - ext/Devel/PPPort/harness/t/test.t
23607            ! MANIFEST ext/Devel/PPPort/MANIFEST
23608            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
23609            ! ext/Devel/PPPort/README ext/Devel/PPPort/TODO
23610            ! ext/Devel/PPPort/soak
23611 ____________________________________________________________________________
23612 [ 13433] By: jhi                                   on 2001/12/03  12:57:23
23613         Log: No use talking about dynamic library search patch
23614              unless we are having a dynamic build.
23615      Branch: perl
23616            ! t/TEST
23617 ____________________________________________________________________________
23618 [ 13432] By: jhi                                   on 2001/12/02  22:35:04
23619         Log: Be more explicit on the List::Util build trick,
23620              should also stop unneeded rebuilds on static builds.
23621      Branch: perl
23622            ! ext/List/Util/Makefile.PL
23623 ____________________________________________________________________________
23624 [ 13431] By: jhi                                   on 2001/12/02  22:18:45
23625         Log: We need to replace the optimize (-O1) with
23626              the -h scalar0 -h vector0, not append them
23627              to the ccflags.
23628      Branch: perl
23629            ! hints/unicos.sh hints/unicosmk.sh
23630 ____________________________________________________________________________
23631 [ 13430] By: jhi                                   on 2001/12/02  20:01:24
23632         Log: Subject: [PATCH] Shared hash keys 
23633              From: Nicholas Clark <nick@ccl4.org>
23634              Date: Sun, 2 Dec 2001 20:52:32 +0000
23635              Message-ID: <20011202205232.U21702@plum.flirble.org>
23636      Branch: perl
23637            ! doop.c t/op/tr.t
23638 ____________________________________________________________________________
23639 [ 13429] By: jhi                                   on 2001/12/02  19:19:54
23640         Log: Better add new files to MANIFEST, too.
23641      Branch: perl
23642            ! MANIFEST
23643 ____________________________________________________________________________
23644 [ 13428] By: jhi                                   on 2001/12/02  18:38:18
23645         Log: Subject: {PATCH] perlpacktut.pod
23646              From: "Wolfgang Laun" <wolfgang.laun@chello.at> 
23647              Date: Sun, 02 Dec 2001 19:55:06 +0100
23648              Message-ID: <200112021955060600.009C0EF9@smtp.chello.at>
23649      Branch: perl
23650            ! pod/perlpacktut.pod
23651 ____________________________________________________________________________
23652 [ 13427] By: jhi                                   on 2001/12/02  17:07:57
23653         Log: Various small nits found by DJGPP build.
23654      Branch: perl
23655            ! doio.c mg.c pp.c util.c
23656 ____________________________________________________________________________
23657 [ 13426] By: jhi                                   on 2001/12/02  16:55:21
23658         Log: Subject: RE: More verbose POD for Carp
23659              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
23660              Date: Sun, 2 Dec 2001 11:32:51 -0500
23661              Message-ID: <3C0A9748@operamail.com>
23662      Branch: perl
23663            ! lib/Carp.pm
23664 ____________________________________________________________________________
23665 [ 13425] By: jhi                                   on 2001/12/02  16:54:06
23666         Log: Add a header for DJGPP with the function prototypes.
23667      Branch: perl
23668            + djgpp/djgpp.h
23669            ! MANIFEST djgpp/djgpp.c
23670 ____________________________________________________________________________
23671 [ 13424] By: jhi                                   on 2001/12/02  01:17:43
23672         Log: Subject: [PATCH] chdir() with an empty tainted argument on Win32
23673              From: Abe Timmerman <abe@ztreet.demon.nl>
23674              Date: Sun, 02 Dec 2001 02:41:25 +0100
23675              Message-ID: <j8vi0uorud2fa9vp0q2dpmn7tpr5hqec1d@4ax.com>
23676      Branch: perl
23677            ! pp_sys.c
23678 ____________________________________________________________________________
23679 [ 13423] By: jhi                                   on 2001/12/02  01:05:43
23680         Log: There isn't PTR2INT(), there's PTR2IV().
23681      Branch: perl
23682            ! ext/Time/HiRes/HiRes.xs
23683 ____________________________________________________________________________
23684 [ 13422] By: jhi                                   on 2001/12/02  00:56:05
23685         Log: Subject: [ID 20011201.170] Time::HiRes in devel-perl causes segfaults for xs users
23686              From: Marc Lehmann <root@schmorp.de>
23687              Date: Sun, 02 Dec 2001 02:44:53 +0100
23688              Message-Id: <E16ALgb-0006Yw-00.pgcc-forever-2001-12-02-02-44-53@fuji.laendle>
23689      Branch: perl
23690            ! ext/Time/HiRes/HiRes.xs
23691 ____________________________________________________________________________
23692 [ 13421] By: jhi                                   on 2001/12/02  00:25:35
23693         Log: encode()/decode() examples.
23694      Branch: perl
23695            ! ext/Encode/Encode.pm
23696 ____________________________________________________________________________
23697 [ 13420] By: jhi                                   on 2001/12/02  00:14:38
23698         Log: DJGPP tweaks from Laszlo Molnar.
23699      Branch: perl
23700            ! djgpp/config.over djgpp/djgppsed.sh
23701 ____________________________________________________________________________
23702 [ 13419] By: jhi                                   on 2001/12/01  20:52:19
23703         Log: Update Changes.
23704      Branch: perl
23705            ! Changes patchlevel.h
23706 ____________________________________________________________________________
23707 [ 13418] By: jhi                                   on 2001/12/01  20:40:03
23708         Log: Integrate perlio;
23709              
23710              Skip socket-ness tests on handles (e.g. PerlIO::Scalar)
23711              which do not have file descriptors. Noticed a possibly
23712              worse problem in the process ...
23713      Branch: perl
23714           !> doio.c
23715 ____________________________________________________________________________
23716 [ 13417] By: jhi                                   on 2001/12/01  20:37:40
23717         Log: Non-VMS-fixed and Win32-skipped version of
23718              
23719              Subject: [PATCH t/op/exec.t] Portabilty fix 
23720              From: Michael G Schwern <schwern@pobox.com> 
23721              Date: Fri, 30 Nov 2001 16:09:27 -0500
23722              Message-ID: <20011130160927.A10406@blackrider>
23723      Branch: perl
23724            ! t/op/exec.t
23725 ____________________________________________________________________________
23726 [ 13416] By: jhi                                   on 2001/12/01  20:35:31
23727         Log: Subject: Enabling strict on Carp/Heavy, + internal documentation
23728              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
23729              Date: Sat, 1 Dec 2001 07:01:09 -0500
23730              Message-ID: <3C0D2E39@operamail.com>
23731              
23732              Subject: More verbose POD for Carp
23733              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
23734              Date: Sat, 1 Dec 2001 08:04:16 -0500
23735              Message-ID: <3C285C2B@operamail.com>
23736      Branch: perl
23737            ! lib/Carp.pm lib/Carp/Heavy.pm
23738 ____________________________________________________________________________
23739 [ 13415] By: jhi                                   on 2001/12/01  20:31:06
23740         Log: Subject: [PATCH lib/DB.t] Strictures, dual variables 
23741              From: chromatic <chromatic@rmci.net>
23742              Date: Sat, 01 Dec 2001 12:41:58 -0700
23743              Message-ID: <20011201194946.50449.qmail@onion.perl.org>
23744      Branch: perl
23745            ! lib/DB.t
23746 ____________________________________________________________________________
23747 [ 13414] By: jhi                                   on 2001/12/01  20:30:17
23748         Log: Try to make a missing RADIXCHAR a softer kinder error.
23749      Branch: perl
23750            ! ext/I18N/Langinfo/Langinfo.t
23751 ____________________________________________________________________________
23752 [ 13413] By: jhi                                   on 2001/12/01  20:21:27
23753         Log: Have a little faith on nl_langinfo() itself.
23754      Branch: perl
23755            ! ext/I18N/Langinfo/Langinfo.xs
23756 ____________________________________________________________________________
23757 [ 13412] By: jhi                                   on 2001/12/01  18:47:07
23758         Log: Typo (a missing endparen) and thinko (_MAXSTRMSG is
23759              the max, not max plus one)
23760      Branch: perl
23761            ! ext/I18N/Langinfo/Langinfo.xs
23762 ____________________________________________________________________________
23763 [ 13411] By: jhi                                   on 2001/12/01  18:45:32
23764         Log: Make reality agree with the comment.
23765      Branch: perl
23766            ! ext/I18N/Langinfo/Langinfo.xs
23767 ____________________________________________________________________________
23768 [ 13410] By: jhi                                   on 2001/12/01  18:43:11
23769         Log: Try to protect against wild langinfo() arguments.
23770      Branch: perl
23771            ! ext/I18N/Langinfo/Langinfo.xs
23772 ____________________________________________________________________________
23773 [ 13409] By: nick                                  on 2001/12/01  18:19:59
23774         Log: Skip socket-ness tests on handles (e.g. PerlIO::Scalar) which do not
23775              have file descriptors. Noticed a possibly worse problem in the process ...
23776      Branch: perlio
23777            ! doio.c
23778 ____________________________________________________________________________
23779 [ 13408] By: jhi                                   on 2001/12/01  18:18:34
23780         Log: (replaced by #13556)
23781              
23782              If we are inside an eval, let's be silent about
23783              separate symbols and just croak() in the end.
23784      Branch: perl
23785            ! lib/Exporter/Heavy.pm
23786 ____________________________________________________________________________
23787 [ 13407] By: nick                                  on 2001/12/01  17:14:05
23788         Log: Integrate mainline
23789      Branch: perlio
23790           !> (integrate 26 files)
23791 ____________________________________________________________________________
23792 [ 13406] By: jhi                                   on 2001/12/01  16:31:02
23793         Log: Subject: Fix for Exporter error reporting behaviour
23794              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
23795              Date: Sat, 1 Dec 2001 06:34:48 -0500
23796              Message-ID: <3C0D1B9A@operamail.com>
23797      Branch: perl
23798            ! lib/Exporter.pm lib/Exporter/Heavy.pm
23799 ____________________________________________________________________________
23800 [ 13405] By: jhi                                   on 2001/12/01  16:29:27
23801         Log: Need to hide behind an eval to avoid a warning
23802              about :utf8 on non-perlio configs.
23803      Branch: perl
23804            ! lib/open.t
23805 ____________________________________________________________________________
23806 [ 13404] By: jhi                                   on 2001/12/01  15:55:51
23807         Log: Subject: [PATCH 20010902.002] parser panics on lvalue methods 
23808              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23809              Date: Fri, 30 Nov 2001 23:46:58 +0100
23810              Message-ID: <20011130234658.A717@rafael>
23811      Branch: perl
23812            ! op.c t/op/method.t
23813 ____________________________________________________________________________
23814 [ 13403] By: jhi                                   on 2001/12/01  15:54:23
23815         Log: Subject: Re: [ID 20011129.163] B::Xref- $top corrupt
23816              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23817              Date: Thu, 29 Nov 2001 22:46:12 +0100
23818              Message-ID: <20011129224612.A699@rafael>
23819      Branch: perl
23820            ! ext/B/B/Xref.pm
23821 ____________________________________________________________________________
23822 [ 13402] By: jhi                                   on 2001/12/01  15:52:13
23823         Log: Subject: Re: [PATCH] [ID 20011130.166] "in memory" file handles via scalas not documented in perldoc -f open 
23824              From: Tels <perl_dummy@bloodgate.com>
23825              Date: Sat, 01 Dec 2001 10:29:11 +0100 (CET)
23826              Message-Id: <200112010931.LAA29309@tiku.hut.fi>
23827      Branch: perl
23828            ! pod/perlfunc.pod
23829 ____________________________________________________________________________
23830 [ 13401] By: jhi                                   on 2001/12/01  15:48:13
23831         Log: Subject: [REPATCH] reference pointer comparison
23832              From: Nicholas Clark <nick@ccl4.org>
23833              Date: Sat, 1 Dec 2001 13:00:17 +0000
23834              Message-ID: <20011201130017.I21702@plum.flirble.org>
23835      Branch: perl
23836            ! pp.c
23837 ____________________________________________________________________________
23838 [ 13400] By: jhi                                   on 2001/12/01  15:43:15
23839         Log: Upgrade to Storable 1.0.14.
23840      Branch: perl
23841            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
23842 ____________________________________________________________________________
23843 [ 13399] By: jhi                                   on 2001/12/01  15:40:13
23844         Log: Add simple caches for ::viacode() and ::vianame().
23845      Branch: perl
23846            ! lib/charnames.pm lib/charnames.t
23847 ____________________________________________________________________________
23848 [ 13398] By: nick                                  on 2001/12/01  10:36:24
23849         Log: Integrate mainline.
23850      Branch: perlio
23851           +> (branch 44 files)
23852            - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
23853            - lib/Math/BigInt/t/Math/BigInt/Subclass.pm
23854            - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm
23855           !> (integrate 250 files)
23856 ____________________________________________________________________________
23857 [ 13397] By: jhi                                   on 2001/12/01  04:35:39
23858         Log: Regen toc and modlib.
23859      Branch: perl
23860            ! pod/perlmodlib.pod pod/perltoc.pod
23861 ____________________________________________________________________________
23862 [ 13396] By: jhi                                   on 2001/12/01  04:31:53
23863         Log: Upgrade to podlators-1.18.
23864      Branch: perl
23865            ! lib/Pod/ParseLink.pm lib/Pod/Text/Termcap.pm
23866 ____________________________________________________________________________
23867 [ 13395] By: jhi                                   on 2001/11/30  23:03:20
23868         Log: -h scalar0 -h vector0 seems to help for both
23869              UNICOS and UNICOS/mk on the unpack %65c problems.
23870              
23871              (replaces #13393)
23872      Branch: perl
23873            ! hints/unicos.sh hints/unicosmk.sh
23874 ____________________________________________________________________________
23875 [ 13394] By: jhi                                   on 2001/11/30  22:51:17
23876         Log: More Socket constants.
23877      Branch: perl
23878            ! ext/Socket/Makefile.PL ext/Socket/Socket.pm
23879 ____________________________________________________________________________
23880 [ 13393] By: jhi                                   on 2001/11/30  22:00:04
23881         Log: (replaced by #13395)
23882      Branch: perl
23883            ! hints/unicosmk.sh
23884 ____________________________________________________________________________
23885 [ 13392] By: jhi                                   on 2001/11/30  20:26:22
23886         Log: Subject: Re: -P and Incredible Disappearing $Config{cppstdin} (was Re: perl@13385)
23887              From: Andy Dougherty <doughera@lafayette.edu>
23888              Date: Fri, 30 Nov 2001 13:49:48 -0500 (EST)
23889              Message-ID: <Pine.SOL.4.10.10111301304220.13302-100000@maxwell.phys.lafayette.edu>
23890              
23891              Simplify the test skippage criterion now that we are
23892              no more dependent on sed.
23893      Branch: perl
23894            ! t/comp/cpp.t t/run/switchPx.t
23895 ____________________________________________________________________________
23896 [ 13391] By: jhi                                   on 2001/11/30  20:19:37
23897         Log: Subject: Re: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux-2.4.8-26mdk
23898              From: Michael G Schwern <schwern@pobox.com>
23899              Date: Fri, 30 Nov 2001 11:48:44 -0500
23900              Message-ID: <20011130114844.C1303@blackrider>
23901              
23902              (replaces #13381)
23903      Branch: perl
23904            ! t/op/stat.t
23905 ____________________________________________________________________________
23906 [ 13390] By: jhi                                   on 2001/11/30  18:12:54
23907         Log: Let's not assume how much memory has been allocated
23908              to PVs.
23909      Branch: perl
23910            ! ext/Devel/Peek/Peek.t
23911 ____________________________________________________________________________
23912 [ 13389] By: jhi                                   on 2001/11/30  17:38:37
23913         Log: VOS needs to know the modules, including pp_sort.
23914      Branch: perl
23915            ! vos/perl.bind
23916 ____________________________________________________________________________
23917 [ 13388] By: jhi                                   on 2001/11/30  15:18:51
23918         Log: Unused variables.
23919      Branch: perl
23920            ! ext/Unicode/Normalize/Normalize.xs
23921 ____________________________________________________________________________
23922 [ 13387] By: jhi                                   on 2001/11/30  14:57:19
23923         Log: Subject: [PATCH] Cygwin failures with lib/ExtUtils/Embed.t
23924              From: John Peacock <jpeacock@rowman.com>     
23925              Date: Fri, 30 Nov 2001 10:24:00 -0500        
23926              Message-ID: <3C07A490.A22A76B0@rowman.com>   
23927      Branch: perl
23928            ! lib/ExtUtils/Embed.t
23929 ____________________________________________________________________________
23930 [ 13386] By: jhi                                   on 2001/11/30  14:55:02
23931         Log: Tweak for the VOS building script from Paul Green.
23932      Branch: perl
23933            ! vos/configure_perl.cm
23934 ____________________________________________________________________________
23935 [ 13385] By: jhi                                   on 2001/11/30  14:11:18
23936         Log: Update Changes.
23937      Branch: perl
23938            ! Changes patchlevel.h
23939 ____________________________________________________________________________
23940 [ 13384] By: jhi                                   on 2001/11/30  14:00:55
23941         Log: Cannot test if cppstdin has not yet been installed.
23942      Branch: perl
23943            ! t/run/switchPx.t
23944 ____________________________________________________________________________
23945 [ 13383] By: jhi                                   on 2001/11/30  13:59:18
23946         Log: Subject: [PATCH perl.c ...] -P on VMS.  Evicting sed
23947              From: Michael G Schwern <schwern@pobox.com> 
23948              Date: Thu, 29 Nov 2001 22:05:11 -0500
23949              Message-ID: <20011129220510.A18869@blackrider>
23950              
23951              TODO 1: if cppstdin is used and not yet installed,
23952              the Px.t will fail (must do the same as in cpp.t)
23953              
23954              TODO 2: does this work if no Perl whatsoever has
23955              yet been installed?  That is, we should be using
23956              the Perl we are building to execute the one-liner.
23957      Branch: perl
23958            + t/run/switchPx.aux t/run/switchPx.t
23959            ! MANIFEST configure.com perl.c t/comp/cpp.aux t/comp/cpp.t
23960            ! vms/test.com
23961 ____________________________________________________________________________
23962 [ 13382] By: jhi                                   on 2001/11/30  13:41:15
23963         Log: Upgrade to Unicode::Normalize 0.12.
23964      Branch: perl
23965            ! ext/Unicode/Normalize/Changes
23966            ! ext/Unicode/Normalize/Normalize.pm
23967            ! ext/Unicode/Normalize/Normalize.xs
23968            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
23969            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
23970            ! ext/Unicode/Normalize/t/test.t
23971 ____________________________________________________________________________
23972 [ 13381] By: jhi                                   on 2001/11/30  13:23:06
23973         Log: (replaced by #13391)
23974              
23975              Subject: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux 2.4.8-26mdk
23976              From: jpeacock@dsl092-147-156.wdc1.dsl.speakeasy.net
23977              Date: 30 Nov 2001 11:41:53 -0000             
23978              Message-Id: <20011130114153.24600.qmail@dsl092-147-156.wdc1.dsl.speakeasy.net>
23979              
23980              No need to die if we have high-paranoia (non-chdirable)
23981              system directories.
23982      Branch: perl
23983            ! t/op/stat.t
23984 ____________________________________________________________________________
23985 [ 13380] By: jhi                                   on 2001/11/30  04:49:56
23986         Log: Paragraph rewrapping.
23987      Branch: perl
23988            ! pod/perliol.pod
23989 ____________________________________________________________________________
23990 [ 13379] By: jhi                                   on 2001/11/30  04:38:34
23991         Log: Subject: [patch pod/perliol.pod] s/SvPV/SvPV_nolen/
23992              From: Stas Bekman <stas@stason.org>
23993              Date: Fri, 30 Nov 2001 13:23:34 +0800 (SGT)       
23994              Message-ID: <Pine.LNX.4.40.0111301321220.4595-100000@hope.stason.org>
23995      Branch: perl
23996            ! pod/perliol.pod
23997 ____________________________________________________________________________
23998 [ 13378] By: jhi                                   on 2001/11/30  04:34:40
23999         Log: Whether select() gets restarted on signals is
24000              implementation dependent.
24001      Branch: perl
24002            ! ext/Time/HiRes/HiRes.t
24003 ____________________________________________________________________________
24004 [ 13377] By: jhi                                   on 2001/11/30  01:24:29
24005         Log: More forgotten checkins.
24006      Branch: perl
24007            ! embed.h embed.pl proto.h
24008 ____________________________________________________________________________
24009 [ 13376] By: jhi                                   on 2001/11/30  01:16:22
24010         Log: Add a note about folding vs lowercase.
24011      Branch: perl
24012            ! regexec.c
24013 ____________________________________________________________________________
24014 [ 13375] By: jhi                                   on 2001/11/30  01:09:17
24015         Log: Use to_uni_fold (and add changed global.sym)
24016      Branch: perl
24017            ! global.sym utf8.c
24018 ____________________________________________________________________________
24019 [ 13374] By: jhi                                   on 2001/11/30  00:49:35
24020         Log: Make to Unicode character functions to use UVs
24021              instead of U32s and add to_uni_fold().
24022      Branch: perl
24023            ! embed.pl proto.h utf8.c
24024 ____________________________________________________________________________
24025 [ 13373] By: jhi                                   on 2001/11/29  22:34:44
24026         Log: Subject: Re: DRAFT perlpacktut.pod v0.0
24027              From: Nicholas Clark <nick@ccl4.org>
24028              Date: Thu, 29 Nov 2001 22:47:32 +0000
24029              Message-ID: <20011129224732.W37621@plum.flirble.org>
24030      Branch: perl
24031            ! pod/perlpacktut.pod
24032 ____________________________________________________________________________
24033 [ 13372] By: jhi                                   on 2001/11/29  22:32:49
24034         Log: README.vos updates from Paul Green.
24035      Branch: perl
24036            ! README.vos
24037 ____________________________________________________________________________
24038 [ 13371] By: jhi                                   on 2001/11/29  21:01:31
24039         Log: Subject: [PATCH Perl@13343] VMS pre7 default signal handling
24040              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
24041              Date: Thu, 29 Nov 2001 14:18:51 EST
24042              Message-Id: <011129141454.666c6@DUPHY4.Physics.Drexel.Edu>
24043      Branch: perl
24044            ! mg.c vms/vms.c vms/vmsish.h
24045 ____________________________________________________________________________
24046 [ 13370] By: jhi                                   on 2001/11/29  20:59:35
24047         Log: Subject: [PATCH README.vms] Fwd: [craigberry@mac.com: RE: Broken URL in README.vms]
24048              From: Michael G Schwern <schwern@pobox.com>
24049              Date: Thu, 29 Nov 2001 13:12:31 -0500
24050              Message-ID: <20011129131231.E11300@blackrider>
24051      Branch: perl
24052            ! README.vms
24053 ____________________________________________________________________________
24054 [ 13369] By: jhi                                   on 2001/11/29  20:58:10
24055         Log: BGET_IV was missing.
24056      Branch: perl
24057            ! ext/ByteLoader/bytecode.h
24058 ____________________________________________________________________________
24059 [ 13368] By: jhi                                   on 2001/11/29  15:40:40
24060         Log: Subject: [PATCH lib/Term/Cap.pm] (was Re: warnings from  [PATCH Perl@13013] Term::Cap and VMS )
24061              From: Jonathan Stowe <gellyfish@gellyfish.com>
24062              Date: Thu, 29 Nov 2001 16:31:24 +0000 (GMT)        
24063              Message-ID: <Pine.LNX.4.33.0111291628540.20888-100000@orpheus.gellyfish.com>
24064      Branch: perl
24065            ! lib/Term/Cap.pm
24066 ____________________________________________________________________________
24067 [ 13367] By: jhi                                   on 2001/11/29  15:11:43
24068         Log: Porting/checkURL.pl was missing.
24069      Branch: perl
24070            ! MANIFEST
24071 ____________________________________________________________________________
24072 [ 13366] By: jhi                                   on 2001/11/29  15:03:52
24073         Log: Subject: INSTALL and READMEs should be reviewed
24074              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24075              Date: Thu, 29 Nov 2001 16:49:36 +0100
24076              Message-ID: <20011129164936.A17492@rafael>         
24077      Branch: perl
24078            ! README.cygwin
24079 ____________________________________________________________________________
24080 [ 13365] By: jhi                                   on 2001/11/29  14:39:01
24081         Log: Subject: Re: [PATCH README.os390] URL fixes and "Tools and Toys" link
24082              From: Peter Prymmer <pvhp@pvhp.best.vwh.net>
24083              Date: Thu, 29 Nov 2001 15:37:42 +0000 (GMT)
24084              Message-ID: <Pine.BSF.4.10.10111291529080.98343-100000@pvhp.best.vwh.net>
24085      Branch: perl
24086            ! README.os390
24087 ____________________________________________________________________________
24088 [ 13364] By: jhi                                   on 2001/11/29  14:34:18
24089         Log: Update Changes.
24090      Branch: perl
24091            ! Changes patchlevel.h
24092 ____________________________________________________________________________
24093 [ 13363] By: jhi                                   on 2001/11/29  14:26:48
24094         Log: The changes to the curliffed files didn't stick in #13348.
24095      Branch: perl
24096            ! README.dos README.win32
24097 ____________________________________________________________________________
24098 [ 13362] By: jhi                                   on 2001/11/29  14:13:03
24099         Log: Subject: Re: Found the rev where File::Glob broke
24100              From: Andy Dougherty <doughera@lafayette.edu>
24101              Date: Thu, 29 Nov 2001 10:14:05 -0500 (EST)
24102              Message-ID: <Pine.SOL.4.10.10111291013060.23886-100000@maxwell.phys.lafayette.edu>
24103      Branch: perl
24104            ! lib/ExtUtils/MM_Unix.pm
24105 ____________________________________________________________________________
24106 [ 13361] By: jhi                                   on 2001/11/29  14:08:30
24107         Log: Use __DATA__ instead of __END__.
24108      Branch: perl
24109            ! lib/Term/Cap.pm
24110 ____________________________________________________________________________
24111 [ 13360] By: jhi                                   on 2001/11/29  14:03:28
24112         Log: Subject: [PATCH toke.c] autosplit into @F fix
24113              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24114              Date: Thu, 29 Nov 2001 14:52:23 +0100
24115              Message-ID: <20011129145223.A25817@rafael>         
24116      Branch: perl
24117            ! toke.c
24118 ____________________________________________________________________________
24119 [ 13359] By: jhi                                   on 2001/11/29  13:47:07
24120         Log: Subject: [PATCH B::Deparse] deparse -wl0 -i.bak
24121              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24122              Date: Thu, 29 Nov 2001 15:48:15 +0100
24123              Message-ID: <20011129154815.C25817@rafael>         
24124      Branch: perl
24125            ! ext/B/B/Deparse.pm ext/B/O.pm ext/B/t/deparse.t
24126 ____________________________________________________________________________
24127 [ 13358] By: jhi                                   on 2001/11/29  13:43:40
24128         Log: Subject: DRAFT perlpacktut.pod - minor diffs to v0.1
24129              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
24130              Date: Wed, 28 Nov 2001 20:35:29 +0100
24131              Message-ID: <200111282035290250.0067732D@smtp.chello.at>
24132      Branch: perl
24133            ! pod/perlpacktut.pod
24134 ____________________________________________________________________________
24135 [ 13357] By: jhi                                   on 2001/11/29  13:42:18
24136         Log: Subject: [patch pod/perlapio.pod] csh temp env setting
24137              From: Stas Bekman <stas@stason.org>
24138              Date: Thu, 29 Nov 2001 13:17:57 +0800 (SGT) 
24139              Message-ID: <Pine.LNX.4.40.0111291314570.17584-100000@hope.stason.org>
24140              
24141              (with tweaks)
24142      Branch: perl
24143            ! pod/perlapio.pod
24144 ____________________________________________________________________________
24145 [ 13356] By: jhi                                   on 2001/11/29  13:39:06
24146         Log: Subject: Re: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs
24147              From: Tels <perl_dummy@bloodgate.com>
24148              Date: Thu, 29 Nov 2001 07:28:10 +0100 (CET) 
24149              Message-Id: <200111290630.IAA08631@tiku.hut.fi>
24150              
24151              (plus paragraph rewrapping)
24152      Branch: perl
24153            ! lib/Exporter.pm
24154 ____________________________________________________________________________
24155 [ 13355] By: jhi                                   on 2001/11/29  04:43:54
24156         Log: Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.
24157              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>                 
24158              Date: Wed, 28 Nov 2001 21:47:59 +0000
24159              Message-Id: <200111282147.fASLlxD04163@crypt.compulink.co.uk>
24160      Branch: perl
24161            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
24162 ____________________________________________________________________________
24163 [ 13354] By: jhi                                   on 2001/11/29  04:28:29
24164         Log: Subject: Re: Fw: Smoke 13285 /pro/3gl/CPAN/perl-current        
24165              From: Andy Dougherty <doughera@lafayette.edu>
24166              Date: Wed, 28 Nov 2001 15:33:00 -0500 (EST) 
24167              Message-ID: <Pine.SOL.4.10.10111281524560.22100-100000@maxwell.phys.lafayette.edu>         
24168      Branch: perl
24169            ! INSTALL ext/Time/HiRes/HiRes.t
24170 ____________________________________________________________________________
24171 [ 13353] By: jhi                                   on 2001/11/29  04:19:40
24172         Log: Subject: [PATCH t/run/kill_perl.t] (was Re: [ID 20011128.159] Segmentation faulton bad regexp)
24173              From: Michael G Schwern <schwern@pobox.com> 
24174              Date: Wed, 28 Nov 2001 16:37:01 -0500
24175              Message-ID: <20011128163701.H676@blackrider>
24176      Branch: perl
24177            ! t/run/kill_perl.t
24178 ____________________________________________________________________________
24179 [ 13352] By: jhi                                   on 2001/11/29  04:18:08
24180         Log: @INC tweak.
24181      Branch: perl
24182            ! t/op/ref.t
24183 ____________________________________________________________________________
24184 [ 13351] By: jhi                                   on 2001/11/29  02:28:06
24185         Log: Subject: [PATCH] Re: [ID 20011127.153] installman error
24186              From: Nicholas Clark <nick@ccl4.org>
24187              Date: Wed, 28 Nov 2001 23:38:43 +0000
24188              Message-ID: <20011128233843.N37621@plum.flirble.org>  
24189      Branch: perl
24190            ! installman
24191 ____________________________________________________________________________
24192 [ 13350] By: jhi                                   on 2001/11/29  02:18:30
24193         Log: Tweak the forking logic.
24194      Branch: perl
24195            ! Porting/checkURL.pl
24196 ____________________________________________________________________________
24197 [ 13349] By: jhi                                   on 2001/11/29  01:37:48
24198         Log: Update perlmodlib.PL as per #13348.  The L<> got
24199              changed back because that is coming from ParseLink.pm.
24200      Branch: perl
24201            ! pod/perlmodlib.PL pod/perlmodlib.pod
24202 ____________________________________________________________________________
24203 [ 13348] By: jhi                                   on 2001/11/29  01:31:48
24204         Log: URL fixups from Michael Schwern.
24205      Branch: perl
24206            ! README.cygwin README.dos README.hpux README.mint README.mpeix
24207            ! README.os390 README.qnx README.solaris README.vos README.win32
24208            ! pod/perlmodlib.pod
24209 ____________________________________________________________________________
24210 [ 13347] By: jhi                                   on 2001/11/29  01:23:08
24211         Log: Subject: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs
24212              From: Barrie Slaymaker <barries@slaysys.com>
24213              Date: Wed, 28 Nov 2001 14:10:01 -0500                 
24214              Message-ID: <20011128140957.D5236@sizzle.whoville.com>
24215      Branch: perl
24216            ! lib/Exporter.pm
24217 ____________________________________________________________________________
24218 [ 13346] By: jhi                                   on 2001/11/29  01:22:02
24219         Log: Change $=, $., $*, $%, and $- to be IVs instead of longs.
24220      Branch: perl
24221            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c sv.h
24222 ____________________________________________________________________________
24223 [ 13345] By: jhi                                   on 2001/11/29  00:11:56
24224         Log: Subject: [PATCH] Re: $\ very broken
24225              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24226              Date: Wed, 28 Nov 2001 22:33:08 +0100                 
24227              Message-ID: <20011128223308.E732@rafael>   
24228              
24229              Subject: Re: [PATCH] Re: $\ very broken     
24230              From: Nicholas Clark <nick@ccl4.org>
24231              Date: Wed, 28 Nov 2001 22:29:00 +0000                 
24232              Message-ID: <20011128222859.K37621@plum.flirble.org>
24233      Branch: perl
24234            ! mg.c t/op/ref.t
24235 ____________________________________________________________________________
24236 [ 13344] By: jhi                                   on 2001/11/29  00:05:19
24237         Log: Add Abigail's link checker with the following tweaks:
24238              - known dummy URLs (Peter Prymmer)
24239              - do also READMEs and INSTALL (Michael Schwern)
24240              - do also ftp URLs
24241              - add fork retry loop in case the allowed number
24242              of processes per user is low
24243      Branch: perl
24244            + Porting/checkURL.pl
24245            ! MANIFEST
24246 ____________________________________________________________________________
24247 [ 13343] By: jhi                                   on 2001/11/28  14:56:50
24248         Log: Update Changes.
24249      Branch: perl
24250            ! Changes patchlevel.h
24251 ____________________________________________________________________________
24252 [ 13342] By: jhi                                   on 2001/11/28  14:15:25
24253         Log: In Linux if we have modern enough gcc and supported
24254              enough CPU, crank up the optimization level to -O3.
24255      Branch: perl
24256            ! hints/linux.sh
24257 ____________________________________________________________________________
24258 [ 13341] By: jhi                                   on 2001/11/28  14:00:12
24259         Log: Add perlpacktut from Wolfgang Laun; regen toc.
24260      Branch: perl
24261            + pod/perlpacktut.pod
24262            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldelta.pod
24263            ! pod/perltoc.pod
24264 ____________________________________________________________________________
24265 [ 13340] By: jhi                                   on 2001/11/28  13:45:00
24266         Log: Subject: [PATCH: perl@13324] arithmetic fix for skipped tests on VMS      
24267              From: PPrymmer@factset.com
24268              Date: Wed, 28 Nov 2001 07:51:26 -0500
24269              Message-ID: <OF3C405D19.04CAF18F-ON85256B12.00464B6C@55.25.11>    
24270      Branch: perl
24271            ! vms/test.com
24272 ____________________________________________________________________________
24273 [ 13339] By: jhi                                   on 2001/11/28  13:37:31
24274         Log: Test cases for the first half of #13338.
24275      Branch: perl
24276            ! t/lib/h2ph.h t/lib/h2ph.pht
24277 ____________________________________________________________________________
24278 [ 13338] By: jhi                                   on 2001/11/28  13:28:08
24279         Log: Subject: Re: h2ph confused by comments in an enum.
24280              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
24281              Date: Wed, 28 Nov 2001 04:19:21 +0000
24282              Message-Id: <200111280419.fAS4JLD17887@crypt.compulink.co.uk>        
24283              
24284              Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.]
24285              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
24286              Date: Wed, 28 Nov 2001 13:36:35 +0000
24287              Message-Id: <200111281336.fASDaZG30245@crypt.compulink.co.uk>
24288      Branch: perl
24289            ! utils/h2ph.PL
24290 ____________________________________________________________________________
24291 [ 13337] By: jhi                                   on 2001/11/28  13:15:41
24292         Log: Subject: Re: [PATCH Perl@13013] Term::Cap and VMS
24293              From: Jonathan Stowe <gellyfish@gellyfish.com>
24294              Date: Wed, 28 Nov 2001 10:39:54 +0000 (GMT)
24295              Message-ID: <Pine.LNX.4.33.0111281039070.20888-100000@orpheus.gellyfish.com>
24296              
24297              (replace #13327)
24298      Branch: perl
24299            ! lib/Term/Cap.pm
24300 ____________________________________________________________________________
24301 [ 13336] By: jhi                                   on 2001/11/28  04:21:05
24302         Log: Replace #13335 with
24303              
24304              Subject: Re: [PATCH perl@13323] Termcap.pm with no termios
24305              From: Russ Allbery <rra@stanford.edu>
24306              Date: 27 Nov 2001 20:42:49 -0800
24307              Message-ID: <yl667vv73q.fsf@windlord.stanford.edu>
24308      Branch: perl
24309            ! lib/Pod/Text/Termcap.pm
24310 ____________________________________________________________________________
24311 [ 13335] By: jhi                                   on 2001/11/28  03:33:10
24312         Log: (replaced by #13336)
24313              
24314              Subject: [PATCH perl@13323] Termcap.pm with no termios
24315              From: "Craig A. Berry" <craigberry@mac.com> 
24316              Date: Tue, 27 Nov 2001 22:28:50 -0600
24317              Message-Id: <a05101003b82a151fda85@[192.168.56.184]>
24318      Branch: perl
24319            ! lib/Pod/Text/Termcap.pm
24320 ____________________________________________________________________________
24321 [ 13334] By: jhi                                   on 2001/11/28  03:31:51
24322         Log: Subject: [PATCH perl@13323] solve identity crisis on VMS 
24323              From: "Craig A. Berry" <craigberry@mac.com> 
24324              Date: Tue, 27 Nov 2001 21:46:45 -0600
24325              Message-Id: <a05101002b829f5c9824d@[192.168.56.184]>
24326      Branch: perl
24327            ! configure.com
24328 ____________________________________________________________________________
24329 [ 13333] By: jhi                                   on 2001/11/28  03:30:03
24330         Log: Upgrade to podlators 1.17.
24331      Branch: perl
24332            ! lib/Pod/Man.pm lib/Pod/Text/Color.pm
24333            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
24334 ____________________________________________________________________________
24335 [ 13332] By: jhi                                   on 2001/11/28  03:23:04
24336         Log: Fix for "a\x{100}" =~ /A/i.
24337      Branch: perl
24338            ! embed.h embed.pl global.sym proto.h regexec.c t/op/pat.t
24339            ! utf8.c
24340 ____________________________________________________________________________
24341 [ 13331] By: jhi                                   on 2001/11/28  00:52:19
24342         Log: Subject: [PATCH perl@13324] fix lib/DB.t on VMS
24343              From: "Craig A. Berry" <craigberry@mac.com>
24344              Date: Tue, 27 Nov 2001 17:11:49 -0600
24345              Message-Id: <5.1.0.14.2.20011127164513.01bf1ec0@exchi01>
24346      Branch: perl
24347            ! lib/DB.t
24348 ____________________________________________________________________________
24349 [ 13330] By: jhi                                   on 2001/11/28  00:50:53
24350         Log: Subject: [PATCH] unterminated C<< ... >> in perldelta
24351              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
24352              Date: Tue, 27 Nov 2001 14:55:23 -0500
24353              Message-ID: <20011127145523.G401767@linguist.thayer.dartmouth.edu>
24354              
24355              Subject: [PATCH: perl@13324] updates to perldelta.pod 
24356              From: PPrymmer@factset.com
24357              Date: Tue, 27 Nov 2001 18:06:04 -0500
24358              Message-ID: <OF812EB439.6864B239-ON85256B11.007E73B5@55.25.11>
24359              
24360              plus added some known problems.
24361      Branch: perl
24362            ! pod/perldelta.pod
24363 ____________________________________________________________________________
24364 [ 13329] By: jhi                                   on 2001/11/28  00:35:53
24365         Log: Subject: [PATCH Perl@13013] A not-so-lethal kill() for VMS pre-7.0
24366              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
24367              Date: Tue, 27 Nov 2001 15:38:02 EST 
24368              Message-Id: <011127153734.62182@DUPHY4.Physics.Drexel.Edu>
24369      Branch: perl
24370            ! configure.com vms/vms.c vms/vmsish.h
24371 ____________________________________________________________________________
24372 [ 13328] By: jhi                                   on 2001/11/28  00:34:12
24373         Log: Subject: [PATCH t/run/kill_perl.t] Re: [ID 20011127.155] \ -f "file" dumps core
24374              From: Michael G Schwern <schwern@pobox.com> 
24375              Date: Tue, 27 Nov 2001 15:31:12 -0500
24376              Message-ID: <20011127153112.G20929@blackrider>
24377      Branch: perl
24378            ! t/run/kill_perl.t
24379 ____________________________________________________________________________
24380 [ 13327] By: jhi                                   on 2001/11/28  00:23:10
24381         Log: (replaced by #13337)
24382              
24383              VMS can safely hardcode a termcap entry for VT100.
24384      Branch: perl
24385            ! lib/Term/Cap.pm
24386 ____________________________________________________________________________
24387 [ 13326] By: jhi                                   on 2001/11/27  17:47:28
24388         Log: VMS piping fixes from Charles Lane (perl -P should
24389              be working now).
24390      Branch: perl
24391            ! vms/vms.c
24392 ____________________________________________________________________________
24393 [ 13325] By: jhi                                   on 2001/11/27  17:44:31
24394         Log: Subject: [PATCH] perlvar.pod fix
24395              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
24396              Date: Tue, 27 Nov 2001 13:11:47 -0500
24397              Message-ID: <20011127131147.E401767@linguist.thayer.dartmouth.edu>
24398      Branch: perl
24399            ! pod/perlvar.pod
24400 ____________________________________________________________________________
24401 [ 13324] By: jhi                                   on 2001/11/27  15:56:06
24402         Log: Update Changes.
24403      Branch: perl
24404            ! Changes patchlevel.h
24405 ____________________________________________________________________________
24406 [ 13323] By: jhi                                   on 2001/11/27  15:51:08
24407         Log: Subject: [PATCH] bring MM_VMS::perldepend into 21st century            
24408              From: "Craig A. Berry" <craigberry@mac.com> 
24409              Date: Tue, 27 Nov 2001 10:21:18 -0600
24410              Message-Id: <5.1.0.14.2.20011126162504.01c77610@exchi01>
24411      Branch: perl
24412            ! lib/ExtUtils/MM_VMS.pm
24413 ____________________________________________________________________________
24414 [ 13322] By: jhi                                   on 2001/11/27  15:24:12
24415         Log: Protect against accumulating -options -options -options.
24416      Branch: perl
24417            ! hints/hpux.sh
24418 ____________________________________________________________________________
24419 [ 13321] By: jhi                                   on 2001/11/27  15:16:28
24420         Log: Subject: [PATCH Benchmark.pm] add export tag :all and tweak SYNOPSIS   
24421              From: Barrie Slaymaker <barries@slaysys.com>
24422              Date: Tue, 27 Nov 2001 10:58:54 -0500
24423              Message-ID: <20011127105850.B696@sizzle.whoville.com> 
24424      Branch: perl
24425            ! lib/Benchmark.pm
24426 ____________________________________________________________________________
24427 [ 13320] By: jhi                                   on 2001/11/27  15:05:33
24428         Log: Tiny fix from John P. Linderman.
24429      Branch: perl
24430            ! lib/sort.pm
24431 ____________________________________________________________________________
24432 [ 13319] By: jhi                                   on 2001/11/27  15:04:37
24433         Log: The Story of sort(), from John P. Linderman.
24434      Branch: perl
24435            ! pod/perldelta.pod
24436 ____________________________________________________________________________
24437 [ 13318] By: jhi                                   on 2001/11/27  14:58:06
24438         Log: Add information what to do if you are reading
24439              perluniintro but using some older Perl.
24440      Branch: perl
24441            ! pod/perluniintro.pod
24442 ____________________________________________________________________________
24443 [ 13317] By: jhi                                   on 2001/11/27  14:51:42
24444         Log: Update the 'wide characters' FAQ entry.
24445      Branch: perl
24446            ! pod/perlfaq6.pod
24447 ____________________________________________________________________________
24448 [ 13316] By: jhi                                   on 2001/11/27  14:26:25
24449         Log: Fix for
24450              
24451              Subject: [ID 20011127.151] regex result vars no longer marked as utf8
24452              From: Marc Lehmann <root@schmorp.de>
24453              Date: Tue, 27 Nov 2001 14:27:14 +0100
24454              Message-Id: <E168iGY-0002pi-00.pgcc-forever-2001-11-27-14-27-14@fuji.laendle>
24455      Branch: perl
24456            ! ext/Encode.t ext/Encode/Encode.xs
24457 ____________________________________________________________________________
24458 [ 13315] By: jhi                                   on 2001/11/27  14:06:45
24459         Log: Subject: [PATCH] DB_File 1.801
24460              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
24461              Date: Tue, 27 Nov 2001 15:06:45 -0000
24462              Message-ID: <AIEAJICLCBDNAAOLLOKLEEEIDGAA.paul_marquess@yahoo.co.uk>
24463      Branch: perl
24464            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
24465            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
24466 ____________________________________________________________________________
24467 [ 13314] By: jhi                                   on 2001/11/27  13:51:49
24468         Log: Regen perlmodlib.  (TODO: why does Pod::t::basic get listed?)
24469      Branch: perl
24470            ! pod/perlmodlib.pod
24471 ____________________________________________________________________________
24472 [ 13313] By: jhi                                   on 2001/11/27  13:49:55
24473         Log: sort() doc tweaks from John P. Linderman.
24474      Branch: perl
24475            ! pod/perlfunc.pod
24476 ____________________________________________________________________________
24477 [ 13312] By: jhi                                   on 2001/11/27  13:36:44
24478         Log: Subject: [PATCH] More perldelta.pod nits
24479              From: Simon Glover <scog@roe.ac.uk>
24480              Date: Tue, 27 Nov 2001 14:28:36 +0000 (GMT) 
24481              Message-ID: <Pine.OSF.4.10.10111271421490.119807-100000@arran.roe.ac.uk>
24482      Branch: perl
24483            ! pod/perldelta.pod
24484 ____________________________________________________________________________
24485 [ 13311] By: jhi                                   on 2001/11/27  13:26:38
24486         Log: Subject: RE: [PATCH @ 13283] Devel::PPPort
24487              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
24488              Date: Tue, 27 Nov 2001 11:52:31 -0000
24489              Message-ID: <AIEAJICLCBDNAAOLLOKLMEECDGAA.paul_marquess@yahoo.co.uk>
24490      Branch: perl
24491            ! ext/Devel/PPPort/harness/Makefile.PL
24492 ____________________________________________________________________________
24493 [ 13310] By: jhi                                   on 2001/11/27  13:23:28
24494         Log: Subject: [PATCH t/TEST] Remove redundant #! parsing.  Deparse tests better.
24495              From: Michael G Schwern <schwern@pobox.com>
24496              Date: Tue, 27 Nov 2001 03:38:24 -0500
24497              Message-ID: <20011127033824.A17775@blackrider>
24498      Branch: perl
24499            ! t/TEST
24500 ____________________________________________________________________________
24501 [ 13309] By: jhi                                   on 2001/11/27  13:16:44
24502         Log: Subject: Re: perlcc very broken
24503              From: John Peacock <jpeacock@rowman.com>
24504              Date: Tue, 27 Nov 2001 06:48:01 -0500
24505              Message-ID: <3C037D71.4030508@rowman.com>
24506      Branch: perl
24507            ! utils/perlcc.PL
24508 ____________________________________________________________________________
24509 [ 13308] By: jhi                                   on 2001/11/27  12:57:49
24510         Log: Subject: [ID 20011126.150] t/op/pack patch to fix Useless use of unpack in void context at op/pack.t line 704. 
24511              From: David Dyck <dcd@tc.fluke.com>
24512              Date: Mon, 26 Nov 2001 22:04:38 -0800
24513              Message-Id: <200111270604.WAA20274@dd.tc.fluke.com>
24514      Branch: perl
24515            ! t/op/pack.t
24516 ____________________________________________________________________________
24517 [ 13307] By: jhi                                   on 2001/11/27  12:56:09
24518         Log: Subject: [ID 20011126.149] t/op/split fails step 37
24519              From: David Dyck <dcd@tc.fluke.com>
24520              Date: Mon, 26 Nov 2001 21:52:35 -0800
24521              Message-Id: <200111270552.VAA09394@dd.tc.fluke.com>
24522      Branch: perl
24523            ! t/op/split.t
24524 ____________________________________________________________________________
24525 [ 13306] By: gbarr                                 on 2001/11/27  12:19:40
24526         Log: incorporate last minute change from libnet 1.0901-tobe
24527      Branch: perl
24528            ! lib/Net/SMTP.pm
24529 ____________________________________________________________________________
24530 [ 13305] By: jhi                                   on 2001/11/27  02:39:35
24531         Log: Pass 7 at perldelta - random edits.
24532      Branch: perl
24533            ! pod/perldelta.pod
24534 ____________________________________________________________________________
24535 [ 13304] By: jhi                                   on 2001/11/27  02:04:19
24536         Log: Portability and skippage tweaks.
24537      Branch: perl
24538            ! t/op/split.t
24539 ____________________________________________________________________________
24540 [ 13303] By: jhi                                   on 2001/11/27  02:03:49
24541         Log: (retracted by #13449)
24542              Try to make Unicode casemapping to work for EBCDIC, too.
24543      Branch: perl
24544            ! utf8.c
24545 ____________________________________________________________________________
24546 [ 13302] By: jhi                                   on 2001/11/27  01:35:23
24547         Log: Just printing 1..0 is not quite enough...
24548      Branch: perl
24549            ! lib/Dumpvalue.t
24550 ____________________________________________________________________________
24551 [ 13301] By: jhi                                   on 2001/11/27  01:22:22
24552         Log: \141 is malformed "unexpected continuation byte" in UTF-EBCDIC.
24553              Delay the match until runtime.
24554      Branch: perl
24555            ! t/op/append.t
24556 ____________________________________________________________________________
24557 [ 13300] By: jhi                                   on 2001/11/27  01:08:10
24558         Log: UTF-EBCDIC.
24559      Branch: perl
24560            ! ext/Devel/Peek/Peek.t
24561 ____________________________________________________________________________
24562 [ 13299] By: jhi                                   on 2001/11/27  01:02:21
24563         Log: Be UTF-EBCDIC aware.
24564      Branch: perl
24565            ! lib/bytes.t
24566 ____________________________________________________________________________
24567 [ 13298] By: jhi                                   on 2001/11/27  00:59:44
24568         Log: Bad assumption which way digits and letters sort.
24569      Branch: perl
24570            ! lib/English.t
24571 ____________________________________________________________________________
24572 [ 13297] By: jhi                                   on 2001/11/27  00:55:04
24573         Log: If in EBCDIC but no Convert::EBCDIC
24574              the libnet tests will all fail.
24575      Branch: perl
24576            ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t
24577            ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t
24578            ! lib/Net/t/smtp.t lib/Net/t/time.t
24579 ____________________________________________________________________________
24580 [ 13296] By: jhi                                   on 2001/11/27  00:45:55
24581         Log: Just sorting to guarantee order is not enough.
24582              (Think EBCDIC.) 
24583      Branch: perl
24584            ! lib/ExtUtils/Manifest.t
24585 ____________________________________________________________________________
24586 [ 13295] By: jhi                                   on 2001/11/27  00:43:38
24587         Log: OS/390 cleanable gunk.
24588      Branch: perl
24589            ! lib/ExtUtils/MM_Unix.pm
24590 ____________________________________________________________________________
24591 [ 13294] By: jhi                                   on 2001/11/27  00:40:02
24592         Log: Update the EBCDIC MD5 checksums.
24593      Branch: perl
24594            ! ext/Digest/MD5/t/files.t
24595 ____________________________________________________________________________
24596 [ 13293] By: jhi                                   on 2001/11/27  00:28:40
24597         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
24598              From: Nicholas Clark <nick@ccl4.org>
24599              Date: Mon, 26 Nov 2001 23:06:34 +0000
24600              Message-ID: <20011126230633.Q37621@plum.flirble.org>
24601      Branch: perl
24602            ! installman
24603 ____________________________________________________________________________
24604 [ 13292] By: jhi                                   on 2001/11/27  00:24:36
24605         Log: sort tweaks from John P. Linderman.
24606      Branch: perl
24607            ! lib/sort.pm lib/sort.t perl.h pp_sort.c
24608 ____________________________________________________________________________
24609 [ 13291] By: jhi                                   on 2001/11/27  00:20:09
24610         Log: Subject: [ID 20011126.148] Socket::inet_aton() incorrectly accepts null string
24611              From: Bob Dalgleish <Robert.Dalgleish@sk.sympatico.ca>          
24612              Date: Mon, 26 Nov 2001 18:47:25 -0600
24613              Message-Id: <B8283EBD.8414%Robert.Dalgleish@sk.sympatico.ca>
24614              
24615              Craig Berry submitted half of this patch just yesterday.
24616              Spooky cosmic resonance.
24617      Branch: perl
24618            ! ext/Socket/Socket.xs
24619 ____________________________________________________________________________
24620 [ 13290] By: jhi                                   on 2001/11/27  00:15:07
24621         Log: Subject: [PATCH] doio slightly smaller
24622              From: Nicholas Clark <nick@ccl4.org>
24623              Date: Tue, 27 Nov 2001 00:40:23 +0000      
24624              Message-ID: <20011127004023.S37621@plum.flirble.org>                 
24625      Branch: perl
24626            ! doio.c
24627 ____________________________________________________________________________
24628 [ 13289] By: jhi                                   on 2001/11/27  00:12:11
24629         Log: perldelta nits from Autrijus Tang and Ron Kimball.
24630      Branch: perl
24631            ! pod/perldelta.pod
24632 ____________________________________________________________________________
24633 [ 13288] By: jhi                                   on 2001/11/27  00:08:23
24634         Log: Subject: [PATCH] unpack P* uses random length for item
24635              From: "Wolfgang Laun" <wolfgang.laun@chello.at>               
24636              Date: Mon, 26 Nov 2001 19:56:32 +0100
24637              Message-ID: <200111261956320450.01E7217F@smtp.chello.at>
24638      Branch: perl
24639            ! pod/perldiag.pod pp_pack.c t/op/pack.t
24640 ____________________________________________________________________________
24641 [ 13287] By: jhi                                   on 2001/11/26  23:55:02
24642         Log: Subject: [PATCH current] system and taintedness
24643              From: Radu Greab <radu@netsoft.ro>
24644              Date: Mon, 26 Nov 2001 18:42:29 +0200
24645              Message-ID: <15362.28917.697078.551412@ix.netsoft.ro>
24646      Branch: perl
24647            ! pp_sys.c t/op/taint.t
24648 ____________________________________________________________________________
24649 [ 13286] By: jhi                                   on 2001/11/26  23:53:21
24650         Log: Subject: [PATCH @ 13283] Devel::PPPort
24651              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
24652              Date: Mon, 26 Nov 2001 14:37:17 -0000
24653              Message-ID: <AIEAJICLCBDNAAOLLOKLCECEDGAA.paul_marquess@yahoo.co.uk>
24654      Branch: perl
24655            + ext/Devel/PPPort/MANIFEST
24656            ! MANIFEST ext/Devel/PPPort/Makefile.PL
24657            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/harness/Harness.pm
24658            ! ext/Devel/PPPort/harness/Harness.xs
24659            ! ext/Devel/PPPort/harness/Makefile.PL
24660            ! ext/Devel/PPPort/harness/module2.c
24661            ! ext/Devel/PPPort/harness/module3.c
24662            ! ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
24663 ____________________________________________________________________________
24664 [ 13285] By: jhi                                   on 2001/11/26  14:08:36
24665         Log: Update the test list.
24666      Branch: perl
24667            ! t/lib/1_compile.t
24668 ____________________________________________________________________________
24669 [ 13284] By: gbarr                                 on 2001/11/26  12:41:45
24670         Log: Sync-up tests with libnet distribution
24671      Branch: perl
24672            + lib/Net/t/netrc.t
24673            ! MANIFEST lib/Net/t/config.t lib/Net/t/hostname.t
24674 ____________________________________________________________________________
24675 [ 13283] By: jhi                                   on 2001/11/26  11:34:35
24676         Log: Update Changes.
24677      Branch: perl
24678            ! Changes patchlevel.h
24679 ____________________________________________________________________________
24680 [ 13282] By: jhi                                   on 2001/11/26  11:28:18
24681         Log: Upgrade to podlators 1.16.
24682      Branch: perl
24683            + lib/Pod/t/basic.cap
24684            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Termcap.pm
24685            ! lib/Pod/t/basic.t pod/pod2man.PL
24686 ____________________________________________________________________________
24687 [ 13281] By: jhi                                   on 2001/11/26  11:11:08
24688         Log: Pass 6 at perldelta - sort enhancements, generic and
24689              platform specific bug fixes.
24690      Branch: perl
24691            ! pod/perldelta.pod
24692 ____________________________________________________________________________
24693 [ 13280] By: jhi                                   on 2001/11/26  10:35:56
24694         Log: PROPAGATE documentation from Tony Cook.
24695      Branch: perl
24696            ! pod/perlfunc.pod
24697 ____________________________________________________________________________
24698 [ 13279] By: jhi                                   on 2001/11/25  23:45:27
24699         Log: DJGPP cannot do signals that well.
24700      Branch: perl
24701            ! ext/POSIX/t/sigaction.t
24702 ____________________________________________________________________________
24703 [ 13278] By: jhi                                   on 2001/11/25  23:43:30
24704         Log: Can't do subsecond alarms without ualarm; and break out
24705              early if alarms do not seem to be coming in as expected.
24706      Branch: perl
24707            ! ext/Time/HiRes/HiRes.t
24708 ____________________________________________________________________________
24709 [ 13277] By: jhi                                   on 2001/11/25  23:01:39
24710         Log: No Socket, little Net.
24711      Branch: perl
24712            ! t/lib/1_compile.t
24713 ____________________________________________________________________________
24714 [ 13276] By: jhi                                   on 2001/11/25  22:58:44
24715         Log: Take the taint brush to the getcwds.
24716      Branch: perl
24717            ! djgpp/djgpp.c epoc/epoc.c os2/os2.c wince/wince.c
24718 ____________________________________________________________________________
24719 [ 13275] By: jhi                                   on 2001/11/25  21:42:02
24720         Log: Subject: [PATCH perl@13227] Socket::my_inet_aton() tweak
24721              From: "Craig A. Berry" <craigberry@mac.com>
24722              Date: Sun, 25 Nov 2001 16:20:45 -0600
24723              Message-Id: <5.1.0.14.2.20011125160848.01c59690@exchi01>
24724      Branch: perl
24725            ! ext/Socket/Socket.xs
24726 ____________________________________________________________________________
24727 [ 13274] By: jhi                                   on 2001/11/25  21:32:17
24728         Log: Since in some DOS filesystems the timestamp granularity
24729              may be only two seconds, better sleep for three to play safe.
24730              (Helps CygWin, at least.)
24731      Branch: perl
24732            ! lib/Memoize/t/expire_file.t
24733 ____________________________________________________________________________
24734 [ 13273] By: jhi                                   on 2001/11/25  21:22:10
24735         Log: For some reason CygWin wasn't collapsing multiple
24736              slashes into one, which made some Spec.t tests to fail.
24737              Either CygWin was being too prudish or the collapsing
24738              logic needs to be rethunk.
24739      Branch: perl
24740            ! lib/File/Spec/Unix.pm
24741 ____________________________________________________________________________
24742 [ 13272] By: jhi                                   on 2001/11/25  20:40:23
24743         Log: Cygwin needs to have libperl.dll around if trying to link
24744              with -lperl.  Note: this change cures the test but whether
24745              it cures CygPerl installation, I don't know: hopefully the
24746              libperl5_7_2.dll, or the version equivalent, gets installed
24747              also as libperl.dll to the proper place(s).
24748      Branch: perl
24749            ! lib/ExtUtils/Embed.t
24750 ____________________________________________________________________________
24751 [ 13271] By: jhi                                   on 2001/11/25  20:18:53
24752         Log: -I../lib/.. and -L../lib/..?  Strange.
24753      Branch: perl
24754            ! lib/ExtUtils/Embed.t
24755 ____________________________________________________________________________
24756 [ 13270] By: jhi                                   on 2001/11/25  19:57:54
24757         Log: $MM?
24758      Branch: perl
24759            ! lib/ExtUtils/Embed.pm
24760 ____________________________________________________________________________
24761 [ 13269] By: jhi                                   on 2001/11/25  19:46:55
24762         Log: Subject: [PATCH] Further replacement of EU::MM with File::Spec
24763              From: Dave Rolsky <autarch@urth.org>
24764              Date: Mon, 19 Nov 2001 18:17:09 -0600 (CST)
24765              Message-ID: <Pine.LNX.4.40.0111191750440.22189-100000@urth.org>
24766      Branch: perl
24767            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/Embed.pm
24768            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
24769 ____________________________________________________________________________
24770 [ 13268] By: jhi                                   on 2001/11/25  19:44:38
24771         Log: Subject: [REPATCH lib/DB.pm MANIFEST lib/DB.t] Rework DB.pm tests
24772              From: chromatic <chromatic@rmci.net>
24773              Date: Sat, 24 Nov 2001 14:56:57 -0700
24774              Message-ID: <20011124220430.97697.qmail@onion.perl.org>
24775              
24776              plus a tweak for ithreads builds.
24777      Branch: perl
24778            + lib/DB.t
24779            ! MANIFEST lib/DB.pm
24780 ____________________________________________________________________________
24781 [ 13267] By: jhi                                   on 2001/11/25  19:38:50
24782         Log: Win32 compilation tweaks for Blair Zajac.
24783      Branch: perl
24784            ! ext/IO/IO.xs ext/POSIX/POSIX.xs win32/win32.h
24785 ____________________________________________________________________________
24786 [ 13266] By: jhi                                   on 2001/11/25  19:11:38
24787         Log: I don't think trying to bracket the hires time with lores
24788              times is going to be portable enough: Cygwin seems to be
24789              capable of getting hires ones rather consistently lower
24790              than the lores ones.  So let's try average difference instead.
24791      Branch: perl
24792            ! ext/Time/HiRes/HiRes.t
24793 ____________________________________________________________________________
24794 [ 13265] By: jhi                                   on 2001/11/25  18:28:04
24795         Log: Subject: Re: benchmarks, sorts and reproducibility
24796              From: "John P. Linderman" <jpl@research.att.com>
24797              Date: Sun, 25 Nov 2001 14:25:18 -0500 (EST)
24798              Message-Id: <200111251925.OAA77172@raptor.research.att.com>
24799              
24800              Randomize large partitions for quicksort to dodge the
24801              angry gods of quadratic.
24802      Branch: perl
24803            ! pp_sort.c
24804 ____________________________________________________________________________
24805 [ 13264] By: jhi                                   on 2001/11/25  18:23:54
24806         Log: The joys of portable quoting.
24807      Branch: perl
24808            ! ext/Devel/PPPort/harness/Makefile.PL
24809 ____________________________________________________________________________
24810 [ 13263] By: jhi                                   on 2001/11/25  18:12:31
24811         Log: sort pragma tweaks.
24812      Branch: perl
24813            ! lib/sort.pm
24814 ____________________________________________________________________________
24815 [ 13262] By: jhi                                   on 2001/11/25  17:10:09
24816         Log: Skip the link= directives of utils.lst if no mandir
24817              (if no manpages).
24818      Branch: perl
24819            ! installman
24820 ____________________________________________________________________________
24821 [ 13261] By: gsar                                  on 2001/11/25  16:48:38
24822         Log: integrate changes#8340,13260 from mainline
24823              
24824              Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
24825              
24826              change#3373 introduced a handle leak in backticks and piped open()s
24827              that fail
24828      Branch: maint-5.6/perl
24829            ! t/io/pipe.t util.c
24830 ____________________________________________________________________________
24831 [ 13260] By: gsar                                  on 2001/11/25  16:37:29
24832         Log: change#3373 introduced a handle leak in backticks and piped open()s
24833              that fail
24834      Branch: perl
24835            ! util.c
24836 ____________________________________________________________________________
24837 [ 13259] By: jhi                                   on 2001/11/25  05:58:47
24838         Log: metaconfig unit change for #13258.
24839      Branch: metaconfig/U/perl
24840            ! d_procselfexe.U
24841 ____________________________________________________________________________
24842 [ 13258] By: jhi                                   on 2001/11/25  05:58:30
24843         Log: Extraenous breaks noticed by David Dyck.
24844      Branch: perl
24845            ! Configure
24846 ____________________________________________________________________________
24847 [ 13257] By: jhi                                   on 2001/11/25  05:32:18
24848         Log: Revert the /proc/self/auxv experiment for now.
24849      Branch: perl
24850            ! lib/ExtUtils.t perl.c t/lib/1_compile.t
24851 ____________________________________________________________________________
24852 [ 13256] By: jhi                                   on 2001/11/25  04:59:31
24853         Log: Also ExtUtils.t had $^X assumptions.
24854      Branch: perl
24855            ! lib/ExtUtils.t
24856 ____________________________________________________________________________
24857 [ 13255] By: jhi                                   on 2001/11/25  04:20:02
24858         Log: Now is Solaris if you start the t/perl in the t/
24859              as "./perl", the $^X will be "../perl", not "./perl".
24860      Branch: perl
24861            ! t/lib/1_compile.t
24862 ____________________________________________________________________________
24863 [ 13254] By: jhi                                   on 2001/11/25  03:59:06
24864         Log: The new way of finding out $^X in Solaris
24865              requires a little tweak if the executable
24866              pathname is *not* absolute: prepend "./"
24867              (otherwise `$^X ...` will start perl from PATH...)
24868      Branch: perl
24869            ! perl.c
24870 ____________________________________________________________________________
24871 [ 13253] By: jhi                                   on 2001/11/25  03:18:05
24872         Log: Avoid "will not stay shared" warnings.
24873      Branch: perl
24874            ! lib/ExtUtils/MM_Unix.pm
24875 ____________________________________________________________________________
24876 [ 13252] By: jhi                                   on 2001/11/25  03:00:49
24877         Log: Subject: [PATCH perl.c util.c pp_sys.c t/op/magic.t] $$ readonly, take two
24878              From: Michael G Schwern <schwern@pobox.com>
24879              Date: Sat, 24 Nov 2001 19:56:18 -0500
24880              Message-ID: <20011124195618.A14614@blackrider>            
24881      Branch: perl
24882            ! perl.c pp_sys.c t/op/magic.t util.c
24883 ____________________________________________________________________________
24884 [ 13251] By: jhi                                   on 2001/11/25  02:48:04
24885         Log: In the MakeMaker pm_to_blib target don't copy all
24886              the files in one fell swoop, deal with them hunkwise,
24887              helps for CLIs with limited line lengths.
24888              (This seems to help for DJGPP building Encode,
24889              where there are dozens of files to copy.)
24890      Branch: perl
24891            ! lib/ExtUtils/MM_Unix.pm
24892 ____________________________________________________________________________
24893 [ 13250] By: gsar                                  on 2001/11/25  00:50:10
24894         Log: testsuite leaves stray files behind on windows
24895      Branch: perl
24896            ! lib/ExtUtils/Embed.t lib/ExtUtils/Mkbootstrap.t lib/Shell.t
24897 ____________________________________________________________________________
24898 [ 13249] By: gsar                                  on 2001/11/25  00:32:36
24899         Log: xsubpp produces a spurious warning on directories called 'typemap'
24900      Branch: perl
24901            ! lib/ExtUtils/xsubpp
24902 ____________________________________________________________________________
24903 [ 13248] By: gsar                                  on 2001/11/25  00:17:28
24904         Log: xsubpp treats invalid (indented) cpp directives as comments
24905      Branch: perl
24906            ! ext/IO/IO.xs
24907 ____________________________________________________________________________
24908 [ 13247] By: gsar                                  on 2001/11/25  00:02:37
24909         Log: $(MAKE) distclean shouldn't blow away ../lib/Thread.pm
24910      Branch: perl
24911            ! win32/Makefile win32/Makefile.win64 win32/makefile.mk
24912 ____________________________________________________________________________
24913 [ 13246] By: jhi                                   on 2001/11/24  21:45:32
24914         Log: The debug_pag needs to be visible at all times
24915              because of the re extension.
24916      Branch: perl
24917            ! intrpvar.h makedef.pl perl.c perl.h regexec.c
24918 ____________________________________________________________________________
24919 [ 13245] By: jhi                                   on 2001/11/24  20:09:20
24920         Log: Subject: Re: [PATCH] Tests are good
24921              From: Philip Newton <Philip.Newton@gmx.net>
24922              Date: Sat, 24 Nov 2001 21:24:00 +0100
24923              Message-ID: <4c000us22s27871hrsqnvjmtnvtd4r85u1@4ax.com>
24924      Branch: perl
24925            ! pod/perlhack.pod
24926 ____________________________________________________________________________
24927 [ 13244] By: jhi                                   on 2001/11/24  19:06:29
24928         Log: Subject: [PATCH perl@13227] make PPPort/harness build on VMS
24929              From: "Craig A. Berry" <craigberry@mac.com> 
24930              Date: Sat, 24 Nov 2001 12:45:44 -0600
24931              Message-Id: <5.1.0.14.2.20011124030253.01bd4b98@exchi01>
24932              
24933              (with tweaks, and combined with Sarathy's #13242)
24934      Branch: perl
24935            ! configure.com ext/Devel/PPPort/harness/Makefile.PL
24936 ____________________________________________________________________________
24937 [ 13243] By: jhi                                   on 2001/11/24  18:46:31
24938         Log: Subject: Re: [PATCH] Make Exporter::Heavy use Universal->VERSION()
24939              From: John Peacock <jpeacock@rowman.com>
24940              Date: Sat, 24 Nov 2001 14:27:46 -0500
24941              Message-ID: <3BFFF4B2.40509@rowman.com> 
24942      Branch: perl
24943            ! lib/Exporter/Heavy.pm
24944 ____________________________________________________________________________
24945 [ 13242] By: gsar                                  on 2001/11/24  17:16:18
24946         Log: use portable quotes
24947      Branch: perl
24948            ! ext/Devel/PPPort/harness/Makefile.PL
24949 ____________________________________________________________________________
24950 [ 13241] By: jhi                                   on 2001/11/24  17:09:25
24951         Log: Subject: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
24952              From: Nicholas Clark <nick@ccl4.org>
24953              Date: Sat, 24 Nov 2001 18:06:26 +0000
24954              Message-ID: <20011124180626.T37621@plum.flirble.org>
24955      Branch: perl
24956            ! installman
24957 ____________________________________________________________________________
24958 [ 13240] By: jhi                                   on 2001/11/24  17:06:11
24959         Log: Subject: [PATCH] perl5005delta.pod L<>
24960              From: Nicholas Clark <nick@ccl4.org>
24961              Date: Sat, 24 Nov 2001 18:04:21 +0000
24962              Message-ID: <20011124180421.S37621@plum.flirble.org>
24963      Branch: perl
24964            ! pod/perl5005delta.pod
24965 ____________________________________________________________________________
24966 [ 13239] By: gsar                                  on 2001/11/24  17:01:17
24967         Log: fix typo in config.vc; regenerate win32 config_H.* files
24968      Branch: perl
24969            ! win32/config.vc win32/config_H.bc win32/config_H.gc
24970            ! win32/config_H.vc
24971 ____________________________________________________________________________
24972 [ 13238] By: jhi                                   on 2001/11/24  16:16:01
24973         Log: Mention the charnames::vianame().
24974      Branch: perl
24975            ! pod/perluniintro.pod
24976 ____________________________________________________________________________
24977 [ 13237] By: jhi                                   on 2001/11/24  16:12:31
24978         Log: Add charnames::vianame() in case people want to access
24979              the codes in run-time (as opposed to the compile-timeness
24980              of \N{...}).
24981      Branch: perl
24982            ! lib/charnames.pm lib/charnames.t
24983 ____________________________________________________________________________
24984 [ 13236] By: jhi                                   on 2001/11/24  16:11:04
24985         Log: Subject: [PATCH] memset() is cheaper than a loop of 256 bit-a-a-times
24986              From: Nicholas Clark <nick@ccl4.org>
24987              Date: Sat, 24 Nov 2001 16:30:42 +0000
24988              Message-ID: <20011124163042.R37621@plum.flirble.org>
24989      Branch: perl
24990            ! regcomp.c regcomp.h
24991 ____________________________________________________________________________
24992 [ 13235] By: jhi                                   on 2001/11/24  15:26:37
24993         Log: Subject: [PATCH] Re: Smoke 13191 /pro/3gl/CPAN/perl-current
24994              From: Nicholas Clark <nick@ccl4.org>
24995              Date: Sat, 24 Nov 2001 16:24:33 +0000
24996              Message-ID: <20011124162433.Q37621@plum.flirble.org>
24997              
24998              cmp fixes.
24999      Branch: perl
25000            ! pp.c
25001 ____________________________________________________________________________
25002 [ 13234] By: jhi                                   on 2001/11/24  15:23:34
25003         Log: Use /proc/self/auxv in Solaris to figure out the $^X.
25004              (It seems that "./perl" gets resolved to "perl" now.)
25005      Branch: perl
25006            ! perl.c
25007 ____________________________________________________________________________
25008 [ 13233] By: jhi                                   on 2001/11/24  14:58:52
25009         Log: Subject: [PATCH] DB_File 1.800        
25010              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>               
25011              Date: Sat, 24 Nov 2001 11:41:41 -0000
25012              Message-ID: <AIEAJICLCBDNAAOLLOKLIEPMDFAA.paul_marquess@yahoo.co.uk>
25013      Branch: perl
25014            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
25015            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
25016            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
25017            ! ext/DB_File/t/db-recno.t
25018 ____________________________________________________________________________
25019 [ 13232] By: jhi                                   on 2001/11/24  14:48:34
25020         Log: Tweak the PUSHED documentation.
25021      Branch: perl
25022            ! ext/PerlIO/Via/Via.pm
25023 ____________________________________________________________________________
25024 [ 13231] By: jhi                                   on 2001/11/24  04:09:41
25025         Log: Update 1_compile for new known tests.
25026      Branch: perl
25027            ! t/lib/1_compile.t
25028 ____________________________________________________________________________
25029 [ 13230] By: jhi                                   on 2001/11/24  04:07:39
25030         Log: Move the MBF/MBI test modules to t/lib.
25031      Branch: perl
25032            + t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
25033            - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
25034            - lib/Math/BigInt/t/Math/BigInt/Subclass.pm
25035            ! MANIFEST lib/Math/BigInt/t/sub_mbf.t
25036            ! lib/Math/BigInt/t/sub_mbi.t
25037 ____________________________________________________________________________
25038 [ 13229] By: jhi                                   on 2001/11/23  23:09:27
25039         Log: Subject: [PATCH perl@13227] configure.com follow-up to 13218
25040              From: "Craig A. Berry" <craigberry@mac.com> 
25041              Date: Fri, 23 Nov 2001 18:05:35 -0600
25042              Message-Id: <5.1.0.14.2.20011123175131.01abe358@exchi01>
25043      Branch: perl
25044            ! configure.com
25045 ____________________________________________________________________________
25046 [ 13228] By: jhi                                   on 2001/11/23  21:11:56
25047         Log: Subject: [PATCH: perl@13169] switch unfcmb.h to employ 'STDCHAR' in place of char    
25048              From: PPrymmer@factset.com 
25049              Date: Fri, 23 Nov 2001 17:03:07 -0500
25050              Message-ID: <OFA09CCF98.F3E93041-ON85256B0D.00787706@55.25.11>                 
25051      Branch: perl
25052            ! ext/Unicode/Normalize/mkheader
25053 ____________________________________________________________________________
25054 [ 13227] By: jhi                                   on 2001/11/23  20:09:36
25055         Log: Here are the right helper files.
25056      Branch: perl
25057            + t/lib/Filter/Simple/ExportTest.pm
25058            + t/lib/Filter/Simple/FilterOnlyTest.pm
25059            + t/lib/Filter/Simple/FilterTest.pm
25060            + t/lib/Filter/Simple/ImportTest.pm
25061            ! MANIFEST
25062 ____________________________________________________________________________
25063 [ 13226] By: jhi                                   on 2001/11/23  20:03:28
25064         Log: Update Changes.
25065      Branch: perl
25066            ! Changes patchlevel.h
25067 ____________________________________________________________________________
25068 [ 13225] By: jhi                                   on 2001/11/23  19:53:53
25069         Log: Never mind.
25070      Branch: perl
25071            - lib/Filter/Simple/lib/ExportTest.pm
25072            - lib/Filter/Simple/lib/ImportTest.pm
25073 ____________________________________________________________________________
25074 [ 13224] By: jhi                                   on 2001/11/23  19:52:03
25075         Log: Mis-add.
25076      Branch: perl
25077            + lib/Filter/Simple/lib/ExportTest.pm
25078            + lib/Filter/Simple/lib/ImportTest.pm
25079 ____________________________________________________________________________
25080 [ 13223] By: jhi                                   on 2001/11/23  19:39:57
25081         Log: Upgrade to Filter::Simple 0.77.
25082      Branch: perl
25083            + lib/Filter/Simple/t/export.t lib/Filter/Simple/t/import.t
25084            - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm
25085            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
25086            ! lib/Filter/Simple/README lib/Filter/Simple/t/data.t
25087            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
25088 ____________________________________________________________________________
25089 [ 13222] By: jhi                                   on 2001/11/23  19:12:20
25090         Log: Missing p4 add.
25091      Branch: perl
25092            + lib/ExtUtils/MM_VMS.t
25093 ____________________________________________________________________________
25094 [ 13221] By: jhi                                   on 2001/11/23  19:10:18
25095         Log: Pass 5 at perldelta - module and utility updates cleanup.
25096      Branch: perl
25097            ! pod/perldelta.pod
25098 ____________________________________________________________________________
25099 [ 13220] By: jhi                                   on 2001/11/23  18:55:20
25100         Log: metaconfig unit change for #13219.
25101      Branch: metaconfig/U/perl
25102            ! d_procselfexe.U
25103 ____________________________________________________________________________
25104 [ 13219] By: jhi                                   on 2001/11/23  18:55:06
25105         Log: Regen Porting stuff; regen toc; cleanup nit in Configure.
25106      Branch: perl
25107            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
25108            ! pod/buildtoc.PL pod/perltoc.pod
25109 ____________________________________________________________________________
25110 [ 13218] By: jhi                                   on 2001/11/23  18:48:18
25111         Log: Add procselfexe and d_dirfd to strange lands.
25112      Branch: perl
25113            ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
25114            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
25115            ! vos/config.ga.def vos/config.ga.h win32/config.bc
25116            ! win32/config.gc win32/config.vc win32/config.win64
25117            ! wince/config.ce
25118 ____________________________________________________________________________
25119 [ 13217] By: jhi                                   on 2001/11/23  18:47:41
25120         Log: metaconfig unit change for #13216.
25121      Branch: metaconfig/U/perl
25122            ! d_procselfexe.U
25123 ____________________________________________________________________________
25124 [ 13216] By: jhi                                   on 2001/11/23  18:47:17
25125         Log: Better to "quote" the pathname.
25126      Branch: perl
25127            ! Configure config_h.SH
25128 ____________________________________________________________________________
25129 [ 13215] By: jhi                                   on 2001/11/23  18:34:24
25130         Log: Use PROCSELFEXE_PATH.
25131      Branch: perl
25132            ! perl.c
25133 ____________________________________________________________________________
25134 [ 13214] By: jhi                                   on 2001/11/23  18:31:27
25135         Log: metaconfig unit change for #13213.
25136      Branch: metaconfig/U/perl
25137            ! d_procselfexe.U
25138 ____________________________________________________________________________
25139 [ 13213] By: jhi                                   on 2001/11/23  18:31:13
25140         Log: Add probing for BSD-like /proc/curproc/file.
25141      Branch: perl
25142            ! Configure config_h.SH
25143 ____________________________________________________________________________
25144 [ 13212] By: jhi                                   on 2001/11/23  18:10:05
25145         Log: metaconfig unit change for 13211.
25146      Branch: metaconfig/U/perl
25147            + d_dirfd.U
25148 ____________________________________________________________________________
25149 [ 13211] By: jhi                                   on 2001/11/23  18:09:37
25150         Log: Add probing for dirfd() so that it can be added it IO::Dir.
25151      Branch: perl
25152            ! Configure config_h.SH perl.h
25153 ____________________________________________________________________________
25154 [ 13210] By: jhi                                   on 2001/11/23  17:37:27
25155         Log: ...and update the test count.
25156      Branch: perl
25157            ! lib/Pod/t/basic.t
25158 ____________________________________________________________________________
25159 [ 13209] By: jhi                                   on 2001/11/23  17:19:12
25160         Log: Must remove the cap test also from the test script.
25161      Branch: perl
25162            ! lib/Pod/t/basic.t
25163 ____________________________________________________________________________
25164 [ 13208] By: jhi                                   on 2001/11/23  17:11:58
25165         Log: Subject: [PATCH] Tests are good
25166              From: Nicholas Clark <nick@ccl4.org>
25167              Date: Fri, 23 Nov 2001 18:12:21 +0000
25168              Message-ID: <20011123181220.F37621@plum.flirble.org>
25169      Branch: perl
25170            ! pod/perlhack.pod
25171 ____________________________________________________________________________
25172 [ 13207] By: jhi                                   on 2001/11/23  17:08:31
25173         Log: The basic.cap from podlators 1.14 is not very portable.
25174      Branch: perl
25175            - lib/Pod/t/basic.cap
25176            ! MANIFEST
25177 ____________________________________________________________________________
25178 [ 13206] By: jhi                                   on 2001/11/23  16:41:13
25179         Log: Subject: Re: [DOC PATCHES] pod cleanups
25180              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
25181              Date: 22 Nov 2001 12:54:16 -0000
25182              Message-Id: <slrn9vptci.klv.rgarciasuarez@rafael.kazibao.net>
25183      Branch: perl
25184            ! pod/perlfunc.pod pod/perlmodinstall.pod pod/perlre.pod
25185            ! pod/perlretut.pod pod/perluniintro.pod vms/perlvms.pod
25186 ____________________________________________________________________________
25187 [ 13205] By: jhi                                   on 2001/11/23  16:38:10
25188         Log: FAQ sync.
25189      Branch: perl
25190            ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
25191 ____________________________________________________________________________
25192 [ 13204] By: jhi                                   on 2001/11/23  16:37:21
25193         Log: Subject: [PATCH: perl@13169] inital testing for MM_VMS 
25194              From: PPrymmer@factset.com
25195              Date: Fri, 23 Nov 2001 11:43:45 -0500
25196              Message-ID: <OFC84EA224.295430FF-ON85256B0D.005BB70C@55.25.11>
25197      Branch: perl
25198            ! MANIFEST lib/ExtUtils/MM_VMS.pm
25199 ____________________________________________________________________________
25200 [ 13203] By: jhi                                   on 2001/11/23  15:47:13
25201         Log: Corify podlators 1.14 test.
25202      Branch: perl
25203            ! lib/Pod/t/basic.t
25204 ____________________________________________________________________________
25205 [ 13202] By: jhi                                   on 2001/11/23  15:38:36
25206         Log: Output tweak needed because of podlators 1.14.
25207      Branch: perl
25208            ! t/pod/multiline_items.xr
25209 ____________________________________________________________________________
25210 [ 13201] By: jhi                                   on 2001/11/23  15:38:04
25211         Log: Upgrade to podlators 1.14.
25212      Branch: perl
25213            + lib/Pod/t/basic.cap lib/Pod/t/basic.clr lib/Pod/t/basic.man
25214            + lib/Pod/t/basic.ovr lib/Pod/t/basic.pod lib/Pod/t/basic.t
25215            + lib/Pod/t/basic.txt lib/Pod/t/parselink.t
25216            ! MANIFEST lib/Pod/Man.pm lib/Pod/ParseLink.pm lib/Pod/Text.pm
25217            ! lib/Pod/Text/Overstrike.pm
25218 ____________________________________________________________________________
25219 [ 13200] By: jhi                                   on 2001/11/23  15:32:06
25220         Log: perlmodinstall tweaks from Philip Newton.
25221      Branch: perl
25222            ! pod/perlmodinstall.pod
25223 ____________________________________________________________________________
25224 [ 13199] By: jhi                                   on 2001/11/23  15:05:02
25225         Log: Subject: Re: [PATCH] Porting/genlog -bi and range
25226              From: Autrijus Tang <autrijus@autrijus.org>           
25227              Date: Fri, 23 Nov 2001 23:55:53 +0800
25228              Message-ID: <20011123235553.A2310@not.autrijus.org>
25229      Branch: perl
25230            ! Porting/genlog
25231 ____________________________________________________________________________
25232 [ 13198] By: jhi                                   on 2001/11/23  14:58:40
25233         Log: Subject: Re: regex oddness with \Z and $&
25234              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>  
25235              Date: Fri, 23 Nov 2001 15:15:24 +0000
25236              Message-Id: <200111231515.fANFFOR10341@crypt.compulink.co.uk>
25237      Branch: perl
25238            ! regcomp.c t/op/re_tests
25239 ____________________________________________________________________________
25240 [ 13197] By: jhi                                   on 2001/11/23  14:44:19
25241         Log: regen_headers.
25242      Branch: perl
25243            ! embed.h global.sym pod/perlapi.pod proto.h
25244 ____________________________________________________________________________
25245 [ 13196] By: jhi                                   on 2001/11/23  14:24:08
25246         Log: Forgotten check-in.
25247      Branch: perl
25248            ! pod/perlapi.pod
25249 ____________________________________________________________________________
25250 [ 13195] By: jhi                                   on 2001/11/23  14:23:49
25251         Log: Remembered everything in 13152 but Test/Simple.pm itself, duh.
25252      Branch: perl
25253            ! lib/Test/Simple.pm
25254 ____________________________________________________________________________
25255 [ 13194] By: jhi                                   on 2001/11/22  11:31:59
25256         Log: Retract #13173 (effectively retract Net::Ping 2.06,
25257              go back to 2.04, the 2.06 hasn't seen the patches
25258              that have gone to the blead version.)
25259      Branch: perl
25260            - lib/Net/Ping/CHANGES lib/Net/Ping/README
25261            - lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
25262            - lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
25263            - lib/Net/Ping/t/200_ping_tcp.t
25264            ! MANIFEST lib/Net/Ping.pm
25265 ____________________________________________________________________________
25266 [ 13193] By: jhi                                   on 2001/11/22  11:27:49
25267         Log: Subject: Re: [PATCH perldoc] problems with pod2man         
25268              From: Robin Barker <rmb1@cise.npl.co.uk>
25269              Date: Thu, 22 Nov 2001 11:00:38 GMT
25270              Message-Id: <200111221100.LAA08582@tempest.npl.co.uk>
25271      Branch: perl
25272            ! utils/perldoc.PL
25273 ____________________________________________________________________________
25274 [ 13192] By: jhi                                   on 2001/11/22  05:06:35
25275         Log: metaconfig unit change for #13191.
25276      Branch: metaconfig/U/perl
25277            ! d_procselfexe.U
25278 ____________________________________________________________________________
25279 [ 13191] By: jhi                                   on 2001/11/22  05:06:09
25280         Log: procselfexe tweak: for some reason I had a ls in
25281              /proc/self/exe, not the ls Configure thought it
25282              would found.
25283      Branch: perl
25284            ! Configure
25285 ____________________________________________________________________________
25286 [ 13190] By: jhi                                   on 2001/11/22  04:45:36
25287         Log: Corify the Net::Ping tests; skip the tests
25288              unless $ENV{PERL_TEST_Net_Ping} is true.
25289      Branch: perl
25290            ! lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
25291            ! lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
25292            ! lib/Net/Ping/t/200_ping_tcp.t
25293 ____________________________________________________________________________
25294 [ 13189] By: jhi                                   on 2001/11/22  04:44:03
25295         Log: metaconfig units changes for #13188.
25296      Branch: metaconfig
25297            ! U/modified/Head.U
25298      Branch: metaconfig/U/perl
25299            ! issymlink.U
25300 ____________________________________________________________________________
25301 [ 13188] By: jhi                                   on 2001/11/22  04:43:29
25302         Log: The #13182 didn't really help.  The real problem
25303              seems to be that 'sh' can in AIX mean at least three
25304              different things, and we can't know which one it is
25305              unless we export $newsh from an earlier run (and it's
25306              the 'bsh' aka 'sh' that has the the broken test -h).
25307      Branch: perl
25308            ! Configure
25309 ____________________________________________________________________________
25310 [ 13187] By: gsar                                  on 2001/11/22  03:42:58
25311         Log: local(*CORE::GLOBAL::require) doesn't behave like other overrides 
25312      Branch: perl
25313            ! op.c t/op/override.t
25314 ____________________________________________________________________________
25315 [ 13186] By: jhi                                   on 2001/11/22  03:18:49
25316         Log: Subject: [PATCH: perl@13169] add Shell.t tests for VMS
25317              From: PPrymmer@factset.com 
25318              Date: Wed, 21 Nov 2001 20:17:25 -0500
25319              Message-ID: <OF6DA93FFA.A954A0D4-ON85256B0C.0006DDF9@55.25.11>
25320      Branch: perl
25321            ! lib/Shell.t
25322 ____________________________________________________________________________
25323 [ 13185] By: jhi                                   on 2001/11/22  03:09:27
25324         Log: Reapply perlmodinstall parts of #12897.
25325      Branch: perl
25326            ! pod/perlmodinstall.pod
25327 ____________________________________________________________________________
25328 [ 13184] By: jhi                                   on 2001/11/22  03:08:00
25329         Log: perlmodinstall 2.01 from Jon Orwant.
25330      Branch: perl
25331            ! pod/perlmodinstall.pod
25332 ____________________________________________________________________________
25333 [ 13183] By: jhi                                   on 2001/11/21  22:33:20
25334         Log: Subject: [PATCH @10907] REXX on OS/2
25335              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25336              Date: Wed, 21 Nov 2001 15:26:11 -0500
25337              Message-ID: <20011121152611.A13664@math.ohio-state.edu>
25338      Branch: perl
25339            ! os2/Makefile.SHs os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
25340            ! os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/perlrexx.c
25341 ____________________________________________________________________________
25342 [ 13182] By: jhi                                   on 2001/11/21  22:31:10
25343         Log: metaconfig unit change for #13181.
25344      Branch: metaconfig/U/perl
25345            ! issymlink.U
25346 ____________________________________________________________________________
25347 [ 13181] By: jhi                                   on 2001/11/21  22:30:37
25348         Log: AIX has broken builtin 'test'.
25349      Branch: perl
25350            ! Configure
25351 ____________________________________________________________________________
25352 [ 13180] By: jhi                                   on 2001/11/21  22:27:16
25353         Log: Subject: [PATCH 5.7.x] INSTALL size update
25354              From: Andy Dougherty <doughera@lafayette.edu>
25355              Date: Wed, 21 Nov 2001 14:49:21 -0500 (EST) 
25356              Message-ID: <Pine.SOL.4.10.10111211448190.16009-100000@maxwell.phys.lafayette.edu>         
25357      Branch: perl
25358            ! INSTALL
25359 ____________________________________________________________________________
25360 [ 13179] By: jhi                                   on 2001/11/21  22:25:14
25361         Log: Implement the sort pragma.  Split sort code from pp_ctl.c
25362              to pp_sort.c.  Includes the quicksort stabilizing layer
25363              from John P. Linderman.  -Msort=qsort or -Msort=fast is
25364              faster than without (or with -Msort=mergesort or -Msort=safe)
25365              for short random inputs, but for some reason not quite as fast
25366              as 5.6.1 qsort.  More benchmarking, profiling, tuning, and
25367              optimizing definitely needed.
25368      Branch: perl
25369            + lib/sort.pm lib/sort.t pp_sort.c
25370            ! MANIFEST Makefile.SH Makefile.micro NetWare/Makefile embed.h
25371            ! embed.pl global.sym perl.h pp_ctl.c proto.h
25372            ! vms/descrip_mms.template vos/build.cm win32/Makefile
25373            ! win32/makefile.mk wince/Makefile.ce
25374 ____________________________________________________________________________
25375 [ 13178] By: gbarr                                 on 2001/11/21  18:30:10
25376         Log: Sync file with libnet-1.0901-tobe
25377      Branch: perl
25378            + lib/Net/t/config.t lib/Net/t/libnet_t.pl lib/Net/t/time.t
25379            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Config.pm
25380            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/E.pm
25381            ! lib/Net/FTP/L.pm lib/Net/NNTP.pm lib/Net/POP3.pm
25382            ! lib/Net/SMTP.pm lib/Net/libnetFAQ.pod
25383 ____________________________________________________________________________
25384 [ 13177] By: jhi                                   on 2001/11/21  17:31:28
25385         Log: Subject: [PATCH perldoc] problems with pod2man
25386              From: Robin Barker <rmb1@cise.npl.co.uk>
25387              Date: Wed, 21 Nov 2001 17:48:51 GMT
25388              Message-Id: <200111211748.RAA07123@tempest.npl.co.uk>
25389      Branch: perl
25390            ! utils/perldoc.PL
25391 ____________________________________________________________________________
25392 [ 13176] By: jhi                                   on 2001/11/21  17:27:30
25393         Log: debug_pad only visible when debugging.
25394      Branch: perl
25395            ! makedef.pl
25396 ____________________________________________________________________________
25397 [ 13175] By: jhi                                   on 2001/11/21  16:02:14
25398         Log: metaconfig units changes for #13174.
25399      Branch: metaconfig/U/perl
25400            + d_procselfexe.U
25401            - procselfexe.U
25402 ____________________________________________________________________________
25403 [ 13174] By: jhi                                   on 2001/11/21  16:01:39
25404         Log: procselfexe tweaks.
25405      Branch: perl
25406            ! Configure config_h.SH
25407 ____________________________________________________________________________
25408 [ 13173] By: jhi                                   on 2001/11/21  15:55:08
25409         Log: Upgrade to Net::Ping 2.06.
25410      Branch: perl
25411            + lib/Net/Ping/CHANGES lib/Net/Ping/README
25412            + lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
25413            + lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
25414            + lib/Net/Ping/t/200_ping_tcp.t
25415            ! MANIFEST lib/Net/Ping.pm
25416 ____________________________________________________________________________
25417 [ 13172] By: jhi                                   on 2001/11/21  15:17:13
25418         Log: Upgrade to Math::BigInt 1.47.
25419      Branch: perl
25420            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
25421            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
25422            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
25423            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
25424            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbf.t
25425            ! lib/Math/BigInt/t/sub_mbi.t
25426 ____________________________________________________________________________
25427 [ 13171] By: jhi                                   on 2001/11/21  15:03:53
25428         Log: Dynaloading for POSIX-BC from Thomas Dorner.
25429      Branch: perl
25430            ! hints/posix-bc.sh
25431 ____________________________________________________________________________
25432 [ 13170] By: jhi                                   on 2001/11/21  15:02:39
25433         Log: Strange: the same mysterious regex study bug
25434              seems to be present both in OS/390 and POSIX-BC.
25435              Deep EBCDIC magic that regex engine gets wrong,
25436              or a bug in some compiler/library shared by the
25437              two platforms?  From Thomas Dorner.
25438      Branch: perl
25439            ! t/op/study.t
25440 ____________________________________________________________________________
25441 [ 13169] By: jhi                                   on 2001/11/21  14:47:03
25442         Log: More lost and found.
25443      Branch: perl
25444            + lib/Test/Simple/README
25445            ! MANIFEST
25446 ____________________________________________________________________________
25447 [ 13168] By: jhi                                   on 2001/11/21  14:45:05
25448         Log: MANIFESTly missing.
25449      Branch: perl
25450            ! MANIFEST
25451 ____________________________________________________________________________
25452 [ 13167] By: jhi                                   on 2001/11/21  14:42:35
25453         Log: Subject: Re: PERFORCE change 13162 for review               
25454              From: Philip Newton <Philip.Newton@gmx.net> 
25455              Date: Wed, 21 Nov 2001 16:44:30 +0100
25456              Message-ID: <j2invt4a84bccvj8khob0s9m3hd5urmcud@4ax.com>
25457      Branch: perl
25458            ! ext/Devel/PPPort/PPPort.pm
25459 ____________________________________________________________________________
25460 [ 13166] By: jhi                                   on 2001/11/21  14:39:27
25461         Log: Update Changes.
25462      Branch: perl
25463            ! Changes patchlevel.h
25464 ____________________________________________________________________________
25465 [ 13165] By: jhi                                   on 2001/11/21  14:34:43
25466         Log: Small doc tweaks.
25467      Branch: perl
25468            ! ext/PerlIO/Via/Via.pm
25469 ____________________________________________________________________________
25470 [ 13164] By: jhi                                   on 2001/11/21  14:13:00
25471         Log: Redundant return.
25472      Branch: perl
25473            ! ext/MIME/Base64/QuotedPrint.pm
25474 ____________________________________________________________________________
25475 [ 13163] By: jhi                                   on 2001/11/21  13:52:30
25476         Log: Subject: [PATCH] Z*/[AZa]* fails to pack length properly
25477              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
25478              Date: Wed, 21 Nov 2001 10:23:16 +0100
25479              Message-ID: <200111211023160020.0050BD28@smtp.chello.at>   
25480      Branch: perl
25481            ! pp_pack.c t/op/pack.t
25482 ____________________________________________________________________________
25483 [ 13162] By: jhi                                   on 2001/11/21  13:44:41
25484         Log: Add Devel::PPPort originally from Kenneth Albanowski,
25485              revigorated by Paul Marquess: gives h2xs a Perl version
25486              portability boost.
25487      Branch: perl
25488            + ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
25489            + ext/Devel/PPPort/README ext/Devel/PPPort/TODO
25490            + ext/Devel/PPPort/harness/Harness.pm
25491            + ext/Devel/PPPort/harness/Harness.xs
25492            + ext/Devel/PPPort/harness/Makefile.PL
25493            + ext/Devel/PPPort/harness/module2.c
25494            + ext/Devel/PPPort/harness/module3.c
25495            + ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
25496            ! MANIFEST lib/h2xs.t utils/h2xs.PL
25497 ____________________________________________________________________________
25498 [ 13161] By: jhi                                   on 2001/11/21  13:43:08
25499         Log: Oops.
25500      Branch: perl
25501            ! lib/Test/Simple/t/filehandles.t
25502 ____________________________________________________________________________
25503 [ 13160] By: jhi                                   on 2001/11/21  13:23:07
25504         Log: Subject: Re: PERFORCE change 13152 for review               
25505              From: Philip Newton <Philip.Newton@gmx.net> 
25506              Date: Wed, 21 Nov 2001 09:04:05 +0100
25507              Message-ID: <1glmvtgulgh95tcrent3cso98pb5nm3rgb@4ax.com>
25508      Branch: perl
25509            ! lib/Test/Builder.pm
25510 ____________________________________________________________________________
25511 [ 13159] By: jhi                                   on 2001/11/21  13:19:08
25512         Log: Subject: Re: PERFORCE change 13142 for review
25513              From: Philip Newton <Philip.Newton@gmx.net>
25514              Date: Wed, 21 Nov 2001 09:04:03 +0100
25515              Message-ID: <m9lmvt8a2vjq2sa8stds01msej0f2f03up@4ax.com>
25516              
25517              plus rewrap few paragraphs.
25518      Branch: perl
25519            ! lib/Pod/LaTeX.pm
25520 ____________________________________________________________________________
25521 [ 13158] By: jhi                                   on 2001/11/21  03:59:51
25522         Log: Integrate #13154 from macperl; Remove comments.
25523      Branch: perl
25524           !> lib/File/Spec/Mac.pm
25525 ____________________________________________________________________________
25526 [ 13157] By: jhi                                   on 2001/11/21  03:53:06
25527         Log: Update the list of modules having tests.
25528      Branch: perl
25529            ! t/lib/1_compile.t
25530 ____________________________________________________________________________
25531 [ 13156] By: pudge                                 on 2001/11/21  03:19:09
25532         Log: Slight doc changes.
25533      Branch: maint-5.6/macperl
25534            ! macos/macperl/MacPerl.podhelp
25535 ____________________________________________________________________________
25536 [ 13155] By: pudge                                 on 2001/11/21  03:18:48
25537         Log: Add UTF-16 coercion.
25538      Branch: maint-5.6/macperl
25539            ! macos/lib/Mac/AppleEvents/Simple.pm
25540 ____________________________________________________________________________
25541 [ 13154] By: pudge                                 on 2001/11/21  03:16:55
25542         Log: Remove comments.
25543      Branch: maint-5.6/macperl
25544            ! lib/File/Spec/Mac.pm
25545 ____________________________________________________________________________
25546 [ 13153] By: pudge                                 on 2001/11/21  03:16:00
25547         Log: Fix FSpGetCatInfo (and other functions) corrupting
25548              memory with bad filespecs (bug #471867)
25549      Branch: maint-5.6/macperl
25550            ! macos/ext/Mac/Files/typemap macos/ext/Mac/typemap
25551 ____________________________________________________________________________
25552 [ 13152] By: jhi                                   on 2001/11/21  03:09:46
25553         Log: Upgrade to Test::Simple 0.33.
25554      Branch: perl
25555            ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple/Changes
25556            ! lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/no_header.t
25557            ! lib/Test/Simple/t/output.t lib/Test/Tutorial.pod
25558 ____________________________________________________________________________
25559 [ 13151] By: jhi                                   on 2001/11/21  03:01:36
25560         Log: Upgrade to Test::Harness 1.26.
25561      Branch: perl
25562            ! lib/Test/Harness.pm lib/Test/Harness/Changes
25563 ____________________________________________________________________________
25564 [ 13150] By: jhi                                   on 2001/11/21  02:15:47
25565         Log: Integrate change #13145 from maintperl;
25566              another compatibility tweak to change#12559: avoid quoting
25567              arguments that already have quotes; add test case
25568      Branch: perl
25569           !> t/op/system_tests win32/win32.c
25570 ____________________________________________________________________________
25571 [ 13149] By: gsar                                  on 2001/11/21  02:00:28
25572         Log: integrate change#13147 from mainline (fixes nit in change#10091)
25573              
25574              Subject: [PATCH] spaceship and refs
25575      Branch: maint-5.6/perl
25576            ! pp.c pp_hot.c t/op/cmp.t
25577 ____________________________________________________________________________
25578 [ 13148] By: jhi                                   on 2001/11/21  00:44:56
25579         Log: Subject: [PATCH] Add test for Pod::ParseUtils              
25580              From: Tim Jenness <t.jenness@jach.hawaii.edu>            
25581              Date: Tue, 20 Nov 2001 14:33:14 -1000 (HST)
25582              Message-ID: <Pine.LNX.4.33.0111201429060.22000-100000@lapaki>
25583      Branch: perl
25584            + lib/Pod/t/utils.t
25585            ! MANIFEST
25586 ____________________________________________________________________________
25587 [ 13147] By: jhi                                   on 2001/11/21  00:40:09
25588         Log: Subject: [PATCH] spaceship and refs
25589              From: Nicholas Clark <nick@ccl4.org>
25590              Date: Tue, 20 Nov 2001 21:59:51 +0000
25591              Message-ID: <20011120215951.U62891@plum.flirble.org> 
25592      Branch: perl
25593            ! pp.c pp_hot.c t/op/cmp.t
25594 ____________________________________________________________________________
25595 [ 13146] By: jhi                                   on 2001/11/21  00:37:00
25596         Log: Try to clarify which I/O call operates on bytes,
25597              which on characters, which on either.
25598      Branch: perl
25599            ! pod/perlfunc.pod
25600 ____________________________________________________________________________
25601 [ 13145] By: gsar                                  on 2001/11/21  00:14:29
25602         Log: another compatibility tweak to change#12559: avoid quoting
25603              arguments that already have quotes; add test case
25604      Branch: maint-5.6/perl
25605            ! t/op/system_tests win32/win32.c
25606 ____________________________________________________________________________
25607 [ 13144] By: jhi                                   on 2001/11/20  22:31:47
25608         Log: Give a simple example of writing PerlIO::Via handlers
25609              in Perl.
25610      Branch: perl
25611            ! ext/PerlIO/Via/Via.pm
25612 ____________________________________________________________________________
25613 [ 13143] By: jhi                                   on 2001/11/20  20:50:41
25614         Log: Add test for Pod::LaTeX; re-sort MANIFEST.
25615      Branch: perl
25616            + lib/Pod/t/latex.t
25617            ! MANIFEST
25618 ____________________________________________________________________________
25619 [ 13142] By: jhi                                   on 2001/11/20  20:42:48
25620         Log: Subject: [PATCH] Pod::LaTeX up to V0.54
25621              From: Tim Jenness <t.jenness@jach.hawaii.edu>
25622              Date: Tue, 20 Nov 2001 11:36:54 -1000 (HST)
25623              Message-ID: <Pine.LNX.4.33.0111201131060.22000-100000@lapaki>
25624      Branch: perl
25625            ! lib/Pod/LaTeX.pm pod/pod2latex.PL
25626 ____________________________________________________________________________
25627 [ 13141] By: jhi                                   on 2001/11/20  20:35:14
25628         Log: Spread d_procselfexe to far-off lands (undefined).
25629      Branch: perl
25630            ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
25631            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
25632            ! vos/config.ga.def vos/config.ga.h win32/config.bc
25633            ! win32/config.gc win32/config.vc win32/config.win64
25634            ! wince/config.ce
25635 ____________________________________________________________________________
25636 [ 13140] By: jhi                                   on 2001/11/20  20:17:13
25637         Log: Integrate perlio; add detection and use of /proc/self/exe
25638              (Linuxism for finding the absolute path of the executable)
25639      Branch: perl
25640           !> Configure config_h.SH perl.c t/op/magic.t
25641 ____________________________________________________________________________
25642 [ 13139] By: jhi                                   on 2001/11/20  20:12:06
25643         Log: Really define do_report_used() only if DEBUGGING.
25644      Branch: perl
25645            ! sv.c
25646 ____________________________________________________________________________
25647 [ 13138] By: nick                                  on 2001/11/20  20:01:05
25648         Log: perl.c change to use HAS_PROCSELFEXE, also
25649              tweak to $^X test to comprehend full path to real executable
25650              being returned (like Cygwin as it happens...)
25651      Branch: perlio
25652            ! perl.c t/op/magic.t
25653 ____________________________________________________________________________
25654 [ 13137] By: nick                                  on 2001/11/20  19:46:00
25655         Log: Integrate mainline
25656      Branch: perlio
25657           +> lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
25658           +> lib/NEXT/t/unseen.t
25659            - lib/NEXT/test.pl
25660           !> (integrate 34 files)
25661 ____________________________________________________________________________
25662 [ 13136] By: jhi                                   on 2001/11/20  17:47:36
25663         Log: Subject: [?PATCH] terser pp_eq
25664              From: Nicholas Clark <nick@ccl4.org>
25665              Date: Mon, 19 Nov 2001 23:09:02 +0000
25666              Message-ID: <20011119230901.O62891@plum.flirble.org>
25667      Branch: perl
25668            ! pp_hot.c
25669 ____________________________________________________________________________
25670 [ 13135] By: jhi                                   on 2001/11/20  17:40:13
25671         Log: Pass 4 at perldelta - cleanup problems found by podchecker.
25672      Branch: perl
25673            ! pod/perldelta.pod
25674 ____________________________________________________________________________
25675 [ 13134] By: jhi                                   on 2001/11/20  16:59:54
25676         Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
25677              From: Andy Dougherty <doughera@lafayette.edu>
25678              Date: Tue, 20 Nov 2001 12:45:32 -0500 (EST)
25679              Message-ID: <Pine.SOL.4.10.10111201240270.15132-100000@maxwell.phys.lafayette.edu>
25680      Branch: perl
25681            ! ext/re/Makefile.PL ext/re/re.xs
25682 ____________________________________________________________________________
25683 [ 13133] By: jhi                                   on 2001/11/20  15:51:04
25684         Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
25685              From: Andy Dougherty <doughera@lafayette.edu>
25686              Date: Tue, 20 Nov 2001 11:08:13 -0500 (EST)
25687              Message-ID: <Pine.SOL.4.10.10111201106010.15104-100000@maxwell.phys.lafayette.edu>
25688      Branch: perl
25689            ! ext/re/re.xs
25690 ____________________________________________________________________________
25691 [ 13132] By: jhi                                   on 2001/11/20  15:31:43
25692         Log: Integrate change #13119 from macperl.
25693              (No changes since already applied the patch,
25694              just keep perforce happy and well-fed.)
25695      Branch: perl
25696           !> lib/Pod/Html.pm
25697 ____________________________________________________________________________
25698 [ 13131] By: jhi                                   on 2001/11/20  15:29:55
25699         Log: Subject: [PATCH] filter-util.pl for Mac OS
25700              From: Chris Nandor <pudge@pobox.com>
25701              Date: Tue, 20 Nov 2001 00:16:11 -0500
25702              Message-Id: <p0510030ab81f970e9c05@[10.0.1.177]>
25703      Branch: perl
25704            ! t/lib/filter-util.pl
25705 ____________________________________________________________________________
25706 [ 13130] By: jhi                                   on 2001/11/20  15:23:11
25707         Log: Subject: [PATCH] Portability fix for Pod::Html
25708              From: Chris Nandor <pudge@pobox.com>
25709              Date: Tue, 20 Nov 2001 00:01:05 -0500
25710              Message-Id: <p05100307b81f92788846@[10.0.1.177]>
25711      Branch: perl
25712            ! lib/Pod/Html.pm
25713 ____________________________________________________________________________
25714 [ 13129] By: jhi                                   on 2001/11/20  15:14:49
25715         Log: Need to skip more tests if not perlio.
25716      Branch: perl
25717            ! lib/open.t
25718 ____________________________________________________________________________
25719 [ 13128] By: jhi                                   on 2001/11/20  15:04:55
25720         Log: Pass 3 at perldelta - sort the lists of new modules,
25721              module improvements, and new platforms.
25722      Branch: perl
25723            ! pod/perldelta.pod
25724 ____________________________________________________________________________
25725 [ 13127] By: jhi                                   on 2001/11/20  13:42:22
25726         Log: Document ${^OPEN}.
25727      Branch: perl
25728            ! pod/perlvar.pod
25729 ____________________________________________________________________________
25730 [ 13126] By: pudge                                 on 2001/11/20  03:28:51
25731         Log: Make configpm work with extra keys
25732      Branch: maint-5.6/macperl
25733            ! macos/configpm
25734 ____________________________________________________________________________
25735 [ 13125] By: pudge                                 on 2001/11/20  03:28:09
25736         Log: Version and doc updates
25737      Branch: maint-5.6/macperl
25738            ! macos/MPVersion.r macos/macperl/MacPerl.podhelp
25739 ____________________________________________________________________________
25740 [ 13124] By: pudge                                 on 2001/11/20  03:27:44
25741         Log: More fixes for error message parsing (bug #470316)
25742      Branch: maint-5.6/macperl
25743            ! macos/macish.c
25744 ____________________________________________________________________________
25745 [ 13123] By: pudge                                 on 2001/11/20  03:26:32
25746         Log: Fix ctrl-D handling (bug #471436), more exit fixes (bug #467732),
25747              remove obsolete function (bug #465225)
25748      Branch: maint-5.6/macperl
25749            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
25750            ! macos/macperl/MPScript.c
25751 ____________________________________________________________________________
25752 [ 13122] By: pudge                                 on 2001/11/20  03:20:17
25753         Log: Add p2as droplet to distribution.
25754      Branch: maint-5.6/macperl
25755            + macos/macperl/Droplets/p2as.plx
25756 ____________________________________________________________________________
25757 [ 13121] By: pudge                                 on 2001/11/20  03:10:36
25758         Log: Bundle File::Sort.
25759      Branch: maint-5.6/macperl
25760            + macos/bundled_lib/blib/lib/File/Sort.pm
25761 ____________________________________________________________________________
25762 [ 13120] By: pudge                                 on 2001/11/20  03:09:21
25763         Log: Various bundled module fixes.
25764      Branch: maint-5.6/macperl
25765            ! macos/bundled_ext/Compress/Zlib/Makefile.mk
25766            ! macos/bundled_ext/Digest/MD5/t/files.t
25767            ! macos/bundled_ext/Filter/t/filter-util.pl
25768            ! macos/bundled_lib/blib/lib/Net/Config.pm
25769            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
25770 ____________________________________________________________________________
25771 [ 13119] By: pudge                                 on 2001/11/20  03:08:27
25772         Log: Portability fix for Pod::Html.
25773      Branch: maint-5.6/macperl
25774            ! lib/Pod/Html.pm
25775 ____________________________________________________________________________
25776 [ 13118] By: jhi                                   on 2001/11/20  02:58:38
25777         Log: Upgrade to Text::Balanced 1.89.
25778      Branch: perl
25779            ! lib/Text/Balanced.pm lib/Text/Balanced/Changes
25780            ! lib/Text/Balanced/README lib/Text/Balanced/t/extbrk.t
25781            ! lib/Text/Balanced/t/extcbk.t lib/Text/Balanced/t/extdel.t
25782            ! lib/Text/Balanced/t/extmul.t lib/Text/Balanced/t/extqlk.t
25783            ! lib/Text/Balanced/t/exttag.t lib/Text/Balanced/t/extvar.t
25784            ! lib/Text/Balanced/t/gentag.t
25785 ____________________________________________________________________________
25786 [ 13117] By: jhi                                   on 2001/11/20  02:53:32
25787         Log: Upgrade to NEXT 0.50.
25788      Branch: perl
25789            + lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
25790            + lib/NEXT/t/unseen.t
25791            - lib/NEXT/test.pl
25792            ! MANIFEST lib/NEXT.pm lib/NEXT/Changes lib/NEXT/README
25793 ____________________________________________________________________________
25794 [ 13116] By: pudge                                 on 2001/11/20  02:47:23
25795         Log: Integrate with maint-5.6/perl.
25796      Branch: maint-5.6/macperl
25797           !> win32/win32.c
25798 ____________________________________________________________________________
25799 [ 13115] By: jhi                                   on 2001/11/20  01:57:41
25800         Log: Update the README.threads scary header a bit.
25801      Branch: perl
25802            ! README.threads
25803 ____________________________________________________________________________
25804 [ 13114] By: jhi                                   on 2001/11/20  01:49:59
25805         Log: Pass 2 at perldelta: add some changes since 5.7.2.
25806      Branch: perl
25807            ! pod/perldelta.pod
25808 ____________________________________________________________________________
25809 [ 13113] By: jhi                                   on 2001/11/20  00:55:25
25810         Log: Subject: [DOC PATCH] perlfaq4.pod 
25811              From: Tim Jenness <t.jenness@jach.hawaii.edu>
25812              Date: Mon, 19 Nov 2001 15:31:36 -1000 (HST)
25813              Message-ID: <Pine.LNX.4.33.0111191530180.5914-100000@lapaki>           
25814      Branch: perl
25815            ! pod/perlfaq4.pod
25816 ____________________________________________________________________________
25817 [ 13112] By: jhi                                   on 2001/11/20  00:53:17
25818         Log: Subject: [PATCH perl.c] Extra diagnostics for -DP            
25819              From: Michael G Schwern <schwern@pobox.com> 
25820              Date: Mon, 19 Nov 2001 19:53:12 -0500
25821              Message-ID: <20011119195311.I11883@blackrider>
25822      Branch: perl
25823            ! perl.c
25824 ____________________________________________________________________________
25825 [ 13111] By: jhi                                   on 2001/11/20  00:48:46
25826         Log: Subject: [PATCH: perl@13050] update of vms Makefile.SH analog
25827              From: PPrymmer@factset.com
25828              Date: Mon, 19 Nov 2001 17:08:59 -0500
25829              Message-ID: <OFE1F46859.B4E4C53A-ON85256B09.0078C420@55.25.11>
25830      Branch: perl
25831            ! vms/descrip_mms.template
25832 ____________________________________________________________________________
25833 [ 13110] By: jhi                                   on 2001/11/20  00:39:02
25834         Log: Create a per-interpeter debug scratchpad container
25835              and use that for the regexec debugging.
25836      Branch: perl
25837            ! embedvar.h intrpvar.h perl.c perl.h perlapi.h regexec.c
25838 ____________________________________________________________________________
25839 [ 13109] By: nick                                  on 2001/11/19  22:01:45
25840         Log: Use /proc/self/exe to set $^X on linux (or anywhere new
25841              Configure unit detects the feature).
25842      Branch: metaconfig/U/perl
25843            + procselfexe.U
25844      Branch: perlio
25845            ! Configure config_h.SH
25846 ____________________________________________________________________________
25847 [ 13108] By: nick                                  on 2001/11/19  20:39:17
25848         Log: Integrate mainline
25849      Branch: perlio
25850           +> t/op/or.t
25851           !> (integrate 44 files)
25852 ____________________________________________________________________________
25853 [ 13107] By: jhi                                   on 2001/11/19  20:22:36
25854         Log: sysseek tweak.
25855      Branch: perl
25856            ! pod/perlfunc.pod
25857 ____________________________________________________________________________
25858 [ 13106] By: jhi                                   on 2001/11/19  20:18:42
25859         Log: Move the sysio tests from io/utf8 to lib/open.
25860      Branch: perl
25861            ! lib/open.t t/io/utf8.t
25862 ____________________________________________________________________________
25863 [ 13105] By: nick                                  on 2001/11/19  20:15:39
25864         Log: Add a .package and a README to //depot/metaconfig
25865      Branch: metaconfig
25866            + .package README
25867 ____________________________________________________________________________
25868 [ 13104] By: jhi                                   on 2001/11/19  20:01:54
25869         Log: Thou shalt not mix stdio and sysio.
25870      Branch: perl
25871            ! t/io/utf8.t
25872 ____________________________________________________________________________
25873 [ 13103] By: jhi                                   on 2001/11/19  19:28:40
25874         Log: Update Changes.
25875      Branch: perl
25876            ! Changes patchlevel.h
25877 ____________________________________________________________________________
25878 [ 13102] By: jhi                                   on 2001/11/19  19:17:14
25879         Log: The runops_debug needs to be present always, otherwise
25880              places like AIX which need an explicit symbol export list
25881              will croak when trying to build Devel::Peek (which uses
25882              the runops_debug).
25883      Branch: perl
25884            ! makedef.pl
25885 ____________________________________________________________________________
25886 [ 13101] By: jhi                                   on 2001/11/19  19:06:48
25887         Log: Subject: [PATCH: perl@13050] VMS specific cleanup and strictness for tie_sdbm.t
25888              From: PPrymmer@factset.com 
25889              Date: Mon, 19 Nov 2001 11:34:22 -0500
25890              Message-ID: <OF8BFCD922.9F513397-ON85256B09.005AAA90@55.25.11>
25891      Branch: perl
25892            ! lib/Memoize/t/tie_sdbm.t
25893 ____________________________________________________________________________
25894 [ 13100] By: jhi                                   on 2001/11/19  18:57:11
25895         Log: Retract #13088: it seems that unless dump.c is extensively
25896              reorganized as to what symbols it shows, when, and to whom,
25897              we are stuck with having the dump.o symbols in the libperl
25898              and thusly in the main Perl binary.
25899      Branch: perl
25900            ! embedvar.h perlapi.h perlvars.h
25901 ____________________________________________________________________________
25902 [ 13099] By: jhi                                   on 2001/11/19  18:02:14
25903         Log: The _uni_display should not be in dump.c since they
25904              are used under normal operation (S_not_a_number()).
25905      Branch: perl
25906            ! dump.c embed.h embed.pl global.sym proto.h utf8.c
25907 ____________________________________________________________________________
25908 [ 13098] By: jhi                                   on 2001/11/19  17:37:26
25909         Log: Protect sv_dump() from being included unless DEBUGGING,
25910              as noticed by Ilya.
25911      Branch: perl
25912            ! sv.c
25913 ____________________________________________________________________________
25914 [ 13097] By: jhi                                   on 2001/11/19  15:11:41
25915         Log: Pending further investigation skip the tell() tests.
25916              The tell() is okay on Solaris, HP-UX and Tru64, but fails
25917              (by returning too much) in Linux.
25918      Branch: perl
25919            ! t/io/utf8.t
25920 ____________________________________________________________________________
25921 [ 13096] By: jhi                                   on 2001/11/19  14:28:57
25922         Log: Retract #13082 until a better solution is found:
25923              statics break ithreads.
25924      Branch: perl
25925            ! regexec.c
25926 ____________________________________________________________________________
25927 [ 13095] By: jhi                                   on 2001/11/19  14:24:33
25928         Log: Figures 1 and 2 for UTF-8.
25929      Branch: perl
25930            ! pod/perlunicode.pod
25931 ____________________________________________________________________________
25932 [ 13094] By: jhi                                   on 2001/11/19  14:09:34
25933         Log: Subject: [PATCH] new warning "Useless use of sort in scalar context"
25934              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
25935              Date: Mon, 19 Nov 2001 13:26:45 +0100                 
25936              Message-ID: <20011119132645.A15034@rafael>
25937      Branch: perl
25938            ! op.c pod/perldiag.pod t/lib/warnings/op
25939 ____________________________________________________________________________
25940 [ 13093] By: jhi                                   on 2001/11/19  14:07:20
25941         Log: Subject: [PATCH t/op/closure.t] A little extra debugging output
25942              From: Michael G Schwern <schwern@pobox.com> 
25943              Date: Mon, 19 Nov 2001 03:11:12 -0500                 
25944              Message-ID: <20011119031112.E786@blackrider>
25945      Branch: perl
25946            ! t/op/closure.t
25947 ____________________________________________________________________________
25948 [ 13092] By: jhi                                   on 2001/11/19  14:05:21
25949         Log: Subject: [PATCH MANIFEST t/op/or.t] Double FETCH test
25950              From: Michael G Schwern <schwern@pobox.com>
25951              Date: Mon, 19 Nov 2001 03:42:56 -0500
25952              Message-ID: <20011119034256.I786@blackrider>
25953      Branch: perl
25954            + t/op/or.t
25955            ! MANIFEST
25956 ____________________________________________________________________________
25957 [ 13091] By: jhi                                   on 2001/11/19  13:50:45
25958         Log: Subject: [PATCH] io_poll.t vms/test.com tweaks
25959              From: "Craig A. Berry" <craigberry@mac.com>
25960              Date: Sun, 18 Nov 2001 14:33:48 -0600
25961              Message-Id: <a05101001b81db38899ea@[172.16.52.1]>
25962      Branch: perl
25963            ! ext/IO/lib/IO/t/io_poll.t vms/test.com
25964 ____________________________________________________________________________
25965 [ 13090] By: jhi                                   on 2001/11/19  13:49:28
25966         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
25967              From: Dave Rolsky <autarch@urth.org>
25968              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST)
25969              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
25970      Branch: perl
25971            ! lib/ExtUtils/Manifest.pm
25972 ____________________________________________________________________________
25973 [ 13089] By: jhi                                   on 2001/11/19  13:48:35
25974         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
25975              From: Dave Rolsky <autarch@urth.org>
25976              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST) 
25977              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
25978      Branch: perl
25979            ! lib/ExtUtils/Install.pm
25980 ____________________________________________________________________________
25981 [ 13088] By: jhi                                   on 2001/11/19  13:44:49
25982         Log: The runops_dbg should not be needed.
25983      Branch: perl
25984            ! embedvar.h perlapi.h perlvars.h pod/perlapi.pod
25985 ____________________________________________________________________________
25986 [ 13087] By: jhi                                   on 2001/11/19  13:28:22
25987         Log: do_spawn() cleanup from Charles Lane.
25988      Branch: perl
25989            ! vms/vms.c
25990 ____________________________________________________________________________
25991 [ 13086] By: jhi                                   on 2001/11/19  13:22:26
25992         Log: Update the list of tests.
25993      Branch: perl
25994            ! t/lib/1_compile.t
25995 ____________________________________________________________________________
25996 [ 13085] By: jhi                                   on 2001/11/18  21:57:23
25997         Log: Subject: [PATCH t/lib/warnings/sv] Re: [ID 20011116.125] $a = undef; print "$a\n"; does not warn
25998              From: Michael G Schwern <schwern@pobox.com> 
25999              Date: Fri, 16 Nov 2001 17:37:04 -0500
26000              Message-ID: <20011116173703.L30160@blackrider>
26001      Branch: perl
26002            ! t/lib/warnings/sv
26003 ____________________________________________________________________________
26004 [ 13084] By: jhi                                   on 2001/11/18  21:38:50
26005         Log: FAQ sync.
26006      Branch: perl
26007            ! pod/perlfaq4.pod
26008 ____________________________________________________________________________
26009 [ 13083] By: jhi                                   on 2001/11/18  21:37:06
26010         Log: Integrate perlio; win32 sync.
26011      Branch: perl
26012           !> perlio.c win32/win32io.c
26013 ____________________________________________________________________________
26014 [ 13082] By: jhi                                   on 2001/11/18  19:13:06
26015         Log: (retracted by #13096)
26016              Debugging would be badly skewed by a malloc per regex dump.
26017      Branch: perl
26018            ! regexec.c
26019 ____________________________________________________________________________
26020 [ 13081] By: nick                                  on 2001/11/18  19:08:40
26021         Log: Win32 layer has a dup which needs to match new prototype.
26022      Branch: perlio
26023            ! win32/win32io.c
26024 ____________________________________________________________________________
26025 [ 13080] By: nick                                  on 2001/11/18  19:05:02
26026         Log: Wrong way to get stdio mode used.
26027      Branch: perlio
26028            ! perlio.c
26029 ____________________________________________________________________________
26030 [ 13079] By: jhi                                   on 2001/11/18  18:59:28
26031         Log: Retract #13048: that introduced a malloc() (through savepvn())
26032              to *every* m//, which killed the performance quite badly.
26033      Branch: perl
26034            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
26035 ____________________________________________________________________________
26036 [ 13078] By: jhi                                   on 2001/11/18  17:37:31
26037         Log: Pass 1 at perldelta.pod: sort the section contents
26038              together, drop all but the 5.7.2 known problems,
26039              leave the 5.7.1 security note since that's the
26040              fullest explanation (update the date on that).
26041      Branch: perl
26042            ! pod/perldelta.pod
26043 ____________________________________________________________________________
26044 [ 13077] By: jhi                                   on 2001/11/18  17:07:12
26045         Log: Retract 11635: close 20011113.110, reopen 20010809.028.
26046              
26047              Tiny problem in the test for 20011113.110: I hope
26048              'my $x= [("foo") x 1]' was never going to produce [qw(foo foo)] :-)
26049      Branch: perl
26050            ! pp.c t/op/repeat.t
26051 ____________________________________________________________________________
26052 [ 13076] By: jhi                                   on 2001/11/18  16:46:11
26053         Log: All of syswrite/send/sendto need to return character counts,
26054              and character counts from the offset, not the beginning of
26055              the scalar.
26056      Branch: perl
26057            ! pp_sys.c
26058 ____________________________________________________________________________
26059 [ 13075] By: jhi                                   on 2001/11/18  16:39:32
26060         Log: Integrate PerlIO: duping fixes.
26061      Branch: perl
26062           !> doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
26063           !> ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
26064           !> perliol.h sv.c
26065 ____________________________________________________________________________
26066 [ 13074] By: jhi                                   on 2001/11/18  16:34:29
26067         Log: syswrite() was still returning byte counts, not character counts.
26068      Branch: perl
26069            ! pp_sys.c t/io/utf8.t
26070 ____________________________________________________________________________
26071 [ 13073] By: jhi                                   on 2001/11/18  16:16:17
26072         Log: Add test for sysread().
26073      Branch: perl
26074            ! t/io/utf8.t
26075 ____________________________________________________________________________
26076 [ 13072] By: nick                                  on 2001/11/18  16:15:31
26077         Log: Allow dup'ing of PerlIO::Scalar etc.
26078      Branch: perlio
26079            ! doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
26080            ! ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
26081            ! perliol.h sv.c
26082 ____________________________________________________________________________
26083 [ 13071] By: jhi                                   on 2001/11/18  16:12:32
26084         Log: Prepend a null byte to the test set.
26085      Branch: perl
26086            ! t/io/utf8.t
26087 ____________________________________________________________________________
26088 [ 13070] By: jhi                                   on 2001/11/18  15:13:57
26089         Log: Document how "no utf8;" can become handy.
26090      Branch: perl
26091            ! lib/utf8.pm
26092 ____________________________________________________________________________
26093 [ 13069] By: jhi                                   on 2001/11/18  14:05:23
26094         Log: Integrate perlio; force the inclusion of the PL_runops_*
26095      Branch: perl
26096           !> embedvar.h hv.c perlapi.h perlvars.h pod/perlapi.pod
26097 ____________________________________________________________________________
26098 [ 13068] By: nick                                  on 2001/11/18  13:23:33
26099         Log: embed.pl generated changes I forgot to include
26100      Branch: perlio
26101            ! embedvar.h perlapi.h pod/perlapi.pod
26102 ____________________________________________________________________________
26103 [ 13067] By: nick                                  on 2001/11/18  12:50:19
26104         Log: Force inclusion of both Perl_runops_* in perl itself,
26105              so they are available for Peek.xs etc.
26106      Branch: perlio
26107            ! perlvars.h
26108 ____________________________________________________________________________
26109 [ 13066] By: nick                                  on 2001/11/18  11:00:34
26110         Log: Integrate mainline - a few Devel::Peak fails.
26111      Branch: perlio
26112           +> (branch 29 files)
26113            - ext/Thread/Thread.pm lib/Benchmark.t
26114            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
26115            - lib/Lingua/KO/Hangul/Util/README
26116            - lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Normalize.pm
26117            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
26118            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
26119            - vms/ext/vmsish.pm vms/ext/vmsish.t
26120            ! hv.c
26121           !> (integrate 389 files)
26122 ____________________________________________________________________________
26123 [ 13065] By: jhi                                   on 2001/11/18  01:22:25
26124         Log: Start working on perldelta.  This is not yet any sort of
26125              editing; just concatenating perl570delta, perl571delta,
26126              and perl572delta.  Any sorting not done, any duplicate
26127              removal not done, any removal or update of obsolete items
26128              not done, any changes since 5.7.2 not included.  So there.
26129      Branch: perl
26130            ! pod/perldelta.pod
26131 ____________________________________________________________________________
26132 [ 13064] By: jhi                                   on 2001/11/17  22:22:47
26133         Log: Banish "use utf8".
26134      Branch: perl
26135            ! pod/perlre.pod pod/perlretut.pod pod/perlunicode.pod
26136 ____________________________________________________________________________
26137 [ 13063] By: jhi                                   on 2001/11/17  17:53:38
26138         Log: Tweak from Charles Lane.
26139      Branch: perl
26140            ! vms/vms.c
26141 ____________________________________________________________________________
26142 [ 13062] By: jhi                                   on 2001/11/17  15:35:22
26143         Log: Integrate change #13058 from maintperl;
26144              change#12559 breaks things on Win9x because command.com doesn't
26145              grok dquotes at all; disable all the system() smarts for
26146              command.com
26147      Branch: perl
26148           !> win32/win32.c
26149 ____________________________________________________________________________
26150 [ 13061] By: ams                                   on 2001/11/17  13:46:11
26151         Log: Subject: [PATCH lib/Term/Cap.pm] Sync with CPAN version
26152              From: Jonathan Stowe <gellyfish@gellyfish.com>
26153              Date: Sat, 17 Nov 2001 14:05:02 +0000 (GMT)
26154              Message-Id: <Pine.LNX.4.33.0111171356190.13024-100000@orpheus.gellyfish.com>
26155      Branch: perl
26156            ! lib/Term/Cap.pm
26157 ____________________________________________________________________________
26158 [ 13060] By: ams                                   on 2001/11/17  09:49:10
26159         Log: Subject: [PATCH9 File/Find.pm doc nits
26160              From: Tels <perl_dummy@bloodgate.com>
26161              Date: Sat, 17 Nov 2001 11:41:51 +0100 (CET)
26162      Branch: perl
26163            ! lib/File/Find.pm
26164 ____________________________________________________________________________
26165 [ 13059] By: ams                                   on 2001/11/17  09:38:38
26166         Log: Subject: [PATCH] Benchmark.pm nit
26167              From: Tels <perl_dummy@bloodgate.com>
26168              Date: Sat, 17 Nov 2001 11:29:23 +0100 (CET)
26169      Branch: perl
26170            ! lib/Benchmark.pm
26171 ____________________________________________________________________________
26172 [ 13058] By: gsar                                  on 2001/11/17  03:50:49
26173         Log: change#12559 breaks things on Win9x because command.com doesn't
26174              grok dquotes at all; disable all the system() smarts for
26175              command.com
26176      Branch: maint-5.6/perl
26177            ! win32/win32.c
26178 ____________________________________________________________________________
26179 [ 13057] By: ams                                   on 2001/11/16  20:30:03
26180         Log: Subject: [PATCH] lib/Unicode/UCD.t @INC oddity
26181              From: Andy Dougherty <doughera@lafayette.edu>
26182              Date: Fri, 16 Nov 2001 16:28:45 -0500 (EST)
26183              Message-Id: <Pine.SOL.4.10.10111161625070.7245-100000@maxwell.phys.lafayette.edu>
26184      Branch: perl
26185            ! lib/Unicode/UCD.t
26186 ____________________________________________________________________________
26187 [ 13056] By: jhi                                   on 2001/11/16  19:18:21
26188         Log: Subject: [Patch Perl@13023] VMS system() warning
26189              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
26190              Date: Fri, 16 Nov 2001 15:20:11 EST
26191              Message-Id: <011116152009.39eb8@DUPHY4.Physics.Drexel.Edu>
26192      Branch: perl
26193            ! vms/vms.c
26194 ____________________________________________________________________________
26195 [ 13055] By: jhi                                   on 2001/11/16  19:03:39
26196         Log: It's neither-nor, and protect against the impossible.
26197      Branch: perl
26198            ! lib/Thread.pm
26199 ____________________________________________________________________________
26200 [ 13054] By: jhi                                   on 2001/11/16  18:37:30
26201         Log: 5005threads didn't work because $Thread::VERSION wasn't
26202              visible.  Oops.
26203      Branch: perl
26204            ! ext/Thread/Makefile.PL lib/Thread.pm
26205 ____________________________________________________________________________
26206 [ 13053] By: jhi                                   on 2001/11/16  17:08:15
26207         Log: Robustness against Linux using something else than gcc;
26208              based on
26209              
26210              Subject: [ID 20011116.124] perl 5.6.1 with Intel's icc on RedHat Linux 7.2
26211              From: Charles Randall <cfriv@yahoo.com>
26212              Date: Fri, 16 Nov 2001 09:31:57 -0800 (PST)
26213              Message-Id: <20011116173157.2322.qmail@web20904.mail.yahoo.com>
26214      Branch: perl
26215            ! ext/Errno/Errno_pm.PL
26216 ____________________________________________________________________________
26217 [ 13052] By: ams                                   on 2001/11/16  16:46:39
26218         Log: Subject: Re: [h.m.brand@hccnet.nl: Installman problems]
26219              From: Russ Allbery <rra@stanford.edu>
26220              Date: 16 Nov 2001 09:44:21 -0800
26221              Message-Id: <yln11mwqyy.fsf@windlord.stanford.edu>
26222      Branch: perl
26223            ! lib/Pod/ParseLink.pm
26224 ____________________________________________________________________________
26225 [ 13051] By: jhi                                   on 2001/11/16  15:26:41
26226         Log: Update perluniintro on the UTF-8 output matters
26227              (that -w will warn unless the stream is explicitly UTF-8-ified).
26228      Branch: perl
26229            ! pod/perluniintro.pod
26230 ____________________________________________________________________________
26231 [ 13050] By: jhi                                   on 2001/11/16  15:08:52
26232         Log: Adding new files to MANIFEST is nice.
26233      Branch: perl
26234            ! MANIFEST
26235 ____________________________________________________________________________
26236 [ 13049] By: jhi                                   on 2001/11/16  15:04:45
26237         Log: Update Changes.
26238      Branch: perl
26239            ! Changes patchlevel.h
26240 ____________________________________________________________________________
26241 [ 13048] By: jhi                                   on 2001/11/16  14:46:17
26242         Log: Subject: Re: [PATCH regcomp.[ch], regexp.h, pp_hot.c, t/op/re_tests] lazy $& and \Z fix
26243              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net> 
26244              Date: Wed, 14 Nov 2001 16:35:29 -0500 (EST) 
26245              Message-ID: <Pine.GSO.4.21.0111141634020.16649-100000@crusoe.crusoe.net>
26246      Branch: perl
26247            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
26248 ____________________________________________________________________________
26249 [ 13047] By: jhi                                   on 2001/11/16  14:37:32
26250         Log: Rename perlunintro to perluniintro; regen toc.
26251      Branch: perl
26252            + pod/perluniintro.pod
26253            - pod/perlunintro.pod
26254            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
26255 ____________________________________________________________________________
26256 [ 13046] By: jhi                                   on 2001/11/16  14:14:38
26257         Log: Document the negated lookahead trick to emulate
26258              character class subtraction.
26259      Branch: perl
26260            ! pod/perlunicode.pod
26261 ____________________________________________________________________________
26262 [ 13045] By: jhi                                   on 2001/11/16  14:08:43
26263         Log: Subject: [PATCH perl@13023] Unicode General Category: Cn
26264              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
26265              Date: Fri, 16 Nov 2001 23:31:04 +0900
26266              Message-Id: <20011116232709.23CF.BQW10602@nifty.com>
26267              
26268              (with the tweak that Cntrl is not C, it's Cc)
26269      Branch: perl
26270            ! lib/unicore/In/163.pl lib/unicore/Is/C.pl lib/unicore/Is/Cn.pl
26271            ! lib/unicore/mktables
26272 ____________________________________________________________________________
26273 [ 13044] By: jhi                                   on 2001/11/16  13:42:44
26274         Log: Subject: [PATCH current] runtime runops switch
26275              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26276              Date: Fri, 16 Nov 2001 00:48:09 -0500
26277              Message-ID: <20011116004809.A934@math.ohio-state.edu>
26278      Branch: perl
26279            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.pm
26280            ! ext/Devel/Peek/Peek.xs perl.h pod/perlapi.pod
26281            ! pod/perlintern.pod proto.h run.c
26282 ____________________________________________________________________________
26283 [ 13043] By: jhi                                   on 2001/11/16  13:24:28
26284         Log: Further discourage old Thread code; tell how to tell
26285              the difference.
26286      Branch: perl
26287            ! lib/Thread.pm
26288 ____________________________________________________________________________
26289 [ 13042] By: jhi                                   on 2001/11/16  13:16:13
26290         Log: A missing return; from Charles Lane.
26291      Branch: perl
26292            ! vms/vms.c
26293 ____________________________________________________________________________
26294 [ 13041] By: ams                                   on 2001/11/16  12:11:14
26295         Log: Subject: [PATCH] Doc spellcheck + podcheck
26296              From: Autrijus Tang <autrijus@egb.elixus.org>
26297              Date: Thu, 15 Nov 2001 22:49:05 -0800
26298              Message-Id: <20011116064905.GA44092@egb.elixus.org>
26299              
26300              Subject: [PATCH] podcheck+spellcheck, the rest of the story
26301              From: Autrijus Tang <autrijus@egb.elixus.org>
26302              Date: Fri, 16 Nov 2001 00:42:20 -0800
26303              Message-Id: <20011116084220.GA44295@egb.elixus.org>
26304              
26305              Subject: Re: [PATCH] podcheck+spellcheck, the rest of the story
26306              From: Nicholas Clark <nick@ccl4.org>
26307              Date: Fri, 16 Nov 2001 10:32:01 +0000
26308              Message-Id: <20011116103200.F62891@plum.flirble.org>
26309              (Applied after suitable de-mangling.)
26310      Branch: perl
26311            ! README.aix README.dgux README.dos README.epoc README.hpux
26312            ! README.mint README.mpeix README.netware README.os2
26313            ! README.os390 README.plan9 README.qnx README.solaris
26314            ! README.threads doio.c pod/perl571delta.pod
26315            ! pod/perl572delta.pod pod/perlapi.pod pod/perlapio.pod
26316            ! pod/perldata.pod pod/perlebcdic.pod pod/perlfaq4.pod
26317            ! pod/perlfunc.pod pod/perlguts.pod pod/perlhack.pod
26318            ! pod/perliol.pod pod/perlpod.pod pod/perlpodspec.pod
26319            ! pod/perlrequick.pod pod/perlretut.pod pod/perltodo.pod
26320            ! pod/perlunicode.pod pod/perlvar.pod pp_ctl.c sharedsv.c
26321 ____________________________________________________________________________
26322 [ 13040] By: jhi                                   on 2001/11/16  04:48:16
26323         Log: Avoid redefinedness warning for now.
26324      Branch: perl
26325            ! lib/Thread.pm
26326 ____________________________________________________________________________
26327 [ 13039] By: jhi                                   on 2001/11/16  04:44:30
26328         Log: use strict.
26329      Branch: perl
26330            ! lib/Thread.pm
26331 ____________________________________________________________________________
26332 [ 13038] By: jhi                                   on 2001/11/16  04:40:19
26333         Log: Subject: [PATCH Perl@13023] subprocess command line size increase
26334              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) 
26335              Date: Thu, 15 Nov 2001 22:54:47 EST 
26336              Message-Id: <011115225352.2db1e@DUPHY4.Physics.Drexel.Edu>         
26337      Branch: perl
26338            ! vms/vms.c vms/vmspipe.com
26339 ____________________________________________________________________________
26340 [ 13037] By: jhi                                   on 2001/11/16  04:38:47
26341         Log: Subject: [PATCH lib/File/stat.t] Fix AIX Failure (was Re: Smoke 12998 /pro/3gl/CPAN/perl-current)
26342              From: "chromatic" <chromatic@rmci.net>
26343              Date: Thu, 15 Nov 2001 19:54:23 -0700
26344              Message-ID: <20011116030139.6821.qmail@onion.perl.org>
26345      Branch: perl
26346            ! lib/File/stat.t
26347 ____________________________________________________________________________
26348 [ 13036] By: jhi                                   on 2001/11/16  04:37:52
26349         Log: Make Thread a wrapper for both ithreads and 5005threads.
26350              Needs a lot of work and Arthur's eyeballing (and finishing
26351              few missing odds and ends of threads.pm).  Now Thread
26352              is an extension without its own .pm.
26353              
26354              If there are people who have experience working with
26355              either the 5005threads or the ithreads: cleaning up
26356              the documentation (Thread.pm, threads.pm, and perl*thrtut.pod),
26357              and porting the various Thread::* modules, like Thread::Queue,
26358              to work also with ithreads, is needed.
26359              
26360              Removed the 5005threads requirement from the 5005 tests
26361              for easier testing (not all of them work yet since
26362              they use the Thread::* modules that have not been made
26363              to work with ithreads).  Leave the 5005 tests named as
26364              *.tx so that they are not run by "make test".
26365      Branch: perl
26366            + lib/Thread.pm
26367            - ext/Thread/Thread.pm
26368            ! MANIFEST ext/Thread/Makefile.PL ext/Thread/create.tx
26369            ! ext/Thread/die.tx ext/Thread/die2.tx ext/Thread/io.tx
26370            ! ext/Thread/join.tx ext/Thread/join2.tx ext/Thread/list.tx
26371            ! ext/Thread/lock.tx ext/Thread/queue.tx ext/Thread/specific.tx
26372            ! ext/Thread/sync.tx ext/Thread/sync2.tx ext/Thread/unsync.tx
26373            ! ext/Thread/unsync2.tx ext/Thread/unsync3.tx
26374            ! ext/Thread/unsync4.tx ext/threads/threads.pm pod/perlfunc.pod
26375 ____________________________________________________________________________
26376 [ 13035] By: jhi                                   on 2001/11/16  03:30:38
26377         Log: $VERSION "a5" doesn't quite work.
26378      Branch: perl
26379            ! ext/B/Makefile.PL
26380 ____________________________________________________________________________
26381 [ 13034] By: jhi                                   on 2001/11/16  00:38:41
26382         Log: Add the fruits of Larry Shatzer's version verifying script.
26383              (There are some straddlers, but they will be fixed in the
26384              upcoming releases of the modules.)
26385      Branch: perl
26386            ! bytecode.pl ext/B/B.pm ext/B/B/Asmdata.pm ext/B/B/Bblock.pm
26387            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
26388            ! ext/B/B/Debug.pm ext/B/B/Disassembler.pm ext/B/B/Lint.pm
26389            ! ext/B/B/Showlex.pm ext/B/B/Stackobj.pm ext/B/B/Stash.pm
26390            ! ext/B/B/Terse.pm ext/B/B/Xref.pm ext/B/O.pm
26391            ! ext/Encode/Encode/Tcl.pm ext/Opcode/ops.pm
26392            ! ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
26393            ! ext/Thread/Thread/Signal.pm ext/Thread/Thread/Specific.pm
26394            ! lib/ExtUtils/MM_NW5.pm lib/Locale/Constants.pm lib/vmsish.pm
26395            ! os2/OS2/REXX/DLL/DLL.pm vms/ext/Filespec.pm win32/FindExt.pm
26396            ! wince/FindExt.pm
26397 ____________________________________________________________________________
26398 [ 13033] By: jhi                                   on 2001/11/16  00:37:36
26399         Log: Add Larry Shatzer's VERSION verifying script.
26400      Branch: perl
26401            + Porting/checkVERSION.pl
26402            ! MANIFEST Porting/pumpkin.pod
26403 ____________________________________________________________________________
26404 [ 13032] By: jhi                                   on 2001/11/16  00:09:31
26405         Log: Subject: [PATCH t/io/argv.t OR t/test.pl] runperl(), \n and stdin
26406              From: Michael G Schwern <schwern@pobox.com>
26407              Date: Thu, 15 Nov 2001 19:26:40 -0500
26408              Message-ID: <20011115192640.R31399@blackrider>
26409      Branch: perl
26410            ! t/test.pl
26411 ____________________________________________________________________________
26412 [ 13031] By: jhi                                   on 2001/11/15  23:18:19
26413         Log: Document the MY_CXT business; from Paul Marquess.
26414      Branch: perl
26415            ! pod/perlxs.pod
26416 ____________________________________________________________________________
26417 [ 13030] By: jhi                                   on 2001/11/15  22:03:46
26418         Log: VMSCMD synch attempt.
26419      Branch: perl
26420            ! vms/vms.c vms/vmsish.h
26421 ____________________________________________________________________________
26422 [ 13029] By: jhi                                   on 2001/11/15  21:35:36
26423         Log: Advise against -P as instructed by Schwern.
26424      Branch: perl
26425            ! pod/perlrun.pod
26426 ____________________________________________________________________________
26427 [ 13028] By: jhi                                   on 2001/11/15  21:21:29
26428         Log: Subject: [PATCH] v-strings as Objects Step 1
26429              From: John Peacock <jpeacock@rowman.com>
26430              Date: Thu, 15 Nov 2001 12:41:04 -0500
26431              Message-ID: <3BF3FE30.70D7EDCA@rowman.com>
26432      Branch: perl
26433            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h toke.c
26434            ! util.c
26435 ____________________________________________________________________________
26436 [ 13027] By: jhi                                   on 2001/11/15  21:16:57
26437         Log: Subject: [PATCH] -x  (was Re: [PATCH] new tests for command-line switches)
26438              From: Michael G Schwern <schwern@pobox.com>
26439              Date: Thu, 15 Nov 2001 12:47:59 -0500
26440              Message-ID: <20011115124759.E31399@blackrider>
26441      Branch: perl
26442            + t/run/switchx.aux t/run/switchx.t
26443            ! MANIFEST t/run/switches.t
26444 ____________________________________________________________________________
26445 [ 13026] By: jhi                                   on 2001/11/15  20:55:31
26446         Log: Upgrade to Getopt::Long 2.26_03.
26447      Branch: perl
26448            ! lib/Getopt/Long.pm
26449 ____________________________________________________________________________
26450 [ 13025] By: ams                                   on 2001/11/15  20:46:22
26451         Log: Subject: [PATCH vms/vms.c] VMSCMD missing
26452              From: Michael G Schwern <schwern@pobox.com>
26453              Date: Thu, 15 Nov 2001 16:24:11 -0500
26454              Message-Id: <20011115162411.M31399@blackrider>
26455      Branch: perl
26456            ! vms/vms.c
26457 ____________________________________________________________________________
26458 [ 13024] By: ams                                   on 2001/11/15  19:32:06
26459         Log: Subject: Re: [ID 20010713.001] use lib segmentation fault
26460              From: rspier@pobox.com (Robert Spier)
26461              Date: Thu, 15 Nov 2001 11:19:21 -0800
26462              Message-Id: <15348.5433.732364.963687@rls.cx>
26463      Branch: perl
26464            ! op.c
26465 ____________________________________________________________________________
26466 [ 13023] By: jhi                                   on 2001/11/15  15:35:48
26467         Log: Update Changes.
26468      Branch: perl
26469            ! Changes patchlevel.h
26470 ____________________________________________________________________________
26471 [ 13022] By: jhi                                   on 2001/11/15  15:11:37
26472         Log: Subject: [PATCH] new tests for command-line switches
26473              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
26474              Date: Thu, 15 Nov 2001 17:00:30 +0100
26475              Message-ID: <20011115170030.A14193@rafael>
26476      Branch: perl
26477            + t/run/switches.t
26478            ! MANIFEST
26479 ____________________________________________________________________________
26480 [ 13021] By: jhi                                   on 2001/11/15  15:06:36
26481         Log: Upgrade to podlators 1.13.
26482      Branch: perl
26483            + lib/Pod/ParseLink.pm
26484            ! MANIFEST lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
26485            ! lib/Pod/Text/Color.pm lib/Pod/Text/Overstrike.pm
26486            ! lib/Pod/Text/Termcap.pm pod/pod2man.PL t/pod/lref.xr
26487            ! t/pod/pod2usage.xr t/pod/podselect.xr
26488 ____________________________________________________________________________
26489 [ 13020] By: jhi                                   on 2001/11/15  14:47:29
26490         Log: skip "might be used uninitialized".
26491      Branch: perl
26492            ! pp_sys.c
26493 ____________________________________________________________________________
26494 [ 13019] By: jhi                                   on 2001/11/15  14:35:55
26495         Log: Fix for "perlio bug in koi8-r encoding".  The problem
26496              seemed to be that binmode() always flushed the handle,
26497              which is not so good when switching encodings.  Fixed,
26498              added Matt Sergeant's testcase, documented in perlfunc/binmode,
26499              also added a pointer about disciplines to perlfunc/open,
26500              and in general cleaned up and reformatted the open entry.
26501      Branch: perl
26502            ! ext/PerlIO/t/encoding.t perlio.c pod/perlfunc.pod
26503 ____________________________________________________________________________
26504 [ 13018] By: jhi                                   on 2001/11/15  13:22:57
26505         Log: Subject: Re: [ID 20011114.118] chop and chomp bind too tightly
26506              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
26507              Date: 15 Nov 2001 08:57:06 -0000
26508              Message-Id: <slrn9v70s9.gqe.rgarciasuarez@rafael.kazibao.net>
26509              
26510              chop() and chomp() are not real list functions,
26511              so let's not have them overrideable.  (Casey will
26512              be confused since in #7071 he patched the other way.)
26513      Branch: perl
26514            ! pod/perlfunc.pod toke.c
26515 ____________________________________________________________________________
26516 [ 13017] By: ams                                   on 2001/11/15  12:56:49
26517         Log: Subject: [PATCH pod/perltrap.pod] Re: Strange syntax error with map
26518              From: Robin Barker <rmb1@cise.npl.co.uk>
26519              Date: Thu, 15 Nov 2001 13:48:34 GMT
26520              Message-Id: <200111151348.NAA01299@tempest.npl.co.uk>
26521              (Applied with tweaks.)
26522      Branch: perl
26523            ! pod/perltrap.pod
26524 ____________________________________________________________________________
26525 [ 13016] By: ams                                   on 2001/11/15  09:12:48
26526         Log: Subject: [DOC PATCH] mention Filter::cpp in perlrun
26527              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
26528              Date: Thu, 15 Nov 2001 09:06:39 +0100
26529              Message-Id: <20011115090639.A13005@rafael>
26530      Branch: perl
26531            ! pod/perlrun.pod
26532 ____________________________________________________________________________
26533 [ 13015] By: jhi                                   on 2001/11/15  04:08:50
26534         Log: "link =" from utils.lst was being processed oddly.
26535      Branch: perl
26536            ! installman
26537 ____________________________________________________________________________
26538 [ 13014] By: ams                                   on 2001/11/15  02:52:52
26539         Log: Subject: [PATCH current] CreateTTY in -d
26540              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26541              Date: Wed, 14 Nov 2001 21:26:31 -0500
26542              Message-Id: <20011114212631.A25705@math.ohio-state.edu>
26543      Branch: perl
26544            ! lib/perl5db.pl
26545 ____________________________________________________________________________
26546 [ 13013] By: jhi                                   on 2001/11/15  00:46:07
26547         Log: Corify the Filter::Simple tests. 
26548      Branch: perl
26549            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter.t
26550            ! lib/Filter/Simple/t/filter_only.t
26551 ____________________________________________________________________________
26552 [ 13012] By: jhi                                   on 2001/11/15  00:42:25
26553         Log: Upgrade to Filter::Simple 0.70.
26554      Branch: perl
26555            + lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter_only.t
26556            + t/lib/FilterOnlyTest.pm
26557            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
26558            ! lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
26559            ! t/lib/FilterTest.pm
26560 ____________________________________________________________________________
26561 [ 13011] By: jhi                                   on 2001/11/14  22:38:31
26562         Log: Cleanliness inspired by Cygwin.
26563      Branch: perl
26564            ! Makefile.SH x2p/Makefile.SH
26565 ____________________________________________________________________________
26566 [ 13010] By: jhi                                   on 2001/11/14  22:30:59
26567         Log: Add perlunintro (formerly known as perlunitut); regen toc.
26568      Branch: perl
26569            + pod/perlunintro.pod
26570            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
26571 ____________________________________________________________________________
26572 [ 13009] By: jhi                                   on 2001/11/14  22:27:12
26573         Log: FAQ sync.
26574      Branch: perl
26575            ! pod/perlfaq6.pod
26576 ____________________________________________________________________________
26577 [ 13008] By: jhi                                   on 2001/11/14  22:16:06
26578         Log: Quieten pgcc 2.91.66 worries.
26579      Branch: perl
26580            ! gv.c pp_ctl.c utf8.c
26581 ____________________________________________________________________________
26582 [ 13007] By: jhi                                   on 2001/11/14  22:05:01
26583         Log: Upgrade to Switch 2.06.
26584      Branch: perl
26585            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
26586            ! lib/Switch/t/nested.t
26587 ____________________________________________________________________________
26588 [ 13006] By: jhi                                   on 2001/11/14  21:55:51
26589         Log: Upgrade to Attribute::Handlers 0.76.
26590      Branch: perl
26591            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
26592            ! lib/Attribute/Handlers/README
26593            ! lib/Attribute/Handlers/demo/Demo.pm
26594            ! lib/Attribute/Handlers/demo/Descriptions.pm
26595            ! lib/Attribute/Handlers/demo/MyClass.pm
26596            ! lib/Attribute/Handlers/demo/demo_cycle.pl
26597            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
26598            ! lib/Attribute/Handlers/t/multi.t
26599 ____________________________________________________________________________
26600 [ 13005] By: jhi                                   on 2001/11/14  21:53:22
26601         Log: Signedness nit.
26602      Branch: perl
26603            ! regexec.c
26604 ____________________________________________________________________________
26605 [ 13004] By: jhi                                   on 2001/11/14  21:24:39
26606         Log: VERSIONize.
26607      Branch: perl
26608            ! lib/File/Spec/Epoc.pm lib/PerlIO.pm lib/encoding.pm
26609            ! lib/integer.pm
26610 ____________________________________________________________________________
26611 [ 13003] By: jhi                                   on 2001/11/14  21:17:02
26612         Log: No pod in internal Net::FTP classes.
26613      Branch: perl
26614            ! pod/buildtoc.PL
26615 ____________________________________________________________________________
26616 [ 13002] By: jhi                                   on 2001/11/14  21:11:48
26617         Log: Subject: Re: [PATCH regexec.c] lookahead for REF, MINMOD, PLUS, CURLY* 
26618              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
26619              Date: Wed, 14 Nov 2001 09:59:31 -0500 (EST)
26620              Message-ID: <Pine.GSO.4.21.0111140958390.1124-100000@crusoe.crusoe.net>
26621      Branch: perl
26622            ! regexec.c
26623 ____________________________________________________________________________
26624 [ 13001] By: jhi                                   on 2001/11/14  21:09:48
26625         Log: test.pl tweaks from Rafael and Pudge (assuming I deciphered
26626              Pudge correctly).
26627      Branch: perl
26628            ! t/test.pl
26629 ____________________________________________________________________________
26630 [ 13000] By: jhi                                   on 2001/11/14  21:00:23
26631         Log: Add comments to mark where $^X is being handled.
26632      Branch: perl
26633            ! perl.c toke.c
26634 ____________________________________________________________________________
26635 [ 12999] By: jhi                                   on 2001/11/14  20:45:42
26636         Log: Subject: Re: Test [ID 25] [PATCH t/op/repeat.t] Cleanup and bug test
26637              From: Michael G Schwern <schwern@pobox.com>
26638              Date: Wed, 14 Nov 2001 16:38:25 -0500
26639              Message-ID: <20011114163825.D6519@blackrider>
26640      Branch: perl
26641            ! t/op/repeat.t
26642 ____________________________________________________________________________
26643 [ 12998] By: jhi                                   on 2001/11/14  20:22:06
26644         Log: Subject: [PATCH t/op/die_exit.t] Fwd: [craigberry@mac.com: die_exit.t]
26645              From: Michael G Schwern <schwern@pobox.com>
26646              Date: Wed, 14 Nov 2001 13:19:15 -0500
26647              Message-ID: <20011114131915.K5096@blackrider>
26648      Branch: perl
26649            ! t/op/die_exit.t
26650 ____________________________________________________________________________
26651 [ 12997] By: jhi                                   on 2001/11/14  19:36:57
26652         Log: Subject: Re: [PATCH] new version of runperl()
26653              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
26654              Date: Wed, 14 Nov 2001 15:39:12 EST
26655              Message-Id: <011114153711.30f96@DUPHY4.Physics.Drexel.Edu>
26656              
26657              "VMS $^X pipes etc" patch.
26658      Branch: perl
26659            ! vms/vms.c
26660 ____________________________________________________________________________
26661 [ 12996] By: jhi                                   on 2001/11/14  19:31:01
26662         Log: test.pl runperl() nits from Chris Nandor and Craig Berry,
26663              and add "verbose" option to show the final command.
26664      Branch: perl
26665            ! t/test.pl
26666 ____________________________________________________________________________
26667 [ 12995] By: jhi                                   on 2001/11/14  15:02:29
26668         Log: Goof in some of the comment fields of #12994.
26669      Branch: perl
26670            ! lib/unicore/In/0.pl lib/unicore/In/1.pl lib/unicore/In/2.pl
26671            ! lib/unicore/In/3.pl lib/unicore/In/4.pl lib/unicore/In/5.pl
26672            ! lib/unicore/In/6.pl lib/unicore/In/7.pl lib/unicore/In/8.pl
26673            ! lib/unicore/In/9.pl
26674 ____________________________________________________________________________
26675 [ 12994] By: jhi                                   on 2001/11/14  14:59:32
26676         Log: The First, Last ranges in the Unicode data weren't
26677              getting their general categories added properly;
26678              noticed by Jeffrey Friedl.
26679      Branch: perl
26680            ! lib/unicore/Category.pl lib/unicore/In/0.pl
26681            ! lib/unicore/In/1.pl lib/unicore/In/164.pl
26682            ! lib/unicore/In/169.pl lib/unicore/In/170.pl
26683            ! lib/unicore/In/2.pl lib/unicore/In/3.pl lib/unicore/In/4.pl
26684            ! lib/unicore/In/5.pl lib/unicore/In/6.pl lib/unicore/In/7.pl
26685            ! lib/unicore/In/8.pl lib/unicore/In/9.pl
26686            ! lib/unicore/Is/Alnum.pl lib/unicore/Is/Alpha.pl
26687            ! lib/unicore/Is/C.pl lib/unicore/Is/Cntrl.pl
26688            ! lib/unicore/Is/Co.pl lib/unicore/Is/Cs.pl
26689            ! lib/unicore/Is/Graph.pl lib/unicore/Is/L.pl
26690            ! lib/unicore/Is/Lo.pl lib/unicore/Is/Print.pl
26691            ! lib/unicore/Is/Word.pl lib/unicore/Name.pl
26692            ! lib/unicore/mktables
26693 ____________________________________________________________________________
26694 [ 12993] By: jhi                                   on 2001/11/14  13:54:20
26695         Log: Subject: [PATCH] new version of runperl()
26696              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
26697              Date: Wed, 14 Nov 2001 12:23:01 +0100
26698              Message-ID: <20011114122301.A29384@rafael>
26699      Branch: perl
26700            ! t/io/argv.t t/test.pl
26701 ____________________________________________________________________________
26702 [ 12992] By: ams                                   on 2001/11/14  13:40:39
26703         Log: Subject: [PATCH perl.c] s/parse_perl/parse_body/
26704              From: Michael G Schwern <schwern@pobox.com>
26705              Date: Tue, 13 Nov 2001 23:17:54 -0500
26706              Message-Id: <20011113231754.S32567@blackrider>
26707      Branch: perl
26708            ! perl.c
26709 ____________________________________________________________________________
26710 [ 12991] By: jhi                                   on 2001/11/14  13:24:34
26711         Log: Subject: Re: [PATCH pod/perlapio.pod double-word fix]
26712              From: Philip Newton <Philip.Newton@gmx.net>
26713              Date: Wed, 14 Nov 2001 10:59:53 +0100
26714              Message-ID: <e6b4vt8mfasdv0vlm1tqggqhtjbpchvpmg@4ax.com>
26715              
26716              plus a lot of paragraph reformatting because of long lines.
26717      Branch: perl
26718            ! pod/perlapio.pod
26719 ____________________________________________________________________________
26720 [ 12990] By: jhi                                   on 2001/11/14  13:19:19
26721         Log: A bool is not a pointer.
26722      Branch: perl
26723            ! pp_sys.c
26724 ____________________________________________________________________________
26725 [ 12989] By: jhi                                   on 2001/11/14  02:41:42
26726         Log: AUTHORS updates.
26727      Branch: perl
26728            ! AUTHORS
26729 ____________________________________________________________________________
26730 [ 12988] By: jhi                                   on 2001/11/14  02:18:44
26731         Log: There are several MIME RFCs.
26732      Branch: perl
26733            ! ext/Encode/Encode.pm
26734 ____________________________________________________________________________
26735 [ 12987] By: ams                                   on 2001/11/14  01:09:28
26736         Log: Subject: [PATCH t/op/groups.t vms/test.com] Simple little VMS fix
26737              From: Michael G Schwern <schwern@pobox.com>
26738              Date: Tue, 13 Nov 2001 20:59:13 -0500
26739              Message-Id: <20011113205913.H32567@blackrider>
26740      Branch: perl
26741            ! t/op/groups.t vms/test.com
26742 ____________________________________________________________________________
26743 [ 12986] By: ams                                   on 2001/11/14  01:07:06
26744         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sel.t vms/test.com] VMS fix
26745              From: Michael G Schwern <schwern@pobox.com>
26746              Date: Tue, 13 Nov 2001 20:51:34 -0500
26747              Message-Id: <20011113205134.F32567@blackrider>
26748      Branch: perl
26749            ! ext/IO/lib/IO/t/io_sel.t vms/test.com
26750 ____________________________________________________________________________
26751 [ 12985] By: ams                                   on 2001/11/14  00:43:59
26752         Log: Subject: [PATCH pod/perlport.pod] Re: select() broken under VMS?
26753              From: Michael G Schwern <schwern@pobox.com>
26754              Date: Tue, 13 Nov 2001 20:38:42 -0500
26755              Message-Id: <20011113203842.E32567@blackrider>
26756      Branch: perl
26757            ! pod/perlport.pod
26758 ____________________________________________________________________________
26759 [ 12984] By: ams                                   on 2001/11/14  00:32:15
26760         Log: Subject: [PATCH ext/IO/lib/IO/t/*.t vms/test.com] VMS fixups for IO::* tests
26761              From: Michael G Schwern <schwern@pobox.com>
26762              Date: Tue, 13 Nov 2001 20:27:02 -0500
26763              Message-Id: <20011113202702.D32567@blackrider>
26764      Branch: perl
26765            ! ext/IO/lib/IO/t/io_const.t ext/IO/lib/IO/t/io_dir.t
26766            ! ext/IO/lib/IO/t/io_dup.t ext/IO/lib/IO/t/io_pipe.t
26767            ! ext/IO/lib/IO/t/io_sock.t ext/IO/lib/IO/t/io_unix.t
26768            ! ext/IO/lib/IO/t/io_xs.t vms/test.com
26769 ____________________________________________________________________________
26770 [ 12983] By: ams                                   on 2001/11/14  00:00:27
26771         Log: Subject: [PATCH pod/perlport.pod] s/socket/select/ typo
26772              From: Michael G Schwern <schwern@pobox.com>
26773              Date: Tue, 13 Nov 2001 19:51:59 -0500
26774              Message-Id: <20011113195159.B32567@blackrider>
26775      Branch: perl
26776            ! pod/perlport.pod
26777 ____________________________________________________________________________
26778 [ 12982] By: ams                                   on 2001/11/13  23:53:11
26779         Log: Subject: [PATCH pod/perlapio.pod double-word fix]
26780              From: Larry Shatzer <fugazi@zippy.zyx.net>
26781              Date: Tue, 13 Nov 2001 17:27:59 -0700
26782              Message-Id: <20011113172759.E27768@zippy.zyx.net>
26783      Branch: perl
26784            ! pod/perlapio.pod
26785 ____________________________________________________________________________
26786 [ 12981] By: jhi                                   on 2001/11/13  22:50:27
26787         Log: Fix for the :utf8 read() bug noticed by Matt Sergeant:
26788              "large enough" Unicode characters returned more than one
26789              as their "Unicode size".
26790      Branch: perl
26791            ! pp_sys.c t/io/utf8.t
26792 ____________________________________________________________________________
26793 [ 12980] By: ams                                   on 2001/11/13  19:32:33
26794         Log: Subject: [PATCH] vms/gen_shrfls.pl tweak
26795              From: "Craig A. Berry" <craigberry@mac.com>
26796              Date: Tue, 13 Nov 2001 14:33:25 -0600
26797              Message-Id: <5.1.0.14.2.20011113142319.01c3ad50@exchi01>
26798      Branch: perl
26799            ! vms/gen_shrfls.pl
26800 ____________________________________________________________________________
26801 [ 12979] By: jhi                                   on 2001/11/13  18:10:15
26802         Log: Subject: Minor patch to Encode.pm (detypo)
26803              From: "Philip Newton" <Philip.Newton@gmx.net>
26804              Date: Tue, 13 Nov 2001 20:11:01 +0100
26805              Message-ID: <20011113.200845@ID-11583.news.dfncis.de>
26806      Branch: perl
26807            ! ext/Encode/Encode.pm
26808 ____________________________________________________________________________
26809 [ 12978] By: jhi                                   on 2001/11/13  17:55:02
26810         Log: Evil tabulators.
26811      Branch: perl
26812            ! ext/Encode/Encode.pm
26813 ____________________________________________________________________________
26814 [ 12977] By: jhi                                   on 2001/11/13  17:52:17
26815         Log: Document the available encodings.
26816      Branch: perl
26817            ! ext/Encode/Encode.pm
26818 ____________________________________________________________________________
26819 [ 12976] By: ams                                   on 2001/11/13  17:14:07
26820         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
26821              From: Barrie Slaymaker <barries@slaysys.com>
26822              Date: Tue, 13 Nov 2001 12:41:36 -0500
26823              Message-Id: <20011113124133.C24305@sizzle.whoville.com>
26824      Branch: perl
26825            ! t/op/universal.t
26826 ____________________________________________________________________________
26827 [ 12975] By: ams                                   on 2001/11/13  16:24:21
26828         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
26829              From: Barrie Slaymaker <barries@slaysys.com>
26830              Date: Tue, 13 Nov 2001 10:56:20 -0500
26831              Message-Id: <20011113105620.B24192@sizzle.whoville.com>
26832              (Test applied with minor tweaks and ->isa("HASH") omission.)
26833      Branch: perl
26834            ! lib/UNIVERSAL.pm t/op/universal.t
26835 ____________________________________________________________________________
26836 [ 12974] By: ams                                   on 2001/11/13  15:46:07
26837         Log: Subject: [PATCH Benchmark.pm] docco tweaks
26838              From: Barrie Slaymaker <barries@slaysys.com>
26839              Date: Tue, 13 Nov 2001 11:34:45 -0500
26840              Message-Id: <20011113113442.B24305@sizzle.whoville.com>
26841      Branch: perl
26842            ! lib/Benchmark.pm
26843 ____________________________________________________________________________
26844 [ 12973] By: jhi                                   on 2001/11/13  13:42:40
26845         Log: Subject: [PATCH] Attack of the C loops, round 1
26846              From: Richard Soderberg <rs@oregonnet.com>
26847              Date: Mon, 12 Nov 2001 12:07:29 -0800
26848              Message-Id: <200111122007.MAA01994@oregonnet.com>
26849              
26850              Subject: [PATCH] bytecode.pl (tiny patch)
26851              From: Richard Soderberg <rs@oregonnet.com>
26852              Date: Mon, 12 Nov 2001 12:53:24 -0800
26853              Message-Id: <200111122053.MAA06272@oregonnet.com>
26854      Branch: perl
26855            ! bytecode.pl installhtml
26856 ____________________________________________________________________________
26857 [ 12972] By: jhi                                   on 2001/11/13  13:41:02
26858         Log: Subject: [PATCH] Update to Filter::Util::Call
26859              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
26860              Date: Sun, 11 Nov 2001 22:33:33 -0000
26861              Message-ID: <AIEAJICLCBDNAAOLLOKLAEKFDEAA.Paul_Marquess@Yahoo.co.uk>
26862              
26863              Use the new CXT* macros.
26864      Branch: perl
26865            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
26866 ____________________________________________________________________________
26867 [ 12971] By: jhi                                   on 2001/11/13  13:31:34
26868         Log: Subject: [PATCH vms/ext/vmsish.* vms/descrip_mms.template MANIFEST] Making vmsish.pm a no-op on non-VMS  
26869              From: Michael G Schwern <schwern@pobox.com>
26870              Date: Mon, 12 Nov 2001 20:50:34 -0500
26871              Message-ID: <20011112205034.H2888@blackrider>
26872      Branch: perl
26873            + lib/vmsish.pm lib/vmsish.t
26874            - vms/ext/vmsish.pm vms/ext/vmsish.t
26875            ! MANIFEST vms/descrip_mms.template
26876 ____________________________________________________________________________
26877 [ 12970] By: jhi                                   on 2001/11/13  13:09:23
26878         Log: :utf8 works only with perlio.
26879      Branch: perl
26880            ! lib/open.t
26881 ____________________________________________________________________________
26882 [ 12969] By: jhi                                   on 2001/11/13  13:03:36
26883         Log: Subject: Re: @Config -"des" not quite working on VMS
26884              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
26885              Date: Tue, 13 Nov 2001 08:35:13 EST 
26886              Message-Id: <011113083447.28742@DUPHY4.Physics.Drexel.Edu>
26887      Branch: perl
26888            ! configure.com
26889 ____________________________________________________________________________
26890 [ 12968] By: jhi                                   on 2001/11/13  12:59:11
26891         Log: Subject: [PATCH] lib/charnames.pm 
26892              From: Jeffrey Friedl <jfriedl@yahoo.com>
26893              Date: Tue, 13 Nov 2001 00:36:21 -0800 (PST) 
26894              Message-Id: <200111130836.fAD8aLG76010@ventrue.corp.yahoo.com>
26895      Branch: perl
26896            ! lib/charnames.pm
26897 ____________________________________________________________________________
26898 [ 12967] By: pudge                                 on 2001/11/13  05:44:13
26899         Log: Docs for Mac::err.
26900      Branch: maint-5.6/macperl
26901            ! macos/ext/Mac/err/err.pm
26902 ____________________________________________________________________________
26903 [ 12966] By: pudge                                 on 2001/11/13  05:43:58
26904         Log: Some cleanup; change some globals to references for
26905              possible persistence later.
26906      Branch: maint-5.6/macperl
26907            ! macos/lib/Mac/Glue.pm
26908 ____________________________________________________________________________
26909 [ 12965] By: pudge                                 on 2001/11/13  05:42:59
26910         Log: Add in a bunch of Mac OS 9 constants for Mac::Files.
26911      Branch: maint-5.6/macperl
26912            ! macos/ext/Mac/Files/Files.pm
26913 ____________________________________________________________________________
26914 [ 12964] By: pudge                                 on 2001/11/13  05:42:35
26915         Log: Get Mac::Navigation to compile (bug #464684).
26916      Branch: maint-5.6/macperl
26917            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
26918            ! macos/ext/Mac/Navigation/Makefile.PL
26919            ! macos/ext/Mac/Navigation/Navigation.xs
26920            ! macos/macperl/Makefile.mk
26921 ____________________________________________________________________________
26922 [ 12963] By: pudge                                 on 2001/11/13  05:41:12
26923         Log: Add in modules and POD to help menu.
26924      Branch: maint-5.6/macperl
26925            ! macos/macperl/MacPerl.podhelp
26926 ____________________________________________________________________________
26927 [ 12962] By: pudge                                 on 2001/11/13  05:28:18
26928         Log: Update bundled modules.
26929      Branch: maint-5.6/macperl
26930            + macos/bundled_ext/Filter/t/FilterTest.pm
26931            + macos/bundled_ext/List/Util/t/shuffle.t
26932            + macos/bundled_ext/Storable/t/compat06.t
26933            + macos/bundled_ext/Storable/t/st-dump.pl
26934            + macos/bundled_ext/Time/HiRes/hints/dynixptx.pl
26935            + macos/bundled_lib/blib/lib/LWP/ConnCache.pm
26936            + macos/bundled_lib/blib/lib/LWP/Protocol/http10.pm
26937            + macos/bundled_lib/blib/lib/LWP/Protocol/https10.pm
26938            + macos/bundled_lib/blib/lib/LWP/Protocol/nogo.pm
26939            + macos/bundled_lib/blib/lib/Net/HTTP/NB.pm
26940            + macos/bundled_lib/blib/lib/lwpcook.pod
26941            + macos/bundled_lib/t/Filter/Simple/filter.t
26942            + macos/bundled_lib/t/Switch/t/given.t
26943            + macos/bundled_lib/t/Switch/t/nested.t
26944            + macos/bundled_lib/t/Switch/t/switch.t
26945            + macos/bundled_lib/t/Text/Balanced/t/extbrk.t
26946            + macos/bundled_lib/t/Text/Balanced/t/extcbk.t
26947            + macos/bundled_lib/t/Text/Balanced/t/extdel.t
26948            + macos/bundled_lib/t/Text/Balanced/t/extmul.t
26949            + macos/bundled_lib/t/Text/Balanced/t/extqlk.t
26950            + macos/bundled_lib/t/Text/Balanced/t/exttag.t
26951            + macos/bundled_lib/t/Text/Balanced/t/extvar.t
26952            + macos/bundled_lib/t/Text/Balanced/t/gentag.t
26953            + macos/bundled_lib/t/URI/rfc2732.t
26954            + macos/bundled_lib/t/libnet/config.t
26955            + macos/bundled_lib/t/libnet/libnet_t.pl
26956            + macos/bundled_lib/t/libwww-perl/live/google.t
26957            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-b.t
26958            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-d.t
26959            + macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
26960            + macos/bundled_lib/t/libwww-perl/live/jigsaw-md5.t
26961            + macos/bundled_lib/t/libwww-perl/live/jigsaw-neg.t
26962            + macos/bundled_lib/t/libwww-perl/live/jigsaw-te.t
26963            + macos/bundled_lib/t/libwww-perl/live/validator.t
26964            - macos/bundled_ext/Filter/t/MyFilter.pm
26965            - macos/bundled_ext/Storable/t/compat-0.6.t
26966            - macos/bundled_ext/Storable/t/dump.pl
26967            - macos/bundled_ext/Time/Piece/Makefile.PL
26968            - macos/bundled_ext/Time/Piece/Piece.pm
26969            - macos/bundled_ext/Time/Piece/Piece.t
26970            - macos/bundled_ext/Time/Piece/Piece.xs
26971            - macos/bundled_ext/Time/Piece/README
26972            - macos/bundled_ext/Time/Piece/Seconds.pm
26973            - macos/bundled_lib/blib/lib/LWP/Protocol/http11.pm
26974            - macos/bundled_lib/blib/lib/Net/DummyInetd.pm
26975            - macos/bundled_lib/blib/lib/Net/PH.pm
26976            - macos/bundled_lib/blib/lib/Net/SNPP.pm
26977            - macos/bundled_lib/blib/lib/Text/Balanced.pod
26978            - macos/bundled_lib/t/Filter/Simple/test.pl
26979            - macos/bundled_lib/t/Switch/test.pl
26980            - macos/bundled_lib/t/Text/Balanced/t/genxt.t
26981            - macos/bundled_lib/t/Text/Balanced/t/xbrak.t
26982            - macos/bundled_lib/t/Text/Balanced/t/xcode.t
26983            - macos/bundled_lib/t/Text/Balanced/t/xdeli.t
26984            - macos/bundled_lib/t/Text/Balanced/t/xmult.t
26985            - macos/bundled_lib/t/Text/Balanced/t/xquot.t
26986            - macos/bundled_lib/t/Text/Balanced/t/xtagg.t
26987            - macos/bundled_lib/t/Text/Balanced/t/xvari.t
26988            - macos/bundled_lib/t/libnet/ph.t
26989            ! (edit 125 files)
26990 ____________________________________________________________________________
26991 [ 12961] By: ams                                   on 2001/11/13  00:45:08
26992         Log: Subject: [PATCH pod/perlport.pod] exit docs out of order
26993              From: Michael G Schwern <schwern@pobox.com>
26994              Date: Mon, 12 Nov 2001 20:16:45 -0500
26995              Message-Id: <20011112201644.G2888@blackrider>
26996      Branch: perl
26997            ! pod/perlport.pod
26998 ____________________________________________________________________________
26999 [ 12960] By: ams                                   on 2001/11/12  23:54:00
27000         Log: Subject: [PATCH t/io/dup.t ext/IO/lib/IO/t/io_dup.t vms/test.com]
27001              Recoving dup tests for VMS
27002              From: Michael G Schwern <schwern@pobox.com>
27003              Date: Mon, 12 Nov 2001 19:35:33 -0500
27004              Message-Id: <20011112193533.D2888@blackrider>
27005      Branch: perl
27006            ! ext/IO/lib/IO/t/io_dup.t t/io/dup.t vms/test.com
27007 ____________________________________________________________________________
27008 [ 12959] By: jhi                                   on 2001/11/12  20:23:59
27009         Log: Update Changes.
27010      Branch: perl
27011            ! Changes patchlevel.h
27012 ____________________________________________________________________________
27013 [ 12958] By: jhi                                   on 2001/11/12  16:33:01
27014         Log: Subject: [Patch Perl@12856] MULTIPLICITY on VMS                
27015              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)             
27016              Date: Mon, 12 Nov 2001 12:35:18 EST 
27017              Message-Id: <011112123409.27041@DUPHY4.Physics.Drexel.Edu>
27018      Branch: perl
27019            ! ext/Cwd/Cwd.xs perlio.c vms/ext/Stdio/Stdio.xs
27020            ! vms/gen_shrfls.pl vms/sockadapt.c vms/vms.c
27021 ____________________________________________________________________________
27022 [ 12957] By: jhi                                   on 2001/11/12  15:26:37
27023         Log: Subject: [PATCH File::Spec::Win32::abs2rel] remove volume from result
27024              From: Barrie Slaymaker <barries@slaysys.com>
27025              Date: Mon, 12 Nov 2001 11:19:52 -0500
27026              Message-ID: <20011112111948.C7626@sizzle.whoville.com>
27027      Branch: perl
27028            ! lib/File/Spec.t lib/File/Spec/Win32.pm
27029 ____________________________________________________________________________
27030 [ 12956] By: jhi                                   on 2001/11/12  15:23:48
27031         Log: Subject: [PATCH Benchmark.pm] Add "none" style to cmpthese(), alter result
27032              From: Barrie Slaymaker <barries@slaysys.com>
27033              Date: Mon, 12 Nov 2001 11:07:36 -0500
27034              Message-ID: <20011112110733.B7626@sizzle.whoville.com>
27035      Branch: perl
27036            ! lib/Benchmark.pm
27037 ____________________________________________________________________________
27038 [ 12955] By: jhi                                   on 2001/11/12  15:22:23
27039         Log: Misplaced test, noticed by Barrie Slaymaker.
27040              (We are missing Benchmark tests, then.)
27041      Branch: perl
27042            + ext/Devel/DProf/DProf.t
27043            - lib/Benchmark.t
27044            ! MANIFEST
27045 ____________________________________________________________________________
27046 [ 12954] By: jhi                                   on 2001/11/12  14:50:44
27047         Log: Subject: [PATCH] a few typo fixes 
27048              From: Jeffrey Friedl <jfriedl@yahoo.com>
27049              Date: Sun, 11 Nov 2001 21:15:18 -0800 (PST)
27050              Message-Id: <200111120515.fAC5FIc74795@ventrue.corp.yahoo.com>
27051              
27052              Patching README.foo instead of pod/perlfoo.pod,
27053              not patching Math::BigInt (Tels will take care of that),
27054              dropping broken hv.c and sv.h patches, patching libnetcfg.PL
27055              and perldoc.PL instead of libnetcfg and perldoc, patching
27056              ext/Digest/MD5/t/files.t since MD5.pm was changed.
27057      Branch: perl
27058            ! (edit 109 files)
27059 ____________________________________________________________________________
27060 [ 12953] By: jhi                                   on 2001/11/12  13:11:55
27061         Log: Add a note about the dangers of bad UTF-8.
27062      Branch: perl
27063            ! pod/perlunicode.pod
27064 ____________________________________________________________________________
27065 [ 12952] By: jhi                                   on 2001/11/12  12:54:52
27066         Log: NetWare Nit from Ananth Kesari.
27067      Branch: perl
27068            ! NetWare/config.wc
27069 ____________________________________________________________________________
27070 [ 12951] By: jhi                                   on 2001/11/12  12:32:13
27071         Log: Ooops.  I was "fixing" the wrong routine in #12947 and #12950.
27072      Branch: perl
27073            ! ext/Encode/Encode.pm
27074 ____________________________________________________________________________
27075 [ 12950] By: jhi                                   on 2001/11/12  12:14:53
27076         Log: (retracted by #12951)
27077      Branch: perl
27078            ! ext/Encode/Encode.pm
27079 ____________________________________________________________________________
27080 [ 12949] By: ams                                   on 2001/11/12  06:40:18
27081         Log: Subject: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
27082              From: Robert Spier <rspier@pobox.com>
27083              Date: Sun, 11 Nov 2001 18:50:18 -0800
27084              Message-Id: <15343.14570.121505.233336@rls.cx>
27085              
27086              Subject: Re: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
27087              From: Rick Delaney <rick.delaney@home.com>
27088              Date: 12 Nov 2001 00:15:52 -0500
27089              Message-Id: <m3wv0wmuwn.fsf@cs839290-a.mtth1.on.wave.home.com>
27090      Branch: perl
27091            ! pp_hot.c t/op/taint.t
27092 ____________________________________________________________________________
27093 [ 12948] By: jhi                                   on 2001/11/12  01:23:58
27094         Log: It seems that we actually have this detail implemented
27095              as for as Level 1 Support of Unicode regex support is
27096              concerned: at Level 1 only 1:1 support for loose
27097              (aka caseless, aka caseigoring ) matching is required.
27098      Branch: perl
27099            ! pod/perlunicode.pod
27100 ____________________________________________________________________________
27101 [ 12947] By: jhi                                   on 2001/11/11  21:41:44
27102         Log: (retracted by #12951)
27103      Branch: perl
27104            ! ext/Encode/Encode.pm
27105 ____________________________________________________________________________
27106 [ 12946] By: jhi                                   on 2001/11/11  21:09:31
27107         Log: BOM, bom, Bom.
27108      Branch: perl
27109            ! pod/perlunicode.pod
27110 ____________________________________________________________________________
27111 [ 12945] By: jhi                                   on 2001/11/11  21:07:18
27112         Log: Upgrade to Math::BigInt 1.46.
27113      Branch: perl
27114            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
27115            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
27116            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
27117            ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/mbimbf.t
27118            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
27119 ____________________________________________________________________________
27120 [ 12944] By: jhi                                   on 2001/11/11  18:52:22
27121         Log: Subject: Re: PERFORCE change 12943 for review
27122              From: "Philip Newton" <Philip.Newton@gmx.net>
27123              Date: Sun, 11 Nov 2001 20:53:36 +0100
27124              Message-ID: <20011111.204950@ID-11583.news.dfncis.de>           
27125      Branch: perl
27126            ! pod/perlunicode.pod
27127 ____________________________________________________________________________
27128 [ 12943] By: jhi                                   on 2001/11/11  18:00:03
27129         Log: Doc updates; make the Unicode discussions a little
27130              bit less alarming, and add information about encodings,
27131              surrogates, and BOMs.
27132      Branch: perl
27133            ! pod/perlunicode.pod
27134 ____________________________________________________________________________
27135 [ 12942] By: ams                                   on 2001/11/11  16:45:00
27136         Log: Subject: [PATCH @12917] Unicode::Collate v0.09
27137              From: =?ISO-2022-JP?B?GyRCRGdXIkNOOVQbKEI=?= <bqw10602@nifty.com>
27138              Date: Mon, 12 Nov 2001 00:22:57 +0900
27139              Message-Id: <20011112002232.BD46.BQW10602@nifty.com>
27140      Branch: perl
27141            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
27142            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
27143 ____________________________________________________________________________
27144 [ 12941] By: ams                                   on 2001/11/11  13:01:40
27145         Log: Subject: Re: PERFORCE change 12929 for review
27146              From: "Philip Newton" <Philip.Newton@gmx.net>
27147              Date: Sun, 11 Nov 2001 14:27:44 +0100
27148              Message-Id: <20011111.142505@ID-11583.news.dfncis.de>
27149      Branch: perl
27150            ! MANIFEST
27151 ____________________________________________________________________________
27152 [ 12940] By: ams                                   on 2001/11/11  05:06:43
27153         Log: Subject: [PATCH t/op/chdir.t] %ENV protection
27154              From: Michael G Schwern <schwern@pobox.com>
27155              Date: Thu, 8 Nov 2001 22:56:45 -0500
27156              Message-Id: <20011108225645.H5587@blackrider>
27157      Branch: perl
27158            ! t/op/chdir.t
27159 ____________________________________________________________________________
27160 [ 12939] By: ams                                   on 2001/11/11  05:01:00
27161         Log: Subject: [PATCH ext/Cwd/t/cwd.t] VMS fixage and cleanup
27162              From: Michael G Schwern <schwern@pobox.com>
27163              Date: Sun, 11 Nov 2001 00:54:43 -0500
27164              Message-Id: <20011111005443.A24450@blackrider>
27165      Branch: perl
27166            ! ext/Cwd/t/cwd.t
27167 ____________________________________________________________________________
27168 [ 12938] By: ams                                   on 2001/11/11  03:25:13
27169         Log: Subject: [PATCH lib/File/stat.pm lib/File/stat.t]
27170              (was Re: [ID 20011110.104] File::stat vs. $! conflict)
27171              From: "chromatic" <chromatic@rmci.net>
27172              Date: Sat, 10 Nov 2001 21:03:20 -0700
27173              Message-Id: <20011111041025.12984.qmail@onion.perl.org>
27174      Branch: perl
27175            ! lib/File/stat.pm lib/File/stat.t
27176 ____________________________________________________________________________
27177 [ 12937] By: ams                                   on 2001/11/11  02:05:23
27178         Log: Subject: Re: [PATCH] resurrect t/op/magic.t on VMS
27179              From: "Craig A. Berry" <craigberry@mac.com>
27180              Date: Sat, 10 Nov 2001 17:23:52 -0600
27181              Message-Id: <5.1.0.14.2.20011110171532.028bcaa8@mail.mac.com>
27182      Branch: perl
27183            ! t/op/magic.t
27184 ____________________________________________________________________________
27185 [ 12936] By: jhi                                   on 2001/11/10  18:55:21
27186         Log: Bah.  %X doesn't mean 0xC1, it means 0XC1.  So let's %x.
27187      Branch: perl
27188            ! lib/open.pm lib/open.t
27189 ____________________________________________________________________________
27190 [ 12935] By: jhi                                   on 2001/11/10  17:47:21
27191         Log: The Official name of ASCII.
27192      Branch: perl
27193            ! ext/Encode/Encode.pm
27194 ____________________________________________________________________________
27195 [ 12934] By: jhi                                   on 2001/11/10  17:44:27
27196         Log: The KOI8-R example wasn't quite right.
27197      Branch: perl
27198            ! lib/open.pm lib/open.t
27199 ____________________________________________________________________________
27200 [ 12933] By: jhi                                   on 2001/11/10  17:30:52
27201         Log: Enhance the open pragma to support :utf8, :locale,
27202              and :encoding directly as special cases, and rename
27203              the INOUT to IO.
27204      Branch: perl
27205            ! ext/Encode/Encode.pm lib/open.pm lib/open.t perlio.c
27206 ____________________________________________________________________________
27207 [ 12932] By: jhi                                   on 2001/11/10  15:15:29
27208         Log: Document the UTF-16 surrogate encoding and decoding.
27209      Branch: perl
27210            ! ext/Encode/Encode.pm
27211 ____________________________________________________________________________
27212 [ 12931] By: jhi                                   on 2001/11/10  15:05:56
27213         Log: A potential recursion breaker.
27214      Branch: perl
27215            ! sv.c
27216 ____________________________________________________________________________
27217 [ 12930] By: ams                                   on 2001/11/10  07:46:53
27218         Log: Subject: [PATCH] Add core switch to CGI.pm distribution tests
27219              (was Re: perl@12892)
27220              From: "chromatic" <chromatic@rmci.net>
27221              Date: Sat, 10 Nov 2001 01:28:09 -0700
27222              Message-Id: <20011110083514.86488.qmail@onion.perl.org>
27223      Branch: perl
27224            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
27225            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
27226            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
27227            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
27228 ____________________________________________________________________________
27229 [ 12929] By: jhi                                   on 2001/11/10  06:38:07
27230         Log: Add a test for the bytes pragma.
27231      Branch: perl
27232            + lib/bytes.t
27233            ! MANIFEST
27234 ____________________________________________________________________________
27235 [ 12928] By: jhi                                   on 2001/11/10  06:10:39
27236         Log: Doc update.
27237      Branch: perl
27238            ! lib/bytes.pm
27239 ____________________________________________________________________________
27240 [ 12927] By: jhi                                   on 2001/11/10  04:19:44
27241         Log: Cease to exist.
27242      Branch: perl
27243            - lib/Unicode/Normalize.pm
27244 ____________________________________________________________________________
27245 [ 12926] By: ams                                   on 2001/11/10  03:23:16
27246         Log: Subject: [patch] my_setenv speedup + fixes
27247              From: Doug MacEachern <dougm@covalent.net>
27248              Date: Fri, 9 Nov 2001 18:13:18 -0800 (PST)
27249              Message-Id: <Pine.LNX.4.21.0111091808500.22397-100000@localhost>
27250      Branch: perl
27251            ! util.c
27252 ____________________________________________________________________________
27253 [ 12925] By: jhi                                   on 2001/11/10  01:55:13
27254         Log: Newline trouble.
27255      Branch: perl
27256            ! lib/ExtUtils/Embed.t
27257 ____________________________________________________________________________
27258 [ 12924] By: jhi                                   on 2001/11/10  01:42:29
27259         Log: Subject: [PATCH perl@12917] vms/munchconfig.c line length fix
27260              From: "Craig A. Berry" <craigberry@mac.com>
27261              Date: Fri, 09 Nov 2001 18:13:16 -0600
27262              Message-Id: <5.1.0.14.2.20011109180651.02b31d20@exchi01>
27263      Branch: perl
27264            ! vms/munchconfig.c
27265 ____________________________________________________________________________
27266 [ 12923] By: jhi                                   on 2001/11/10  01:39:01
27267         Log: Subject: [PATCH] new tests for swiches -n -p -a -F
27268              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
27269              Date: Sat, 10 Nov 2001 00:10:45 +0100
27270              Message-ID: <20011110001045.A11945@rafael>
27271      Branch: perl
27272            + t/run/noswitch.t t/run/switchF.t t/run/switcha.t
27273            + t/run/switchn.t t/run/switchp.t
27274            ! MANIFEST
27275 ____________________________________________________________________________
27276 [ 12922] By: jhi                                   on 2001/11/10  01:34:51
27277         Log: Subject: [PATCH] some tests not cleaning up properly               
27278              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
27279              Date: Fri, 9 Nov 2001 22:13:10 +0100
27280              Message-ID: <20011109221310.A11115@rafael>
27281      Branch: perl
27282            ! ext/Cwd/t/cwd.t t/io/argv.t
27283 ____________________________________________________________________________
27284 [ 12921] By: jhi                                   on 2001/11/10  01:32:52
27285         Log: Subject: [Patch Perl@12892] a *real* Embed test for VMS           
27286              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
27287              Date: Fri, 9 Nov 2001 15:07:19 EST
27288              Message-Id: <011109150622.16fb0@DUPHY4.Physics.Drexel.Edu>
27289      Branch: perl
27290            ! lib/ExtUtils/Embed.t
27291 ____________________________________________________________________________
27292 [ 12920] By: dougm                                 on 2001/11/10  00:34:50
27293         Log: when PERL_USE_SAFE_PUTENV is defined environ will not
27294              have been copied so it shouldn't be freed in perl_destruct()
27295      Branch: perl
27296            ! perl.c
27297 ____________________________________________________________________________
27298 [ 12919] By: ams                                   on 2001/11/09  15:36:22
27299         Log: Subject: [PATCH ext/Cwd/t/cwd.t] Cwd test not cleaning up after itself
27300              From: Michael G Schwern <schwern@pobox.com>
27301              Date: Fri, 9 Nov 2001 00:38:59 -0500
27302              Message-Id: <20011109003859.K5587@blackrider>
27303              (Applied with directory name changes suggested by Craig Berry.)
27304      Branch: perl
27305            ! ext/Cwd/t/cwd.t
27306 ____________________________________________________________________________
27307 [ 12918] By: ams                                   on 2001/11/09  15:29:15
27308         Log: Subject: [PATCH vms/ext/filespec.t] Cleanup & fix of unsafe filename
27309              From: Michael G Schwern <schwern@pobox.com>
27310              Date: Fri, 9 Nov 2001 01:44:14 -0500
27311              Message-Id: <20011109014414.N5587@blackrider>
27312      Branch: perl
27313            ! vms/ext/filespec.t
27314 ____________________________________________________________________________
27315 [ 12917] By: jhi                                   on 2001/11/09  14:39:14
27316         Log: Update Changes.
27317      Branch: perl
27318            ! Changes patchlevel.h
27319 ____________________________________________________________________________
27320 [ 12916] By: jhi                                   on 2001/11/09  14:33:39
27321         Log: Regen toc.
27322      Branch: perl
27323            ! pod/perltoc.pod
27324 ____________________________________________________________________________
27325 [ 12915] By: jhi                                   on 2001/11/09  14:08:30
27326         Log: JPL sync: CVSROOT=:pserver:anoncvs@as220.org:/home/cvsroot,
27327              see http://www.jepstone.net/bjepson//jpl/cvs.html
27328      Branch: perl
27329            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
27330 ____________________________________________________________________________
27331 [ 12914] By: ams                                   on 2001/11/09  14:05:12
27332         Log: Subject: [PATCH vms/test.com] VMS test.com running in wrong order?
27333              From: Michael G Schwern <schwern@pobox.com>
27334              Date: Thu, 8 Nov 2001 22:05:49 -0500
27335              Message-Id: <20011108220549.F5587@blackrider>
27336      Branch: perl
27337            ! vms/test.com
27338 ____________________________________________________________________________
27339 [ 12913] By: jhi                                   on 2001/11/09  13:54:23
27340         Log: NetWare update from Ananth Kesari.
27341      Branch: perl
27342            ! NetWare/Makefile NetWare/config_H.wc NetWare/nwstdio.h
27343 ____________________________________________________________________________
27344 [ 12912] By: ams                                   on 2001/11/09  13:40:26
27345         Log: Subject: [PATCH ID 20011109.100] #!perl -F...
27346              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
27347              Date: Fri, 9 Nov 2001 14:32:28 +0100
27348              Message-Id: <20011109143228.A18996@rafael>
27349      Branch: perl
27350            ! perl.c
27351 ____________________________________________________________________________
27352 [ 12911] By: jhi                                   on 2001/11/09  13:37:01
27353         Log: FAQ sync.
27354      Branch: perl
27355            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
27356            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
27357            ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
27358 ____________________________________________________________________________
27359 [ 12910] By: ams                                   on 2001/11/09  07:33:49
27360         Log: Subject: [PATCH lib/File/Find/t/find.t] Helpful File::Find debugging code
27361              From: Michael G Schwern <schwern@pobox.com>
27362              Date: Fri, 9 Nov 2001 00:41:56 -0500
27363              Message-Id: <20011109004156.L5587@blackrider>
27364      Branch: perl
27365            ! lib/File/Find/t/find.t
27366 ____________________________________________________________________________
27367 [ 12909] By: jhi                                   on 2001/11/09  00:23:40
27368         Log: Upgrade to Unicode::Normalize 0.10, now in XS.
27369              The CPAN distribution has both pm and XS implementations,
27370              and for performance reasons we choose the XS.
27371              Another reason to choose the XS is that it doesn't
27372              require Lingua::KO::Hangul::Util, which means that
27373              we can delete that-- which in turn means that Unicode::UCD
27374              cannot expect that: support it, but don't expect.
27375              Ditto Unicode::Collate.
27376              
27377              Note that Unicode::Normalize Makefile.PL and
27378              Normalize.xs have been modified from the CPAN 0.10
27379              versions: the first one to be simpler (no pm) and
27380              clean up the generated unf*.h files, the second one
27381              to quench compiler grumblings.  Must notify Sadahiro
27382              about these changes.
27383      Branch: perl
27384            + ext/Unicode/Normalize/Changes
27385            + ext/Unicode/Normalize/Makefile.PL
27386            + ext/Unicode/Normalize/Normalize.pm
27387            + ext/Unicode/Normalize/Normalize.pod
27388            + ext/Unicode/Normalize/Normalize.xs
27389            + ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
27390            + ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
27391            + ext/Unicode/Normalize/t/test.t
27392            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
27393            - lib/Lingua/KO/Hangul/Util/README
27394            - lib/Lingua/KO/Hangul/Util/t/test.t
27395            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
27396            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
27397            ! MANIFEST NetWare/Makefile djgpp/config.over epoc/config.sh
27398            ! hints/uwin.sh hints/vmesa.sh lib/Unicode/Collate.pm
27399            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t win32/Makefile
27400            ! win32/makefile.mk
27401 ____________________________________________________________________________
27402 [ 12908] By: jhi                                   on 2001/11/08  23:49:42
27403         Log: Test miscounting.
27404      Branch: perl
27405            ! ext/POSIX/t/posix.t
27406 ____________________________________________________________________________
27407 [ 12907] By: jhi                                   on 2001/11/08  22:06:31
27408         Log: Quote the variables in failures messages more nicely.
27409      Branch: perl
27410            ! t/test.pl
27411 ____________________________________________________________________________
27412 [ 12906] By: jhi                                   on 2001/11/08  21:55:32
27413         Log: Subject: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
27414              From: Michael G Schwern <schwern@pobox.com>
27415              Date: Thu, 8 Nov 2001 17:24:49 -0500
27416              Message-ID: <20011108172449.A5587@blackrider>
27417              
27418              Subject: Re: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
27419              From: "Craig A. Berry" <craigberry@mac.com>
27420              Date: Thu, 8 Nov 2001 16:35:00 -0600
27421              Message-Id: <a05101000b810b89c5c5a@[172.16.52.1]>
27422      Branch: perl
27423            ! ext/POSIX/t/posix.t t/test.pl vms/test.com
27424 ____________________________________________________________________________
27425 [ 12905] By: jhi                                   on 2001/11/08  21:51:51
27426         Log: Subject: [PATCH] RE: Win2k / Cygwin-1.3.3
27427              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
27428              Date: Thu, 8 Nov 2001 22:52:50 -0000
27429              Message-ID: <AIEAJICLCBDNAAOLLOKLKEHNDEAA.Paul_Marquess@Yahoo.co.uk>
27430      Branch: perl
27431            ! ext/DB_File/t/db-recno.t
27432 ____________________________________________________________________________
27433 [ 12904] By: jhi                                   on 2001/11/08  21:49:20
27434         Log: Unicode::UCD is not yet supported in EBCDIC platforms.
27435              (Probably not an EBCDIC issue the way one would think
27436              since no chr() et alia are used in UCD.pm.)
27437      Branch: perl
27438            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
27439 ____________________________________________________________________________
27440 [ 12903] By: jhi                                   on 2001/11/08  15:16:49
27441         Log: Whether overwriting the $self->{...} values (see #12902)
27442              is a good policy or not is debatable, but let's at least
27443              be consistent.
27444      Branch: perl
27445            ! lib/ExtUtils/MM_Unix.pm
27446 ____________________________________________________________________________
27447 [ 12902] By: jhi                                   on 2001/11/08  15:13:15
27448         Log: The MakeMaker argument () quoting patch that sneaked
27449              in at #12883 didn't handle make macros like this $(...).
27450              Leaning toothpicks, we've got them.
27451      Branch: perl
27452            ! lib/ExtUtils/MM_Unix.pm
27453 ____________________________________________________________________________
27454 [ 12901] By: jhi                                   on 2001/11/08  14:28:38
27455         Log: Subject: Re: [PATCH t/io/argv.t vms/test.com t/test.pl] argv.t cleanup & fixes for VMS
27456              From: Michael G Schwern <schwern@pobox.com>
27457              Date: Wed, 7 Nov 2001 02:02:29 -0500
27458              Message-ID: <20011107020229.K2858@blackrider>
27459      Branch: perl
27460            ! t/io/argv.t t/test.pl vms/test.com
27461 ____________________________________________________________________________
27462 [ 12900] By: jhi                                   on 2001/11/08  14:14:40
27463         Log: Subject: [PATCH 20011106.084] -s on #! line 
27464              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
27465              Date: Wed, 7 Nov 2001 22:23:39 +0100
27466              Message-ID: <20011107222339.E729@rafael>
27467      Branch: perl
27468            ! embed.h embed.pl perl.c proto.h toke.c
27469 ____________________________________________________________________________
27470 [ 12899] By: jhi                                   on 2001/11/08  13:46:02
27471         Log: Subject: [REPATCH] Re: [PATCH pod/perlhack.pod] When to use what test libraries
27472              From: Michael G Schwern <schwern@pobox.com>
27473              Date: Wed, 7 Nov 2001 16:52:49 -0500
27474              Message-ID: <20011107165249.I7346@blackrider>
27475      Branch: perl
27476            ! pod/perlhack.pod
27477 ____________________________________________________________________________
27478 [ 12898] By: ams                                   on 2001/11/08  13:02:19
27479         Log: Subject: Re: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
27480              From: Mark-Jason Dominus <mjd@plover.com>
27481              Date: Thu, 08 Nov 2001 08:59:02 -0500
27482              Message-Id: <20011108135902.2275.qmail@plover.com>
27483      Branch: perl
27484            ! INSTALL README README.amiga README.os2 README.vms
27485            ! lib/I18N/LangTags.pm lib/I18N/LangTags/README
27486            ! lib/Locale/Maketext/README win32/Makefile win32/makefile.mk
27487 ____________________________________________________________________________
27488 [ 12897] By: ams                                   on 2001/11/08  12:49:28
27489         Log: Subject: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
27490              From: mjd@plover.com
27491              Date: 8 Nov 2001 13:33:18 -0000
27492              Message-Id: <20011108133318.1786.qmail@plover.com>
27493      Branch: perl
27494            ! Porting/pumpkin.pod lib/Net/libnetFAQ.pod pod/perldiag.pod
27495            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
27496            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
27497            ! pod/perlfaq8.pod pod/perlfaq9.pod pod/perlmodinstall.pod
27498            ! pod/perlport.pod pod/perlvar.pod
27499 ____________________________________________________________________________
27500 [ 12896] By: ams                                   on 2001/11/08  11:22:12
27501         Log: open(FH, $file) should strip leading and trailing whitespace.
27502      Branch: perl
27503            ! doio.c
27504 ____________________________________________________________________________
27505 [ 12895] By: ams                                   on 2001/11/08  10:17:14
27506         Log: Subject: [PATCH] resurrect t/op/glob.t on VMS
27507              From: "Craig A. Berry" <craigberry@mac.com>
27508              Date: Wed, 07 Nov 2001 13:41:50 -0600
27509              Message-Id: <5.1.0.14.2.20011107133422.02419350@exchi01>
27510      Branch: perl
27511            ! t/op/glob.t
27512 ____________________________________________________________________________
27513 [ 12894] By: ams                                   on 2001/11/08  08:32:20
27514         Log: Subject: [ID 20011108.092] makedepend bug with new gcc
27515              From: Alexander Klimov <ask@wisdom.weizmann.ac.il>
27516              Date: Thu, 8 Nov 2001 10:00:29 +0200 (IST)
27517              Message-Id: <Pine.GSO.4.40.0111080952570.12110-100000@dardar.wisdom.weizmann.ac.il>
27518      Branch: perl
27519            ! makedepend.SH
27520 ____________________________________________________________________________
27521 [ 12893] By: ams                                   on 2001/11/08  08:26:31
27522         Log: Subject: bleadperl perldebug.pod: mention perldebtut.pod
27523              From: mjd@plover.com
27524              Date: 8 Nov 2001 08:08:07 -0000
27525              Message-Id: <20011108080807.30147.qmail@plover.com>
27526              
27527              Subject: bleadperl perl.pod
27528              From: mjd@plover.com
27529              Date: 8 Nov 2001 08:10:47 -0000
27530              Message-Id: <20011108081047.30178.qmail@plover.com>
27531              
27532              Subject: more bleadperl perl.pod
27533              From: mjd@plover.com
27534              Date: 8 Nov 2001 08:16:28 -0000
27535              Message-Id: <20011108081628.30229.qmail@plover.com>
27536      Branch: perl
27537            ! pod/perl.pod pod/perldebug.pod
27538 ____________________________________________________________________________
27539 [ 12892] By: jhi                                   on 2001/11/07  16:01:37
27540         Log: Tweak for Cray-friendliness from Nicholas Clark.
27541      Branch: perl
27542            ! sv.c
27543 ____________________________________________________________________________
27544 [ 12891] By: jhi                                   on 2001/11/07  15:54:24
27545         Log: VMS patch redo from Charles Lane.
27546      Branch: perl
27547            ! vms/gen_shrfls.pl
27548 ____________________________________________________________________________
27549 [ 12890] By: ams                                   on 2001/11/07  15:16:10
27550         Log: Subject: [ID 20011107.088] two perl pod nits
27551              From: lvirden@cas.org
27552              Date: Wed, 7 Nov 2001 11:09:34 -0500 (EST)
27553              Message-Id: <200111071609.fA7G9YW24607@lwv26awu.cas.org>
27554      Branch: perl
27555            ! pod/perl.pod pod/perlfaq3.pod
27556 ____________________________________________________________________________
27557 [ 12889] By: jhi                                   on 2001/11/07  15:07:18
27558         Log: Update Changes.
27559      Branch: perl
27560            ! Changes patchlevel.h
27561 ____________________________________________________________________________
27562 [ 12888] By: jhi                                   on 2001/11/07  14:26:42
27563         Log: The (emulated) "no utf8" must be in a BEGIN block
27564              to be effective.
27565      Branch: perl
27566            ! lib/CGI/t/html.t
27567 ____________________________________________________________________________
27568 [ 12887] By: jhi                                   on 2001/11/07  13:52:58
27569         Log: "v-strings" is the right term.
27570      Branch: perl
27571            ! pod/perltodo.pod
27572 ____________________________________________________________________________
27573 [ 12886] By: jhi                                   on 2001/11/07  13:48:36
27574         Log: Add vstrings-as-objects need to perltodo.
27575      Branch: perl
27576            ! pod/perltodo.pod
27577 ____________________________________________________________________________
27578 [ 12885] By: jhi                                   on 2001/11/07  13:43:33
27579         Log: Subject: Re: SunOS 5.8 is FUN! (and not quite ok, either) - @12876, gcc and suncc
27580              From: Nicholas Clark <nick@ccl4.org>
27581              Date: Wed, 7 Nov 2001 14:36:32 +0000
27582              Message-ID: <20011107143631.I24980@plum.flirble.org>
27583      Branch: perl
27584            ! t/op/pack.t
27585 ____________________________________________________________________________
27586 [ 12884] By: jhi                                   on 2001/11/07  13:34:44
27587         Log: The Embed test requires a major rewrite for VMS
27588              (plus it reveals a couple of annoying glitches
27589              in buffering), so skip the test for now; from
27590              Charles Lane.
27591      Branch: perl
27592            ! lib/ExtUtils/Embed.t
27593 ____________________________________________________________________________
27594 [ 12883] By: jhi                                   on 2001/11/07  13:33:16
27595         Log: Subject: [PATCH Perl@12856] vms/gen_shrfls.pl more general config.sh parsing
27596              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
27597              Date: Wed, 7 Nov 2001 09:23:28 EST
27598              Message-Id: <011107092325.11726@DUPHY4.Physics.Drexel.Edu>
27599              
27600              (Also i seems that an unrelated experimental patch
27601              to lib/ExtUtils/MM_Unix.pm was accidentally included.)
27602      Branch: perl
27603            ! lib/ExtUtils/MM_Unix.pm vms/gen_shrfls.pl
27604 ____________________________________________________________________________
27605 [ 12882] By: ams                                   on 2001/11/07  05:14:04
27606         Log: Subject: Re: [ID 20011106.083] $dbline[$i] == 0 generates warnings
27607              From: Mark-Jason Dominus <mjd@plover.com>
27608              Date: Wed, 07 Nov 2001 00:43:46 -0500
27609              Message-Id: <20011107054346.14428.qmail@plover.com>
27610      Branch: perl
27611            ! gv.c op.c toke.c
27612 ____________________________________________________________________________
27613 [ 12881] By: jhi                                   on 2001/11/07  03:33:08
27614         Log: Subject: [PATCH lib/perl5db.pl] Mentioning perldebguts   
27615              From: Michael G Schwern <schwern@pobox.com>             
27616              Date: Tue, 6 Nov 2001 22:04:39 -0500
27617              Message-ID: <20011106220439.D2858@blackrider>              
27618      Branch: perl
27619            ! lib/perl5db.pl
27620 ____________________________________________________________________________
27621 [ 12880] By: jhi                                   on 2001/11/07  01:35:30
27622         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
27623              stress))
27624              From: Jonathan Stowe <gellyfish@gellyfish.com>
27625              Date: Tue, 6 Nov 2001 06:54:37 +0000 (GMT)
27626              Message-ID: <Pine.LNX.4.33.0111060651210.315-100000@orpheus.gellyfish.com>
27627              
27628              (except for one hunk where indentation differs)
27629      Branch: perl
27630            ! lib/Term/Cap.t
27631 ____________________________________________________________________________
27632 [ 12879] By: jhi                                   on 2001/11/07  01:22:40
27633         Log: Subject: [PATCH File::Spec::*] a bunch of untested patches
27634              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
27635              Date: Tue, 6 Nov 2001 21:45:01 +0100
27636              Message-ID: <20011106214501.A704@rafael>
27637      Branch: perl
27638            ! lib/File/Spec/OS2.pm lib/File/Spec/VMS.pm
27639            ! lib/File/Spec/Win32.pm
27640 ____________________________________________________________________________
27641 [ 12878] By: jhi                                   on 2001/11/07  01:06:41
27642         Log: Subject: [PATCH t/test.pl] Adding isnt() and next_test() 
27643              From: Michael G Schwern <schwern@pobox.com>              
27644              Date: Tue, 6 Nov 2001 20:58:45 -0500
27645              Message-ID: <20011106205845.G29411@blackrider>
27646      Branch: perl
27647            ! t/test.pl
27648 ____________________________________________________________________________
27649 [ 12877] By: jhi                                   on 2001/11/07  01:01:18
27650         Log: Subject: making do_sprintf public       
27651              From: Doug MacEachern <dougm@covalent.net>    
27652              Date: Tue, 6 Nov 2001 10:52:31 -0800 (PST)
27653              Message-ID: <Pine.LNX.4.21.0111061051250.27804-100000@localhost>
27654      Branch: perl
27655            ! embed.h embed.pl global.sym
27656 ____________________________________________________________________________
27657 [ 12876] By: jhi                                   on 2001/11/06  22:12:28
27658         Log: Update to CGI.pm 2.78.
27659              
27660              TODO: the test suite needs to be merged so that
27661              when in core, the core version is tested, and when
27662              using the CPAN version, testing the CPAN version.
27663              (the changes need to be sent to Lincoln, too...)
27664      Branch: perl
27665            ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
27666            ! lib/CGI/Pretty.pm lib/CGI/Switch.pm lib/CGI/Util.pm
27667            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
27668            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
27669            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
27670            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
27671 ____________________________________________________________________________
27672 [ 12875] By: jhi                                   on 2001/11/06  22:10:03
27673         Log: Integrate with perlio; (strictly) readonly hashes via XS.
27674      Branch: perl
27675           +> t/lib/access.t
27676           !> MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
27677 ____________________________________________________________________________
27678 [ 12874] By: nick                                  on 2001/11/06  21:05:16
27679         Log: Keep It Simple and Stupid version of readonly hash support.
27680              - Test for SvREAONLY(hv) at a few spots in hv.c
27681              - add the error message to perldiag.pod
27682              - (dubious) add access::readonly() to univeral.c
27683              - add test using above
27684              - fixup ext/B/t/stash.t to account for access:: existing
27685      Branch: perlio
27686            + t/lib/access.t
27687            ! MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
27688 ____________________________________________________________________________
27689 [ 12873] By: jhi                                   on 2001/11/06  17:07:50
27690         Log: Fix incorrect warnings about broken globbing;
27691              from Andy Dougherty.
27692      Branch: perl
27693            ! hints/linux.sh
27694 ____________________________________________________________________________
27695 [ 12872] By: jhi                                   on 2001/11/06  15:18:41
27696         Log: More UTF-8 EXACT tweaking, plus a forgotten UTF-8 
27697              toggle-on from the encoding pragma.
27698      Branch: perl
27699            ! regcomp.c regexec.c
27700 ____________________________________________________________________________
27701 [ 12871] By: jhi                                   on 2001/11/06  13:19:46
27702         Log: Retract #12824, doesn't help and is ignored
27703              by Configure anyway.
27704      Branch: perl
27705            ! hints/beos.sh
27706 ____________________________________________________________________________
27707 [ 12870] By: ams                                   on 2001/11/06  10:40:37
27708         Log: Subject: Cosmetic change
27709              From: H.Merijn Brand <h.m.brand@hccnet.nl>
27710              Date: Tue, 06 Nov 2001 12:30:52 +0100
27711              Message-Id: <20011106122922.30FA.H.M.BRAND@hccnet.nl>
27712      Branch: perl
27713            ! README.hpux
27714 ____________________________________________________________________________
27715 [ 12869] By: nick                                  on 2001/11/06  08:26:40
27716         Log: Integrate mainline
27717      Branch: perlio
27718           !> ext/DB_File/DB_File.pm global.sym hints/os390.sh
27719           !> lib/encoding.pm lib/encoding.t proto.h regcomp.c regexec.c
27720 ____________________________________________________________________________
27721 [ 12868] By: jhi                                   on 2001/11/06  03:15:50
27722         Log: The parentheses are protected enough.
27723      Branch: perl
27724            ! hints/os390.sh
27725 ____________________________________________________________________________
27726 [ 12867] By: jhi                                   on 2001/11/06  03:13:50
27727         Log: ccflags, not ldflags.
27728      Branch: perl
27729            ! hints/os390.sh
27730 ____________________________________________________________________________
27731 [ 12866] By: jhi                                   on 2001/11/06  03:12:57
27732         Log: ... and the proto to go with #12865.
27733      Branch: perl
27734            ! proto.h
27735 ____________________________________________________________________________
27736 [ 12865] By: jhi                                   on 2001/11/06  03:11:12
27737         Log: Oops.  Luckily nothing was using this symbol yet.
27738      Branch: perl
27739            ! global.sym
27740 ____________________________________________________________________________
27741 [ 12864] By: jhi                                   on 2001/11/06  03:05:34
27742         Log: Implement the encoding pragma for regex literals.
27743      Branch: perl
27744            ! lib/encoding.pm lib/encoding.t regcomp.c regexec.c
27745 ____________________________________________________________________________
27746 [ 12863] By: jhi                                   on 2001/11/06  01:01:49
27747         Log: More UTF8 EXACT fixing.
27748      Branch: perl
27749            ! regexec.c
27750 ____________________________________________________________________________
27751 [ 12862] By: jhi                                   on 2001/11/06  00:05:19
27752         Log: More re debugging.
27753      Branch: perl
27754            ! regexec.c
27755 ____________________________________________________________________________
27756 [ 12861] By: jhi                                   on 2001/11/05  23:24:24
27757         Log: EXACT correction attempt.  Continued in #12863.
27758      Branch: perl
27759            ! regexec.c
27760 ____________________________________________________________________________
27761 [ 12860] By: jhi                                   on 2001/11/05  22:57:04
27762         Log: Unterminated L<.
27763      Branch: perl
27764            ! ext/DB_File/DB_File.pm
27765 ____________________________________________________________________________
27766 [ 12859] By: nick                                  on 2001/11/05  19:15:17
27767         Log: Integrate mainline
27768      Branch: perlio
27769           +> lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
27770           +> lib/Math/BigInt/t/Math/BigInt/Subclass.pm
27771           +> lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/sub_mbf.t
27772           +> lib/Math/BigInt/t/sub_mbi.t
27773            - lib/Math/BigInt/t/Math/Subclass.pm
27774            - lib/Math/BigInt/t/subclass.t
27775           !> (integrate 30 files)
27776 ____________________________________________________________________________
27777 [ 12858] By: jhi                                   on 2001/11/05  17:05:38
27778         Log: Regex debugging fixes from Hugo.
27779      Branch: perl
27780            ! regcomp.c regexec.c
27781 ____________________________________________________________________________
27782 [ 12857] By: jhi                                   on 2001/11/05  16:09:51
27783         Log: IRIX: at some point the cc -version has started
27784              to output to stderr, not stdout any more.
27785      Branch: perl
27786            ! hints/irix_6.sh
27787 ____________________________________________________________________________
27788 [ 12856] By: jhi                                   on 2001/11/05  15:27:45
27789         Log: Update Changes.
27790      Branch: perl
27791            ! Changes patchlevel.h
27792 ____________________________________________________________________________
27793 [ 12855] By: jhi                                   on 2001/11/05  15:21:13
27794         Log: The ${"\cTAINT"} raises the ire of 'use strict'.
27795      Branch: perl
27796            ! lib/File/Spec/Unix.pm
27797 ____________________________________________________________________________
27798 [ 12854] By: jhi                                   on 2001/11/05  15:16:24
27799         Log: Subject: Re: Tainted $ENV{TMPDIR} and File::Spec->tmpdir()
27800              From: rgarciasuarez@free.fr
27801              Date: Mon, 05 Nov 2001 17:10:29 +0100 (MET)            
27802              Message-ID: <1004976629.3be6b9f593085@imp3-1.free.fr>
27803      Branch: perl
27804            ! lib/File/Spec/Unix.pm
27805 ____________________________________________________________________________
27806 [ 12853] By: jhi                                   on 2001/11/05  14:54:37
27807         Log: Use config.arch in OS/390 where the combination of
27808              IEEE floats and ldflags is tricky.
27809      Branch: perl
27810            ! hints/os390.sh
27811 ____________________________________________________________________________
27812 [ 12852] By: jhi                                   on 2001/11/05  14:53:53
27813         Log: Metaconfig unit change for #12851.
27814      Branch: metaconfig
27815            ! U/modified/Config_sh.U
27816 ____________________________________________________________________________
27817 [ 12851] By: jhi                                   on 2001/11/05  14:53:14
27818         Log: Support a config.arch file, similar to config.over,
27819              but loaded just before it.
27820      Branch: perl
27821            ! Configure INSTALL
27822 ____________________________________________________________________________
27823 [ 12850] By: jhi                                   on 2001/11/05  13:34:25
27824         Log: Subject: [PATCH Symbol.{pm.t}] bugfixes 
27825              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
27826              Date: Mon, 5 Nov 2001 14:26:24 +0100
27827              Message-ID: <20011105142624.C31977@rafael>
27828      Branch: perl
27829            ! lib/Symbol.pm lib/Symbol.t
27830 ____________________________________________________________________________
27831 [ 12849] By: jhi                                   on 2001/11/04  22:15:39
27832         Log: Subject: [PATCH] unbalanced parenthesis in pods                 
27833              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
27834              Date: Sun, 4 Nov 2001 22:28:57 +0100
27835              Message-ID: <20011104222857.C696@rafael>
27836      Branch: perl
27837            ! pod/perldebug.pod pod/perlpodspec.pod
27838 ____________________________________________________________________________
27839 [ 12848] By: jhi                                   on 2001/11/04  22:11:24
27840         Log: The missing pieces from the Math::BigInt 1.45 puzzle.
27841      Branch: perl
27842            ! lib/Math/BigFloat.pm lib/Math/BigInt/t/bigintpm.t
27843 ____________________________________________________________________________
27844 [ 12847] By: jhi                                   on 2001/11/04  17:44:41
27845         Log: Math::Big* test tweaks to work better with core:
27846              but the coast still not clear.
27847      Branch: perl
27848            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
27849            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
27850 ____________________________________________________________________________
27851 [ 12846] By: jhi                                   on 2001/11/04  17:43:10
27852         Log: Protect against high load: measure how much wall
27853              clock time went by while sleeping.  Avoids some
27854              false negatives, while may introduce some false
27855              positives.  Life is hard.
27856      Branch: perl
27857            ! ext/Time/HiRes/HiRes.t
27858 ____________________________________________________________________________
27859 [ 12845] By: jhi                                   on 2001/11/04  17:29:40
27860         Log: More forgotten from #12843.
27861      Branch: perl
27862            ! lib/Math/BigInt/t/bigfltpm.inc
27863 ____________________________________________________________________________
27864 [ 12844] By: jhi                                   on 2001/11/04  17:19:13
27865         Log: Forgot from #12843.
27866      Branch: perl
27867            + lib/Math/BigInt/t/bigintpm.inc
27868            ! MANIFEST
27869 ____________________________________________________________________________
27870 [ 12843] By: jhi                                   on 2001/11/04  16:52:45
27871         Log: Upgrade to Math::BigInt 1.45; from Tels.
27872              NOTE: some of the tests are failing but that's because
27873              the core integration is not yet done.
27874      Branch: perl
27875            + lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
27876            + lib/Math/BigInt/t/Math/BigInt/Subclass.pm
27877            + lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
27878            - lib/Math/BigInt/t/Math/Subclass.pm
27879            - lib/Math/BigInt/t/subclass.t
27880            ! MANIFEST lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm
27881            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/calling.t
27882            ! lib/Math/BigInt/t/mbimbf.t
27883 ____________________________________________________________________________
27884 [ 12842] By: jhi                                   on 2001/11/04  16:45:02
27885         Log: VMS: adds capability to control more configuration stuff with
27886              -D and -U switches; parsing config.sh to extract previous config
27887              info in VMS-form, and a rewrite of the "prompt/response" routine;
27888              from Charles Lane.
27889      Branch: perl
27890            ! configure.com
27891 ____________________________________________________________________________
27892 [ 12841] By: jhi                                   on 2001/11/04  15:18:39
27893         Log: Subject: Typo correction in perldebguts.pod
27894              From: mjd@plover.com
27895              Date: 4 Nov 2001 16:20:05 -0000
27896              Message-ID: <20011104162005.16699.qmail@plover.com>
27897      Branch: perl
27898            ! pod/perldebguts.pod
27899 ____________________________________________________________________________
27900 [ 12840] By: jhi                                   on 2001/11/04  15:17:22
27901         Log: Subject: Re: Where are my 'O's? [+ 12836 smoke]
27902              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
27903              Date: Sun, 4 Nov 2001 11:47:30 +0100
27904              Message-ID: <20011104114730.A715@rafael>
27905              
27906              Remove -T from the test, wrong place for that.
27907      Branch: perl
27908            ! lib/File/Temp/t/mktemp.t
27909 ____________________________________________________________________________
27910 [ 12839] By: jhi                                   on 2001/11/04  15:15:42
27911         Log: Subject: [REPATCH] Re: PerlIOBuf_dup
27912              From: Nicholas Clark <nick@ccl4.org>
27913              Date: Sun, 4 Nov 2001 10:41:24 +0000
27914              Message-ID: <20011104104123.U20123@plum.flirble.org>
27915      Branch: perl
27916            ! ext/Encode/Encode.xs ext/PerlIO/t/encoding.t perlio.c
27917 ____________________________________________________________________________
27918 [ 12838] By: jhi                                   on 2001/11/03  21:19:43
27919         Log: Subject: Re: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
27920              From: Michael G Schwern <schwern@pobox.com>
27921              Date: Sat, 3 Nov 2001 15:41:47 -0500
27922              Message-ID: <20011103154147.C600@blackrider>
27923      Branch: perl
27924            ! lib/Term/Cap.t
27925 ____________________________________________________________________________
27926 [ 12837] By: jhi                                   on 2001/11/03  21:14:34
27927         Log: Subject: [PATCH] stop unrestricted negativity in HiRes.t 
27928              From: "Craig A. Berry" <craigberry@mac.com>     
27929              Date: Sat, 03 Nov 2001 16:02:28 -0600
27930              Message-Id: <5.1.0.14.2.20011103155539.03e44c60@exchi01>
27931      Branch: perl
27932            ! ext/Time/HiRes/HiRes.t
27933 ____________________________________________________________________________
27934 [ 12836] By: jhi                                   on 2001/11/03  18:41:33
27935         Log: Subject: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
27936              From: "chromatic" <chromatic@rmci.net>
27937              Date: Sat, 03 Nov 2001 12:28:17 -0700
27938              Message-ID: <20011103193507.94848.qmail@onion.perl.org>
27939      Branch: perl
27940            ! lib/Term/Cap.t
27941 ____________________________________________________________________________
27942 [ 12835] By: jhi                                   on 2001/11/03  18:34:08
27943         Log: Don't bother doing POSIX charclass parsing if it
27944              possibly cannot be so.  Prepares way for charclass
27945              syntax like [[abc]||[def]] (or just [[abc][def]])
27946              for union, [[\w]&&[$a]] for intersection,
27947              and [[a-z]&&[^def]] for subtraction.
27948              
27949              Currently /[[a]/ (or /[a[]/) parses as a character
27950              class containing two characters, "[" and "a",
27951              this may have to be broken for the syntax described
27952              above, otherwise we would have to scan the whole pattern
27953              to find out whether the square brackets match pairwise.
27954              Luckily, the special case of "[" doesn't seem to be
27955              documented (as opposed to "]" and "-"), so we may have
27956              better story for breaking it...  One can always use \[
27957              if one wants a literal "[", so there.
27958      Branch: perl
27959            ! regcomp.c
27960 ____________________________________________________________________________
27961 [ 12834] By: jhi                                   on 2001/11/03  17:51:44
27962         Log: Comment correction.
27963      Branch: perl
27964            ! regcomp.c
27965 ____________________________________________________________________________
27966 [ 12833] By: jhi                                   on 2001/11/03  17:33:21
27967         Log: Add MakeMaker PREREQ_PRINT and PRINT_PREREQ targets.
27968              The latter is a RedHatism.
27969      Branch: perl
27970            ! lib/ExtUtils/MakeMaker.pm
27971 ____________________________________________________________________________
27972 [ 12832] By: jhi                                   on 2001/11/03  15:43:03
27973         Log: Integrate perlio.
27974      Branch: perl
27975           !> perlio.c
27976 ____________________________________________________________________________
27977 [ 12831] By: nick                                  on 2001/11/03  11:42:15
27978         Log: Integrate mainline
27979      Branch: perlio
27980           !> doio.c ext/DynaLoader/dl_mac.xs ext/Errno/Errno_pm.PL
27981           !> ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
27982           !> hints/beos.sh hints/darwin.sh perl.c perl.h perlio.c regexec.c
27983           !> sv.c t/test.pl
27984 ____________________________________________________________________________
27985 [ 12830] By: nick                                  on 2001/11/03  10:27:34
27986         Log: Fix clone_leak problem.
27987              PerlIOStdio_dup was leaking FILE * as it was still doing fdopen()
27988              as vestige of calling PerlLIO_dup().
27989      Branch: perlio
27990            ! perlio.c
27991 ____________________________________________________________________________
27992 [ 12829] By: nick                                  on 2001/11/03  09:40:46
27993         Log: Tweaks attempting to locate Doug's clone_leak leak.
27994              - add some PerlIO_debug()
27995              - handle PerlIO_clone() with empty lists (clone before Perl_parse())
27996              - Even if it closing stdout etc. do a fflush()
27997      Branch: perlio
27998            ! perlio.c
27999 ____________________________________________________________________________
28000 [ 12828] By: nick                                  on 2001/11/03  08:34:31
28001         Log: Integrate mainline
28002      Branch: perlio
28003           !> (integrate 54 files)
28004 ____________________________________________________________________________
28005 [ 12827] By: ams                                   on 2001/11/03  03:45:19
28006         Log: Ugly bandaid to stop C<package;> from segfaulting (remember to
28007              remove this later). Based on a patch from Robert Spier in
28008              <15330.61459.14452.795263@rls.cx>.
28009      Branch: perl
28010            ! sv.c
28011 ____________________________________________________________________________
28012 [ 12826] By: jhi                                   on 2001/11/02  23:56:00
28013         Log: microperl sync.
28014      Branch: perl
28015            ! doio.c perl.c perl.h perlio.c regexec.c
28016 ____________________________________________________________________________
28017 [ 12825] By: jhi                                   on 2001/11/02  23:20:03
28018         Log: Definitions for the Unicode Newline Guidelines.
28019      Branch: perl
28020            ! perl.h
28021 ____________________________________________________________________________
28022 [ 12824] By: jhi                                   on 2001/11/02  23:08:05
28023         Log: (retracted by #12871)
28024              
28025              There is no csh of any kind in default BeOS.
28026              For the purposes of miniperl globbing, bash
28027              will do.
28028      Branch: perl
28029            ! hints/beos.sh
28030 ____________________________________________________________________________
28031 [ 12823] By: jhi                                   on 2001/11/02  21:56:36
28032         Log: Integrate change #12820 from macperl to maint and blead;
28033              
28034              Fix up (dynaloading) to work properly with multiplicity
28035      Branch: maint-5.6/perl
28036           !> ext/DynaLoader/dl_mac.xs
28037      Branch: perl
28038           !> ext/DynaLoader/dl_mac.xs
28039 ____________________________________________________________________________
28040 [ 12822] By: pudge                                 on 2001/11/02  21:38:22
28041         Log: Several fixes for various exit problems and clearing out
28042              task queue, as well as another (incomplete) go at
28043              fixing error message handling
28044      Branch: maint-5.6/macperl
28045            ! macos/macish.c macos/macish.h macos/macperl/MPConsole.cp
28046 ____________________________________________________________________________
28047 [ 12821] By: pudge                                 on 2001/11/02  21:36:26
28048         Log: Add source files for bleadperl builds
28049      Branch: maint-5.6/macperl
28050            ! macos/Makefile.mk
28051 ____________________________________________________________________________
28052 [ 12820] By: pudge                                 on 2001/11/02  21:35:15
28053         Log: Fix up to work properly with multiplicity
28054      Branch: maint-5.6/macperl
28055            ! ext/DynaLoader/dl_mac.xs
28056 ____________________________________________________________________________
28057 [ 12819] By: pudge                                 on 2001/11/02  21:21:56
28058         Log: Integrate with maintperl.
28059      Branch: maint-5.6/macperl
28060           +> t/op/system.t t/op/system_tests
28061           !> MANIFEST Todo-5.6 ext/ODBM_File/ODBM_File.xs perl.h
28062           !> pod/perltodo.pod util.c win32/win32.c
28063 ____________________________________________________________________________
28064 [ 12818] By: jhi                                   on 2001/11/02  21:03:58
28065         Log: Locate _PATH_LOG if it's a socket even if not #defined
28066              (helps Tru64)  From Paul David Fardy <pdf@morgan.ucs.mun.ca>,
28067              via Nick Clark.
28068      Branch: perl
28069            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
28070 ____________________________________________________________________________
28071 [ 12817] By: jhi                                   on 2001/11/02  20:07:05
28072         Log: Subject: [PATCH t/test.pl] _expect and other little tweaks
28073              From: Michael G Schwern <schwern@pobox.com>
28074              Date: Fri, 2 Nov 2001 15:36:41 -0500
28075              Message-ID: <20011102153641.E23234@blackrider>
28076      Branch: perl
28077            ! t/test.pl
28078 ____________________________________________________________________________
28079 [ 12816] By: jhi                                   on 2001/11/02  17:53:00
28080         Log: Subject: [PATCH] patches for MacOS X 10.1 for perl 5.7.2
28081              From: merlyn@stonehenge.com (Randal L. Schwartz)
28082              Date: 02 Nov 2001 09:33:34 -0800
28083              Message-ID: <m1wv193wnl.fsf@halfdome.holdit.com>
28084              
28085              (two of the changes)
28086              
28087              Better coexistence with extensions.
28088      Branch: perl
28089            ! ext/Errno/Errno_pm.PL hints/darwin.sh
28090 ____________________________________________________________________________
28091 [ 12815] By: ams                                   on 2001/11/02  16:47:43
28092         Log: Subject: Re: [PATCH] the the double double word word fix fix
28093              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
28094              Date: Fri, 02 Nov 2001 19:43:07 +0100
28095              Message-Id: <3BE2E93B.627C198E@alcatel.at>
28096      Branch: perl
28097            ! pod/perldebug.pod
28098 ____________________________________________________________________________
28099 [ 12814] By: jhi                                   on 2001/11/02  15:24:10
28100         Log: Update Changes.
28101      Branch: perl
28102            ! Changes patchlevel.h
28103 ____________________________________________________________________________
28104 [ 12813] By: jhi                                   on 2001/11/02  15:19:35
28105         Log: More encoding testing.
28106      Branch: perl
28107            ! lib/encoding.pm lib/encoding.t
28108 ____________________________________________________________________________
28109 [ 12812] By: ams                                   on 2001/11/02  15:07:11
28110         Log: Slight modification of #12811.
28111      Branch: perl
28112            ! op.c
28113 ____________________________________________________________________________
28114 [ 12811] By: jhi                                   on 2001/11/02  14:58:13
28115         Log: Subject: Re: [ID 20011101.069] \stat('.') gives "Attempt to free unreferenced scalar"
28116              From: Radu Greab <radu@netsoft.ro>
28117              Date: Fri, 2 Nov 2001 15:28:58 +0200
28118              Message-ID: <15330.40858.629851.468818@ix.netsoft.ro>
28119      Branch: perl
28120            ! op.c t/op/stat.t
28121 ____________________________________________________________________________
28122 [ 12810] By: jhi                                   on 2001/11/02  14:15:34
28123         Log: Subject: [PATCH] Re: Extra MakeMaker noise in lib/ExtUtils/Embed.t @12791
28124              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
28125              Date: Thu, 1 Nov 2001 22:35:50 +0100
28126              Message-ID: <20011101223550.A10849@rafael>
28127      Branch: perl
28128            ! lib/ExtUtils/Embed.t
28129 ____________________________________________________________________________
28130 [ 12809] By: jhi                                   on 2001/11/02  14:10:05
28131         Log: Subject: [REPATCH] Re: [PATCH File::Find] use warnings::register
28132              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
28133              Date: 2 Nov 2001 14:48:51 -0000
28134              Message-Id: <slrn9u5cj6.liq.rgarciasuarez@rafael.kazibao.net> 
28135      Branch: perl
28136            ! lib/File/Find.pm
28137 ____________________________________________________________________________
28138 [ 12808] By: jhi                                   on 2001/11/02  05:40:21
28139         Log: Add documentation.
28140      Branch: perl
28141            ! embed.pl pod/perlapi.pod utf8.c
28142 ____________________________________________________________________________
28143 [ 12807] By: jhi                                   on 2001/11/02  05:18:45
28144         Log: Unicode: add ToFold mapping.  Not used yet; but basically
28145              a more useful mapping for caseless aka case-ignoring than
28146              doing either lc($a) eq lc($b) or uc($a) eq uc($b); the full
28147              algorithm for creating the foldings uses equivalence classes,
28148              see http://www.unicode.org/unicode/reports/tr21/
28149              Hopefully this feature will be used in //i.
28150              (The folding tables were introduced by #12689.)
28151      Branch: perl
28152            ! embed.h embed.pl embedvar.h intrpvar.h perl.c perlapi.h sv.c
28153            ! utf8.c
28154 ____________________________________________________________________________
28155 [ 12806] By: jhi                                   on 2001/11/02  05:04:05
28156         Log: Subject: [PATCH] AutoSplit.t clean-up for VMS
28157              From: "Craig A. Berry" <craigberry@mac.com>
28158              Date: Fri, 02 Nov 2001 00:03:52 -0600
28159              Message-Id: <5.1.0.14.2.20011101235844.02cd4e50@exchi01>
28160      Branch: perl
28161            ! lib/AutoSplit.t
28162 ____________________________________________________________________________
28163 [ 12805] By: jhi                                   on 2001/11/02  04:17:04
28164         Log: Subject: Trivial doc patch
28165              From: andreas.koenig@anima.de (Andreas J. Koenig)
28166              Date: 02 Nov 2001 06:11:35 +0100
28167              Message-ID: <m37kt94v08.fsf@anima.de>
28168      Branch: perl
28169            ! pod/perlport.pod
28170 ____________________________________________________________________________
28171 [ 12804] By: jhi                                   on 2001/11/02  02:14:46
28172         Log: Make encoding and charnames pragmas coexist.
28173      Branch: perl
28174            ! lib/charnames.pm lib/encoding.pm lib/encoding.t
28175 ____________________________________________________________________________
28176 [ 12803] By: jhi                                   on 2001/11/02  01:26:53
28177         Log: The basic character classes seem to go untested with Unicode.
28178      Branch: perl
28179            ! t/op/pat.t
28180 ____________________________________________________________________________
28181 [ 12802] By: ams                                   on 2001/11/02  00:39:36
28182         Log: Subject: [PATCH] the the double double word word fix fix
28183              From: Richard Soderberg <rs@oregonnet.com>
28184              Date: Thu, 1 Nov 2001 13:12:03 -0800
28185              Message-Id: <200111012112.NAA23288@oregonnet.com>
28186              
28187              Subject: Re: [PATCH] the the double double word word fix fix
28188              From: Mark-Jason Dominus <mjd@plover.com>
28189              Date: Thu, 01 Nov 2001 16:43:40 -0500
28190              Message-Id: <20011101214340.2044.qmail@plover.com>
28191              
28192              Subject: Re: [PATCH] the the double double word word fix fix
28193              From: Mark-Jason Dominus <mjd@plover.com>
28194              Date: Thu, 01 Nov 2001 16:51:39 -0500
28195              Message-Id: <20011101215139.2196.qmail@plover.com>
28196      Branch: perl
28197            ! pod/perldebtut.pod pod/perldiag.pod pod/perlfaq3.pod
28198            ! pod/perlguts.pod pod/perlintro.pod pod/perliol.pod
28199            ! pod/perlmodlib.PL pod/perlmodstyle.pod pod/perlpodspec.pod
28200            ! pod/perlrequick.pod pod/perlretut.pod pod/perltoc.pod
28201            ! pod/perltodo.pod pod/perlxstut.pod
28202 ____________________________________________________________________________
28203 [ 12801] By: jhi                                   on 2001/11/01  14:27:51
28204         Log: Comment tweaks.
28205      Branch: perl
28206            ! toke.c
28207 ____________________________________________________________________________
28208 [ 12800] By: jhi                                   on 2001/11/01  14:06:04
28209         Log: FAQ sync.
28210      Branch: perl
28211            ! pod/perlfaq9.pod
28212 ____________________________________________________________________________
28213 [ 12799] By: jhi                                   on 2001/11/01  13:59:42
28214         Log: If an encoding is set by -M/-m, it must be in
28215              effect only for the actual script, not any other
28216              required/-M/-m'ed module, otherwise we enter a nasty
28217              recursion in regexec.c while trying to init the simple
28218              UTF-8 charclasses like PL_utf8_alnum.
28219      Branch: perl
28220            ! lib/encoding.pm pod/perlunicode.pod pp_ctl.c
28221 ____________________________________________________________________________
28222 [ 12798] By: jhi                                   on 2001/10/31  21:10:09
28223         Log: A bit more descriptive name.
28224      Branch: perl
28225            ! mg.c
28226 ____________________________________________________________________________
28227 [ 12797] By: jhi                                   on 2001/10/31  20:32:29
28228         Log: Subject: [PATCH Perl@12768] Time::Hires test fix
28229              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
28230              Date: Wed, 31 Oct 2001 13:47:04 EST
28231              Message-Id: <011031134626.1227@DUPHY4.Physics.Drexel.Edu>
28232      Branch: perl
28233            ! ext/Time/HiRes/HiRes.t
28234 ____________________________________________________________________________
28235 [ 12796] By: jhi                                   on 2001/10/31  20:31:20
28236         Log: Subject: [PATCH Perl@12768] make setting signal() persistent
28237              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
28238              Date: Wed, 31 Oct 2001 13:43:29 EST
28239              Message-Id: <011031134318.231c@DUPHY4.Physics.Drexel.Edu>
28240      Branch: perl
28241            ! mg.c
28242 ____________________________________________________________________________
28243 [ 12795] By: jhi                                   on 2001/10/31  20:29:37
28244         Log: Subject: [PATCH] Various test cleanups
28245              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
28246              Date: Tue, 30 Oct 2001 21:56:26 +0100
28247              Message-ID: <20011030215626.A28503@rafael>
28248      Branch: perl
28249            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
28250            ! ext/DB_File/t/db-recno.t ext/Encode.t
28251 ____________________________________________________________________________
28252 [ 12794] By: jhi                                   on 2001/10/31  15:26:59
28253         Log: Update Changes.
28254      Branch: perl
28255            ! Changes patchlevel.h
28256 ____________________________________________________________________________
28257 [ 12793] By: jhi                                   on 2001/10/31  15:23:12
28258         Log: Subject: [PATCH] Data::Dumper opt. use B::Deparse for coderefs
28259              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>               
28260              Date: Wed, 31 Oct 2001 17:16:39 +0100
28261              Message-ID: <20011031171639.A32511@rafael>
28262      Branch: perl
28263            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/t/dumper.t
28264 ____________________________________________________________________________
28265 [ 12792] By: jhi                                   on 2001/10/31  15:20:01
28266         Log: Skip message nit.
28267      Branch: perl
28268            ! t/io/fs.t
28269 ____________________________________________________________________________
28270 [ 12791] By: jhi                                   on 2001/10/31  14:54:19
28271         Log: Subject: Re: [REPATCH] Re: [PATCH] Re: [ID 20011030.064] File::Temp tempdir(CLEANUP => 1) and -T on OpenBSD 2.9
28272              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
28273              Date: 31 Oct 2001 14:49:37 -0000
28274              Message-Id: <slrn9u03sk.hco.rgarciasuarez@rafael.kazibao.net> 
28275      Branch: perl
28276            ! lib/File/Path.pm lib/File/Path.t lib/File/Temp/t/mktemp.t
28277 ____________________________________________________________________________
28278 [ 12790] By: jhi                                   on 2001/10/31  14:44:33
28279         Log: Extend the effect of the encoding pragma to chr() and ord().
28280              
28281              TODO: regex literals, reentrancy problems with the utf8
28282              and charnames pragmas.
28283      Branch: perl
28284            ! lib/encoding.pm lib/encoding.t pod/perlfunc.pod pp.c sv.c
28285 ____________________________________________________________________________
28286 [ 12789] By: jhi                                   on 2001/10/31  13:25:02
28287         Log: Doc tweaks.
28288      Branch: perl
28289            ! lib/encoding.pm
28290 ____________________________________________________________________________
28291 [ 12788] By: nick                                  on 2001/10/31  08:59:56
28292         Log: Integrate mainline
28293      Branch: perlio
28294           +> lib/encoding.pm lib/encoding.t t/op/system.t t/op/system_tests
28295           !> (integrate 49 files)
28296 ____________________________________________________________________________
28297 [ 12787] By: jhi                                   on 2001/10/31  03:22:34
28298         Log: Forgot new proto.
28299      Branch: perl
28300            ! proto.h
28301 ____________________________________________________________________________
28302 [ 12786] By: jhi                                   on 2001/10/31  02:32:35
28303         Log: Clarification: use encoding cannot be used to
28304              change the default encoding of "your whole script";
28305              only the default encoding of the *data*.  Also, it
28306              seems that "use encoding" does not mix with "use utf8"
28307              (a coredumping recursion ensues).  Should not be a huge
28308              problem since "use utf8" is pretty marginal nowadays.
28309      Branch: perl
28310            ! ext/Encode/Encode.pm lib/encoding.pm pod/perlunicode.pod
28311 ____________________________________________________________________________
28312 [ 12785] By: jhi                                   on 2001/10/31  02:19:49
28313         Log: More documentation for the encode pragma.
28314      Branch: perl
28315            ! ext/Encode/Encode.pm lib/encoding.pm lib/open.pm
28316            ! pod/perlapi.pod pod/perlunicode.pod sv.c
28317 ____________________________________________________________________________
28318 [ 12784] By: jhi                                   on 2001/10/31  02:08:27
28319         Log: Thinko in #12783.
28320      Branch: perl
28321            ! sv.c
28322 ____________________________________________________________________________
28323 [ 12783] By: jhi                                   on 2001/10/31  02:04:22
28324         Log: Make sv_recode_to_utf8() a real API: the encoding
28325              is a parameter, instead of a global.  Document the
28326              PERL_ENCODING.
28327      Branch: perl
28328            ! embed.h embed.pl pod/perlapi.pod pod/perlrun.pod proto.h sv.c
28329            ! toke.c
28330 ____________________________________________________________________________
28331 [ 12782] By: jhi                                   on 2001/10/31  00:57:42
28332         Log: Enable -Mencoding=foobar also for string literals.
28333      Branch: perl
28334            ! embed.h embed.pl global.sym lib/encoding.pm lib/encoding.t
28335            ! pod/perlapi.pod proto.h sv.c toke.c
28336 ____________________________________________________________________________
28337 [ 12781] By: jhi                                   on 2001/10/30  17:06:39
28338         Log: Subject: Re: [PATCH] Re: DynaLoader problem on NCR SVR4 box
28339              From: Andy Dougherty <doughera@lafayette.edu>
28340              Date: Tue, 30 Oct 2001 12:44:27 -0500 (EST)
28341              Message-ID: <Pine.SOL.4.10.10110301241210.25351-100000@maxwell.phys.lafayette.edu>
28342      Branch: perl
28343            ! ext/POSIX/hints/svr4.pl
28344 ____________________________________________________________________________
28345 [ 12780] By: jhi                                   on 2001/10/30  14:54:12
28346         Log: Subject: RE: [PATCH h2xs] Use of static data in XS modules
28347              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
28348              Date: Mon, 29 Oct 2001 23:11:58 -0000
28349              Message-ID: <AIEAJICLCBDNAAOLLOKLMEJGDDAA.Paul_Marquess@Yahoo.co.uk>
28350              
28351              Add compat.h.
28352      Branch: perl
28353            ! lib/h2xs.t utils/h2xs.PL
28354 ____________________________________________________________________________
28355 [ 12779] By: jhi                                   on 2001/10/30  13:51:43
28356         Log: Subject: PerlIOBuf_dup
28357              From: Nicholas Clark <nick@ccl4.org>              
28358              Date: Mon, 29 Oct 2001 21:52:35 +0000             
28359              Message-ID: <20011029215235.K41204@plum.flirble.org>
28360              
28361              Add prototype.
28362      Branch: perl
28363            ! perliol.h
28364 ____________________________________________________________________________
28365 [ 12778] By: jhi                                   on 2001/10/30  13:49:51
28366         Log: Subject: [PATCH] Make malloc.c errors more useful
28367              From: Richard Soderberg <rs@oregonnet.com>
28368              Date: Mon, 29 Oct 2001 22:28:02 -0800
28369              Message-Id: <200110300628.WAA11025@oregonnet.com>
28370      Branch: perl
28371            ! malloc.c
28372 ____________________________________________________________________________
28373 [ 12777] By: jhi                                   on 2001/10/30  04:02:10
28374         Log: Retract #12776 - the bug 19990906.001 is still valid.
28375      Branch: perl
28376            ! t/run/kill_perl.t
28377 ____________________________________________________________________________
28378 [ 12776] By: jhi                                   on 2001/10/30  03:03:49
28379         Log: (Retracted by #12777)
28380              Subject: Perlbug 19990906.001 - segfault on long escaped quote regex
28381              From: Michael G Schwern <schwern@pobox.com> 
28382              Date: Mon, 29 Oct 2001 23:01:08 -0500
28383              Message-ID: <20011029230108.G18053@blackrider>
28384      Branch: perl
28385            ! t/run/kill_perl.t
28386 ____________________________________________________________________________
28387 [ 12775] By: jhi                                   on 2001/10/30  02:56:41
28388         Log: Comment nits.
28389      Branch: perl
28390            ! lib/encoding.t
28391 ____________________________________________________________________________
28392 [ 12774] By: gsar                                  on 2001/10/30  01:32:57
28393         Log: integrate change#12772 from mainline
28394              
28395              Subject: [PATCH] Mommy, what's a pointer cast?
28396      Branch: maint-5.6/perl
28397            ! perl.h
28398 ____________________________________________________________________________
28399 [ 12773] By: jhi                                   on 2001/10/30  01:19:32
28400         Log: Subject: [PATCH] Mommy, what's a pointer cast?
28401              From: Richard Soderberg <rs@oregonnet.com>
28402              Date: Mon, 29 Oct 2001 17:01:10 -0800
28403              Message-Id: <200110300101.RAA31561@oregonnet.com>
28404              
28405              (threads* parts)
28406      Branch: perl
28407            ! ext/threads/shared/shared.xs ext/threads/threads.xs
28408 ____________________________________________________________________________
28409 [ 12772] By: jhi                                   on 2001/10/30  01:19:13
28410         Log: Subject: [PATCH] Mommy, what's a pointer cast?
28411              From: Richard Soderberg <rs@oregonnet.com>
28412              Date: Mon, 29 Oct 2001 17:01:10 -0800
28413              Message-Id: <200110300101.RAA31561@oregonnet.com>
28414              
28415              (the perl.h part)
28416      Branch: perl
28417            ! perl.h
28418 ____________________________________________________________________________
28419 [ 12771] By: jhi                                   on 2001/10/30  01:17:21
28420         Log: Subject: [PATCH] OpenBSD likes signal.h 
28421              From: Richard Soderberg <rs@oregonnet.com>
28422              Date: Mon, 29 Oct 2001 17:00:31 -0800
28423              Message-Id: <200110300100.RAA31533@oregonnet.com>
28424      Branch: perl
28425            ! unixish.h
28426 ____________________________________________________________________________
28427 [ 12770] By: jhi                                   on 2001/10/30  01:10:24
28428         Log: Subject: [PATCH] RE: DB_File-1.79 on Cygwin 1.3.3
28429              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
28430              Date: Mon, 29 Oct 2001 23:04:23 -0000
28431              Message-ID: <AIEAJICLCBDNAAOLLOKLGEJGDDAA.Paul_Marquess@Yahoo.co.uk>
28432      Branch: perl
28433            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
28434            ! ext/DB_File/t/db-recno.t
28435 ____________________________________________________________________________
28436 [ 12769] By: jhi                                   on 2001/10/30  01:08:01
28437         Log: Subject: [PATCH perl@12718] HiRes.t tweaks
28438              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
28439              Date: Mon, 29 Oct 2001 12:34:07 -0600
28440              Message-Id: <5.1.0.14.2.20011029121906.035d7e00@exchi01>
28441      Branch: perl
28442            ! ext/Time/HiRes/HiRes.t
28443 ____________________________________________________________________________
28444 [ 12768] By: jhi                                   on 2001/10/29  15:10:04
28445         Log: Update Changes.
28446      Branch: perl
28447            ! Changes patchlevel.h
28448 ____________________________________________________________________________
28449 [ 12767] By: jhi                                   on 2001/10/29  14:49:28
28450         Log: AIX needs an explicit symbol export list.
28451      Branch: perl
28452            ! lib/ExtUtils/Embed.t
28453 ____________________________________________________________________________
28454 [ 12766] By: jhi                                   on 2001/10/29  14:08:21
28455         Log: The test (and the module) would require some
28456              quality hacking time to work on EBCDIC.  Based on
28457              the test results nothing seems to be majorly broken,
28458              the module just seems to have strange assumptions:
28459              got: ''\226\225\205'
28460              expected: ''one'
28461              The \226\225\205 being, of course, 'one', in EBCDIC.
28462      Branch: perl
28463            ! lib/Dumpvalue.t
28464 ____________________________________________________________________________
28465 [ 12765] By: jhi                                   on 2001/10/29  13:58:48
28466         Log: Mark the test known to be failing in EBCDIC.
28467      Branch: perl
28468            ! t/op/tr.t
28469 ____________________________________________________________________________
28470 [ 12764] By: jhi                                   on 2001/10/29  13:51:51
28471         Log: None of the libnet modules are going to work in
28472              EBCDIC without the Convert::EBCDIC.
28473      Branch: perl
28474            ! t/lib/1_compile.t
28475 ____________________________________________________________________________
28476 [ 12763] By: jhi                                   on 2001/10/29  13:45:39
28477         Log: Neither is 0xff illegal UTF-EBCDIC since it's the last C1.
28478      Branch: perl
28479            ! t/op/pack.t
28480 ____________________________________________________________________________
28481 [ 12762] By: jhi                                   on 2001/10/29  13:40:17
28482         Log: UTF-EBCDIC ain't UTF-8.
28483      Branch: perl
28484            ! t/op/pack.t
28485 ____________________________________________________________________________
28486 [ 12761] By: jhi                                   on 2001/10/29  13:35:35
28487         Log: In EBCDIC cannot test compile Net::Cmd without Convert::EBCDIC.
28488      Branch: perl
28489            ! t/lib/1_compile.t
28490 ____________________________________________________________________________
28491 [ 12760] By: jhi                                   on 2001/10/29  13:32:20
28492         Log: Let's not assume ASCII.
28493      Branch: perl
28494            ! t/op/lc.t
28495 ____________________________________________________________________________
28496 [ 12759] By: jhi                                   on 2001/10/29  13:24:54
28497         Log: Call the new perlio symbols differently.
28498      Branch: perl
28499            ! makedef.pl
28500 ____________________________________________________________________________
28501 [ 12758] By: jhi                                   on 2001/10/29  13:23:11
28502         Log: Don't expect ASCII ordering.
28503      Branch: perl
28504            ! lib/ExtUtils/Manifest.t
28505 ____________________________________________________________________________
28506 [ 12757] By: jhi                                   on 2001/10/29  13:13:09
28507         Log: Forgot from #12756.
28508      Branch: perl
28509            ! perlio.h
28510 ____________________________________________________________________________
28511 [ 12756] By: jhi                                   on 2001/10/29  13:12:41
28512         Log: BeOS tweaks:
28513              - fseeko and ftello can be found by Configure but
28514              we do not seem to have prototypes for them so
28515              let's make up some
28516              - BeOS didn't use to have real sockets (sockets as
28517              filedescriptors) but the BONE package is supposed
28518              to fix this.  I do not know how to detect BONEness,
28519              see hints/beos.sh for a spot that needs to fixed.
28520              - BeOS has O_TEXT != O_BINARY but has no setmode()
28521      Branch: perl
28522            ! hints/beos.sh perlio.c
28523 ____________________________________________________________________________
28524 [ 12755] By: sky                                   on 2001/10/29  12:56:12
28525         Log: Ugly fix to not die when a thread creator is holding locks.
28526      Branch: perl
28527            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
28528            ! ext/threads/threads.xs
28529 ____________________________________________________________________________
28530 [ 12754] By: jhi                                   on 2001/10/29  12:31:34
28531         Log: Integrate change #12752 from maintperl;
28532              
28533              croak(Nullch) wasn't printing the contents of ERRSV if there was
28534              no outer eval (bug in change#6125)
28535      Branch: perl
28536           !> util.c
28537 ____________________________________________________________________________
28538 [ 12753] By: jhi                                   on 2001/10/29  12:28:41
28539         Log: Subject: [PATCH h2xs] Use of static data in XS modules
28540              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
28541              Date: Sun, 28 Oct 2001 21:19:07 -0000
28542              Message-ID: <AIEAJICLCBDNAAOLLOKLIEHNDDAA.Paul_Marquess@Yahoo.co.uk>
28543              
28544              with nits from Sarathy.
28545      Branch: perl
28546            ! utils/h2xs.PL
28547 ____________________________________________________________________________
28548 [ 12752] By: gsar                                  on 2001/10/29  03:07:15
28549         Log: croak(Nullch) wasn't printing the contents of ERRSV if there was
28550              no outer eval (bug in change#6125)
28551      Branch: maint-5.6/perl
28552            ! util.c
28553 ____________________________________________________________________________
28554 [ 12751] By: jhi                                   on 2001/10/28  23:11:15
28555         Log: More todo for the encoding pragma.
28556      Branch: perl
28557            ! lib/encoding.pm
28558 ____________________________________________________________________________
28559 [ 12750] By: jhi                                   on 2001/10/28  22:55:24
28560         Log: Add the encoding pragma to control the "upgrade"
28561              from the native eight bit data to Unicode.
28562              
28563              TODO: \x.. and \0... literals.  \N{}.  chr()? ord()?
28564      Branch: perl
28565            + lib/encoding.pm lib/encoding.t
28566            ! MANIFEST embedvar.h gv.c intrpvar.h mg.c perlapi.h
28567            ! pod/perlunicode.pod pod/perlvar.pod sv.c
28568 ____________________________________________________________________________
28569 [ 12749] By: sky                                   on 2001/10/28  21:02:33
28570         Log: Update documentation.
28571      Branch: perl
28572            ! ext/threads/shared/shared.pm
28573 ____________________________________________________________________________
28574 [ 12748] By: jhi                                   on 2001/10/28  20:55:57
28575         Log: Integrate change #12747 from maintperl;
28576              
28577              finishing touches to system() fixes on windows:
28578              * detect cmd shell correctly even if it had full path in it
28579              * more quoting needed for single-arg system if the argument
28580              really had multiple quoted arguments within it
28581              * be smarter about not calling the shell when the executable
28582              has spaces, but otherwise does not need shell involvement
28583              * add a testsuite (windows-specific currently)
28584      Branch: perl
28585           +> t/op/system.t t/op/system_tests
28586            ! MANIFEST pod/perltodo.pod
28587           !> win32/win32.c
28588 ____________________________________________________________________________
28589 [ 12747] By: gsar                                  on 2001/10/28  18:33:23
28590         Log: finishing touches to system() fixes on windows:
28591              * detect cmd shell correctly even if it had full path in it
28592              * more quoting needed for single-arg system if the argument
28593              really had multiple quoted arguments within it
28594              * be smarter about not calling the shell when the executable
28595              has spaces, but otherwise does not need shell involvement
28596              * add a testsuite (windows-specific currently)
28597      Branch: maint-5.6/perl
28598            + t/op/system.t t/op/system_tests
28599            ! MANIFEST Todo-5.6 pod/perltodo.pod win32/win32.c
28600 ____________________________________________________________________________
28601 [ 12746] By: jhi                                   on 2001/10/28  16:34:35
28602         Log: Integrate perlio.
28603      Branch: perl
28604           !> ext/Time/HiRes/HiRes.xs lib/ExtUtils/Embed.t
28605 ____________________________________________________________________________
28606 [ 12745] By: nick                                  on 2001/10/28  16:08:14
28607         Log: Mingw32 fixup for Embed.t
28608      Branch: perlio
28609            ! lib/ExtUtils/Embed.t
28610 ____________________________________________________________________________
28611 [ 12744] By: nick                                  on 2001/10/28  15:54:14
28612         Log: GCC vs MS 64-bit constant syntax
28613      Branch: perlio
28614            ! ext/Time/HiRes/HiRes.xs
28615 ____________________________________________________________________________
28616 [ 12743] By: nick                                  on 2001/10/28  15:42:55
28617         Log: Integrate mainline
28618      Branch: perlio
28619           !> ext/threads/threads.pm lib/ExtUtils/Embed.t
28620 ____________________________________________________________________________
28621 [ 12742] By: sky                                   on 2001/10/28  14:47:10
28622         Log: Manpage updates.
28623      Branch: perl
28624            ! ext/threads/threads.pm
28625 ____________________________________________________________________________
28626 [ 12741] By: jhi                                   on 2001/10/28  14:39:55
28627         Log: Newline confusion: t/TEST sees an extra newline and gets huffy.
28628      Branch: perl
28629            ! lib/ExtUtils/Embed.t
28630 ____________________________________________________________________________
28631 [ 12740] By: nick                                  on 2001/10/28  14:14:24
28632         Log: Integrate mainline
28633      Branch: perlio
28634           !> lib/ExtUtils/Embed.t win32/win32.c
28635 ____________________________________________________________________________
28636 [ 12739] By: jhi                                   on 2001/10/28  14:06:58
28637         Log: Need to be ./executed.
28638      Branch: perl
28639            ! lib/ExtUtils/Embed.t
28640 ____________________________________________________________________________
28641 [ 12738] By: jhi                                   on 2001/10/28  14:03:58
28642         Log: Integrate perlio.
28643      Branch: perl
28644           !> perlio.c win32/win32.h
28645 ____________________________________________________________________________
28646 [ 12737] By: nick                                  on 2001/10/28  13:53:45
28647         Log: Tweak for build with Mingw32 - __attribute__((unused)) is not liked
28648              by gcc -xc++.
28649      Branch: perlio
28650            ! win32/win32.h
28651 ____________________________________________________________________________
28652 [ 12736] By: nick                                  on 2001/10/28  13:50:50
28653         Log: Have :stdio layer update an honour the fd refcnt table.
28654              Embed.t now passes with PERLIO=stdio as well (tested under ithreads)
28655      Branch: perlio
28656            ! perlio.c
28657 ____________________________________________________________________________
28658 [ 12735] By: jhi                                   on 2001/10/28  13:34:37
28659         Log: Integrate changes #12724 and #12725 from maintperl;
28660              multiarg system now works.
28661      Branch: perl
28662           !> win32/win32.c
28663 ____________________________________________________________________________
28664 [ 12734] By: jhi                                   on 2001/10/28  13:31:54
28665         Log: Integrate perlio.
28666      Branch: perl
28667           +> lib/ExtUtils/Embed.t
28668           !> MANIFEST perlio.c
28669 ____________________________________________________________________________
28670 [ 12733] By: nick                                  on 2001/10/28  13:07:16
28671         Log: Use fd refcounts to solve the problem highlighted by new Embed.t, at
28672              least for PERLIO=perlio unthreaded case
28673      Branch: perlio
28674            ! perlio.c
28675 ____________________________________________________________________________
28676 [ 12732] By: nick                                  on 2001/10/28  11:10:24
28677         Log: Typo in exe name
28678      Branch: perlio
28679            ! lib/ExtUtils/Embed.t
28680 ____________________________________________________________________________
28681 [ 12731] By: nick                                  on 2001/10/28  11:09:59
28682         Log: Integrate Mainline
28683      Branch: perlio
28684           !> Changes configure.com ext/DB_File/DB_File.pm
28685           !> ext/ODBM_File/ODBM_File.xs ext/Time/HiRes/HiRes.xs
28686           !> ext/threads/shared/shared.xs lib/ExtUtils/xsubpp
28687           !> lib/unicore/Is.pl lib/unicore/mktables makedef.pl op.h
28688           !> patchlevel.h perlio.c pod/perlapi.pod pod/perlfaq4.pod
28689           !> pod/perlhack.pod pod/perltoc.pod pod/perlunicode.pod sv.h
28690           !> t/TEST t/op/regexp.t win32/buildext.pl
28691 ____________________________________________________________________________
28692 [ 12730] By: nick                                  on 2001/10/28  11:05:35
28693         Log: Fixup Embed.t for Win32/VC++
28694      Branch: perlio
28695            ! lib/ExtUtils/Embed.t
28696 ____________________________________________________________________________
28697 [ 12729] By: nick                                  on 2001/10/28  09:36:20
28698         Log: Adapt testcase from Doug Maceachern <dougm@covalent.net> for perlio_destruct
28699              bug as lib/ExtUtils/Embed.t which tests that and some aspects of
28700              ExtUtils::Embed.
28701      Branch: perlio
28702            + lib/ExtUtils/Embed.t
28703            ! MANIFEST
28704 ____________________________________________________________________________
28705 [ 12728] By: sky                                   on 2001/10/28  08:12:53
28706         Log: Change #12726 changed require 5.002 to 5.0 somehow, I know I never changed that
28707              line manually!
28708      Branch: perl
28709            ! lib/ExtUtils/xsubpp
28710 ____________________________________________________________________________
28711 [ 12727] By: sky                                   on 2001/10/28  08:02:09
28712         Log: And here we use the prototypes.
28713      Branch: perl
28714            ! ext/threads/shared/shared.xs
28715 ____________________________________________________________________________
28716 [ 12726] By: sky                                   on 2001/10/28  08:00:48
28717         Log: Support [] style prototypes.
28718      Branch: perl
28719            ! lib/ExtUtils/xsubpp
28720 ____________________________________________________________________________
28721 [ 12725] By: gsar                                  on 2001/10/28  04:49:15
28722         Log: yet another multi-arg system() fix on windows: batch files as the
28723              first argument (i.e. directly executed by CreateProcess()) need
28724              extra quoting to escape shell-shock
28725      Branch: maint-5.6/perl
28726            ! win32/win32.c
28727 ____________________________________________________________________________
28728 [ 12724] By: gsar                                  on 2001/10/28  03:49:31
28729         Log: another multi-arg system() fix on windows: passing empty arguments
28730              now works
28731      Branch: maint-5.6/perl
28732            ! win32/win32.c
28733 ____________________________________________________________________________
28734 [ 12723] By: jhi                                   on 2001/10/28  03:32:32
28735         Log: Explicitly expect only 4 or 8 bytes of PTRSIZE.
28736              No final #else #error because we do not seem to
28737              be using #error?
28738      Branch: perl
28739            ! op.h
28740 ____________________________________________________________________________
28741 [ 12722] By: jhi                                   on 2001/10/28  02:41:04
28742         Log: Subject: [PATCH Perl@12647] Time::HiRes ualarm for VMS without one
28743              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)        
28744              Date: Sat, 27 Oct 2001 23:28:44 EST 
28745              Message-Id: <011027232650.19ae30@DUPHY4.Physics.Drexel.Edu>
28746      Branch: perl
28747            ! ext/Time/HiRes/HiRes.xs
28748 ____________________________________________________________________________
28749 [ 12721] By: jhi                                   on 2001/10/28  01:53:34
28750         Log: Regen perlapi, perltoc.
28751      Branch: perl
28752            ! pod/perlapi.pod pod/perltoc.pod
28753 ____________________________________________________________________________
28754 [ 12720] By: jhi                                   on 2001/10/28  01:30:04
28755         Log: Subject: [PATCH] sv.h documentation
28756              From: Tim Jenness <t.jenness@jach.hawaii.edu>              
28757              Date: Sat, 27 Oct 2001 15:27:41 -1000 (HST) 
28758              Message-ID: <Pine.LNX.4.33.0110271526270.24647-100000@lapaki>
28759      Branch: perl
28760            ! sv.h
28761 ____________________________________________________________________________
28762 [ 12719] By: gsar                                  on 2001/10/27  23:42:51
28763         Log: "nmake clean" fails to clean ext/... because buildext.pl calls
28764              system("nmake -nologo", "clean") and there is no executable
28765              called "nmake -nologo"; this used to "work" pre-change#12559 due
28766              to bugs in multiarg system() that have since been fixed
28767      Branch: perl
28768            ! win32/buildext.pl
28769 ____________________________________________________________________________
28770 [ 12718] By: jhi                                   on 2001/10/27  21:58:35
28771         Log: Update Changes.
28772      Branch: perl
28773            ! Changes patchlevel.h
28774 ____________________________________________________________________________
28775 [ 12717] By: jhi                                   on 2001/10/27  21:54:11
28776         Log: Subject: perlhack.pod addendum for consideration (perlbug mail interface)
28777              From: Richard.Foley@t-online.de (Richard Foley)            
28778              Date: Sun, 28 Oct 2001 00:48:32 +0200
28779              Message-ID: <15xbQQ-1BoWxsC@fwd02.sul.t-online.com>
28780      Branch: perl
28781            ! pod/perlhack.pod
28782 ____________________________________________________________________________
28783 [ 12716] By: jhi                                   on 2001/10/27  21:41:02
28784         Log: Must store pointers with the right width.
28785      Branch: perl
28786            ! op.h
28787 ____________________________________________________________________________
28788 [ 12715] By: jhi                                   on 2001/10/27  21:22:52
28789         Log: Integrate change #12711 from perlio;
28790              
28791              Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
28792              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
28793      Branch: perl
28794           !> perlio.c
28795 ____________________________________________________________________________
28796 [ 12714] By: jhi                                   on 2001/10/27  21:04:59
28797         Log: Subject: [PATCH] make minitest
28798              From: Nicholas Clark <nick@ccl4.org>
28799              Date: Sat, 27 Oct 2001 22:56:16 +0100
28800              Message-ID: <20011027225616.L20275@plum.flirble.org>
28801      Branch: perl
28802            ! t/TEST
28803 ____________________________________________________________________________
28804 [ 12713] By: jhi                                   on 2001/10/27  20:58:33
28805         Log: Patch #12661 missed this.
28806      Branch: perl
28807            ! ext/DB_File/DB_File.pm
28808 ____________________________________________________________________________
28809 [ 12712] By: jhi                                   on 2001/10/27  20:56:38
28810         Log: Subject: [PATCH perl@12696] C RTL awareness update for VMS
28811              From: "Craig A. Berry" <craigberry@mac.com>
28812              Date: Sat, 27 Oct 2001 16:07:47 -0500
28813              Message-Id: <5.1.0.14.2.20011027134037.01bebc60@exchi01>
28814      Branch: perl
28815            ! configure.com perlio.c
28816 ____________________________________________________________________________
28817 [ 12711] By: nick                                  on 2001/10/27  19:49:25
28818         Log: Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
28819              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
28820      Branch: perlio
28821            ! perlio.c
28822 ____________________________________________________________________________
28823 [ 12710] By: jhi                                   on 2001/10/27  17:07:46
28824         Log: Let's not replace reason if there's one already supplied.
28825      Branch: perl
28826            ! t/op/regexp.t
28827 ____________________________________________________________________________
28828 [ 12709] By: jhi                                   on 2001/10/27  17:02:30
28829         Log: is not good.
28830      Branch: perl
28831            ! t/op/regexp.t
28832 ____________________________________________________________________________
28833 [ 12708] By: jhi                                   on 2001/10/27  16:54:07
28834         Log: ldlibpth can exist but be unset.
28835      Branch: perl
28836            ! t/TEST
28837 ____________________________________________________________________________
28838 [ 12707] By: jhi                                   on 2001/10/27  16:47:07
28839         Log: Unicode: property alias naming cleanup.
28840      Branch: perl
28841            ! lib/unicore/Is.pl lib/unicore/mktables pod/perlunicode.pod
28842 ____________________________________________________________________________
28843 [ 12706] By: jhi                                   on 2001/10/27  15:24:06
28844         Log: FAQ sync.
28845      Branch: perl
28846            ! pod/perlfaq4.pod
28847 ____________________________________________________________________________
28848 [ 12705] By: jhi                                   on 2001/10/27  15:23:15
28849         Log: Integrate change #12703 from maintperl;
28850              
28851              typemap stuff intervenes before declaration, move it to PREINIT
28852              section
28853              
28854              (an empty integrate, but now the files are in sync
28855              between the branches)
28856      Branch: perl
28857           !> ext/ODBM_File/ODBM_File.xs
28858 ____________________________________________________________________________
28859 [ 12704] By: jhi                                   on 2001/10/27  15:21:17
28860         Log: More PerlIO symbols.
28861      Branch: perl
28862            ! makedef.pl
28863 ____________________________________________________________________________
28864 [ 12703] By: gsar                                  on 2001/10/27  15:12:54
28865         Log: typemap stuff intervenes before declaration, move it to PREINIT
28866              section
28867      Branch: maint-5.6/perl
28868            ! ext/ODBM_File/ODBM_File.xs
28869 ____________________________________________________________________________
28870 [ 12702] By: nick                                  on 2001/10/27  14:09:35
28871         Log: Integrate mainline
28872      Branch: perlio
28873           +> ext/threads/shared/t/av_simple.t
28874           +> ext/threads/shared/t/hv_refs.t
28875           +> ext/threads/shared/t/hv_simple.t lib/unicore/To/Fold.pl
28876           !> (integrate 109 files)
28877 ____________________________________________________________________________
28878 [ 12700] By: ams                                   on 2001/10/26  21:22:23
28879         Log: Subject: [PATCH] tweak divide
28880              From: Nicholas Clark <nick@ccl4.org>
28881              Date: Fri, 26 Oct 2001 22:52:17 +0100
28882              Message-Id: <20011026225217.B20275@plum.flirble.org>
28883      Branch: perl
28884            ! pp.c
28885 ____________________________________________________________________________
28886 [ 12699] By: pudge                                 on 2001/10/26  20:49:00
28887         Log: Integrate a buncha things from maintperl.
28888      Branch: maint-5.6/macperl
28889           !> (integrate 32 files)
28890 ____________________________________________________________________________
28891 [ 12698] By: jhi                                   on 2001/10/26  19:13:24
28892         Log: Subject: [PATCH] Re: DynaLoader problem on NCR SVR4 box
28893              From: Andy Dougherty <doughera@lafayette.edu>
28894              Date: Fri, 26 Oct 2001 14:36:29 -0400 (EDT)
28895              Message-ID: <Pine.SOL.4.10.10110261434280.23229-100000@maxwell.phys.lafayette.edu>
28896      Branch: perl
28897            ! hints/svr4.sh
28898 ____________________________________________________________________________
28899 [ 12697] By: jhi                                   on 2001/10/26  18:42:58
28900         Log: When you're root, many things become writable.
28901      Branch: perl
28902            ! lib/ExtUtils/Mkbootstrap.t lib/ExtUtils/Packlist.t
28903 ____________________________________________________________________________
28904 [ 12696] By: jhi                                   on 2001/10/26  15:52:58
28905         Log: Update Changes.
28906      Branch: perl
28907            ! Changes patchlevel.h
28908 ____________________________________________________________________________
28909 [ 12695] By: gsar                                  on 2001/10/26  15:34:31
28910         Log: Term/Cap.t attempts to access the floppy drive for no good reason
28911              on dosish systems
28912      Branch: perl
28913            ! lib/Term/Cap.t
28914 ____________________________________________________________________________
28915 [ 12694] By: gsar                                  on 2001/10/26  15:15:16
28916         Log: fix misleading comment on known inadequacy in B::Terse, and skip
28917              it correctly
28918      Branch: perl
28919            ! ext/B/t/terse.t
28920 ____________________________________________________________________________
28921 [ 12693] By: gsar                                  on 2001/10/26  14:53:56
28922         Log: fix spurious AutoSplit.t failure under windows
28923      Branch: perl
28924            ! lib/AutoSplit.t
28925 ____________________________________________________________________________
28926 [ 12692] By: gsar                                  on 2001/10/26  14:39:06
28927         Log: Time::HiRes::alarm() ain't gonna work either if ualarm() ain't
28928      Branch: perl
28929            ! ext/Time/HiRes/HiRes.t
28930 ____________________________________________________________________________
28931 [ 12691] By: jhi                                   on 2001/10/26  14:34:15
28932         Log: More logical to use %04"UVXf" than %"UVuf" since
28933              the Unicode standard prefers hex.
28934      Branch: perl
28935            ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl
28936            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
28937            ! lib/unicore/mktables utf8.c
28938 ____________________________________________________________________________
28939 [ 12690] By: gsar                                  on 2001/10/26  14:15:55
28940         Log: change#12065 seems to have broken Encode build on windows; fix
28941      Branch: perl
28942            ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
28943 ____________________________________________________________________________
28944 [ 12689] By: jhi                                   on 2001/10/26  14:12:04
28945         Log: Unicode: add the case folding table.
28946      Branch: perl
28947            + lib/unicore/To/Fold.pl
28948            ! MANIFEST lib/unicore/mktables
28949 ____________________________________________________________________________
28950 [ 12688] By: sky                                   on 2001/10/26  13:51:29
28951         Log: Get the new functions right, do not export lock since we use builtin lock.
28952              TODO: fix xsubpp to support the new prototypes
28953      Branch: perl
28954            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
28955 ____________________________________________________________________________
28956 [ 12687] By: jhi                                   on 2001/10/26  13:43:03
28957         Log: USE_ENVIRON_ARRAY instead of !MACOS_TRADITIONAL,
28958              as suggested by Sarathy.
28959      Branch: perl
28960            ! mg.c
28961 ____________________________________________________________________________
28962 [ 12686] By: gsar                                  on 2001/10/26  13:39:52
28963         Log: avoid compiler warning
28964      Branch: perl
28965            ! win32/win32.c
28966 ____________________________________________________________________________
28967 [ 12685] By: jhi                                   on 2001/10/26  13:39:12
28968         Log: WinCE update from Rainer Keuchel.
28969      Branch: perl
28970            ! perl.h wince/Makefile.ce wince/config.ce wince/perldll.def
28971            ! wince/wince.c
28972 ____________________________________________________________________________
28973 [ 12684] By: sky                                   on 2001/10/26  13:34:33
28974         Log: And then finally cond_wait cond_signal and cond_broadcast are now implmented.
28975      Branch: perl
28976            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
28977 ____________________________________________________________________________
28978 [ 12683] By: gbarr                                 on 2001/10/26  13:32:47
28979         Log: More fixes that were made to the core and not in the libnet src
28980      Branch: perl
28981            ! lib/Net/Domain.pm
28982 ____________________________________________________________________________
28983 [ 12682] By: jhi                                   on 2001/10/26  13:31:10
28984         Log: Subject: Re: DB_File-1.79 on Cygwin 1.3.3
28985              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>    
28986              Date: Fri, 26 Oct 2001 13:55:21 +0200
28987              Message-Id: <20011026135017.F575.H.M.BRAND@hccnet.nl>
28988              
28989              (plus make the db-recno.t#59 accept both \n and \r\n)
28990      Branch: perl
28991            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
28992            ! ext/DB_File/t/db-recno.t
28993 ____________________________________________________________________________
28994 [ 12681] By: gbarr                                 on 2001/10/26  13:22:38
28995         Log: Fix tests to be able to run in the core and the CPAN dist
28996      Branch: perl
28997            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
28998            ! lib/Net/t/require.t lib/Net/t/smtp.t
28999 ____________________________________________________________________________
29000 [ 12680] By: jhi                                   on 2001/10/26  13:16:03
29001         Log: Subject: Re: perl@12605 on VMS, [minor PATCH enclosed]
29002              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
29003              Message-Id: <011026081912.dc29b@DUPHY4.Physics.Drexel.Edu>
29004              Date: Fri, 26 Oct 2001 08:34:46 EDT
29005      Branch: perl
29006            ! ext/Time/HiRes/HiRes.t
29007 ____________________________________________________________________________
29008 [ 12679] By: gbarr                                 on 2001/10/26  13:11:00
29009         Log: Sync libnet modules with what will be libnet-1.08
29010      Branch: perl
29011            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.pm
29012            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/I.pm
29013            ! lib/Net/Netrc.pm lib/Net/SMTP.pm lib/Net/t/ftp.t
29014            ! lib/Net/t/hostname.t lib/Net/t/nntp.t lib/Net/t/smtp.t
29015 ____________________________________________________________________________
29016 [ 12678] By: jhi                                   on 2001/10/26  13:03:01
29017         Log: Integrate maintperl changes #12268 and #12669;
29018              
29019              final touches to the audit for statics and thread-unsafe code
29020              * make DB_File, ODBM_File thread-safe 
29021              * remove unnecessary/dangerous statics and protect others
29022              from not getting accidentally enabled under threaded perls
29023              
29024              windows support functions get_childdir() et al aren't exported
29025              correctly under vanilla build
29026              
29027              Testing under win32 appreciated since changes there had
29028              to be manually merged and I cannot test how badly did I do.
29029      Branch: perl
29030           !> ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
29031           !> ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
29032           !> gv.c iperlsys.h makedef.pl mg.c op.c scope.c toke.c util.c
29033           !> win32/vmem.h win32/win32.c win32/win32iop.h
29034 ____________________________________________________________________________
29035 [ 12677] By: sky                                   on 2001/10/26  12:37:17
29036         Log: More Config::threads to threads::threads changes
29037      Branch: perl
29038            ! ext/threads/shared/shared.pm ext/threads/t/basic.t
29039 ____________________________________________________________________________
29040 [ 12676] By: sky                                   on 2001/10/26  12:31:46
29041         Log: Make new() work exactly like create(). Move from Config::threads to threads::threads
29042      Branch: perl
29043            ! ext/threads/threads.pm ext/threads/threads.xs
29044 ____________________________________________________________________________
29045 [ 12675] By: sky                                   on 2001/10/26  12:06:30
29046         Log: Allocing a TLS in runtime is not too hot.
29047      Branch: perl
29048            ! ext/threads/threads.xs
29049 ____________________________________________________________________________
29050 [ 12674] By: sky                                   on 2001/10/26  11:59:09
29051         Log: Don't display debug data.
29052      Branch: perl
29053            ! ext/threads/threads.pm
29054 ____________________________________________________________________________
29055 [ 12673] By: sky                                   on 2001/10/26  11:35:47
29056         Log: Extend support of change #12672 to support arrays and hashes. Shared reference support is
29057              complete bar support for blessed objects.
29058              TODO: tests for shared arrays and more hv reference tests. Also a complex test testing all types intermixed.
29059      Branch: perl
29060            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
29061 ____________________________________________________________________________
29062 [ 12672] By: sky                                   on 2001/10/26  11:15:28
29063         Log: Fix case where shared reference does not exist in current thread.
29064      Branch: perl
29065            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
29066 ____________________________________________________________________________
29067 [ 12671] By: sky                                   on 2001/10/26  08:48:52
29068         Log: Support for references in shared arrays.
29069      Branch: perl
29070            ! ext/threads/shared/shared.xs
29071 ____________________________________________________________________________
29072 [ 12670] By: sky                                   on 2001/10/26  08:30:11
29073         Log: Add tests for references in hashes.
29074      Branch: perl
29075            + ext/threads/shared/t/hv_refs.t
29076            ! MANIFEST
29077 ____________________________________________________________________________
29078 [ 12669] By: gsar                                  on 2001/10/26  06:07:10
29079         Log: windows support functions get_childdir() et al aren't exported
29080              correctly under vanilla build
29081      Branch: maint-5.6/perl
29082            ! iperlsys.h makedef.pl mg.c win32/win32.c win32/win32iop.h
29083 ____________________________________________________________________________
29084 [ 12668] By: gsar                                  on 2001/10/26  03:52:12
29085         Log: final touches to the audit for statics and thread-unsafe code
29086              * make DB_File, ODBM_File thread-safe 
29087              * remove unnecessary/dangerous statics and protect others
29088              from not getting accidentally enabled under threaded perls
29089      Branch: maint-5.6/perl
29090            ! ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
29091            ! ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
29092            ! gv.c mg.c op.c scope.c toke.c util.c win32/vmem.h
29093            ! win32/win32.c
29094 ____________________________________________________________________________
29095 [ 12667] By: ams                                   on 2001/10/26  03:48:36
29096         Log: Subject: [PATCH] Fix sharedsv.c compile-time warnings.
29097              From: "Richard Soderberg" <rs@crystalflame.net>
29098              Date: Thu, 25 Oct 2001 23:42:50 -0400
29099              Message-Id: <NAEKLNAAHLMBPMPNBMLEKEJCEAAA.rs@crystalflame.net>
29100      Branch: perl
29101            ! sharedsv.c
29102 ____________________________________________________________________________
29103 [ 12666] By: jhi                                   on 2001/10/26  02:07:17
29104         Log: Integrate change #12664 from maintperl;
29105              
29106              the newest GCCs don't seem to like C<"string1"##STRING2>
29107              so keep it as C<"string1" STRING2> (latter appears to
29108              work everywhere)
29109      Branch: perl
29110           !> ext/DynaLoader/dlutils.c
29111 ____________________________________________________________________________
29112 [ 12665] By: jhi                                   on 2001/10/26  02:04:29
29113         Log: Subject: [PATCH] perl.h for Mac OS (Classic)
29114              From: Chris Nandor <pudge@pobox.com>
29115              Date: Thu, 25 Oct 2001 22:15:03 -0400
29116              Message-Id: <p0510030db7fe771a5a34@[10.0.1.177]>
29117      Branch: perl
29118            ! perl.h
29119 ____________________________________________________________________________
29120 [ 12664] By: gsar                                  on 2001/10/26  00:22:35
29121         Log: the newest GCCs don't seem to like C<"string1"##STRING2> so keep it as
29122              C<"string1" STRING2> (latter appears to work everywhere)
29123      Branch: maint-5.6/perl
29124            ! ext/DynaLoader/dlutils.c
29125 ____________________________________________________________________________
29126 [ 12663] By: jhi                                   on 2001/10/25  22:59:44
29127         Log: AUTHORS update.
29128      Branch: perl
29129            ! AUTHORS
29130 ____________________________________________________________________________
29131 [ 12662] By: jhi                                   on 2001/10/25  22:50:41
29132         Log: Integrate change #12660 from maintperl;
29133              
29134              make the dMY_CXT stuff available under all of
29135              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
29136      Branch: perl
29137           !> perl.h
29138 ____________________________________________________________________________
29139 [ 12661] By: jhi                                   on 2001/10/25  22:47:28
29140         Log: Subject: [PATCH] DB_File-1.79
29141              From: "Paul Marquess" <paul.marquess@openwave.com>
29142              Date: Fri, 26 Oct 2001 00:03:54 +0100
29143              Message-ID: <AIEAJICLCBDNAAOLLOKLAEELDDAA.paul.marquess@openwave.com>
29144      Branch: perl
29145            ! ext/DB_File/Changes ext/DB_File/DB_File.xs
29146            ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
29147 ____________________________________________________________________________
29148 [ 12660] By: gsar                                  on 2001/10/25  22:44:44
29149         Log: make the dMY_CXT stuff available under all of
29150              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
29151      Branch: maint-5.6/perl
29152            ! perl.h
29153 ____________________________________________________________________________
29154 [ 12659] By: jhi                                   on 2001/10/25  21:27:23
29155         Log: Subject: [PATCH t/run/killperl.t] Re: [ID 20011025.054] Segmentation fault when using the function read not correctly
29156              From: Michael G Schwern <schwern@pobox.com>
29157              Date: Thu, 25 Oct 2001 18:28:12 -0400
29158              Message-ID: <20011025182812.M4811@blackrider>
29159      Branch: perl
29160            ! t/run/kill_perl.t
29161 ____________________________________________________________________________
29162 [ 12658] By: jhi                                   on 2001/10/25  20:54:58
29163         Log: STRLEN != int.
29164      Branch: perl
29165            ! regcomp.c regexec.c
29166 ____________________________________________________________________________
29167 [ 12657] By: jhi                                   on 2001/10/25  20:51:44
29168         Log: Subject: [PATCH] remove small IVop redundancy
29169              From: Nicholas Clark <nick@ccl4.org>
29170              Date: Thu, 25 Oct 2001 22:48:28 +0100
29171              Message-ID: <20011025224827.M66471@plum.flirble.org>
29172      Branch: perl
29173            ! pp.c pp_hot.c
29174 ____________________________________________________________________________
29175 [ 12656] By: jhi                                   on 2001/10/25  18:45:52
29176         Log: Metaconfig unit change for #12655.
29177      Branch: metaconfig/U/perl
29178            ! Extensions.U
29179 ____________________________________________________________________________
29180 [ 12655] By: jhi                                   on 2001/10/25  18:45:18
29181         Log: Subject: Re: Not OK @12650
29182              From: Andy Dougherty <doughera@lafayette.edu>
29183              Date: Thu, 25 Oct 2001 15:34:02 -0400 (EDT)
29184              Message-ID: <Pine.SOL.4.10.10110251520300.22317-100000@maxwell.phys.lafayette.edu>
29185      Branch: perl
29186            ! Configure
29187 ____________________________________________________________________________
29188 [ 12654] By: jhi                                   on 2001/10/25  18:07:58
29189         Log: Integrate changes #12652 and #12653 from maintperl;
29190              
29191              more tweaks to change#12626
29192              * move the boilerplate code over to perl.h and make DynaLoader
29193              use it
29194              * make re, Opcode, File::Glob and B threadsafe
29195              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
29196              C<no re;> anywhere)
29197              
29198              include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
29199              
29200              File::Glob required a bit more work in bleadperl
29201              because of ExtUtils::Constant (see the Makefile.PL change)
29202      Branch: perl
29203            ! ext/File/Glob/Glob.pm ext/File/Glob/Makefile.PL
29204           !> ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
29205           !> ext/Opcode/Opcode.xs ext/re/re.xs perl.h
29206 ____________________________________________________________________________
29207 [ 12653] By: gsar                                  on 2001/10/25  17:23:52
29208         Log: include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
29209      Branch: maint-5.6/perl
29210            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
29211            ! ext/Opcode/Opcode.xs ext/re/re.xs
29212 ____________________________________________________________________________
29213 [ 12652] By: gsar                                  on 2001/10/25  16:46:44
29214         Log: more tweaks to change#12626
29215              * move the boilerplate code over to perl.h and make DynaLoader
29216              use it
29217              * make re, Opcode, File::Glob and B threadsafe
29218              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
29219              C<no re;> anywhere)
29220      Branch: maint-5.6/perl
29221            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
29222            ! ext/Opcode/Opcode.xs ext/re/re.xs perl.h
29223 ____________________________________________________________________________
29224 [ 12651] By: jhi                                   on 2001/10/25  16:35:51
29225         Log: Metaconfig unit change for #12650.
29226      Branch: metaconfig/U/perl
29227            ! Extensions.U
29228 ____________________________________________________________________________
29229 [ 12650] By: jhi                                   on 2001/10/25  16:35:34
29230         Log: Subject: Re: ithreads doesn't like usedl=n
29231              From: Andy Dougherty <doughera@lafayette.edu>
29232              Date: Thu, 25 Oct 2001 13:16:00 -0400 (EDT)
29233              Message-ID: <Pine.SOL.4.10.10110251312200.22183-100000@maxwell.phys.lafayette.edu>
29234              
29235              Special-case threads::shared.
29236      Branch: perl
29237            ! Configure
29238 ____________________________________________________________________________
29239 [ 12649] By: jhi                                   on 2001/10/25  16:21:35
29240         Log: Getting fancier...
29241      Branch: perl
29242            ! t/TEST
29243 ____________________________________________________________________________
29244 [ 12648] By: jhi                                   on 2001/10/25  14:26:20
29245         Log: csh - what a pain.
29246      Branch: perl
29247            ! t/TEST
29248 ____________________________________________________________________________
29249 [ 12647] By: jhi                                   on 2001/10/25  14:04:01
29250         Log: Update Changes.
29251      Branch: perl
29252            ! Changes patchlevel.h
29253 ____________________________________________________________________________
29254 [ 12646] By: jhi                                   on 2001/10/25  13:34:19
29255         Log: Allow resetting the locale system for the duration
29256              of the build (Mac OS X default setting LANG=En_US
29257              ist kaputt)
29258      Branch: perl
29259            ! Makefile.SH
29260 ____________________________________________________________________________
29261 [ 12645] By: jhi                                   on 2001/10/25  13:04:17
29262         Log: Update the MD5 checksum of MD5.xs (caused by #12642)
29263      Branch: perl
29264            ! ext/Digest/MD5/t/files.t
29265 ____________________________________________________________________________
29266 [ 12644] By: jhi                                   on 2001/10/25  12:56:33
29267         Log: Subject: [PATCH] Omit needless calls to pod2man (perl@12641)
29268              From: Andy Dougherty <doughera@lafayette.edu>
29269              Date: Thu, 25 Oct 2001 09:56:57 -0400 (EDT) 
29270              Message-ID: <Pine.SOL.4.10.10110250955390.18833-100000@maxwell.phys.lafayette.edu>
29271      Branch: perl
29272            ! ext/I18N/Langinfo/Makefile.PL ext/threads/Makefile.PL
29273            ! ext/threads/shared/Makefile.PL
29274 ____________________________________________________________________________
29275 [ 12643] By: sky                                   on 2001/10/25  12:28:26
29276         Log: Add support for reference members of hashes.
29277      Branch: perl
29278            ! ext/threads/shared/shared.xs
29279 ____________________________________________________________________________
29280 [ 12642] By: ams                                   on 2001/10/25  12:21:13
29281         Log: Subject: [PATCH] ext/Digest/MD5/MD5.xs RFC typo
29282              From: "Norton Allen" <nort@qnx.com>
29283              Date: Thu, 25 Oct 2001 08:53:56 -0400 (edt)
29284              Message-Id: <200110251253.IAA180600866@rosamund.arp.harvard.edu>
29285      Branch: perl
29286            ! ext/Digest/MD5/MD5.xs
29287 ____________________________________________________________________________
29288 [ 12641] By: sky                                   on 2001/10/25  10:27:39
29289         Log: Tests shared hashes.
29290      Branch: perl
29291            + ext/threads/shared/t/hv_simple.t
29292            ! MANIFEST
29293 ____________________________________________________________________________
29294 [ 12640] By: sky                                   on 2001/10/25  10:18:23
29295         Log: Fix threadcounts for arrays and hashes.
29296      Branch: perl
29297            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
29298 ____________________________________________________________________________
29299 [ 12639] By: sky                                   on 2001/10/25  10:17:26
29300         Log: Note to self, doing *src_ary++ in a macro that evaluates
29301              the value more than once is a good way to dump core.
29302      Branch: perl
29303            ! sharedsv.c
29304 ____________________________________________________________________________
29305 [ 12638] By: jhi                                   on 2001/10/25  05:18:06
29306         Log: Integrate change #12636 from maintperl; more dl fixups.
29307      Branch: perl
29308           !> ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
29309           !> ext/DynaLoader/dl_vms.xs
29310 ____________________________________________________________________________
29311 [ 12637] By: jhi                                   on 2001/10/25  05:14:17
29312         Log: Like dl_hpux, like dl_dld.
29313      Branch: perl
29314            ! ext/DynaLoader/dl_dld.xs
29315 ____________________________________________________________________________
29316 [ 12636] By: gsar                                  on 2001/10/25  02:34:06
29317         Log: followups to change#12635
29318      Branch: maint-5.6/perl
29319            ! ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
29320            ! ext/DynaLoader/dl_vms.xs
29321 ____________________________________________________________________________
29322 [ 12635] By: gsar                                  on 2001/10/25  02:22:03
29323         Log: add part of change#12634 to the two files that need it; dl_aix.xs
29324              in maint-5.6 doesn't have the branch that had the problem in
29325              mainline
29326      Branch: maint-5.6/perl
29327            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_hpux.xs
29328 ____________________________________________________________________________
29329 [ 12634] By: jhi                                   on 2001/10/25  01:53:03
29330         Log: Fixes for #12627.
29331      Branch: perl
29332            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_hpux.xs
29333 ____________________________________________________________________________
29334 [ 12633] By: jhi                                   on 2001/10/25  01:52:33
29335         Log: Since pv_uni_display and sv_uni_display are now used
29336              in the re extension, their symbols have to be exported.
29337      Branch: perl
29338            ! embed.pl global.sym
29339 ____________________________________________________________________________
29340 [ 12632] By: jhi                                   on 2001/10/25  01:00:06
29341         Log: Subject:  Re: [PATCH Perl@12567] debug /list
29342              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
29343              Date: Tue, 23 Oct 2001 21:40:33 EDT
29344              Message-Id: <011023214011.184825@DUPHY4.Physics.Drexel.Edu>
29345      Branch: perl
29346            ! configure.com
29347 ____________________________________________________________________________
29348 [ 12631] By: jhi                                   on 2001/10/25  00:25:55
29349         Log: This takes care of some of the re 'debug' cases but
29350              not all cases since the information whether the pattern
29351              or the target are utf8 seems to be either lost or not
29352              spread widely enough, sigh.
29353      Branch: perl
29354            ! regcomp.c
29355 ____________________________________________________________________________
29356 [ 12630] By: jhi                                   on 2001/10/25  00:03:07
29357         Log: Subject: [PATCH] - was RE: [PATCH perl@12443] VMS64-bitconfigure
29358              From: John Peacock <jpeacock@rowman.com>
29359              Date: Wed, 24 Oct 2001 16:53:29 -0400
29360              Message-ID: <3BD72A49.1508D152@rowman.com>
29361      Branch: perl
29362            ! configure.com
29363 ____________________________________________________________________________
29364 [ 12629] By: jhi                                   on 2001/10/24  23:16:21
29365         Log: Upgrade NetWare and WinCE as in #12626.
29366      Branch: perl
29367            ! NetWare/dl_netware.xs wince/dl_win32.xs
29368 ____________________________________________________________________________
29369 [ 12628] By: jhi                                   on 2001/10/24  23:07:00
29370         Log: Tru64 compiler nit.
29371      Branch: perl
29372            ! ext/threads/shared/shared.xs
29373 ____________________________________________________________________________
29374 [ 12627] By: jhi                                   on 2001/10/24  22:02:23
29375         Log: Integrate change #12626 from maintperl;
29376              make DynaLoader threadsafe by moving all statics into
29377              interpreter-local space
29378              
29379              TODO: Netware, OS/2, WinCE
29380      Branch: perl
29381           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
29382           !> ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
29383           !> ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
29384           !> ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
29385           !> ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
29386           !> ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
29387           !> ext/DynaLoader/dlutils.c win32/dl_win32.xs
29388 ____________________________________________________________________________
29389 [ 12626] By: gsar                                  on 2001/10/24  21:43:10
29390         Log: make DynaLoader threadsafe by moving all statics into interpreter-local
29391              space
29392      Branch: maint-5.6/perl
29393            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
29394            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
29395            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
29396            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
29397            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
29398            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
29399            ! ext/DynaLoader/dlutils.c win32/dl_win32.xs
29400 ____________________________________________________________________________
29401 [ 12625] By: sky                                   on 2001/10/24  20:05:26
29402         Log: Change #12623 inflicted an infinite hang. Fixed.
29403      Branch: perl
29404            ! ext/threads/shared/shared.xs
29405 ____________________________________________________________________________
29406 [ 12624] By: sky                                   on 2001/10/24  19:06:55
29407         Log: Adds support for hashes. Neither hashes nor arrays can contain references yet.
29408      Branch: perl
29409            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
29410 ____________________________________________________________________________
29411 [ 12623] By: sky                                   on 2001/10/24  18:06:34
29412         Log: We need to do sharedsv_find in the original perl context.
29413      Branch: perl
29414            ! ext/threads/shared/shared.xs
29415 ____________________________________________________________________________
29416 [ 12622] By: sky                                   on 2001/10/24  17:26:51
29417         Log: Add support for basic support for AVs, references not supported yet.
29418              Add test for AVs.
29419              Add more tests to sv_refs
29420              Fix documentation issues.  
29421      Branch: perl
29422            + ext/threads/shared/t/av_simple.t
29423            ! MANIFEST ext/threads/shared/shared.pm
29424            ! ext/threads/shared/shared.xs ext/threads/shared/t/sv_refs.t
29425 ____________________________________________________________________________
29426 [ 12621] By: jhi                                   on 2001/10/24  14:08:39
29427         Log: Dump Unicode better for re 'debug'.  The regprop()
29428              is unfinished since have to figure out how to detect
29429              Unicodeness in there.
29430      Branch: perl
29431            ! regcomp.c regexec.c
29432 ____________________________________________________________________________
29433 [ 12620] By: sky                                   on 2001/10/24  13:18:07
29434         Log: Add support for finding shared arrays and hashes.
29435      Branch: perl
29436            ! sharedsv.c
29437 ____________________________________________________________________________
29438 [ 12619] By: jhi                                   on 2001/10/24  13:06:24
29439         Log: Rewrite sv_uni_display() as pv_uni_display() as
29440              reimplement sv_uni_display() using that.
29441      Branch: perl
29442            ! dump.c embed.h embed.pl proto.h
29443 ____________________________________________________________________________
29444 [ 12618] By: jhi                                   on 2001/10/24  12:14:03
29445         Log: Integrate change #12615 from maintperl;
29446              on Windows, IO::File::new_tmpfile() fails after being called
29447              32767 times because MSVCRT thinks stdio's TMP_MAX is a
29448              process-wide limit
29449      Branch: perl
29450           !> win32/win32.c
29451 ____________________________________________________________________________
29452 [ 12617] By: jhi                                   on 2001/10/24  12:10:37
29453         Log: Don't try to print ints as IVs.
29454      Branch: perl
29455            ! ext/Time/HiRes/HiRes.xs
29456 ____________________________________________________________________________
29457 [ 12616] By: sky                                   on 2001/10/24  11:06:35
29458         Log: We only need to fetch the SV from the backend if the index
29459              is not the same as mg_private.     In theory this could be
29460              a problem if there are an exact multiple of U16 changes
29461              of a shared variable between two access in a given thread,
29462              we choose to avoid theory for now.
29463      Branch: perl
29464            ! ext/threads/shared/shared.xs sharedsv.c sharedsv.h
29465 ____________________________________________________________________________
29466 [ 12615] By: gsar                                  on 2001/10/24  04:09:43
29467         Log: on Windows, IO::File::new_tmpfile() fails after being called
29468              32767 times because MSVCRT thinks stdio's TMP_MAX is a
29469              process-wide limit
29470      Branch: maint-5.6/perl
29471            ! win32/win32.c
29472 ____________________________________________________________________________
29473 [ 12614] By: jhi                                   on 2001/10/23  22:19:34
29474         Log: Negation and Unicode: sort of solves 20010303.010,
29475              except not quite like reported in the Subject
29476              (Perl_warner is still utf8-ignorant).
29477      Branch: perl
29478            ! pp.c t/lib/warnings/sv
29479 ____________________________________________________________________________
29480 [ 12613] By: jhi                                   on 2001/10/23  21:53:13
29481         Log: Make the "isn't numeric" warning to show Unicode as Unicode.
29482      Branch: perl
29483            ! sv.c t/lib/warnings/sv
29484 ____________________________________________________________________________
29485 [ 12612] By: jhi                                   on 2001/10/23  21:52:45
29486         Log: sv_uni_display(): do not add the "...", let the caller
29487              do it if wanted, and be prepared for more display options.
29488      Branch: perl
29489            ! dump.c embed.h embed.pl proto.h
29490 ____________________________________________________________________________
29491 [ 12611] By: nick                                  on 2001/10/23  20:28:07
29492         Log: Integrate mainline
29493      Branch: perlio
29494           !> Changes configure.com cygwin/cygwin.c
29495           !> ext/DynaLoader/DynaLoader_pm.PL ext/File/Glob/t/basic.t
29496           !> ext/Time/HiRes/HiRes.t ext/Time/HiRes/HiRes.xs lib/AutoSplit.t
29497           !> lib/File/Spec.t lib/File/Spec/Mac.pm lib/File/Spec/Win32.pm
29498           !> lib/Net/Domain.pm patchlevel.h perl.c perlio.c
29499           !> pod/perlunicode.pod pp.c t/TEST t/op/lc.t t/op/taint.t
29500           !> utils/h2xs.PL utils/perldoc.PL
29501 ____________________________________________________________________________
29502 [ 12610] By: sky                                   on 2001/10/23  19:39:24
29503         Log: Change #12607 introduced a bug, seems like some MAGICAL SVs
29504              don't call themselves READONLY but still die with modification
29505              attempt. We only call bless for ext and umagic.
29506      Branch: perl
29507            ! sv.c
29508 ____________________________________________________________________________
29509 [ 12609] By: jhi                                   on 2001/10/23  19:35:02
29510         Log: Croak() on negative time; doc tweaks.
29511      Branch: perl
29512            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
29513            ! ext/Time/HiRes/HiRes.xs
29514 ____________________________________________________________________________
29515 [ 12608] By: jhi                                   on 2001/10/23  18:38:03
29516         Log: FAQ sync.
29517      Branch: perl
29518            ! pod/perlfaq4.pod pod/perlfaq7.pod
29519 ____________________________________________________________________________
29520 [ 12607] By: sky                                   on 2001/10/23  18:27:27
29521         Log: Call setmagic on the referent we are blessing.
29522      Branch: perl
29523            ! sv.c
29524 ____________________________________________________________________________
29525 [ 12606] By: jhi                                   on 2001/10/23  16:30:00
29526         Log: Small test nits.
29527      Branch: perl
29528            ! t/op/lc.t
29529 ____________________________________________________________________________
29530 [ 12605] By: jhi                                   on 2001/10/23  13:08:32
29531         Log: Update Changes.
29532      Branch: perl
29533            ! Changes patchlevel.h
29534 ____________________________________________________________________________
29535 [ 12604] By: jhi                                   on 2001/10/23  13:03:21
29536         Log: Make the PerlIO_init() prototypes consistent.
29537      Branch: perl
29538            ! perlio.c
29539 ____________________________________________________________________________
29540 [ 12603] By: jhi                                   on 2001/10/23  12:54:52
29541         Log: Upping the test count is a good idea.
29542      Branch: perl
29543            ! t/op/lc.t
29544 ____________________________________________________________________________
29545 [ 12602] By: jhi                                   on 2001/10/23  12:52:10
29546         Log: Document the final sigma spot.
29547      Branch: perl
29548            ! pp.c
29549 ____________________________________________________________________________
29550 [ 12601] By: jhi                                   on 2001/10/23  12:26:12
29551         Log: Fix multicharacter titlecase (ucfirst).
29552      Branch: perl
29553            ! pod/perlunicode.pod pp.c t/op/lc.t
29554 ____________________________________________________________________________
29555 [ 12600] By: jhi                                   on 2001/10/23  11:47:19
29556         Log: Subject: [PATCH 5.6.1 perldoc] one more touch on File::Temp
29557              From: Mikhail Zabaluev <mhz@alt-linux.org>
29558              Date: Tue, 23 Oct 2001 10:40:37 +0400
29559              Message-ID: <20011023104037.A12761@localhost.localdomain>
29560              
29561              (#12406 replaced with this)
29562      Branch: perl
29563            ! utils/perldoc.PL
29564 ____________________________________________________________________________
29565 [ 12599] By: jhi                                   on 2001/10/23  00:26:17
29566         Log: MacOS Classic updates from Pudge.
29567      Branch: perl
29568            ! lib/File/Spec.t lib/File/Spec/Mac.pm
29569 ____________________________________________________________________________
29570 [ 12598] By: jhi                                   on 2001/10/22  22:32:59
29571         Log: Subject: [PATCH bleadperl] AutoSplit.t now passes (partialy) on Win32
29572              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
29573              Date: Sun, 14 Oct 2001 23:14:46 +0200
29574              Message-ID: <265984377.20011014231446@tesla.rcub.bg.ac.yu>
29575              
29576              except for the 2->4 changes.
29577      Branch: perl
29578            ! lib/AutoSplit.t
29579 ____________________________________________________________________________
29580 [ 12597] By: gsar                                  on 2001/10/22  22:02:50
29581         Log: integrate macperl contents into maint-5.6
29582      Branch: maint-5.6/perl
29583            ! mg.c
29584           !> AUTHORS README.macos ext/DynaLoader/DynaLoader_pm.PL
29585           !> ext/DynaLoader/dl_mac.xs lib/File/Find.pm lib/File/Spec.pm
29586           !> lib/File/Spec/Epoc.pm lib/File/Spec/Functions.pm
29587           !> lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
29588           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm lib/File/Temp.pm
29589           !> perl.c perl.h pod/perlport.pod t/lib/filefind-taint.t
29590           !> t/lib/filefind.t t/lib/filespec.t
29591 ____________________________________________________________________________
29592 [ 12596] By: jhi                                   on 2001/10/22  21:43:44
29593         Log: At some point the #6234 has been lost from the mainline
29594              (noticed by Pudge; what's a Mac guy doing reading Win modules? :-)
29595      Branch: perl
29596            ! lib/File/Spec/Win32.pm
29597 ____________________________________________________________________________
29598 [ 12595] By: jhi                                   on 2001/10/22  21:31:31
29599         Log: Cygwin seems to round up (or closest, but not down)
29600              for time(), so half of the time (bad pun intended)
29601              Time::HiRes::time() is less than time(), half of
29602              the time it's more.  So let's try harder in the loop.
29603      Branch: perl
29604            ! ext/Time/HiRes/HiRes.t
29605 ____________________________________________________________________________
29606 [ 12594] By: jhi                                   on 2001/10/22  21:23:15
29607         Log: MacOS Classic timeofday(), from Chris Nandor. 
29608      Branch: perl
29609            ! ext/Time/HiRes/HiRes.xs
29610 ____________________________________________________________________________
29611 [ 12593] By: jhi                                   on 2001/10/22  21:17:39
29612         Log: Integrate changes #12580 and #12581 from macperl;
29613              
29614              Fix path construction.
29615              
29616              (Copyright) Nit.
29617      Branch: perl
29618           !> ext/DynaLoader/DynaLoader_pm.PL perl.c
29619 ____________________________________________________________________________
29620 [ 12592] By: jhi                                   on 2001/10/22  21:00:18
29621         Log: No domainname(1) in Cygwin, either, and the 2>/dev/null
29622              doesn't seem to help (the error being output to console, maybe?)
29623      Branch: perl
29624            ! lib/Net/Domain.pm
29625 ____________________________________________________________________________
29626 [ 12591] By: jhi                                   on 2001/10/22  20:55:08
29627         Log: Taint the getcwd() result also in Cygwin.
29628              (TODO: which other platforms need the same thing?)
29629      Branch: perl
29630            ! cygwin/cygwin.c
29631 ____________________________________________________________________________
29632 [ 12590] By: jhi                                   on 2001/10/22  20:27:47
29633         Log: Pretty hard for eval { setpwent(); getpwent(); 1 } to return false.
29634      Branch: perl
29635            ! t/op/taint.t
29636 ____________________________________________________________________________
29637 [ 12589] By: jhi                                   on 2001/10/22  20:10:40
29638         Log: getpwuid() fragility continues.
29639      Branch: perl
29640            ! utils/h2xs.PL
29641 ____________________________________________________________________________
29642 [ 12588] By: jhi                                   on 2001/10/22  19:58:34
29643         Log: getpwuid() might succeed but that's no guarantee
29644              that the $home will be defined.
29645      Branch: perl
29646            ! ext/File/Glob/t/basic.t
29647 ____________________________________________________________________________
29648 [ 12587] By: jhi                                   on 2001/10/22  19:50:35
29649         Log: It's safer to to expand the variable, too... (see #12571)
29650      Branch: perl
29651            ! t/TEST
29652 ____________________________________________________________________________
29653 [ 12586] By: pudge                                 on 2001/10/22  19:42:04
29654         Log: Integrate with maintperl.
29655      Branch: maint-5.6/macperl
29656           !> win32/bin/pl2bat.pl win32/win32.c
29657 ____________________________________________________________________________
29658 [ 12585] By: pudge                                 on 2001/10/22  19:32:02
29659         Log: Oops, forgot to include Win32 ... just as well, since it
29660              seems in bleadperl, change #7764 was not included
29661              (adding C:\temp).  Re-added.  Rip it back out if it
29662              doesn't belong.  :-)
29663      Branch: maint-5.6/macperl
29664            ! lib/File/Spec/Win32.pm
29665 ____________________________________________________________________________
29666 [ 12584] By: jhi                                   on 2001/10/22  19:26:47
29667         Log: Subject: [PATCH perl@12567] configure.com: no threads/shared without ithreads
29668              From: "Craig A. Berry" <craigberry@mac.com>
29669              Date: Mon, 22 Oct 2001 15:25:19 -0500
29670              Message-Id: <5.1.0.14.2.20011022151232.032544e8@exchi01>
29671      Branch: perl
29672            ! configure.com
29673 ____________________________________________________________________________
29674 [ 12583] By: pudge                                 on 2001/10/22  19:26:00
29675         Log: Add in lots of File::Spec changes, from Thomas Wegner,
29676              and sync with changes from bleadperl.
29677      Branch: maint-5.6/macperl
29678            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm
29679            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
29680            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
29681            ! lib/File/Spec/Win32.pm t/lib/filespec.t
29682 ____________________________________________________________________________
29683 [ 12582] By: pudge                                 on 2001/10/22  19:23:28
29684         Log: Sync with latest File::Find and tests from bleadperl.
29685      Branch: maint-5.6/macperl
29686            ! lib/File/Find.pm t/lib/filefind-taint.t t/lib/filefind.t
29687 ____________________________________________________________________________
29688 [ 12581] By: pudge                                 on 2001/10/22  19:22:12
29689         Log: Nit.
29690      Branch: maint-5.6/macperl
29691            ! perl.c
29692 ____________________________________________________________________________
29693 [ 12580] By: pudge                                 on 2001/10/22  19:21:37
29694         Log: Fix path construction.
29695      Branch: maint-5.6/macperl
29696            ! ext/DynaLoader/DynaLoader_pm.PL
29697 ____________________________________________________________________________
29698 [ 12579] By: nick                                  on 2001/10/22  19:08:35
29699         Log: Integrate mainline (for Arthurs thread.xs fix)
29700      Branch: perlio
29701           !> ext/threads/threads.xs lib/Net/Domain.pm t/TEST t/op/groups.t
29702 ____________________________________________________________________________
29703 [ 12578] By: pudge                                 on 2001/10/22  19:02:34
29704         Log: Fix up exported symbols, move relevant docs
29705              over from macperl.pod.
29706      Branch: maint-5.6/macperl
29707            ! macos/ext/MacPerl/MacPerl.pm
29708 ____________________________________________________________________________
29709 [ 12577] By: pudge                                 on 2001/10/22  19:01:38
29710         Log: Make ADDRESS called optionally as a method.
29711      Branch: maint-5.6/macperl
29712            ! macos/lib/Mac/Glue.pm
29713 ____________________________________________________________________________
29714 [ 12576] By: pudge                                 on 2001/10/22  18:58:22
29715         Log: Fix exit code (MacPerl bug #422129) and add Stop Script
29716              Apple event.
29717      Branch: maint-5.6/macperl
29718            ! macos/macish.c macos/macish.h macos/macperl/MPAppleEvents.c
29719            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
29720            ! macos/macperl/MPTerminology.aete
29721 ____________________________________________________________________________
29722 [ 12575] By: pudge                                 on 2001/10/22  18:56:34
29723         Log: Clean up some build utilities. Change Entab to Duplicate;
29724              fix docs and error reporting; improve macify() of paths;
29725              remove requirement for Exporter.pm presence.
29726      Branch: maint-5.6/macperl
29727            ! macos/InstallBLIB macos/MacPerlTests.cmd
29728            ! macos/lib/ExtUtils/MM_MacOS.pm macos/lib/Mac/BuildTools.pm
29729 ____________________________________________________________________________
29730 [ 12574] By: pudge                                 on 2001/10/22  18:53:28
29731         Log: Sync Time::HiRes with bleadperl
29732      Branch: maint-5.6/macperl
29733            ! macos/bundled_ext/Time/HiRes/HiRes.pm
29734            ! macos/bundled_ext/Time/HiRes/HiRes.t
29735            ! macos/bundled_ext/Time/HiRes/HiRes.xs
29736 ____________________________________________________________________________
29737 [ 12573] By: pudge                                 on 2001/10/22  18:52:58
29738         Log: Fix up Changes
29739      Branch: maint-5.6/macperl
29740            ! macos/Changes
29741 ____________________________________________________________________________
29742 [ 12572] By: jhi                                   on 2001/10/22  18:49:32
29743         Log: A user might belong to only a single group
29744              (the group equal to the group id).
29745      Branch: perl
29746            ! t/op/groups.t
29747 ____________________________________________________________________________
29748 [ 12571] By: jhi                                   on 2001/10/22  18:36:46
29749         Log: Prepending (instead of replacing with) the pwd is safer. 
29750      Branch: perl
29751            ! t/TEST
29752 ____________________________________________________________________________
29753 [ 12570] By: jhi                                   on 2001/10/22  18:34:54
29754         Log: Be more robust if no hostname or domainname
29755              (especially the latter)
29756      Branch: perl
29757            ! lib/Net/Domain.pm
29758 ____________________________________________________________________________
29759 [ 12569] By: sky                                   on 2001/10/22  17:41:07
29760         Log: Flush IO buffers before starting a thread, this mimics fork and seems like a saneer behaviour.
29761      Branch: perl
29762            ! ext/threads/threads.xs
29763 ____________________________________________________________________________
29764 [ 12568] By: nick                                  on 2001/10/22  16:31:24
29765         Log: Integrate mainline
29766      Branch: perlio
29767           +> ext/threads/shared/Makefile.PL ext/threads/shared/README
29768           +> ext/threads/shared/shared.pm ext/threads/shared/shared.xs
29769           +> ext/threads/shared/t/sv_refs.t
29770           +> ext/threads/shared/t/sv_simple.t pod/perlpodspec.pod
29771            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
29772            - lib/unicore/To/SpecUpper.pl
29773           !> (integrate 42 files)
29774 ____________________________________________________________________________
29775 [ 12567] By: jhi                                   on 2001/10/22  12:56:20
29776         Log: Update Changes.
29777      Branch: perl
29778            ! Changes patchlevel.h
29779 ____________________________________________________________________________
29780 [ 12566] By: jhi                                   on 2001/10/22  12:22:29
29781         Log: Subject: [PATCH pod/perlvar.pod] Undeprecating $]
29782              From: Michael G Schwern <schwern@pobox.com>
29783              Date: Mon, 22 Oct 2001 03:48:38 -0400
29784              Message-ID: <20011022034838.B1676@blackrider>
29785      Branch: perl
29786            ! pod/perlvar.pod
29787 ____________________________________________________________________________
29788 [ 12565] By: jhi                                   on 2001/10/22  12:21:28
29789         Log: Pod nits, as suggested by Stas Bekman.
29790      Branch: perl
29791            ! ext/threads/shared/shared.pm ext/threads/threads.pm
29792 ____________________________________________________________________________
29793 [ 12564] By: jhi                                   on 2001/10/22  12:17:00
29794         Log: Subject: [PATCH @ ] Fix for FETCH/NEXTKEY problem in all *DB*_File modules
29795              From: "Paul Marquess" <paul.marquess@openwave.com> 
29796              Date: Sun, 21 Oct 2001 21:11:15 +0100
29797              Message-ID: <AIEAJICLCBDNAAOLLOKLAEOMDCAA.paul.marquess@openwave.com>
29798      Branch: perl
29799            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
29800            ! ext/DB_File/t/db-hash.t ext/GDBM_File/GDBM_File.xs
29801            ! ext/GDBM_File/gdbm.t ext/GDBM_File/typemap
29802            ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/ndbm.t
29803            ! ext/ODBM_File/ODBM_File.xs ext/ODBM_File/odbm.t
29804            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.xs
29805            ! ext/SDBM_File/sdbm.t
29806 ____________________________________________________________________________
29807 [ 12563] By: jhi                                   on 2001/10/22  12:15:19
29808         Log: Integrate change #12559 from maintperl;
29809              various fixes for system() and backticks under windows
29810      Branch: perl
29811           !> win32/win32.c
29812 ____________________________________________________________________________
29813 [ 12562] By: jhi                                   on 2001/10/22  12:05:35
29814         Log: Integrate change #12560 from maintperl;
29815              make pl2bat use %0 rather than "%0" (the latter fails to work
29816              in a lot of common cases)
29817      Branch: perl
29818           !> win32/bin/pl2bat.pl
29819 ____________________________________________________________________________
29820 [ 12561] By: jhi                                   on 2001/10/22  12:00:23
29821         Log: Integrate changes #12549 and #12550 from maintperl;
29822              
29823              readline() doesn't work with our variables; it confuses them with
29824              my variables (change#4227 was incomplete)
29825      Branch: perl
29826            ! t/lib/strict/vars
29827           !> t/base/rs.t toke.c
29828 ____________________________________________________________________________
29829 [ 12560] By: gsar                                  on 2001/10/22  09:51:59
29830         Log: make pl2bat use %0 rather than "%0" (the latter fails to work
29831              in a lot of common cases)
29832      Branch: maint-5.6/perl
29833            ! win32/bin/pl2bat.pl
29834 ____________________________________________________________________________
29835 [ 12559] By: gsar                                  on 2001/10/22  09:49:51
29836         Log: various fixes for system() and backticks under windows:
29837              
29838              * avoid munging whitespace that is passed within quotes
29839              * work around a cmd.exe misfeature that made multi-arg
29840              system() unreliable when there is more than one quoted
29841              argument
29842              * make multi-arg system() autoquote arguments as needed
29843              before passing them to the shell (this avoids having to
29844              second guess the shell quoting)
29845              * perl's -Dp switch can be used to trace the innards
29846      Branch: maint-5.6/perl
29847            ! win32/win32.c
29848 ____________________________________________________________________________
29849 [ 12558] By: nick                                  on 2001/10/22  08:58:42
29850         Log: Integrate ithreads buffer flush fix from perlio
29851      Branch: perl
29852           !> ext/threads/t/basic.t perl.c
29853 ____________________________________________________________________________
29854 [ 12557] By: nick                                  on 2001/10/22  08:35:09
29855         Log: All tests pass (legitimately) on ithreads
29856      Branch: perlio
29857            ! ext/threads/t/basic.t perl.c
29858 ____________________________________________________________________________
29859 [ 12556] By: nick                                  on 2001/10/22  06:51:22
29860         Log: Integrate non-ithreads fix to mainline
29861      Branch: perl
29862           !> perlio.c
29863 ____________________________________________________________________________
29864 [ 12555] By: nick                                  on 2001/10/22  06:48:33
29865         Log: Restore non-ithreads build. Interestingly binmode test passes
29866              non-ithreads - so crlf layer is not damaged and ithreads fail
29867              is a symptom ...
29868      Branch: perlio
29869            ! perlio.c
29870 ____________________________________________________________________________
29871 [ 12554] By: jhi                                   on 2001/10/21  22:21:55
29872         Log: Integrate from perlio; restructuring.
29873      Branch: perl
29874           !> embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
29875           !> perlio.h perliol.h pod/perlapi.pod sv.c win32/makefile.mk
29876           !> win32/perlhost.h
29877 ____________________________________________________________________________
29878 [ 12553] By: pudge                                 on 2001/10/21  21:51:34
29879         Log: Integrate from maintperl
29880              (Changes 12350, 12496, 12548, 12549, 12550)
29881      Branch: maint-5.6/macperl
29882           !> ext/IO/lib/IO/Seekable.pm lib/Carp/Heavy.pm t/base/rs.t
29883           !> t/lib/filefind-taint.t t/pragma/strict-vars toke.c
29884 ____________________________________________________________________________
29885 [ 12552] By: nick                                  on 2001/10/21  19:18:12
29886         Log: Win32 PerlIO_cleanup special cases should no longer be required.
29887      Branch: perlio
29888            ! perl.c
29889 ____________________________________________________________________________
29890 [ 12551] By: nick                                  on 2001/10/21  19:16:56
29891         Log: Multiple win32io.o is fatal for GCC (and noise with VC++)
29892      Branch: perlio
29893            ! win32/makefile.mk
29894 ____________________________________________________________________________
29895 [ 12550] By: gsar                                  on 2001/10/21  19:05:54
29896         Log: change#12549 wasn't aware of strictures
29897      Branch: maint-5.6/perl
29898            ! t/pragma/strict-vars toke.c
29899 ____________________________________________________________________________
29900 [ 12549] By: gsar                                  on 2001/10/21  18:03:19
29901         Log: readline() doesn't work with our variables; it confuses them with
29902              my variables (change#4227 was incomplete)
29903      Branch: maint-5.6/perl
29904            ! t/base/rs.t toke.c
29905 ____________________________________________________________________________
29906 [ 12548] By: gsar                                  on 2001/10/21  17:48:01
29907         Log: change#12220 appears to have pulled in a mainline change that
29908              isn't applicable to maint-5.6 (some platforms don't taint
29909              cwd)
29910      Branch: maint-5.6/perl
29911            ! t/lib/filefind-taint.t
29912 ____________________________________________________________________________
29913 [ 12547] By: nick                                  on 2001/10/21  17:15:54
29914         Log: Convert rest of PerlIO's memory tables to per-interp and add clone functions
29915              for them. Call explicit cleanup during destruct process.
29916              - one binmode test is failing
29917              - also ext/threads/t/basic.t fails under make test, and is noisy under
29918              harness. (Threads results are intermingled and don't match order expected.)
29919      Branch: perlio
29920            ! embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
29921            ! perlio.h perliol.h pod/perlapi.pod sv.c
29922 ____________________________________________________________________________
29923 [ 12546] By: jhi                                   on 2001/10/21  16:12:08
29924         Log: Implement multicharacter case mappings where a single
29925              Unicode character can be mapped into several.
29926      Branch: perl
29927            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
29928            - lib/unicore/To/SpecUpper.pl
29929            ! MANIFEST embed.h embed.pl global.sym lib/unicore/To/Lower.pl
29930            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
29931            ! lib/unicore/mktables pod/perlfunc.pod pod/perlunicode.pod pp.c
29932            ! proto.h t/op/lc.t utf8.c
29933 ____________________________________________________________________________
29934 [ 12545] By: sky                                   on 2001/10/21  15:25:16
29935         Log: First support of threads::shared, support shared svs and references.
29936      Branch: perl
29937            + ext/threads/shared/Makefile.PL ext/threads/shared/README
29938            + ext/threads/shared/shared.pm ext/threads/shared/shared.xs
29939            + ext/threads/shared/t/sv_refs.t
29940            + ext/threads/shared/t/sv_simple.t
29941            ! MANIFEST sharedsv.c
29942 ____________________________________________________________________________
29943 [ 12544] By: nick                                  on 2001/10/21  14:52:35
29944         Log: PerlIO layer table as PL_perlio (per-interpreter)
29945      Branch: perlio
29946            ! embed.h embedvar.h intrpvar.h perlapi.h perlio.c perlio.h
29947            ! pod/perlapi.pod sv.c
29948 ____________________________________________________________________________
29949 [ 12543] By: jhi                                   on 2001/10/21  13:36:40
29950         Log: Prettyprinting.
29951      Branch: perl
29952            ! pod/perlunicode.pod
29953 ____________________________________________________________________________
29954 [ 12542] By: ams                                   on 2001/10/21  03:50:25
29955         Log: Subject: perlpodspec and perlpod rewrite, draft 3 "final"
29956              From: "Sean M. Burke" <sburke@cpan.org>
29957              Date: Sat, 20 Oct 2001 17:51:09 -0600
29958              Message-Id: <3.0.6.32.20011020175109.007cb3d0@mail.spinn.net>
29959      Branch: perl
29960            + pod/perlpodspec.pod
29961            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlpod.pod
29962            ! pod/perltoc.pod
29963 ____________________________________________________________________________
29964 [ 12541] By: nick                                  on 2001/10/20  22:23:53
29965         Log: Fix typos in new locking on MemShared
29966              Make buffers in PerlIOBuf_* in per-thread heap (they are cloned after all...)
29967              - seems to make segfaults more deterministic - suspect they are 
29968              attempt to free() after Interp and Host have gone.
29969      Branch: perlio
29970            ! perlio.c win32/perlhost.h
29971 ____________________________________________________________________________
29972 [ 12540] By: nick                                  on 2001/10/20  21:50:46
29973         Log: Remove the MemShared re-#define (again)
29974      Branch: perlio
29975            ! perlio.c
29976 ____________________________________________________________________________
29977 [ 12539] By: nick                                  on 2001/10/20  21:49:06
29978         Log: Use locks on MemShared
29979      Branch: perlio
29980            ! win32/perlhost.h
29981 ____________________________________________________________________________
29982 [ 12538] By: jhi                                   on 2001/10/20  17:31:07
29983         Log: Subject: [REPATCH installhtml] Re: installhtml needs a good beating out
29984              From: "chromatic" <chromatic@rmci.net>
29985              Date: Sat, 20 Oct 2001 11:13:47 -0600
29986              Message-ID: <20011020172003.60024.qmail@onion.perl.org>
29987      Branch: perl
29988            ! installhtml
29989 ____________________________________________________________________________
29990 [ 12537] By: nick                                  on 2001/10/20  16:44:03
29991         Log: Integrate mainline
29992      Branch: perlio
29993           !> (integrate 48 files)
29994 ____________________________________________________________________________
29995 [ 12536] By: jhi                                   on 2001/10/20  15:58:00
29996         Log: Update Changes.
29997      Branch: perl
29998            ! Changes patchlevel.h
29999 ____________________________________________________________________________
30000 [ 12535] By: jhi                                   on 2001/10/20  15:18:57
30001         Log: Upgrade to podlators 1.11, from Russ Allbery.
30002      Branch: perl
30003            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
30004            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
30005            ! pod/pod2man.PL pod/pod2text.PL
30006 ____________________________________________________________________________
30007 [ 12534] By: jhi                                   on 2001/10/20  15:14:25
30008         Log: Integrate perlio change #12532:
30009              introduce and use PerlIO_intmod2str().
30010      Branch: perl
30011           !> doio.c lib/Net/Domain.pm perlio.c perlio.h
30012 ____________________________________________________________________________
30013 [ 12533] By: jhi                                   on 2001/10/20  14:42:33
30014         Log: Update to Getopt::Long 2.26_02, from Johan Vromans.
30015      Branch: perl
30016            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES lib/newgetopt.pl
30017 ____________________________________________________________________________
30018 [ 12532] By: nick                                  on 2001/10/20  14:25:37
30019         Log: Extract doio.c's open(2) mode to string conversion as PerlIO_intmod2str()
30020              Use for non-PERLIO fdupopen().
30021      Branch: perlio
30022            ! doio.c lib/Net/Domain.pm perlio.c perlio.h
30023 ____________________________________________________________________________
30024 [ 12531] By: jhi                                   on 2001/10/20  14:05:47
30025         Log: Integrate perlio: PerlIO win32 fixes.
30026      Branch: perl
30027           !> embed.h embed.pl embedvar.h ext/threads/threads.xs global.sym
30028           !> perl.h perlapi.c perlapi.h perlio.c perlsdio.h pod/perlapi.pod
30029           !> proto.h sv.h win32/win32io.c
30030 ____________________________________________________________________________
30031 [ 12530] By: nick                                  on 2001/10/20  12:53:30
30032         Log: Fixed in two places - p4 resolve
30033      Branch: perlio
30034            ! perlsdio.h
30035 ____________________________________________________________________________
30036 [ 12529] By: nick                                  on 2001/10/20  12:51:05
30037         Log: Fix for ithreads/stdio build
30038      Branch: perlio
30039            ! perlio.c perlsdio.h
30040 ____________________________________________________________________________
30041 [ 12528] By: ams                                   on 2001/10/20  12:13:25
30042         Log: Subject: [PATCH installman] Using Pod::Man instead of pod2man
30043              From: Michael G Schwern <schwern@pobox.com>
30044              Date: Sat, 20 Oct 2001 01:41:21 -0400
30045              Message-Id: <20011020014121.I3681@blackrider>
30046      Branch: perl
30047            ! installman
30048 ____________________________________________________________________________
30049 [ 12527] By: ams                                   on 2001/10/20  12:09:41
30050         Log: Subject: [PATCH lib/Pod/Checker.pm] Minor typo
30051              From: Michael G Schwern <schwern@pobox.com>
30052              Date: Sat, 20 Oct 2001 02:04:21 -0400
30053              Message-Id: <20011020020421.A11732@blackrider>
30054      Branch: perl
30055            ! lib/Pod/Checker.pm
30056 ____________________________________________________________________________
30057 [ 12526] By: ams                                   on 2001/10/20  11:59:41
30058         Log: Subject: [PATCH lib/Net/Config.pm] Fix Some Pod Typos
30059              From: "chromatic" <chromatic@rmci.net>
30060              Date: Fri, 19 Oct 2001 22:46:39 -0600
30061              Message-Id: <20011020045254.73112.qmail@onion.perl.org>
30062      Branch: perl
30063            ! lib/Net/Config.pm
30064 ____________________________________________________________________________
30065 [ 12525] By: nick                                  on 2001/10/20  11:16:18
30066         Log: Avoid calling (now non-existant) Perl_sv_setsv(), by calling
30067              Perl_sv_setsv_flags directly.
30068      Branch: perlio
30069            ! ext/threads/threads.xs
30070 ____________________________________________________________________________
30071 [ 12524] By: nick                                  on 2001/10/20  10:28:17
30072         Log: Add a new flag character 'm' to embed.pl set to represent
30073              "functions" which are really macros. Use it foe the troublesome
30074              sv_setsv() etc. macros in sv.h - changing latter to define
30075              sv_setsv rather than sv_setsv_macro etc.
30076      Branch: perlio
30077            ! embed.h embed.pl embedvar.h global.sym perlapi.c perlapi.h
30078            ! pod/perlapi.pod proto.h sv.h
30079 ____________________________________________________________________________
30080 [ 12523] By: nick                                  on 2001/10/20  09:17:17
30081         Log: Add comments explaining why win32.h/embed.h are included where they are
30082              in perl.h 
30083      Branch: perlio
30084            ! perl.h
30085 ____________________________________________________________________________
30086 [ 12522] By: nick                                  on 2001/10/20  08:27:44
30087         Log: Code PerlIOWin32_dup - does not fix Win32 problems as :win32 is not 
30088              being used yet.
30089      Branch: perlio
30090            ! win32/win32io.c
30091 ____________________________________________________________________________
30092 [ 12521] By: jhi                                   on 2001/10/20  02:36:21
30093         Log: Wording tweaks.
30094      Branch: perl
30095            ! t/TEST
30096 ____________________________________________________________________________
30097 [ 12520] By: jhi                                   on 2001/10/20  01:02:26
30098         Log: Subject: IO module with nonblocking socket connect patch 
30099              From: Raul Dias <raul@dias.com.br>
30100              Date: Fri, 19 Oct 2001 22:45:32 -0300
30101              Message-Id: <200110200145.f9K1jWW08398@stratus.swi.com.br>     
30102      Branch: perl
30103            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
30104 ____________________________________________________________________________
30105 [ 12519] By: jhi                                   on 2001/10/20  00:51:07
30106         Log: Test vertical whitespace combined with /x in \p{}.
30107      Branch: perl
30108            ! t/op/pat.t
30109 ____________________________________________________________________________
30110 [ 12518] By: jhi                                   on 2001/10/20  00:13:47
30111         Log: Subject: [PATCH] PERL_MM_USE_DEFAULT
30112              From: Gisle Aas <gisle@ActiveState.com> 
30113              Date: 19 Oct 2001 16:46:02 -0700
30114              Message-ID: <lrofn3i479.fsf_-_@caliper.ActiveState.com> 
30115      Branch: perl
30116            ! lib/ExtUtils/MakeMaker.pm
30117 ____________________________________________________________________________
30118 [ 12517] By: jhi                                   on 2001/10/19  23:59:34
30119         Log: No more this symbol.
30120      Branch: perl
30121            ! makedef.pl
30122 ____________________________________________________________________________
30123 [ 12516] By: jhi                                   on 2001/10/19  23:57:48
30124         Log: Integrate change #12511; fix gross win32 build issues.
30125      Branch: perl
30126           !> makedef.pl sv.c
30127 ____________________________________________________________________________
30128 [ 12515] By: jhi                                   on 2001/10/19  23:16:06
30129         Log: Unpack in scalar context should return the first value
30130              returned in list context, as pointed out by Ton Hospel
30131              in 2001-05-21 (this is how it works already in blead,
30132              just adding the test).
30133      Branch: perl
30134            ! t/op/pack.t
30135 ____________________________________________________________________________
30136 [ 12514] By: jhi                                   on 2001/10/19  21:10:43
30137         Log: Subject: [PATCH perl@12494] perldoc.PL tweak for VMS
30138              From: "Craig A. Berry" <craigberry@mac.com>
30139              Date: Fri, 19 Oct 2001 16:59:30 -0500
30140              Message-Id: <5.1.0.14.2.20011019162623.021e3868@exchi01>
30141      Branch: perl
30142            ! utils/perldoc.PL
30143 ____________________________________________________________________________
30144 [ 12513] By: jhi                                   on 2001/10/19  21:09:27
30145         Log: Subject: [PATCH Perl@12494] vmsish fix, ieee rand() cleanup
30146              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
30147              Date: Fri, 19 Oct 2001 17:45:23 EDT
30148              Message-Id: <011019174427.d749b@DUPHY4.Physics.Drexel.Edu>
30149      Branch: perl
30150            ! configure.com dump.c ext/B/t/stash.t op.c op.h opcode.h
30151            ! opcode.pl perl.c perl.h perlvars.h pp.sym pp_ctl.c pp_proto.h
30152            ! pp_sys.c vms/ext/vmsish.pm vms/ext/vmsish.t vms/vms.c
30153            ! vms/vmsish.h
30154 ____________________________________________________________________________
30155 [ 12512] By: jhi                                   on 2001/10/19  20:28:48
30156         Log: Subject: [PATCH Perl@12494] two fake test failures on VMS fixed
30157              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
30158              Date: Fri, 19 Oct 2001 17:26:35 EDT
30159              Message-Id: <011019172623.11292c@DUPHY4.Physics.Drexel.Edu>
30160      Branch: perl
30161            ! lib/Term/Complete.t lib/Test/Simple/t/output.t
30162 ____________________________________________________________________________
30163 [ 12511] By: nick                                  on 2001/10/19  19:55:36
30164         Log: Fix gross win32 build issues
30165      Branch: perlio
30166            ! makedef.pl sv.c
30167 ____________________________________________________________________________
30168 [ 12510] By: jhi                                   on 2001/10/19  19:52:17
30169         Log: Subject: Re: find2perl and File::Find on cdrom filesystems (with Tel's patch applied to perl-current)
30170              From: David Dyck <dcd@tc.fluke.com>
30171              Date: Fri, 19 Oct 2001 13:36:09 -0700 (PDT)
30172              Message-ID: <Pine.LNX.4.33.0110191309310.28510-100000@dd.tc.fluke.com>
30173      Branch: perl
30174            ! lib/File/Find.pm
30175 ____________________________________________________________________________
30176 [ 12509] By: jhi                                   on 2001/10/19  19:01:46
30177         Log: Subject: Re: PerlIO and Encode
30178              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
30179              Date: Tue, 16 Oct 2001 01:50:16 +0900
30180              Message-Id: <20011016014150.0C8E.BQW10602@nifty.com>
30181      Branch: perl
30182            ! ext/Encode/Encode.pm ext/Encode/Encode/Tcl.pm
30183            ! ext/Encode/Encode/Tcl.t
30184 ____________________________________________________________________________
30185 [ 12508] By: ams                                   on 2001/10/19  17:59:16
30186         Log: C<foo I<bar>> hunks from <20011019014551.A35625@not.autrijus.org>.
30187              (See #12499)
30188      Branch: perl
30189            ! pod/perlintro.pod
30190 ____________________________________________________________________________
30191 [ 12507] By: nick                                  on 2001/10/19  16:30:43
30192         Log: Integrate mainline
30193      Branch: perlio
30194           +> lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
30195           +> lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
30196           +> lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
30197           +> lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
30198           +> lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
30199           +> lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
30200           +> lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
30201           +> lib/unicore/To/SpecUpper.pl pod/perlintro.pod
30202           +> pod/perlmodstyle.pod win32/Makefile.win64 win32/config.win64
30203           +> win32/config_H.win64
30204            - lib/Test/Utils.pm lib/unicore/mktables.PL
30205            - t/lib/Test/Simple/Catch/More.pm
30206           !> (integrate 84 files)
30207 ____________________________________________________________________________
30208 [ 12506] By: jhi                                   on 2001/10/19  14:20:15
30209         Log: Retract the #10451 which seems to be the cause
30210              of the major leakage from while(){eval"sub{}"}
30211      Branch: perl
30212            ! op.c t/run/kill_perl.t
30213 ____________________________________________________________________________
30214 [ 12505] By: jhi                                   on 2001/10/19  13:39:59
30215         Log: Regen toc.
30216      Branch: perl
30217            ! pod/perltoc.pod
30218 ____________________________________________________________________________
30219 [ 12504] By: jhi                                   on 2001/10/19  13:35:59
30220         Log: Tiny tweaks.
30221      Branch: perl
30222            ! pod/perl.pod
30223 ____________________________________________________________________________
30224 [ 12503] By: ams                                   on 2001/10/19  13:34:24
30225         Log: Subject: Re: perlintro.pod
30226              From: Abe Timmerman <abe@ztreet.demon.nl>
30227              Date: Fri, 19 Oct 2001 14:12:40 +0200
30228              Message-Id: <ls40ttsmrr3rpjlm3dqhh8v60onsiopmuc@4ax.com>
30229      Branch: perl
30230            ! pod/perlintro.pod
30231 ____________________________________________________________________________
30232 [ 12502] By: ams                                   on 2001/10/19  13:24:12
30233         Log: Slight reorganisation of references.
30234      Branch: perl
30235            ! pod/perl.pod
30236 ____________________________________________________________________________
30237 [ 12501] By: jhi                                   on 2001/10/19  13:19:14
30238         Log: Subject: [DOC PATCH lib/ExtUtils/MakeMaker.pm] Discouraging use of PREREQ_FATAL in day-to-day Makefile.PL's   
30239              From: Kay Röpke <kroepke@dolphin-services.de>
30240              Date: Fri, 19 Oct 2001 14:04:01 +0200 
30241              Message-Id: <E15uYNb-00040L-00@mrvdom01.schlund.de>
30242      Branch: perl
30243            ! lib/ExtUtils/MakeMaker.pm
30244 ____________________________________________________________________________
30245 [ 12500] By: jhi                                   on 2001/10/19  03:25:44
30246         Log: Unicode categories continue:
30247              implement Category=, Script=, Block=
30248              (these are based on an upcoming update of TR#18)
30249              Fix a bug where we got two In categories named "old italic",
30250              and another where shortcut for the Is categories wasn't taken.
30251      Branch: perl
30252            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/In/137.pl
30253            ! lib/unicore/mktables lib/utf8_heavy.pl pod/perltodo.pod
30254            ! pod/perlunicode.pod t/op/pat.t
30255 ____________________________________________________________________________
30256 [ 12499] By: ams                                   on 2001/10/19  01:42:29
30257         Log: Subject: a small patch to perlintro.pod.
30258              From: Autrijus Tang <autrijus@autrijus.org>
30259              Date: Fri, 19 Oct 2001 01:45:51 +0800
30260              Message-Id: <20011019014551.A35625@not.autrijus.org>
30261              (Applied by hand with nits.)
30262      Branch: perl
30263            ! pod/perlintro.pod
30264 ____________________________________________________________________________
30265 [ 12498] By: jhi                                   on 2001/10/19  00:14:50
30266         Log: Subject: [PATCH] OpenBSD hints for ithreads
30267              From: Andy Dougherty <doughera@lafayette.edu>
30268              Date: Thu, 18 Oct 2001 12:33:59 -0400 (EDT)
30269              Message-ID: <Pine.SOL.4.10.10110181232060.15040-100000@maxwell.phys.lafayette.edu>
30270      Branch: perl
30271            ! hints/openbsd.sh
30272 ____________________________________________________________________________
30273 [ 12497] By: jhi                                   on 2001/10/18  16:14:13
30274         Log: Retract #12446; the problem solved by #12474.
30275      Branch: perl
30276            ! hints/aix.sh
30277 ____________________________________________________________________________
30278 [ 12496] By: gsar                                  on 2001/10/18  15:38:22
30279         Log: Carp::shortmess_heavy() doesn't notice trailing newline in
30280              message and suppress line number info (from Steve Hay
30281              <Steve.Hay@uk.radan.com>)
30282      Branch: maint-5.6/perl
30283            ! lib/Carp/Heavy.pm
30284 ____________________________________________________________________________
30285 [ 12495] By: jhi                                   on 2001/10/18  14:06:52
30286         Log: More documented In categories.
30287      Branch: perl
30288            ! pod/perlunicode.pod
30289 ____________________________________________________________________________
30290 [ 12494] By: jhi                                   on 2001/10/18  13:04:48
30291         Log: Update Changes.
30292      Branch: perl
30293            ! Changes patchlevel.h
30294 ____________________________________________________________________________
30295 [ 12493] By: jhi                                   on 2001/10/18  12:58:31
30296         Log: Add the lib/unicore/To/Spec*.pl to the MANIFEST.
30297      Branch: perl
30298            ! MANIFEST
30299 ____________________________________________________________________________
30300 [ 12492] By: jhi                                   on 2001/10/18  12:37:28
30301         Log: Wrong skip() arguments.
30302      Branch: perl
30303            ! ext/B/t/terse.t
30304 ____________________________________________________________________________
30305 [ 12491] By: jhi                                   on 2001/10/18  12:17:16
30306         Log: Subject: try#2: [proposed PATCH Perl@12401] ieee floats, rand() & old systems  
30307              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
30308              Date: Wed, 17 Oct 2001 09:10:53 EDT 
30309              Message-Id: <011017090944.15ad2e@DUPHY4.Physics.Drexel.Edu>
30310      Branch: perl
30311            ! configure.com embedvar.h opcode.pl perlapi.h perlvars.h
30312            ! pod/perlapi.pod vms/vms.c
30313 ____________________________________________________________________________
30314 [ 12490] By: ams                                   on 2001/10/18  09:31:00
30315         Log: Subject: PATCH perl.pod: Suggested reorganization of table of contents
30316              From: Mark-Jason Dominus <mjd@plover.com>
30317              Date: Thu, 18 Oct 2001 06:25:35 -0400
30318              Message-Id: <20011018102535.19264.qmail@plover.com>
30319      Branch: perl
30320            ! pod/perl.pod
30321 ____________________________________________________________________________
30322 [ 12489] By: jhi                                   on 2001/10/18  02:24:52
30323         Log: Prettyprinting.
30324      Branch: perl
30325            ! lib/unicore/In.pl lib/unicore/Is.pl lib/unicore/mktables
30326 ____________________________________________________________________________
30327 [ 12488] By: jhi                                   on 2001/10/18  00:47:19
30328         Log: Regen toc.
30329      Branch: perl
30330            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
30331 ____________________________________________________________________________
30332 [ 12487] By: jhi                                   on 2001/10/18  00:43:18
30333         Log: Add perlintro, from Skud.
30334      Branch: perl
30335            + pod/perlintro.pod
30336            ! MANIFEST
30337 ____________________________________________________________________________
30338 [ 12486] By: jhi                                   on 2001/10/18  00:10:44
30339         Log: FAQ sync.
30340      Branch: perl
30341            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
30342            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq7.pod
30343            ! pod/perlfaq8.pod pod/perlfaq9.pod
30344 ____________________________________________________________________________
30345 [ 12485] By: jhi                                   on 2001/10/17  23:57:15
30346         Log: Oh, bother. In Tru64 cc -std1 was looking rather nice
30347              in speed (upto 20% speedup in certain operations) but meanwhile
30348              regexps and arithmetics got slower (5-10%) (according to
30349              perlbench average speedup is negligible, and within measuring
30350              flutter, 1%).  Therefore retracting all the changes
30351              aimed at getting -std1 to compile cleanly:  #12475, #12476,
30352              #12479, #12480, #12481, #12482, #12483, #12484.
30353      Branch: perl
30354            ! doio.c mg.c miniperlmain.c perl.c perl.h perlio.c pp_ctl.c
30355            ! pp_hot.c pp_sys.c toke.c
30356 ____________________________________________________________________________
30357 [ 12484] By: jhi                                   on 2001/10/17  21:58:40
30358         Log: (retracted by #12485)
30359              Strict ANSI doesn't like the third argument of main()
30360              so enable ignoring it if using ultra picky compiler.
30361      Branch: perl
30362            ! miniperlmain.c
30363 ____________________________________________________________________________
30364 [ 12483] By: jhi                                   on 2001/10/17  21:48:24
30365         Log: (retracted by #12485)
30366              Move the VMS_FOO_ERROR codes next to the SETERRNO() definition.
30367      Branch: perl
30368            ! perl.h
30369 ____________________________________________________________________________
30370 [ 12482] By: jhi                                   on 2001/10/17  21:42:57
30371         Log: (retracted by #12485)
30372              Add explanatory comment.
30373      Branch: perl
30374            ! mg.c
30375 ____________________________________________________________________________
30376 [ 12481] By: jhi                                   on 2001/10/17  20:50:37
30377         Log: (retracted by #12485)
30378              More dollar$hiding.
30379      Branch: perl
30380            ! doio.c perl.h pp_sys.c
30381 ____________________________________________________________________________
30382 [ 12480] By: jhi                                   on 2001/10/17  20:27:34
30383         Log: (retracted by #12485)
30384              KISS.
30385      Branch: perl
30386            ! mg.c
30387 ____________________________________________________________________________
30388 [ 12479] By: jhi                                   on 2001/10/17  19:57:34
30389         Log: (retracted by #12485)
30390              Thou shalt not #ifdef inside macro invocations,
30391              noticed by Rafael Garcia-Suarez.
30392      Branch: perl
30393            ! mg.c
30394 ____________________________________________________________________________
30395 [ 12478] By: ams                                   on 2001/10/17  18:50:55
30396         Log: Subject: [PATCH pp_sys.c] coredump fix in pp_accept()
30397              From: Anton Berezin <tobez@tobez.org>
30398              Date: Wed, 17 Oct 2001 18:25:48 +0200
30399              Message-Id: <20011017182548.A12082@heechee.tobez.org>
30400      Branch: perl
30401            ! pp_sys.c
30402 ____________________________________________________________________________
30403 [ 12476] By: jhi                                   on 2001/10/17  16:46:50
30404         Log: (retracted by #12485)
30405              Unterminated #ifdef.
30406      Branch: perl
30407            ! mg.c
30408 ____________________________________________________________________________
30409 [ 12475] By: jhi                                   on 2001/10/17  16:42:49
30410         Log: (retracted by #12485)
30411              Avoid dollar signs in identifiers (in non-VMS) to
30412              placate ultra picky ANSI compilers (such as DEC^WCPQ^WHP).
30413      Branch: perl
30414            ! doio.c mg.c perl.c perl.h perlio.c pp_ctl.c pp_hot.c pp_sys.c
30415            ! toke.c
30416 ____________________________________________________________________________
30417 [ 12474] By: ams                                   on 2001/10/17  15:14:50
30418         Log: Subject: Two AIX patches
30419              From: H.Merijn Brand <h.m.brand@hccnet.nl>
30420              Date: Wed, 17 Oct 2001 18:04:35 +0200
30421              Message-Id: <20011017180223.1346.H.M.BRAND@hccnet.nl>
30422      Branch: perl
30423            ! hints/aix.sh makedef.pl
30424 ____________________________________________________________________________
30425 [ 12473] By: jhi                                   on 2001/10/17  14:48:38
30426         Log: Limiting the Time::HiRes::sleep and usleep to
30427              one second is not a good policy if drop-in
30428              replacement is still a goal.
30429      Branch: perl
30430            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
30431            ! ext/Time/HiRes/HiRes.xs
30432 ____________________________________________________________________________
30433 [ 12472] By: jhi                                   on 2001/10/17  11:00:54
30434         Log: Subject: [PATCH] Test::Simple 0.32
30435              From: Michael G Schwern <schwern@pobox.com> 
30436              Date: Wed, 17 Oct 2001 03:42:41 -0400
30437              Message-ID: <20011017034241.A25038@blackrider>
30438      Branch: perl
30439            + lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
30440            + lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
30441            + lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
30442            + lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
30443            + lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
30444            + lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
30445            - lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
30446            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
30447            ! lib/Test/Simple/Changes lib/Test/Simple/t/More.t
30448            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
30449            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
30450            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
30451            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
30452            ! lib/Test/Simple/t/simple.t lib/Test/Simple/t/skip.t
30453            ! lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
30454            ! lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
30455            ! t/lib/Test/Simple/Catch.pm
30456            ! t/lib/Test/Simple/sample_tests/five_fail.plx
30457 ____________________________________________________________________________
30458 [ 12471] By: jhi                                   on 2001/10/17  10:25:06
30459         Log: Subject: [PATCH t/TEST t/harness vms/test.com] Set PERL_CORE environment var   
30460              From: Michael G Schwern <schwern@pobox.com> 
30461              Date: Wed, 17 Oct 2001 04:04:13 -0400
30462              Message-ID: <20011017040413.C25550@blackrider>
30463      Branch: perl
30464            ! t/TEST t/harness vms/test.com
30465 ____________________________________________________________________________
30466 [ 12470] By: jhi                                   on 2001/10/17  02:25:01
30467         Log: Regen doc with perlmodstyle added.
30468      Branch: perl
30469            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
30470 ____________________________________________________________________________
30471 [ 12469] By: jhi                                   on 2001/10/17  02:24:02
30472         Log: Pod cleanup.
30473      Branch: perl
30474            ! lib/File/Spec.pm lib/File/Spec/Mac.pm
30475 ____________________________________________________________________________
30476 [ 12468] By: jhi                                   on 2001/10/17  02:16:11
30477         Log: Subject: perlmodstyle as a patch
30478              From: Kirrily Robert <skud@infotrope.net>
30479              Date: Tue, 16 Oct 2001 22:47:23 -0400
30480              Message-ID: <20011016224723.A20673@infotrope.net>
30481      Branch: perl
30482            + pod/perlmodstyle.pod
30483            ! MANIFEST
30484 ____________________________________________________________________________
30485 [ 12467] By: jhi                                   on 2001/10/17  00:59:43
30486         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
30487              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
30488              Date: Thu, 6 Sep 2001 11:09:40 +0100
30489              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
30490              
30491              Mention also the develooper p5p archive.
30492      Branch: perl
30493            ! pod/perlhack.pod
30494 ____________________________________________________________________________
30495 [ 12466] By: jhi                                   on 2001/10/17  00:57:38
30496         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] PREREQ_PM does not really require.
30497              From: Kay Röpke <kroepke@dolphin-services.de>
30498              Date: Tue, 16 Oct 2001 17:23:52 +0200
30499              Message-Id: <E15tW4O-0003J7-00@mrvdom03.schlund.de>
30500      Branch: perl
30501            ! lib/ExtUtils/MakeMaker.pm
30502 ____________________________________________________________________________
30503 [ 12465] By: jhi                                   on 2001/10/17  00:54:28
30504         Log: Add the special casing mappings (from SpecCase.txt)
30505              (except for the hyper special case mappings that have
30506              the condition list); the special casing mappings are
30507              unused for now.  Small tidying up on mktables.
30508      Branch: perl
30509            + lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
30510            + lib/unicore/To/SpecUpper.pl
30511            ! lib/unicore/mktables
30512 ____________________________________________________________________________
30513 [ 12464] By: jhi                                   on 2001/10/16  22:38:24
30514         Log: Subject: [PATCH] Doc patch on here-docs (perlop and perldata)
30515              From: "David H. Adler" <dha@panix.com>       
30516              Date: Tue, 16 Oct 2001 11:59:35 -0400
30517              Message-ID: <20011016115935.A13078@panix.com>
30518              
30519              Subject: [ PATCH ] perldata patch, revised
30520              From: "David H. Adler" <dha@panix.com>     
30521              Date: Tue, 16 Oct 2001 18:26:49 -0400
30522              Message-ID: <20011016182649.C23970@panix.com>
30523      Branch: perl
30524            ! pod/perldata.pod pod/perlop.pod
30525 ____________________________________________________________________________
30526 [ 12463] By: jhi                                   on 2001/10/16  19:39:25
30527         Log: Integrate perlio: PerlIO_dup (for all but Win32).
30528      Branch: perl
30529           !> embed.h embed.pl ext/Encode/Encode.xs
30530           !> ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs hv.c perl.h
30531           !> perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
30532           !> win32/win32io.c
30533 ____________________________________________________________________________
30534 [ 12462] By: nick                                  on 2001/10/16  19:11:30
30535         Log: PerlIOXxxx_dups for all but Win32
30536      Branch: perlio
30537            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
30538            ! ext/PerlIO/Via/Via.xs
30539 ____________________________________________________________________________
30540 [ 12461] By: nick                                  on 2001/10/16  18:28:48
30541         Log: Implement PerlIOStdio_dup (explains core dumps - dup
30542              was not setting up a FILE * to be fclosed()).
30543      Branch: perlio
30544            ! perlio.c
30545 ____________________________________________________________________________
30546 [ 12460] By: nick                                  on 2001/10/16  17:31:47
30547         Log: When USE_ITHREADS avoid SV * in PerlIO_debug, at risk of buffer
30548              overflow.
30549      Branch: perlio
30550            ! perlio.c
30551 ____________________________________________________________________________
30552 [ 12459] By: jhi                                   on 2001/10/16  17:10:22
30553         Log: Subject: [PATCH perl@12443] VMS 64-bit configure
30554              From: "Craig A. Berry" <craigberry@mac.com>
30555              Date: Tue, 16 Oct 2001 13:08:38 -0500
30556              Message-Id: <5.1.0.14.2.20011016122704.029eaea8@exchi01>
30557      Branch: perl
30558            ! configure.com
30559 ____________________________________________________________________________
30560 [ 12458] By: jhi                                   on 2001/10/16  17:07:20
30561         Log: Can't expect too much accuracy from a sleep of one second.
30562              (I think this will also fail with high load.)
30563      Branch: perl
30564            ! ext/Time/HiRes/HiRes.t
30565 ____________________________________________________________________________
30566 [ 12457] By: jhi                                   on 2001/10/16  16:50:24
30567         Log: Subject: WIN64 (Itanium) port of Perl 5.6.1
30568              From: "Werner, Randolf" <randolf.werner@sap.com>
30569              Date: Tue, 16 Oct 2001 18:33:02 +0200
30570              Message-ID: <816D93CCC927D31188570008C75D1DE10A5CB1F8@dbwdfx1a.wdf.sap-ag.de>
30571      Branch: perl
30572            + win32/Makefile.win64 win32/config.win64 win32/config_H.win64
30573            ! MANIFEST Porting/makerel ext/SDBM_File/sdbm/sdbm.c
30574 ____________________________________________________________________________
30575 [ 12456] By: nick                                  on 2001/10/16  14:08:16
30576         Log: Builds under ithreads (but fails all threads tests)
30577      Branch: perlio
30578            ! hv.c perlio.c sv.c
30579 ____________________________________________________________________________
30580 [ 12455] By: jhi                                   on 2001/10/16  13:59:32
30581         Log: I think the Perl_sortsv needs *not* be skipped?
30582      Branch: perl
30583            ! makedef.pl
30584 ____________________________________________________________________________
30585 [ 12454] By: jhi                                   on 2001/10/16  13:05:38
30586         Log: Subject: [ PATCH ] maint/perl/t/op/groups.t for build on Cygwin
30587              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
30588              Date: Tue, 16 Oct 2001 15:32:44 +0200
30589              Message-ID: <3BCC531C.11494.3E433F@localhost>
30590      Branch: perl
30591            ! t/op/groups.t
30592 ____________________________________________________________________________
30593 [ 12453] By: jhi                                   on 2001/10/16  13:04:38
30594         Log: Subject: [ PATCH ] maint/perl/t/io/fs.t for build on Cygwin
30595              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
30596              Date: Tue, 16 Oct 2001 15:01:04 +0200
30597              Message-ID: <3BCC4BB0.30935.2145B7@localhost>
30598      Branch: perl
30599            ! t/io/fs.t
30600 ____________________________________________________________________________
30601 [ 12452] By: jhi                                   on 2001/10/16  12:03:49
30602         Log: A forgotten deletion.
30603      Branch: perl
30604            - lib/unicore/mktables.PL
30605 ____________________________________________________________________________
30606 [ 12451] By: nick                                  on 2001/10/16  11:32:48
30607         Log: Skeleton of "PerlIO_dup" coded.
30608              Still-passes all tests non-threaded (well it would wouldn't it!)
30609      Branch: perlio
30610            ! embed.h embed.pl ext/Encode/Encode.xs
30611            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs perl.h
30612            ! perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
30613            ! win32/win32io.c
30614 ____________________________________________________________________________
30615 [ 12450] By: jhi                                   on 2001/10/16  02:27:51
30616         Log: Document the problem with the swash_fetch() API that affects
30617              more complex case conversions.
30618      Branch: perl
30619            ! lib/utf8_heavy.pl utf8.c
30620 ____________________________________________________________________________
30621 [ 12449] By: jhi                                   on 2001/10/16  01:55:48
30622         Log: Make Time::HiRes::sleep() and usleep() to return
30623              the number of seconds (a floating point value) and 
30624              microseconds (an integer) actually slept (well,
30625              modulo the time spent in measuring the time actually
30626              slept...), to be a better drop-in replacement for
30627              the builtin sleep().  Noticed by Chris Nandor.
30628              
30629              Also make usleep() to croak if fed illegal number
30630              of useconds (anything greater than 1_000_000).
30631      Branch: perl
30632            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
30633            ! ext/Time/HiRes/HiRes.xs
30634 ____________________________________________________________________________
30635 [ 12448] By: jhi                                   on 2001/10/16  00:57:05
30636         Log: A missing SvREFCNT_dec.
30637      Branch: perl
30638            ! perl.c
30639 ____________________________________________________________________________
30640 [ 12447] By: nick                                  on 2001/10/15  20:27:53
30641         Log: Beginings of PerlIO_dup support (unstable)
30642      Branch: perlio
30643            ! perlio.c perliol.h
30644 ____________________________________________________________________________
30645 [ 12446] By: jhi                                   on 2001/10/15  18:44:19
30646         Log: (retracted by #12497)
30647              In AIX vac 5 just can't seem to get regcomp right.
30648      Branch: perl
30649            ! hints/aix.sh
30650 ____________________________________________________________________________
30651 [ 12445] By: jhi                                   on 2001/10/15  16:44:04
30652         Log: Bump the version number to agree with the maintperl one.
30653      Branch: perl
30654            ! lib/Tie/RefHash.pm
30655 ____________________________________________________________________________
30656 [ 12444] By: nick                                  on 2001/10/15  15:59:57
30657         Log: Integrate mainline
30658      Branch: perlio
30659           +> lib/Math/BigInt/t/Math/Subclass.pm
30660           +> lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
30661           +> lib/Math/BigInt/t/subclass.t lib/unicore/In/163.pl
30662           +> lib/unicore/In/164.pl lib/unicore/In/165.pl
30663           +> lib/unicore/In/166.pl lib/unicore/In/167.pl
30664           +> lib/unicore/In/168.pl lib/unicore/In/169.pl
30665           +> lib/unicore/In/170.pl lib/unicore/In/171.pl lib/unicore/Is.pl
30666           +> lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
30667           +> lib/unicore/mktables
30668            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
30669            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
30670            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
30671            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
30672            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
30673            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
30674            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
30675            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
30676            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
30677            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
30678            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
30679            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
30680            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
30681            - lib/unicore/syllables.txt
30682           !> (integrate 344 files)
30683 ____________________________________________________________________________
30684 [ 12443] By: jhi                                   on 2001/10/15  13:40:20
30685         Log: Casting tweak from Paul Marquess, helps Merijn on AIX.
30686      Branch: perl
30687            ! ext/DB_File/DB_File.xs
30688 ____________________________________________________________________________
30689 [ 12442] By: jhi                                   on 2001/10/15  13:35:36
30690         Log: Sync the skip() amounts with the number of tests.
30691      Branch: perl
30692            ! lib/Term/Complete.t
30693 ____________________________________________________________________________
30694 [ 12441] By: jhi                                   on 2001/10/15  13:11:03
30695         Log: Update Changes.
30696      Branch: perl
30697            ! Changes patchlevel.h
30698 ____________________________________________________________________________
30699 [ 12440] By: jhi                                   on 2001/10/15  12:58:24
30700         Log: MacOS Classic catdir() rewrite from Thomas Wegner
30701              (backward incompatibility, but a deliberate one,
30702              the old version simply is broken in its logic),
30703              also documentation updates, and as suggested replicated
30704              the File::Spec::Unix documentation updates also on the
30705              File::Spec documentation.
30706              
30707              TODO: there seems to be duplication of documentation
30708              between File::Spec and File::Spec::Unix.  I think
30709              the ::Unix should be left only with specific UNIXisms,
30710              and all the generic documentation should be in ::Spec.
30711      Branch: perl
30712            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
30713            ! lib/File/Spec.pm lib/File/Spec.t lib/File/Spec/Mac.pm
30714            ! lib/File/Spec/Unix.pm
30715 ____________________________________________________________________________
30716 [ 12439] By: jhi                                   on 2001/10/15  12:32:07
30717         Log: Subject: Re: [PATCH t/op/magic.t] missing tests on Win32
30718              From: Blair Zajac <blair@orcaware.com>
30719              Date: Mon, 24 Sep 2001 11:48:58 -0700
30720              Message-ID: <3BAF801A.88A4F614@orcaware.com>     
30721              
30722              (the skip() messages)
30723      Branch: perl
30724            ! t/op/magic.t
30725 ____________________________________________________________________________
30726 [ 12438] By: ams                                   on 2001/10/14  23:43:59
30727         Log: Subject: [PATCH] make PerlIO default on VMS
30728              From: "Craig A. Berry" <craigberry@mac.com>
30729              Date: Sun, 14 Oct 2001 15:27:18 -0500
30730              Message-Id: <5.1.0.14.0.20011014152339.021ec150@exchi01>
30731      Branch: perl
30732            ! configure.com
30733 ____________________________________________________________________________
30734 [ 12437] By: jhi                                   on 2001/10/14  23:05:57
30735         Log: Retract #12436 (Abhijit already did this at #12426)
30736      Branch: perl
30737            ! lib/ExtUtils/MM_Unix.pm
30738 ____________________________________________________________________________
30739 [ 12436] By: jhi                                   on 2001/10/14  21:22:43
30740         Log: (retracted by #12437)
30741              Subject: [PATCH lib/ExtUtils/MM_Unix.pm] MakeMaker tries to parse commented out $VERSION
30742              From: =?iso-8859-1?Q?Kay_R=F6pke?= <kroepke@dolphin-services.de>
30743              Date: Sat, 13 Oct 2001 20:33:55 +0200
30744              Message-Id: <E15sTbe-0001nt-00@mrvdom04.kundenserver.de>
30745      Branch: perl
30746            ! lib/ExtUtils/MM_Unix.pm
30747 ____________________________________________________________________________
30748 [ 12435] By: jhi                                   on 2001/10/14  21:21:52
30749         Log: Subject: h2xs grammar nit
30750              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
30751              Date: Fri, 12 Oct 2001 00:12:01 -0700 (PDT)
30752              Message-ID: <Pine.GSU.4.21.0110120010540.9710-100000@garcia.efn.org>
30753      Branch: perl
30754            ! utils/h2xs.PL
30755 ____________________________________________________________________________
30756 [ 12434] By: jhi                                   on 2001/10/14  13:48:30
30757         Log: Subject: [PATCH @12422] Fix scoping problem with FATAL warnings
30758              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
30759              Date: Sun, 14 Oct 2001 11:25:08 +0100
30760              Message-ID: <AIEAJICLCBDNAAOLLOKLCEFDDCAA.Paul_Marquess@Yahoo.co.uk>
30761      Branch: perl
30762            ! lib/warnings.pm pod/perllexwarn.pod t/lib/warnings/7fatal
30763            ! warnings.pl
30764 ____________________________________________________________________________
30765 [ 12433] By: jhi                                   on 2001/10/13  23:20:11
30766         Log: Use File::Spec (needs Thomas Wegner's upcoming patch
30767              for File::Spec::Mac::catfile)
30768      Branch: perl
30769            ! lib/h2xs.t
30770 ____________________________________________________________________________
30771 [ 12432] By: jhi                                   on 2001/10/13  23:17:31
30772         Log: Subject: [PATCH] Re: default module version for h2xs (was Re: [PATCH] Re: What sort of Makefile.PL should h2xs write?)   
30773              From: Nicholas Clark <nick@ccl4.org>
30774              Date: Sat, 13 Oct 2001 00:07:31 +0100
30775              Message-ID: <20011013000731.D67535@plum.flirble.org>
30776      Branch: perl
30777            ! lib/h2xs.t utils/h2xs.PL
30778 ____________________________________________________________________________
30779 [ 12431] By: jhi                                   on 2001/10/13  22:35:58
30780         Log: Define PASTHRU_DEFINE and PASTHRU_INC (which are used
30781              before DEFINE and INC), and repent by taking DEFINE and
30782              INC away from PASTHRU.
30783      Branch: perl
30784            ! lib/ExtUtils/MM_Unix.pm
30785 ____________________________________________________________________________
30786 [ 12430] By: jhi                                   on 2001/10/13  21:23:09
30787         Log: More MANIFEST anomalies.
30788      Branch: perl
30789            ! MANIFEST
30790 ____________________________________________________________________________
30791 [ 12429] By: jhi                                   on 2001/10/13  21:01:32
30792         Log: Not that many.
30793      Branch: perl
30794            ! MANIFEST
30795 ____________________________________________________________________________
30796 [ 12428] By: sky                                   on 2001/10/13  20:59:27
30797         Log: Subject: [DOC PATCH] pod syntax fixups for File::Spec::* modules
30798              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
30799              Date: Sat, 13 Oct 2001 23:15:55 +0200
30800              Message-ID: <20011013231555.A18071@rafael>
30801      Branch: perl
30802            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm lib/File/Spec/Mac.pm
30803            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
30804 ____________________________________________________________________________
30805 [ 12427] By: jhi                                   on 2001/10/13  20:54:17
30806         Log: Rewrite mktables from scratch.
30807              - Cleaner.
30808              - Faster: 15-20 seconds as opposed to several minutes.
30809              - More dynamic: the names of the various categories
30810              such as the linebreak ones are dynamic, not static.
30811              - Is.pl: long names for the general category properties
30812              are now available.
30813              - Ranges (<... ,First>, <..., Last>) from the general
30814              categories work now.
30815              - No more mktables.PL because the mktables.PL is not
30816              and never has been run to create a mktables.
30817              - syllables.txt and Is/Syl*.pl removed: non-standard
30818              (not part of the Unicode), and the whole concept is
30819              being reworked (http://syllabary.sourceforge.net/),
30820              the old way wouldn't even work with the new Syllables.txt
30821              (it would result in 1000+ new categories)
30822      Branch: perl
30823            + lib/unicore/In/163.pl lib/unicore/In/164.pl
30824            + lib/unicore/In/165.pl lib/unicore/In/166.pl
30825            + lib/unicore/In/167.pl lib/unicore/In/168.pl
30826            + lib/unicore/In/169.pl lib/unicore/In/170.pl
30827            + lib/unicore/In/171.pl lib/unicore/Is.pl
30828            + lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
30829            + lib/unicore/mktables
30830            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
30831            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
30832            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
30833            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
30834            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
30835            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
30836            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
30837            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
30838            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
30839            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
30840            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
30841            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
30842            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
30843            - lib/unicore/syllables.txt
30844            ! (edit 304 files)
30845 ____________________________________________________________________________
30846 [ 12426] By: ams                                   on 2001/10/13  18:05:36
30847         Log: ExtUtils::MM_Unix should ignore comments when searching for
30848              $VERSION.
30849      Branch: perl
30850            ! lib/ExtUtils/MM_Unix.pm
30851 ____________________________________________________________________________
30852 [ 12425] By: jhi                                   on 2001/10/13  12:26:41
30853         Log: Subject: Re: New module XML::Clean
30854              From: andreas.koenig@anima.de (Andreas J. Koenig)
30855              Date: 13 Oct 2001 10:17:09 +0200
30856              Message-ID: <m37ku0t0my.fsf@anima.de>
30857      Branch: perl
30858            ! pod/perlnewmod.pod
30859 ____________________________________________________________________________
30860 [ 12424] By: sky                                   on 2001/10/13  09:39:59
30861         Log: Set thread stack size if needed.
30862      Branch: perl
30863            ! ext/threads/threads.xs
30864 ____________________________________________________________________________
30865 [ 12423] By: sky                                   on 2001/10/13  09:36:49
30866         Log: We do want to set the attribute to joinable even on modern posix
30867              platforms.
30868      Branch: perl
30869            ! ext/threads/threads.xs
30870 ____________________________________________________________________________
30871 [ 12422] By: jhi                                   on 2001/10/13  02:04:44
30872         Log: Subject: [PATCH ext/Data/Dumper.xs]
30873              From: Brian Ingerson <ingy@ttul.org>
30874              Date: Fri, 12 Oct 2001 19:32:35 -0700
30875              Message-ID: <20011012193235.B889@ttul.org>
30876      Branch: perl
30877            ! ext/Data/Dumper/Dumper.xs
30878 ____________________________________________________________________________
30879 [ 12421] By: jhi                                   on 2001/10/12  23:22:45
30880         Log: Update Changes.
30881      Branch: perl
30882            ! Changes patchlevel.h
30883 ____________________________________________________________________________
30884 [ 12420] By: jhi                                   on 2001/10/12  22:51:17
30885         Log: FAQ sync.
30886      Branch: perl
30887            ! pod/perlfaq3.pod pod/perlfaq4.pod
30888 ____________________________________________________________________________
30889 [ 12419] By: jhi                                   on 2001/10/12  22:46:49
30890         Log: Subject: RE: [PATCH File::Copy] Silence warnings for tied filehandles     
30891              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
30892              Date: Fri, 12 Oct 2001 11:51:05 -0700
30893              Message-ID: <35A280DF784CD411A06B0008C7B130AD0115DDAE@sdex04.sd.intuit.com>
30894      Branch: perl
30895            ! lib/File/Copy.pm
30896 ____________________________________________________________________________
30897 [ 12418] By: jhi                                   on 2001/10/12  22:44:24
30898         Log: Subject: [PATCH lib/Term/Complete.t] Rethinking the Test
30899              From: "chromatic" <chromatic@rmci.net>     
30900              Date: Thu, 11 Oct 2001 10:57:55 -0600
30901              Message-ID: <20011011170354.74354.qmail@onion.perl.org>
30902              
30903              Subject: [PATCH Complete.pm] Re: [PATCH lib/Term/Complete.t] Rethinking the Test
30904              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
30905              Date: Thu, 11 Oct 2001 22:34:21 +0200
30906              Message-ID: <20011011223421.A693@rafael>     
30907              
30908              plus undef $Term::Complete::stty as suggested by Rafael.
30909      Branch: perl
30910            ! lib/Term/Complete.pm lib/Term/Complete.t
30911 ____________________________________________________________________________
30912 [ 12417] By: jhi                                   on 2001/10/12  20:35:49
30913         Log: UUnndduupplleexx..
30914      Branch: perl
30915            ! perl.h
30916 ____________________________________________________________________________
30917 [ 12416] By: sky                                   on 2001/10/12  20:16:19
30918         Log: Subject: Re: Sparc/Linux/ithreads unhappy @12391 [PATCH]
30919              From: Andy Dougherty <doughera@lafayette.edu>
30920              Date: Fri, 12 Oct 2001 16:53:03 -0400 (EDT)
30921              Message-ID: <Pine.SOL.4.10.10110121647360.11279-100000@maxwell.phys.lafayette.edu>
30922              (Potentially only band-aid)
30923      Branch: perl
30924            ! sv.c
30925 ____________________________________________________________________________
30926 [ 12415] By: jhi                                   on 2001/10/12  20:13:06
30927         Log: VMS pre-7.0 (which doesn't have sigaction()) uniformly
30928              mishandles kill(), and therefore the sigaction test
30929              should be skipped, from Charles Lane.
30930      Branch: perl
30931            ! ext/POSIX/t/sigaction.t
30932 ____________________________________________________________________________
30933 [ 12414] By: sky                                   on 2001/10/12  18:47:49
30934         Log: Perhaps other OLD_POSIX_API systems might be happy and not only HP-UX 10.20
30935      Branch: perl
30936            ! op.h
30937 ____________________________________________________________________________
30938 [ 12413] By: jhi                                   on 2001/10/12  18:35:31
30939         Log: Upgrade to Math::BigInt 1.44 from Tels and
30940              further fixes from John Peacock.
30941      Branch: perl
30942            + lib/Math/BigInt/t/Math/Subclass.pm
30943            + lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
30944            + lib/Math/BigInt/t/subclass.t
30945            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
30946            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
30947            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
30948            ! lib/Math/BigInt/t/mbimbf.t
30949 ____________________________________________________________________________
30950 [ 12412] By: sky                                   on 2001/10/12  18:28:23
30951         Log: perhaps pthread_attr_t really needs to be set for the old api
30952      Branch: perl
30953            ! ext/threads/threads.xs
30954 ____________________________________________________________________________
30955 [ 12411] By: sky                                   on 2001/10/12  18:11:45
30956         Log: pthread_keycreate not pthread_key_create under the here be dragons API
30957      Branch: perl
30958            ! ext/threads/threads.h
30959 ____________________________________________________________________________
30960 [ 12410] By: sky                                   on 2001/10/12  18:07:37
30961         Log: Apperently OLD PTHREADS API is a bit retarded.
30962              This should fix another set of compile failures in HP-UX 10.20.
30963      Branch: perl
30964            ! ext/threads/threads.h ext/threads/threads.xs
30965 ____________________________________________________________________________
30966 [ 12409] By: nick                                  on 2001/10/12  15:30:01
30967         Log: Blind integrate of mainline
30968      Branch: perlio
30969           +> (branch 32 files)
30970            - lib/unicode/README
30971           !> (integrate 121 files)
30972 ____________________________________________________________________________
30973 [ 12408] By: sky                                   on 2001/10/12  14:55:08
30974         Log: Let us avoid being smart for now.
30975      Branch: perl
30976            ! ext/threads/threads.h
30977 ____________________________________________________________________________
30978 [ 12407] By: sky                                   on 2001/10/12  14:38:12
30979         Log: (void*) the argument to make sure we work with picky compilers
30980      Branch: perl
30981            ! ext/threads/threads.xs
30982 ____________________________________________________________________________
30983 [ 12406] By: ams                                   on 2001/10/12  13:26:04
30984         Log: (replaced with #12600)
30985              
30986              Subject: [PATCH 5.6.1 perldoc] use File::Temp
30987              From: Mikhail Zabaluev <mhz@alt-linux.org>
30988              Date: Fri, 12 Oct 2001 12:47:47 +0400
30989              Message-Id: <20011012124747.E13918@localhost.localdomain>
30990      Branch: perl
30991            ! utils/perldoc.PL
30992 ____________________________________________________________________________
30993 [ 12405] By: ams                                   on 2001/10/12  13:05:32
30994         Log: Subject: [PATCH] (Was: lib/Memoize/t/speed.................FAILED at test 2)
30995              From: andreas.koenig@anima.de (Andreas J. Koenig)
30996              Date: 12 Oct 2001 11:12:07 +0200
30997              Message-Id: <m3wv21te6w.fsf_-_@anima.de>
30998      Branch: perl
30999            ! lib/Memoize/t/speed.t
31000 ____________________________________________________________________________
31001 [ 12404] By: sky                                   on 2001/10/12  12:46:15
31002         Log: A) Support OLD_PTHREADS_API
31003              B) Change from using pthread_t to using a TLS to store the
31004              index of the thread in an hash, this is to avoid problems when
31005              in fact pthread_t was not a seralizable type.
31006              Both these changes are because of HP-UX 10.20
31007              This has not been tested on win32 but should work there.
31008              Need to add support for NetWare.
31009      Branch: perl
31010            ! ext/threads/threads.h ext/threads/threads.xs
31011 ____________________________________________________________________________
31012 [ 12403] By: ams                                   on 2001/10/12  07:34:19
31013         Log: Subject: Re: New module XML::Clean
31014              From: andreas.koenig@anima.de (Andreas J. Koenig)
31015              Date: 12 Oct 2001 10:20:35 +0200
31016              Message-Id: <m3elo9uv58.fsf@anima.de>
31017      Branch: perl
31018            ! pod/perlnewmod.pod
31019 ____________________________________________________________________________
31020 [ 12402] By: jhi                                   on 2001/10/11  19:51:04
31021         Log: More HP model tweaks from Merijn.
31022      Branch: perl
31023            ! README.hpux
31024 ____________________________________________________________________________
31025 [ 12401] By: jhi                                   on 2001/10/11  13:03:10
31026         Log: Update Changes.
31027      Branch: perl
31028            ! Changes patchlevel.h
31029 ____________________________________________________________________________
31030 [ 12400] By: jhi                                   on 2001/10/11  11:33:20
31031         Log: HP-UX update from H.Merijn Brand.
31032      Branch: perl
31033            ! README.hpux
31034 ____________________________________________________________________________
31035 [ 12399] By: jhi                                   on 2001/10/11  00:53:56
31036         Log: Subject: [PATCH] fix link rot in README.vms
31037              From: "Craig A. Berry" <craigberry@mac.com>
31038              Date: Wed, 10 Oct 2001 17:17:00 -0500
31039              Message-Id: <5.1.0.14.0.20011010171057.01bd77c8@exchi01>
31040      Branch: perl
31041            ! README.vms
31042 ____________________________________________________________________________
31043 [ 12398] By: jhi                                   on 2001/10/11  00:49:42
31044         Log: Subject: [PATCH lib/Term/Complete.t] (was Re: lib/Term/Complete.t won't complete in background)
31045              From: "chromatic" <chromatic@rmci.net>
31046              Date: Wed, 10 Oct 2001 15:50:30 -0600
31047              Message-ID: <20011010215627.13283.qmail@onion.perl.org> 
31048      Branch: perl
31049            ! lib/Term/Complete.t
31050 ____________________________________________________________________________
31051 [ 12397] By: jhi                                   on 2001/10/11  00:48:54
31052         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Packlist.t] Add Tests for ExtUtils::Packlist
31053              From: "chromatic" <chromatic@rmci.net>
31054              Date: Wed, 10 Oct 2001 15:45:42 -0600
31055              Message-ID: <20011010215140.8913.qmail@onion.perl.org>
31056      Branch: perl
31057            + lib/ExtUtils/Packlist.t
31058            ! MANIFEST
31059 ____________________________________________________________________________
31060 [ 12396] By: jhi                                   on 2001/10/10  20:20:22
31061         Log: VMS needs quotes around the -I option to keep it from
31062              being downcased, from Charles Lane.
31063      Branch: perl
31064            ! t/run/kill_perl.t
31065 ____________________________________________________________________________
31066 [ 12395] By: ams                                   on 2001/10/10  16:22:32
31067         Log: Subject: [PATCH lib/FindBin.pm]
31068              From: Stas Bekman <stas@stason.org>
31069              Date: Tue, 09 Oct 2001 23:57:10 +0800
31070              Message-Id: <3BC31E56.60805@stason.org>
31071      Branch: perl
31072            ! lib/FindBin.pm
31073 ____________________________________________________________________________
31074 [ 12394] By: ams                                   on 2001/10/10  16:09:53
31075         Log: Subject: Re: /usr/include/sys/e ?? (perl@12340)
31076              From: Abhijit Menon-Sen <ams@wiw.org>
31077              Date: Wed, 10 Oct 2001 21:59:33 +0530
31078              Message-Id: <20011010215933.B2444@lustre.dyn.wiw.org>
31079      Branch: perl
31080            ! ext/Data/Dumper/Dumper.xs
31081 ____________________________________________________________________________
31082 [ 12393] By: jhi                                   on 2001/10/10  15:53:39
31083         Log: VMS: reorder the elimination of 000000 in the canonpath logic,
31084              from Charles Lane.
31085      Branch: perl
31086            ! lib/File/Spec/VMS.pm
31087 ____________________________________________________________________________
31088 [ 12392] By: ams                                   on 2001/10/10  14:49:43
31089         Log: Subject: [PATCH] two s/// bugfixes
31090              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
31091              Date: Wed, 10 Oct 2001 17:23:44 +0200
31092              Message-Id: <20011010172344.C22440@rafael>
31093      Branch: perl
31094            ! pp_ctl.c regexec.c t/op/subst.t
31095 ____________________________________________________________________________
31096 [ 12391] By: jhi                                   on 2001/10/10  12:22:02
31097         Log: Fix/improve handling of the [000000] special "root"
31098              directory, by putting cwd in canonical form when doing
31099              abs2rel, and prepending a 000000 to directory "chunks"
31100              if missing from base or path.  Also adjust test to
31101              reflect the (improved) output from abs2rel.
31102              From Charles Lane.
31103      Branch: perl
31104            ! lib/File/Spec.t lib/File/Spec/VMS.pm
31105 ____________________________________________________________________________
31106 [ 12390] By: jhi                                   on 2001/10/10  11:48:14
31107         Log: In VMS the copy-to-untaint %ENV in the initialization also loses
31108              all of the extra VMSish attributes (such as "treat this logical
31109              as a device name") that are necessary to make programs run.
31110              A tainted %ENV does not hinder VMS.  From Charles Lane.
31111      Branch: perl
31112            ! lib/File/Find/t/taint.t
31113 ____________________________________________________________________________
31114 [ 12389] By: jhi                                   on 2001/10/10  11:40:29
31115         Log: VMS-specific fixes to the ExtUtils::Manifest tests.
31116              
31117              o  VMS is case-insensitive, RTL downcases filenames read
31118              by perl... so need to re-upcase filenames like MANIFEST
31119              and MANIFEST.SKIP
31120              
31121              o  Need to convert VMS-style to Unix-style filenames when comparing
31122              names in MANIFEST to names in filesystem.
31123              
31124              o  Need to remove mantest/MANIFEST before rmdir'ing mantest,
31125              since VMS won't let you (easily) delete non-empty directories.
31126              
31127              From Charles Lane.
31128      Branch: perl
31129            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Manifest.t
31130 ____________________________________________________________________________
31131 [ 12388] By: jhi                                   on 2001/10/10  11:28:44
31132         Log: Unix and VMS agree on "*" as a "match any number of any chars"
31133              wildcards, but differ ("?"  vs.  "%") for their "match any single
31134              char" wildcard.  This patch changes "?"  chars to "%" before doing a
31135              VMS glob...at no loss of functionality, since "?"  isn't a valid
31136              filename char on VMS.  From Charles Lane.
31137      Branch: perl
31138            ! doio.c
31139 ____________________________________________________________________________
31140 [ 12387] By: jhi                                   on 2001/10/10  11:20:13
31141         Log: (accidentally empty submit; new life as #12390)
31142      Branch: perl
31143            ! lib/File/Find/t/taint.t
31144 ____________________________________________________________________________
31145 [ 12386] By: jhi                                   on 2001/10/10  11:12:40
31146         Log: Even more VMS tweakage from Charles Lane:
31147              
31148              Tweak #1:  splitdir only works on directory part of filespec,
31149              split off volume first
31150              Tweak #2:  VMS pre-7.0's $ENV{'HOME'} is not settable
31151              (it's a horrible kludge in the run-time library,
31152              improved in later versions). Check the
31153              $Config{'d_setenv'} flag before attempting to set it.
31154      Branch: perl
31155            ! t/op/chdir.t
31156 ____________________________________________________________________________
31157 [ 12385] By: jhi                                   on 2001/10/09  20:34:36
31158         Log: VMS tweakage from Charles Lane.
31159              
31160              . command.com doubles an output line when prompting for extensions
31161              . Term::Cap has no business trying to run obscure Un*x utilities on VMS
31162              . perl5db doesn't clean up after itself
31163      Branch: perl
31164            ! configure.com lib/Term/Cap.pm lib/perl5db.pl
31165 ____________________________________________________________________________
31166 [ 12384] By: sky                                   on 2001/10/09  19:16:11
31167         Log: Subject: [PATCH again again], Re: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
31168              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
31169              Date: Tue, 9 Oct 2001 22:10:26 +0200
31170              Message-ID: <20011009221026.A8579@rafael>
31171      Branch: perl
31172            ! pod/perldata.pod
31173 ____________________________________________________________________________
31174 [ 12383] By: jhi                                   on 2001/10/09  14:33:15
31175         Log: Subject: [PATCH t/op/subst.t] new tests, new TODO test
31176              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
31177              Date: 9 Oct 2001 15:15:06 -0000
31178              Message-Id: <slrn9s653h.h2p.rgarciasuarez@rafael.kazibao.net>
31179      Branch: perl
31180            ! t/op/subst.t
31181 ____________________________________________________________________________
31182 [ 12382] By: jhi                                   on 2001/10/09  14:03:30
31183         Log: Update Changes.
31184      Branch: perl
31185            ! Changes patchlevel.h
31186 ____________________________________________________________________________
31187 [ 12381] By: jhi                                   on 2001/10/09  13:52:50
31188         Log: Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat
31189              Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat,
31190              when a NULL is passed for the filename string pointer.
31191              From Charles Lane.
31192      Branch: perl
31193            ! vms/vms.c
31194 ____________________________________________________________________________
31195 [ 12379] By: jhi                                   on 2001/10/09  13:03:49
31196         Log: Subject: HP systems update
31197              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
31198              Date: Tue, 09 Oct 2001 15:59:22 +0200
31199              Message-Id: <20011009155614.A4F5.H.M.BRAND@hccnet.nl>
31200      Branch: perl
31201            ! README.hpux
31202 ____________________________________________________________________________
31203 [ 12378] By: jhi                                   on 2001/10/09  12:52:21
31204         Log: CPAN::Nox does now have a test.
31205      Branch: perl
31206            ! t/lib/1_compile.t
31207 ____________________________________________________________________________
31208 [ 12377] By: jhi                                   on 2001/10/09  12:23:27
31209         Log: Subject: [ID 20011001.009] /usr/bin/perl (in addition to /usr/local/bin/perl)
31210              From: David Dyck <dcd@tc.fluke.com>
31211              Date: Mon, 1 Oct 2001 12:17:36 -0700
31212              Message-Id: <200110011917.MAA11879@dd.tc.fluke.com>
31213      Branch: perl
31214            ! installperl
31215 ____________________________________________________________________________
31216 [ 12376] By: jhi                                   on 2001/10/09  12:18:39
31217         Log: NetWare update from Ananth Kesari.
31218      Branch: perl
31219            ! NetWare/nwperlsys.h makedef.pl
31220 ____________________________________________________________________________
31221 [ 12375] By: jhi                                   on 2001/10/09  11:43:01
31222         Log: Subject: [PATCH Perl@12307] File::Find test on VMS
31223              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
31224              Date: Tue, 9 Oct 2001 08:40:57 EDT
31225              Message-Id: <011009083426.17530f@DUPHY4.Physics.Drexel.Edu>
31226      Branch: perl
31227            ! lib/File/Find/t/find.t
31228 ____________________________________________________________________________
31229 [ 12374] By: ams                                   on 2001/10/09  05:31:45
31230         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Mkbootstrap.t] Add Tests for
31231              ExtUtils::Mkbootstrap
31232              From: "chromatic" <chromatic@rmci.net>
31233              Date: Tue, 09 Oct 2001 00:08:37 -0600
31234              Message-Id: <20011009061432.46666.qmail@onion.perl.org>
31235      Branch: perl
31236            + lib/ExtUtils/Mkbootstrap.t
31237            ! MANIFEST
31238 ____________________________________________________________________________
31239 [ 12373] By: jhi                                   on 2001/10/09  02:56:13
31240         Log: Enable more debugging.
31241      Branch: perl
31242            ! lib/utf8_heavy.pl
31243 ____________________________________________________________________________
31244 [ 12372] By: ams                                   on 2001/10/09  02:11:59
31245         Log: #12370 forgot to modify is_gv_magical().
31246      Branch: perl
31247            ! gv.c
31248 ____________________________________________________________________________
31249 [ 12371] By: jhi                                   on 2001/10/09  01:48:17
31250         Log: Make the toupper/lower/title API for Unicode not right
31251              but at least less wrong: prepare for the mapping being
31252              more than just one-character-to-one-character.
31253      Branch: perl
31254            ! embed.h embed.pl global.sym handy.h pp.c proto.h regcomp.c
31255            ! regexec.c utf8.c
31256 ____________________________________________________________________________
31257 [ 12370] By: jhi                                   on 2001/10/09  01:23:08
31258         Log: Subject: Re: [PATCH mg.c gv.c and others] ${^TAINT}
31259              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
31260              Date: Mon, 8 Oct 2001 22:18:23 -0400
31261              Message-ID: <20011008221823.A413700@linguist.thayer.dartmouth.edu>
31262      Branch: perl
31263            ! pod/perlvar.pod t/op/taint.t
31264 ____________________________________________________________________________
31265 [ 12369] By: jhi                                   on 2001/10/08  23:31:21
31266         Log: FAQ sync.
31267      Branch: perl
31268            ! pod/perlfaq3.pod pod/perlfaq4.pod
31269 ____________________________________________________________________________
31270 [ 12368] By: jhi                                   on 2001/10/08  21:20:45
31271         Log: Subject: [PATCH lib/Term/Cap.t] Fix Debian Failures on Test 22
31272              From: "chromatic" <chromatic@rmci.net>
31273              Date: Mon, 08 Oct 2001 14:05:32 -0600
31274              Message-ID: <20011008201126.73702.qmail@onion.perl.org>
31275      Branch: perl
31276            ! lib/Term/Cap.t
31277 ____________________________________________________________________________
31278 [ 12367] By: jhi                                   on 2001/10/08  21:10:49
31279         Log: Subject: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
31280              From: Michael G Schwern <schwern@pobox.com>
31281              Date: Mon, 8 Oct 2001 17:00:14 -0400
31282              Message-ID: <20011008170014.L17083@blackrider>
31283      Branch: perl
31284            ! gv.c mg.c pod/perlvar.pod t/op/magic.t t/op/taint.t
31285 ____________________________________________________________________________
31286 [ 12366] By: jhi                                   on 2001/10/08  20:43:19
31287         Log: Subject: [PATCH Perl@12307] Time::Hires for VMS pre-7.0
31288              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
31289              Date: Mon, 8 Oct 2001 16:01:33 EDT
31290              Message-Id: <011008155856.1604b5@DUPHY4.Physics.Drexel.Edu>
31291      Branch: perl
31292            ! ext/Time/HiRes/HiRes.xs
31293 ____________________________________________________________________________
31294 [ 12365] By: jhi                                   on 2001/10/08  20:41:50
31295         Log: Subject: [PATCH] Autosplit patch for VMS
31296              From: "Craig A. Berry" <craigberry@mac.com>
31297              Date: Mon, 08 Oct 2001 15:40:43 -0500
31298              Message-Id: <5.1.0.14.0.20011008150808.02302618@exchi01>
31299      Branch: perl
31300            ! lib/AutoSplit.pm lib/AutoSplit.t
31301 ____________________________________________________________________________
31302 [ 12364] By: jhi                                   on 2001/10/08  20:36:58
31303         Log: Don't assume that everybody is running OS X 10.1 yet;
31304              from Kay Röpke.
31305      Branch: perl
31306            ! hints/darwin.sh
31307 ____________________________________________________________________________
31308 [ 12363] By: jhi                                   on 2001/10/08  14:26:35
31309         Log: Update Changes.
31310      Branch: perl
31311            ! Changes patchlevel.h
31312 ____________________________________________________________________________
31313 [ 12362] By: jhi                                   on 2001/10/08  14:05:50
31314         Log: Retract #12358 for now.
31315      Branch: perl
31316            ! lib/Term/Cap.t
31317 ____________________________________________________________________________
31318 [ 12361] By: jhi                                   on 2001/10/08  13:57:10
31319         Log: Can't figure out what this is testing.
31320              (If it is trying to catch SIGKILL, it should stop
31321              trying because that is by definition impossible.)
31322      Branch: perl
31323            ! lib/sigtrap.t
31324 ____________________________________________________________________________
31325 [ 12360] By: jhi                                   on 2001/10/08  13:23:28
31326         Log: Subject: [PATCH bleadperl] why some tests fail on Win95...
31327              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
31328              Date: Sun, 30 Sep 2001 21:15:13 +0200
31329              Message-ID: <5033457805.20010930211513@tesla.rcub.bg.ac.yu>
31330      Branch: perl
31331            ! lib/ExtUtils/MM_Win32.pm
31332 ____________________________________________________________________________
31333 [ 12359] By: jhi                                   on 2001/10/08  12:37:17
31334         Log: Clarify the ldlibpth part and condense the overall text.
31335      Branch: perl
31336            ! t/TEST
31337 ____________________________________________________________________________
31338 [ 12358] By: jhi                                   on 2001/10/08  11:56:49
31339         Log: Subject: Re: [PATCH] & what's to be done for 5.8.0?
31340              From: "chromatic" <chromatic@rmci.net>
31341              Date: Sun, 07 Oct 2001 16:59:26 -0600
31342              Message-ID: <20011007230518.90917.qmail@onion.perl.org>
31343      Branch: perl
31344            ! lib/Term/Cap.t
31345 ____________________________________________________________________________
31346 [ 12357] By: jhi                                   on 2001/10/08  11:54:50
31347         Log: Update the list because fo #12265.
31348      Branch: perl
31349            ! t/lib/1_compile.t
31350 ____________________________________________________________________________
31351 [ 12356] By: jhi                                   on 2001/10/08  11:53:30
31352         Log: Subject: [PATCH] & what's to be done for 5.8.0? 
31353              From: Nicholas Clark <nick@ccl4.org>
31354              Date: Sun, 7 Oct 2001 20:53:33 +0100
31355              Message-ID: <20011007205333.S38756@plum.flirble.org>   
31356      Branch: perl
31357            ! ext/B/t/showlex.t ext/B/t/stash.t ext/Cwd/t/taint.t
31358            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
31359            ! ext/DB_File/t/db-recno.t ext/Fcntl/t/fcntl.t lib/CGI/t/carp.t
31360            ! lib/CGI/t/cookie.t lib/File/Find/t/taint.t lib/FindBin.t
31361            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
31362            ! lib/Net/t/smtp.t lib/Switch/t/given.t lib/Switch/t/nested.t
31363            ! lib/Switch/t/switch.t lib/Term/Complete.t
31364            ! lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/todo.t
31365            ! lib/bigfloat.t lib/bigint.t lib/integer.t t/op/flip.t
31366            ! t/op/my_stash.t
31367 ____________________________________________________________________________
31368 [ 12355] By: jhi                                   on 2001/10/08  11:51:29
31369         Log: Integrate patch #12350 from maintperl; typo in
31370              IO::Seekable doc.
31371      Branch: perl
31372           !> ext/IO/lib/IO/Seekable.pm
31373 ____________________________________________________________________________
31374 [ 12354] By: jhi                                   on 2001/10/08  11:41:16
31375         Log: Detypo.
31376      Branch: perl
31377            ! hints/darwin.sh
31378 ____________________________________________________________________________
31379 [ 12353] By: sky                                   on 2001/10/07  17:16:14
31380         Log: Change 12349 didn't really get it right.
31381      Branch: perl
31382            ! lib/Unicode/README
31383 ____________________________________________________________________________
31384 [ 12352] By: jhi                                   on 2001/10/07  15:03:18
31385         Log: If running the harness the dynamic library search path
31386              may need setting.
31387      Branch: perl
31388            ! t/TEST
31389 ____________________________________________________________________________
31390 [ 12351] By: jhi                                   on 2001/10/07  14:17:12
31391         Log: It seems that in MacOS X 10.1 one must use -flat_namespace
31392              in ldflags.
31393      Branch: perl
31394            ! hints/darwin.sh
31395 ____________________________________________________________________________
31396 [ 12350] By: gsar                                  on 2001/10/07  13:30:42
31397         Log: typo in IO::Seekable doc
31398      Branch: maint-5.6/perl
31399            ! ext/IO/lib/IO/Seekable.pm
31400 ____________________________________________________________________________
31401 [ 12349] By: jhi                                   on 2001/10/07  12:49:31
31402         Log: Give up the fantasy of having lib/Unicode and lib/unicode:
31403              doesn't work on Mac OS X 10.1 (when unpacking the tar the
31404              latter gets renamed as lib/unicode:1, assumedly for security
31405              reasons not to overwrite stuff)
31406      Branch: perl
31407            + lib/Unicode/README
31408            - lib/unicode/README
31409            ! MANIFEST
31410 ____________________________________________________________________________
31411 [ 12348] By: ams                                   on 2001/10/07  05:33:40
31412         Log: Subject: [PATCH MANIFEST lib/CPAN/t/Nox.t] Add Tests for CPAN::Nox
31413              From: "chromatic" <chromatic@rmci.net>
31414              Date: Sat, 06 Oct 2001 21:42:03 -0600
31415              Message-Id: <20011007034754.21057.qmail@onion.perl.org>
31416      Branch: perl
31417            + lib/CPAN/t/Nox.t
31418            ! MANIFEST
31419 ____________________________________________________________________________
31420 [ 12347] By: ams                                   on 2001/10/07  00:48:10
31421         Log: Subject: [PATCH MANIFEST lib/sigtrap.t] Add Tests for sigtrap.pm
31422              From: "chromatic" <chromatic@rmci.net>
31423              Date: Sat, 06 Oct 2001 18:52:10 -0600
31424              Message-Id: <20011007005801.98381.qmail@onion.perl.org>
31425      Branch: perl
31426            + lib/sigtrap.t
31427            ! MANIFEST
31428 ____________________________________________________________________________
31429 [ 12346] By: ams                                   on 2001/10/06  23:14:01
31430         Log: Subject: [PATCH] (was Re: [PATCH] Re: What sort of Makefile.PL should
31431              h2xs write?)
31432              From: Nicholas Clark <nick@ccl4.org>
31433              Date: Sat, 6 Oct 2001 21:46:43 +0100
31434              Message-Id: <20011006214643.L38756@plum.flirble.org>
31435      Branch: perl
31436            ! utils/h2xs.PL
31437 ____________________________________________________________________________
31438 [ 12345] By: ams                                   on 2001/10/06  17:39:53
31439         Log: Subject: [PATCH] Memoize tests
31440              From: Nicholas Clark <nick@ccl4.org>
31441              Date: Sat, 6 Oct 2001 18:04:21 +0100
31442              Message-Id: <20011006180421.J38756@plum.flirble.org>
31443      Branch: perl
31444            ! lib/Memoize/t/array.t lib/Memoize/t/array_confusion.t
31445            ! lib/Memoize/t/correctness.t lib/Memoize/t/errors.t
31446            ! lib/Memoize/t/expire.t lib/Memoize/t/expire_file.t
31447            ! lib/Memoize/t/expire_module_n.t
31448            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
31449            ! lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
31450            ! lib/Memoize/t/speed.t lib/Memoize/t/tie.t
31451            ! lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
31452            ! lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
31453            ! lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
31454 ____________________________________________________________________________
31455 [ 12344] By: jhi                                   on 2001/10/06  00:30:23
31456         Log: Retract the latter part of #12343.
31457      Branch: perl
31458            ! ext/IO/lib/IO/Socket/INET.pm
31459 ____________________________________________________________________________
31460 [ 12343] By: jhi                                   on 2001/10/05  23:32:07
31461         Log: Subject: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
31462              From: David Dyck <dcd@tc.fluke.com>
31463              Date: Fri, 5 Oct 2001 16:04:43 -0700 (PDT)
31464              Message-ID: <Pine.LNX.4.33.0110051548340.9856-100000@dd.tc.fluke.com>
31465              
31466              Subject: Re: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
31467              From: David Dyck <dcd@tc.fluke.com>
31468              Date: Fri, 5 Oct 2001 17:27:46 -0700 (PDT)
31469              Message-ID: <Pine.LNX.4.33.0110051714350.14248-100000@dd.tc.fluke.com>
31470      Branch: perl
31471            ! ext/IO/lib/IO/Socket/INET.pm
31472 ____________________________________________________________________________
31473 [ 12342] By: jhi                                   on 2001/10/05  16:28:37
31474         Log: Subject: [PATCH perl@12307] Re: test names from C<make TEST>
31475              From: Robin Barker <rmb1@cise.npl.co.uk>
31476              Date: Fri, 5 Oct 2001 18:20:44 +0100 (BST)
31477              Message-Id: <200110051720.SAA17023@tempest.npl.co.uk>
31478      Branch: perl
31479            ! t/TEST
31480 ____________________________________________________________________________
31481 [ 12341] By: jhi                                   on 2001/10/05  13:54:08
31482         Log: Don't assume that %x is good for displaying UVs.
31483      Branch: perl
31484            ! dump.c
31485 ____________________________________________________________________________
31486 [ 12340] By: jhi                                   on 2001/10/05  12:41:31
31487         Log: Update Changes.
31488      Branch: perl
31489            ! Changes patchlevel.h
31490 ____________________________________________________________________________
31491 [ 12339] By: ams                                   on 2001/10/05  10:22:34
31492         Log: Subject: [PATCH] perlfunc/select
31493              From: Nicholas Clark <nick@ccl4.org>
31494              Date: Fri, 5 Oct 2001 11:33:58 +0100
31495              Message-Id: <20011005113358.Z38756@plum.flirble.org>
31496      Branch: perl
31497            ! pod/perlfunc.pod
31498 ____________________________________________________________________________
31499 [ 12338] By: jhi                                   on 2001/10/04  22:54:06
31500         Log: Retract #12313 and #12249.
31501      Branch: perl
31502            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
31503            ! pod/perldata.pod pod/perldbmfilter.pod pod/perldsc.pod
31504            ! pod/perlebcdic.pod
31505 ____________________________________________________________________________
31506 [ 12337] By: jhi                                   on 2001/10/04  17:17:03
31507         Log: Subject: [PATCH] perlvms.pod update
31508              From: "Craig A. Berry" <craigberry@mac.com>
31509              Date: Thu, 04 Oct 2001 12:55:52 -0500
31510              Message-Id: <5.1.0.14.0.20011004124831.01aa49c0@exchi01>
31511      Branch: perl
31512            ! vms/perlvms.pod
31513 ____________________________________________________________________________
31514 [ 12336] By: jhi                                   on 2001/10/04  14:02:17
31515         Log: Subject: PATCH: Tie::SubstrHash
31516              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
31517              Date: Thu, 04 Oct 2001 12:12:41 +0100
31518              Message-Id: <200110041112.f94BCfS17390@crypt.compulink.co.uk> 
31519      Branch: perl
31520            ! lib/Tie/SubstrHash.pm
31521 ____________________________________________________________________________
31522 [ 12335] By: jhi                                   on 2001/10/04  04:45:00
31523         Log: Unicode properties saga continues.
31524      Branch: perl
31525            ! lib/unicore/In.pl lib/unicore/In/136.pl lib/unicore/In/155.pl
31526            ! lib/unicore/mktables.PL lib/utf8_heavy.pl
31527 ____________________________________________________________________________
31528 [ 12334] By: jhi                                   on 2001/10/04  03:42:04
31529         Log: Yet more Unicode properties.
31530      Branch: perl
31531            + lib/unicore/In/137.pl lib/unicore/In/138.pl
31532            + lib/unicore/In/139.pl lib/unicore/In/140.pl
31533            + lib/unicore/In/141.pl lib/unicore/In/142.pl
31534            + lib/unicore/In/143.pl lib/unicore/In/144.pl
31535            + lib/unicore/In/145.pl lib/unicore/In/146.pl
31536            + lib/unicore/In/147.pl lib/unicore/In/148.pl
31537            + lib/unicore/In/149.pl lib/unicore/In/150.pl
31538            + lib/unicore/In/151.pl lib/unicore/In/152.pl
31539            + lib/unicore/In/153.pl lib/unicore/In/154.pl
31540            + lib/unicore/In/155.pl lib/unicore/In/156.pl
31541            + lib/unicore/In/157.pl lib/unicore/In/158.pl
31542            + lib/unicore/In/159.pl lib/unicore/In/160.pl
31543            + lib/unicore/In/161.pl lib/unicore/In/162.pl
31544            ! MANIFEST lib/unicore/In.pl lib/unicore/In/136.pl
31545            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perltodo.pod
31546            ! pod/perlunicode.pod
31547 ____________________________________________________________________________
31548 [ 12333] By: jhi                                   on 2001/10/04  03:02:19
31549         Log: Subject: [PATCH perl@12307] 2 more VMS test tweaks
31550              From: "Craig A. Berry" <craigberry@mac.com>
31551              Date: Wed, 03 Oct 2001 17:45:25 -0500
31552              Message-Id: <5.1.0.14.0.20011003154131.01bc8528@exchi01>
31553              
31554              (the lib/Term/Complete.t patched differently by #12332)
31555      Branch: perl
31556            ! lib/ExtUtils/Command.t
31557 ____________________________________________________________________________
31558 [ 12332] By: jhi                                   on 2001/10/04  03:00:03
31559         Log: Restore only if something to restore.
31560      Branch: perl
31561            ! lib/Term/Complete.t
31562 ____________________________________________________________________________
31563 [ 12331] By: pudge                                 on 2001/10/03  19:30:48
31564         Log: Update various resources for credits,
31565              minor icons fixes, and versions.
31566      Branch: maint-5.6/macperl
31567            ! macos/MPVersion.r macos/Perl.r macos/macperl/MPDroplet.r
31568            ! macos/macperl/MPExtension.rsrc macos/macperl/MPSave.c
31569            ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc
31570 ____________________________________________________________________________
31571 [ 12330] By: pudge                                 on 2001/10/03  19:17:25
31572         Log: Quiet the warnings about using undef value
31573      Branch: maint-5.6/macperl
31574            ! lib/File/Temp.pm
31575 ____________________________________________________________________________
31576 [ 12329] By: pudge                                 on 2001/10/03  19:14:59
31577         Log: Fix up Ballon Help and Help menu docs (first pass);
31578              remove balloon rez file, and autogenerate with
31579              Balloon2Rez instead.
31580      Branch: maint-5.6/macperl
31581            + macos/macperl/macscripts/Balloon2Rez
31582            - macos/macperl/MPBalloons.r
31583            ! macos/macperl/MPBalloons.ball macos/macperl/MacPerl.podhelp
31584 ____________________________________________________________________________
31585 [ 12328] By: pudge                                 on 2001/10/03  19:11:15
31586         Log: Allow overriding of defaults, for change #12327.
31587      Branch: maint-5.6/macperl
31588            ! perl.h
31589 ____________________________________________________________________________
31590 [ 12327] By: pudge                                 on 2001/10/03  19:10:26
31591         Log: Override PerlProc_exit.
31592      Branch: maint-5.6/macperl
31593            ! macos/macish.h
31594 ____________________________________________________________________________
31595 [ 12326] By: pudge                                 on 2001/10/03  19:08:28
31596         Log: Add in new macos/ modules, fix up BuildTools and Makefile.
31597      Branch: maint-5.6/macperl
31598            + macos/bundled_lib/blib/lib/MD5.pm
31599            + macos/bundled_lib/t/MD5/md5.t macos/lib/Mac/AETE/App.pm
31600            + macos/lib/Mac/AETE/Dialect.pm
31601            + macos/lib/Mac/AETE/Format/Converter.pm
31602            + macos/lib/Mac/AETE/Format/Dictionary.pm
31603            + macos/lib/Mac/AETE/Format/Glue.pm macos/lib/Mac/AETE/Parser.pm
31604            + macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm
31605            + macos/lib/Mac/Toolbox.pod
31606            ! macos/Makefile.mk macos/lib/Mac/BuildTools.pm
31607 ____________________________________________________________________________
31608 [ 12325] By: pudge                                 on 2001/10/03  18:51:28
31609         Log: Sync up silly CVS headers ... I should commit CVS
31610              first to avoid this ...
31611      Branch: maint-5.6/macperl
31612            ! macos/config.h macos/ext/Mac/ExtUtils/MakeToolboxModule
31613            ! macos/ext/Mac/Fonts/Fonts.xs macos/ext/MacPerl/MacPerl.xs
31614            ! macos/macperl/MPEditor.c macos/macperl/MPGlobals.h
31615            ! macos/macperl/MPScript.c macos/macperl/MPUtils.c
31616 ____________________________________________________________________________
31617 [ 12324] By: pudge                                 on 2001/10/03  18:44:09
31618         Log: Fix Matthias' address, and attributions.
31619      Branch: maint-5.6/macperl
31620            ! AUTHORS README.macos ext/DynaLoader/dl_mac.xs perl.c
31621            ! pod/perlport.pod
31622 ____________________________________________________________________________
31623 [ 12323] By: pudge                                 on 2001/10/03  18:42:37
31624         Log: Fix Matthias' address, and attributions.
31625      Branch: maint-5.6/macperl
31626            ! macos/config.h macos/ext/Mac/AppleEvents/AppleEvents.pm
31627            ! macos/ext/Mac/Components/Components.pm
31628            ! macos/ext/Mac/Controls/Controls.pm macos/ext/Mac/DCon/DCon.pm
31629            ! macos/ext/Mac/Dialogs/Dialogs.pm
31630            ! macos/ext/Mac/Events/Events.pm
31631            ! macos/ext/Mac/ExtUtils/MakeToolboxModule
31632            ! macos/ext/Mac/Files/Files.pm macos/ext/Mac/Fonts/Fonts.pm
31633            ! macos/ext/Mac/Gestalt/Gestalt.pm
31634            ! macos/ext/Mac/ImageCompression/ImageCompression.pm
31635            ! macos/ext/Mac/Lists/Lists.pm macos/ext/Mac/Memory/Memory.pm
31636            ! macos/ext/Mac/Menus/Menus.pm
31637            ! macos/ext/Mac/MoreFiles/MoreFiles.pm
31638            ! macos/ext/Mac/Movies/Movies.pm
31639            ! macos/ext/Mac/Navigation/Navigation.pm
31640            ! macos/ext/Mac/Notification/Notification.pm
31641            ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm
31642            ! macos/ext/Mac/QDOffscreen/QDOffscreen.pm
31643            ! macos/ext/Mac/QuickDraw/QuickDraw.pm
31644            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.pm
31645            ! macos/ext/Mac/Resources/Resources.pm macos/ext/Mac/SAT/SAT.pm
31646            ! macos/ext/Mac/Sound/Sound.pm macos/ext/Mac/Speech/Speech.pm
31647            ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm
31648            ! macos/ext/Mac/StandardFile/StandardFile.pm
31649            ! macos/ext/Mac/TextEdit/TextEdit.pm
31650            ! macos/ext/Mac/Types/Types.pm macos/ext/Mac/Windows/Windows.pm
31651            ! macos/fcntl.h macos/lib/ExtUtils/MM_MacOS.pm
31652            ! macos/lib/Mac/LowMem.pm
31653 ____________________________________________________________________________
31654 [ 12322] By: sky                                   on 2001/10/03  18:41:07
31655         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
31656              From: "Craig A. Berry" <craigberry@mac.com>
31657              Date: Wed, 03 Oct 2001 14:30:55 -0500
31658              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
31659      Branch: perl
31660            ! vms/vms.c
31661 ____________________________________________________________________________
31662 [ 12321] By: jhi                                   on 2001/10/03  18:38:34
31663         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
31664              From: "Craig A. Berry" <craigberry@mac.com>
31665              Date: Wed, 03 Oct 2001 14:30:55 -0500
31666              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
31667      Branch: perl
31668            ! vms/vms.c
31669 ____________________________________________________________________________
31670 [ 12320] By: jhi                                   on 2001/10/03  16:47:30
31671         Log: Unicode properties: fix L& (the #12319 didn't allow L&,
31672              only IsL&) and Inherited (negative lookahead good);
31673              add tests for Common, Inherited, and L&.
31674      Branch: perl
31675            ! lib/utf8_heavy.pl pod/perltodo.pod t/op/pat.t
31676 ____________________________________________________________________________
31677 [ 12319] By: jhi                                   on 2001/10/03  16:12:53
31678         Log: Unicode properties: support \p{(?:Is)?L&} as an alias for \pL.
31679              (The Unicode standard uses L& quite often.)
31680      Branch: perl
31681            ! lib/utf8_heavy.pl
31682 ____________________________________________________________________________
31683 [ 12318] By: jhi                                   on 2001/10/03  15:57:34
31684         Log: Add the 'Common' Unicode property (code points not
31685              explicitly assigned to any other script).
31686      Branch: perl
31687            + lib/unicore/In/136.pl
31688            ! MANIFEST lib/unicore/In.pl lib/unicore/mktables.PL
31689 ____________________________________________________________________________
31690 [ 12317] By: jhi                                   on 2001/10/03  13:23:32
31691         Log: Skip the RV printing test under threads until fixed.
31692      Branch: perl
31693            ! ext/B/t/terse.t
31694 ____________________________________________________________________________
31695 [ 12316] By: jhi                                   on 2001/10/03  12:57:05
31696         Log: Subject: 12309 / cygwin / win2k
31697              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
31698              Date: Wed, 03 Oct 2001 15:25:15 +0200
31699              Message-Id: <20011003152353.A479.H.M.BRAND@hccnet.nl>
31700      Branch: perl
31701            ! makedef.pl
31702 ____________________________________________________________________________
31703 [ 12315] By: jhi                                   on 2001/10/03  12:50:17
31704         Log: Metaconfig unit change for #12314.
31705      Branch: metaconfig
31706            ! U/modified/Head.U
31707 ____________________________________________________________________________
31708 [ 12314] By: jhi                                   on 2001/10/03  12:49:26
31709         Log: Subject: Both cygwin and djgpp on one machine
31710              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
31711              Date: Wed, 03 Oct 2001 15:02:59 +0200
31712              Message-Id: <20011003150222.A474.H.M.BRAND@hccnet.nl>
31713      Branch: perl
31714            ! Configure
31715 ____________________________________________________________________________
31716 [ 12313] By: jhi                                   on 2001/10/03  12:04:49
31717         Log: (retracted by #12338)
31718              
31719              Subject: [PATCH] Code clean up for perlboot.pod
31720              From: Casey West <casey@geeknest.com>
31721              Date: Tue, 2 Oct 2001 19:24:43 -0400
31722              Message-ID: <20011002192443.B2163@stupid.geeknest.com>
31723              
31724              Subject: [PATCH] Code clean up for perlbot.diff
31725              From: Casey West <casey@geeknest.com>
31726              Date: Tue, 2 Oct 2001 19:25:22 -0400
31727              Message-ID: <20011002192522.C2163@stupid.geeknest.com>
31728              
31729              Subject: [PATCH] Code clean up for perlcall.pod
31730              From: Casey West <casey@geeknest.com>
31731              Date: Tue, 2 Oct 2001 19:25:57 -0400
31732              Message-ID: <20011002192557.D2163@stupid.geeknest.com>
31733              
31734              Subject: [PATCH] Code clean up for perldata.pod
31735              From: Casey West <casey@geeknest.com>
31736              Date: Tue, 2 Oct 2001 19:26:29 -0400
31737              Message-ID: <20011002192629.E2163@stupid.geeknest.com>
31738              
31739              Subject: [PATCH] Code clean up for perldbmfilter.pod
31740              From: Casey West <casey@geeknest.com>
31741              Date: Tue, 2 Oct 2001 19:26:59 -0400
31742              Message-ID: <20011002192659.F2163@stupid.geeknest.com>
31743              
31744              Subject: [PATCH] Code clean up for perlebcdic.pod
31745              From: Casey West <casey@geeknest.com>
31746              Date: Tue, 2 Oct 2001 19:27:37 -0400
31747              Message-ID: <20011002192737.G2163@stupid.geeknest.com>
31748      Branch: perl
31749            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
31750            ! pod/perldata.pod pod/perldbmfilter.pod pod/perlebcdic.pod
31751 ____________________________________________________________________________
31752 [ 12312] By: ams                                   on 2001/10/02  23:43:55
31753         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] makemaker@perl.org
31754              From: Michael G Schwern <schwern@pobox.com>
31755              Date: Tue, 2 Oct 2001 17:00:49 -0400
31756              Message-Id: <20011002170049.A9955@blackrider>
31757      Branch: perl
31758            ! lib/ExtUtils/MakeMaker.pm
31759 ____________________________________________________________________________
31760 [ 12311] By: jhi                                   on 2001/10/02  23:24:07
31761         Log: FAQ sync.
31762      Branch: perl
31763            ! pod/perlfaq3.pod
31764 ____________________________________________________________________________
31765 [ 12310] By: nick                                  on 2001/10/02  16:09:49
31766         Log: Integrate mainline
31767      Branch: perlio
31768           !> AUTHORS Changes ext/I18N/Langinfo/Langinfo.pm
31769           !> ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
31770           !> lib/Pod/Html.pm lib/unicore/In.pl lib/unicore/mktables.PL mg.c
31771           !> patchlevel.h t/op/pat.t
31772 ____________________________________________________________________________
31773 [ 12309] By: jhi                                   on 2001/10/02  14:34:59
31774         Log: Unicode properties: allow also intra(wordbreak)name whitespace,
31775              not just one single space.
31776      Branch: perl
31777            ! lib/unicore/In.pl lib/unicore/mktables.PL t/op/pat.t
31778 ____________________________________________________________________________
31779 [ 12308] By: jhi                                   on 2001/10/02  12:49:41
31780         Log: AUTHORS updates.
31781      Branch: perl
31782            ! AUTHORS
31783 ____________________________________________________________________________
31784 [ 12307] By: jhi                                   on 2001/10/02  12:22:21
31785         Log: Update Changes.
31786      Branch: perl
31787            ! Changes patchlevel.h
31788 ____________________________________________________________________________
31789 [ 12306] By: jhi                                   on 2001/10/02  11:59:12
31790         Log: Work around old buggy glibcs for langinfo constants,
31791              from Nicholas Clark and David Dyck.
31792      Branch: perl
31793            ! ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
31794 ____________________________________________________________________________
31795 [ 12305] By: jhi                                   on 2001/10/02  11:45:55
31796         Log: Eradicate Time::Piece; add an example.
31797      Branch: perl
31798            ! ext/I18N/Langinfo/Langinfo.pm
31799 ____________________________________________________________________________
31800 [ 12304] By: jhi                                   on 2001/10/02  11:34:18
31801         Log: Subject: [PATCH] Pod::Html makes a poor guess at author
31802              From: Robert Spier <rspier@pobox.com>
31803              Date: Mon, 1 Oct 2001 23:20:16 -0700
31804              Message-ID: <15289.23712.422087.878224@rls.cx>
31805      Branch: perl
31806            ! lib/Pod/Html.pm
31807 ____________________________________________________________________________
31808 [ 12303] By: sky                                   on 2001/10/02  10:40:57
31809         Log: Fixes obscure bug that manifests itself by.
31810              local $!=0;undef*STDOUT;#segfaults
31811              Has been around for a while. Possible other magic IO vars are
31812              possibly affected as well. Reported by Jos Boumans.
31813      Branch: perl
31814            ! mg.c
31815 ____________________________________________________________________________
31816 [ 12302] By: nick                                  on 2001/10/02  09:00:52
31817         Log: Integrate mainline
31818      Branch: perlio
31819           !> ext/B/t/terse.t ext/I18N/Langinfo/Langinfo.t hints/darwin.sh
31820           !> lib/Term/Cap.t lib/open.t pod/perlapi.pod pod/perlunicode.pod
31821           !> pp_ctl.c regcomp.c t/TEST t/op/arith.t t/op/pack.t t/op/pat.t
31822 ____________________________________________________________________________
31823 [ 12301] By: nick                                  on 2001/10/02  08:40:57
31824         Log: Integrate mainline + lib/open.t patch from Chromatic
31825      Branch: perlio
31826           +> lib/Term/Cap.t lib/Text/TabsWrap/CHANGELOG
31827            ! lib/open.t
31828           !> (integrate 29 files)
31829 ____________________________________________________________________________
31830 [ 12300] By: jhi                                   on 2001/10/01  19:22:16
31831         Log: Mac OS X doesn't have threadsafe (_r) libc interfaces.
31832              Until it has, better stop early if someone requests threads.
31833      Branch: perl
31834            ! hints/darwin.sh
31835 ____________________________________________________________________________
31836 [ 12299] By: jhi                                   on 2001/10/01  19:01:31
31837         Log: Subject: [ID 20011001.011] redundant code in t/TEST
31838              From: David Dyck <dcd@tc.fluke.com>
31839              Date: Mon, 1 Oct 2001 12:56:24 -0700
31840              Message-Id: <200110011956.MAA16250@dd.tc.fluke.com>
31841      Branch: perl
31842            ! t/TEST
31843 ____________________________________________________________________________
31844 [ 12298] By: jhi                                   on 2001/10/01  18:52:12
31845         Log: Subject: [PATCH lib/Term/Cap.t] Robustify %ENV Handling in Test (was Re: Failed Term/Cap.t test)
31846              From: "chromatic" <chromatic@rmci.net>
31847              Date: Mon, 01 Oct 2001 12:27:12 -0600
31848              Message-ID: <20011001183251.89148.qmail@onion.perl.org>
31849      Branch: perl
31850            ! lib/Term/Cap.t
31851 ____________________________________________________________________________
31852 [ 12297] By: jhi                                   on 2001/10/01  17:04:18
31853         Log: UNICOS testing patches from Nicholas Clark.
31854      Branch: perl
31855            ! t/op/arith.t t/op/pack.t
31856 ____________________________________________________________________________
31857 [ 12296] By: jhi                                   on 2001/10/01  17:01:26
31858         Log: Subject: [PATCH lib/open.t] Better Locale Flutzigation (was Re: lib/open.t and locale tests)
31859              From: "chromatic" <chromatic@rmci.net>
31860              Date: Mon, 01 Oct 2001 10:21:51 -0600
31861              Message-ID: <20011001162731.40639.qmail@onion.perl.org>
31862      Branch: perl
31863            ! lib/open.t
31864 ____________________________________________________________________________
31865 [ 12295] By: jhi                                   on 2001/10/01  14:55:37
31866         Log: Make missing the RADIXCHAR a softer, gentler error.
31867      Branch: perl
31868            ! ext/I18N/Langinfo/Langinfo.t
31869 ____________________________________________________________________________
31870 [ 12294] By: jhi                                   on 2001/10/01  14:51:42
31871         Log: Nuke also the LANG because of glibc.
31872      Branch: perl
31873            ! lib/open.t
31874 ____________________________________________________________________________
31875 [ 12293] By: jhi                                   on 2001/10/01  14:51:20
31876         Log: Also the ^Is is optional.
31877      Branch: perl
31878            ! pod/perlunicode.pod t/op/pat.t
31879 ____________________________________________________________________________
31880 [ 12292] By: jhi                                   on 2001/10/01  14:08:26
31881         Log: Be careful to pull chars from the varargs stack when
31882              formatting chars.
31883      Branch: perl
31884            ! regcomp.c
31885 ____________________________________________________________________________
31886 [ 12291] By: jhi                                   on 2001/10/01  12:27:57
31887         Log: sortsv not in place anymore, noticed by John P. Linderman.
31888      Branch: perl
31889            ! pod/perlapi.pod pp_ctl.c
31890 ____________________________________________________________________________
31891 [ 12290] By: jhi                                   on 2001/10/01  12:25:03
31892         Log: Make the diagnostic messages more neutral.
31893      Branch: perl
31894            ! ext/B/t/terse.t
31895 ____________________________________________________________________________
31896 [ 12289] By: jhi                                   on 2001/10/01  03:59:34
31897         Log: Forgotten from #12288.
31898      Branch: perl
31899            ! ext/Data/Dumper/Dumper.pm
31900 ____________________________________________________________________________
31901 [ 12288] By: jhi                                   on 2001/10/01  03:58:37
31902         Log: Subject: [PATCH ext/Data/Dumper.pm Dumper.xs Dumper.t] Option to sort hashes
31903              From: Brian Ingerson <ingy@ttul.org>
31904              Date: Sun, 30 Sep 2001 21:45:56 -0700
31905              Message-ID: <20010930214556.D26392@ttul.org>
31906              
31907              (remember also the #12289)
31908      Branch: perl
31909            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
31910 ____________________________________________________________________________
31911 [ 12287] By: jhi                                   on 2001/10/01  03:33:15
31912         Log: More Unicode property tests for the abbreviated
31913              general properties.
31914      Branch: perl
31915            ! t/op/pat.t
31916 ____________________________________________________________________________
31917 [ 12286] By: jhi                                   on 2001/10/01  02:02:08
31918         Log: Further tweaks to the Unicode properties.
31919      Branch: perl
31920            ! lib/utf8_heavy.pl pod/perlunicode.pod regcomp.c t/op/pat.t
31921 ____________________________________________________________________________
31922 [ 12285] By: jhi                                   on 2001/10/01  01:46:35
31923         Log: Retract #12284.
31924      Branch: perl
31925            ! lib/Term/Cap.t
31926 ____________________________________________________________________________
31927 [ 12284] By: jhi                                   on 2001/10/01  01:24:12
31928         Log: (Retracted by #12285)
31929      Branch: perl
31930            ! lib/Term/Cap.t
31931 ____________________________________________________________________________
31932 [ 12283] By: jhi                                   on 2001/10/01  01:22:05
31933         Log: Subject: [PATCH MANIFEST lib/Term/Cap.t] Add tests for Term::Cap   
31934              From: "chromatic" <chromatic@rmci.net>  
31935              Date: Sun, 30 Sep 2001 16:10:02 -0600
31936              Message-ID: <20010930221540.67279.qmail@onion.perl.org>
31937      Branch: perl
31938            + lib/Term/Cap.t
31939            ! MANIFEST
31940 ____________________________________________________________________________
31941 [ 12282] By: jhi                                   on 2001/10/01  01:19:21
31942         Log: Use stty -g to restore the terminal state, do not even
31943              try to run the tests if stty -g is not available.
31944      Branch: perl
31945            ! lib/Term/Complete.t
31946 ____________________________________________________________________________
31947 [ 12281] By: jhi                                   on 2001/09/30  21:05:00
31948         Log: Cleanup utf8_heavy; allow dropping the In prefix from
31949              Unicode script/block properties.
31950      Branch: perl
31951            ! lib/utf8_heavy.pl
31952 ____________________________________________________________________________
31953 [ 12280] By: jhi                                   on 2001/09/30  13:42:18
31954         Log: Retract the #12259 for now.
31955      Branch: perl
31956            ! embed.h embed.pl sv.h
31957 ____________________________________________________________________________
31958 [ 12279] By: jhi                                   on 2001/09/30  13:37:59
31959         Log: Upgrade to Text-Tabs+Wrap-2001.0929 from David Muir Sharnoff.
31960      Branch: perl
31961            + lib/Text/TabsWrap/CHANGELOG
31962            ! MANIFEST lib/Text/TabsWrap/t/fill.t lib/Text/Wrap.pm
31963 ____________________________________________________________________________
31964 [ 12278] By: jhi                                   on 2001/09/30  05:05:18
31965         Log: #12272 wasn't right, it introduced an extra ().
31966      Branch: perl
31967            ! lib/utf8_heavy.pl
31968 ____________________________________________________________________________
31969 [ 12277] By: jhi                                   on 2001/09/30  00:31:07
31970         Log: Subject: [PATCH @12256 ext/DB_File.pm ext/GDBM_File.pm] Remove string eval from AUTOLOAD
31971              From: Jonathan Stowe <gellyfish@gellyfish.com>
31972              Date: Sat, 29 Sep 2001 15:52:43 +0100 (BST)
31973              Message-ID: <Pine.LNX.4.33.0109291535120.18586-100000@orpheus.gellyfish.com>
31974      Branch: perl
31975            ! ext/DB_File/DB_File.pm ext/GDBM_File/GDBM_File.pm
31976 ____________________________________________________________________________
31977 [ 12276] By: jhi                                   on 2001/09/30  00:15:38
31978         Log: Subject: Patch to put qsortsv in the public API
31979              From: Brian Ingerson <ingy@ttul.org>
31980              Date: Sat, 29 Sep 2001 17:41:13 -0700
31981              Message-ID: <20010929174113.A30223@ttul.org>
31982      Branch: perl
31983            ! embed.h embed.pl global.sym pod/perlapi.pod pp_ctl.c proto.h
31984 ____________________________________________________________________________
31985 [ 12275] By: jhi                                   on 2001/09/30  00:11:21
31986         Log: Subject: [PATCH perlvar, perlfunc, inccode.t] additional docs and tests
31987              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
31988              Date: Sat, 29 Sep 2001 23:54:48 +0200
31989              Message-ID: <20010929235448.A5017@rafael>
31990      Branch: perl
31991            ! pod/perlfunc.pod pod/perlvar.pod t/op/inccode.t
31992 ____________________________________________________________________________
31993 [ 12274] By: jhi                                   on 2001/09/30  00:03:19
31994         Log: FAQ sync.
31995      Branch: perl
31996            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
31997            ! pod/perlfaq9.pod
31998 ____________________________________________________________________________
31999 [ 12273] By: bailey                                on 2001/09/29  23:43:46
32000         Log: Resync with mainline
32001      Branch: vmsperl
32002           +> (branch 1207 files)
32003            - (delete 324 files)
32004           !> (integrate 866 files)
32005 ____________________________________________________________________________
32006 [ 12272] By: jhi                                   on 2001/09/29  21:32:33
32007         Log: Nasty recursion trap if one would match Unicode.
32008      Branch: perl
32009            ! lib/utf8_heavy.pl
32010 ____________________________________________________________________________
32011 [ 12271] By: jhi                                   on 2001/09/29  21:18:44
32012         Log: More Unicode todo.
32013      Branch: perl
32014            ! pod/perltodo.pod
32015 ____________________________________________________________________________
32016 [ 12270] By: jhi                                   on 2001/09/29  20:15:32
32017         Log: Explain a bit the new more flexible \p\P syntax.
32018      Branch: perl
32019            ! pod/perlunicode.pod
32020 ____________________________________________________________________________
32021 [ 12269] By: jhi                                   on 2001/09/29  20:05:24
32022         Log: More leniency to the \p and \P: now can have whitespace
32023              between the property definition and the curlies; now can
32024              invert the property by having a caret between the open
32025              curly and the property.
32026      Branch: perl
32027            ! lib/utf8_heavy.pl pod/perldiag.pod regcomp.c t/op/pat.t
32028 ____________________________________________________________________________
32029 [ 12268] By: nick                                  on 2001/09/29  17:39:26
32030         Log: Integrate mainline. Builds lots of sv.h/embed.h redef warnings
32031              one test (lib/open.t) fails
32032      Branch: perlio
32033           +> ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
32034           +> ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
32035           +> ext/threads/t/stress_cv.t ext/threads/t/stress_string.t
32036           +> lib/Tie/Scalar.t lib/open.t
32037            - ext/B/B.t ext/B/Debug.t ext/B/Deparse.t ext/B/Showlex.t
32038            - ext/B/Stash.t
32039           !> (integrate 62 files)
32040 ____________________________________________________________________________
32041 [ 12267] By: jhi                                   on 2001/09/29  13:54:04
32042         Log: Save and restore $ENV{'SYS$LOGIN'} only in VMS.
32043      Branch: perl
32044            ! t/op/chdir.t
32045 ____________________________________________________________________________
32046 [ 12266] By: jhi                                   on 2001/09/29  13:51:49
32047         Log: Subject: [PATCH perl@12258] chdir.t finally (I hope)
32048              From: "Craig A. Berry" <craigberry@mac.com> 
32049              Date: Sat, 29 Sep 2001 09:35:33 -0500
32050              Message-Id: <a05101000b7db8afde231@[172.16.52.1]>
32051      Branch: perl
32052            ! t/op/chdir.t
32053 ____________________________________________________________________________
32054 [ 12265] By: jhi                                   on 2001/09/29  13:49:43
32055         Log: Subject: [PATCH MANIFEST lib/Tie/Scalar.pm lib/Tie/Scalar.t] Add tests, clean up Tie::Scalar
32056              From: "chromatic" <chromatic@rmci.net>
32057              Date: Fri, 28 Sep 2001 21:20:12 -0600
32058              Message-ID: <20010929032543.58322.qmail@onion.perl.org>
32059      Branch: perl
32060            + lib/Tie/Scalar.t
32061            ! MANIFEST lib/Tie/Scalar.pm
32062 ____________________________________________________________________________
32063 [ 12264] By: jhi                                   on 2001/09/29  04:57:42
32064         Log: Allow for more flexibility in the \p{In...} names, now
32065              case doesn't matter, and any space or dash can be
32066              matched by any space, dash, underbar, or empty.
32067              (may be going too far on leniency)
32068      Branch: perl
32069            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/Scripts.pl
32070            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perlunicode.pod
32071            ! t/op/pat.t
32072 ____________________________________________________________________________
32073 [ 12263] By: jhi                                   on 2001/09/28  23:04:13
32074         Log: Subject: [PATCH MANIFEST lib/open.t] Add tests for open.pm
32075              From: "chromatic" <chromatic@rmci.net>
32076              Date: Fri, 28 Sep 2001 17:39:50 -0600
32077              Message-ID: <20010928234521.14178.qmail@onion.perl.org>
32078      Branch: perl
32079            + lib/open.t
32080            ! MANIFEST
32081 ____________________________________________________________________________
32082 [ 12262] By: jhi                                   on 2001/09/28  22:23:53
32083         Log: Subject: [PATCH perl@12258] glob test case tweak for VMS
32084              From: "Craig A. Berry" <craigberry@mac.com>
32085              Date: Fri, 28 Sep 2001 16:24:51 -0500
32086              Message-Id: <a05101000b7da98ceb83c@[172.16.52.1]>
32087      Branch: perl
32088            ! ext/File/Glob/t/basic.t
32089 ____________________________________________________________________________
32090 [ 12261] By: jhi                                   on 2001/09/28  22:23:05
32091         Log: Subject: [DOC PATCH] Carp.pm pod typo
32092              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
32093              Date: Fri, 28 Sep 2001 23:14:51 +0200
32094              Message-ID: <20010928231451.E16889@rafael>
32095      Branch: perl
32096            ! lib/Carp.pm
32097 ____________________________________________________________________________
32098 [ 12260] By: jhi                                   on 2001/09/28  22:21:55
32099         Log: Subject: [PATCH] Allow an @INC hook to set %INC
32100              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
32101              Date: Fri, 28 Sep 2001 22:18:13 +0200
32102              Message-ID: <20010928221813.A16889@rafael>
32103      Branch: perl
32104            ! pp_ctl.c
32105 ____________________________________________________________________________
32106 [ 12259] By: jhi                                   on 2001/09/28  22:20:26
32107         Log: Subject: Re: macro redefinitions on Win32 (was Re: Question about PERLIO)
32108              From: Nicholas Clark <nick@ccl4.org>
32109              Date: Fri, 28 Sep 2001 23:39:33 +0100
32110              Message-ID: <20010928233933.C23673@plum.flirble.org>
32111      Branch: perl
32112            ! embed.h embed.pl sv.h
32113 ____________________________________________________________________________
32114 [ 12258] By: jhi                                   on 2001/09/28  12:45:45
32115         Log: Update Changes.
32116      Branch: perl
32117            ! Changes patchlevel.h
32118 ____________________________________________________________________________
32119 [ 12256] By: jhi                                   on 2001/09/28  12:18:29
32120         Log: Move the B tests to B/t.
32121      Branch: perl
32122            + ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
32123            + ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
32124            - ext/B/B.t ext/B/B/Terse.t ext/B/Debug.t ext/B/Deparse.t
32125            - ext/B/Showlex.t ext/B/Stash.t
32126            ! MANIFEST
32127 ____________________________________________________________________________
32128 [ 12255] By: jhi                                   on 2001/09/28  12:09:40
32129         Log: Forgot from #12254.
32130      Branch: perl
32131            + ext/B/B/Terse.t
32132 ____________________________________________________________________________
32133 [ 12254] By: jhi                                   on 2001/09/28  12:09:06
32134         Log: Subject: [PATCH MANIFEST ext/B/B/Terse.t] Add tests for B::Terse
32135              From: "chromatic" <chromatic@rmci.net>
32136              Date: Thu, 27 Sep 2001 23:22:17 -0600
32137              Message-ID: <20010928052747.56587.qmail@onion.perl.org>   
32138      Branch: perl
32139            ! MANIFEST
32140 ____________________________________________________________________________
32141 [ 12253] By: jhi                                   on 2001/09/28  02:31:49
32142         Log: Test numbering mismatch.
32143      Branch: perl
32144            ! t/op/chdir.t
32145 ____________________________________________________________________________
32146 [ 12252] By: jhi                                   on 2001/09/27  22:46:42
32147         Log: Subject: [PATCH perl@12239] slightly less broken chdir.t for VMS
32148              From: "Craig A. Berry" <craigberry@mac.com>
32149              Date: Wed, 26 Sep 2001 17:43:14 -0500
32150              Message-Id: <5.1.0.14.0.20010926173048.01aac5b0@exchi01>
32151      Branch: perl
32152            ! iperlsys.h t/op/chdir.t
32153 ____________________________________________________________________________
32154 [ 12251] By: jhi                                   on 2001/09/27  22:44:35
32155         Log: Subject: [PATCH gv.c] make __ANON__ global
32156              From: Robin Barker <rmb1@cise.npl.co.uk>
32157              Date: Wed, 26 Sep 2001 17:56:28 +0100 (BST)
32158              Message-Id: <200109261656.RAA27762@tempest.npl.co.uk>
32159      Branch: perl
32160            ! gv.c t/op/anonsub.t t/op/runlevel.t
32161 ____________________________________________________________________________
32162 [ 12250] By: jhi                                   on 2001/09/27  22:33:11
32163         Log: Subject: Re: [BUG] B::Terse can't handle constant scalar refs
32164              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
32165              Date: Thu, 27 Sep 2001 22:34:32 +0200
32166              Message-ID: <20010927223432.A1485@rafael>
32167      Branch: perl
32168            ! ext/B/B/Terse.pm
32169 ____________________________________________________________________________
32170 [ 12249] By: jhi                                   on 2001/09/27  22:29:32
32171         Log: (retracted by #12338)
32172              
32173              Subject: [PATCH] Cleanup of perldsc.pod      
32174              From: Casey West <casey@geeknest.com>
32175              Date: Thu, 27 Sep 2001 11:13:17 -0400
32176              Message-ID: <20010927111317.A1942@stupid.geeknest.com>
32177      Branch: perl
32178            ! pod/perldsc.pod
32179 ____________________________________________________________________________
32180 [ 12248] By: jhi                                   on 2001/09/27  22:23:24
32181         Log: Not everyone is using ithreads...
32182      Branch: perl
32183            ! ext/Devel/Peek/Peek.t
32184 ____________________________________________________________________________
32185 [ 12247] By: jhi                                   on 2001/09/27  13:39:39
32186         Log: Document the nss_delete core dump workaround for HP-UX
32187              and Solaris, bug IDs 20010805.018 and 20010629.004.
32188      Branch: perl
32189            ! README.hpux README.solaris
32190 ____________________________________________________________________________
32191 [ 12246] By: jhi                                   on 2001/09/27  12:05:36
32192         Log: Dump Unicode hash keys also as Unicode,
32193              not just as a byte string.
32194      Branch: perl
32195            ! dump.c ext/Devel/Peek/Peek.t
32196 ____________________________________________________________________________
32197 [ 12245] By: jhi                                   on 2001/09/27  11:15:51
32198         Log: Integrate changes #12241 and #12242 from macperl:
32199              
32200              Remove unneeded disabling of umask() calls
32201              
32202              Note (get|set)sockopt are available.
32203      Branch: perl
32204           !> lib/File/Temp.pm pod/perlport.pod
32205 ____________________________________________________________________________
32206 [ 12244] By: sky                                   on 2001/09/27  08:53:00
32207         Log: Flush buffers on thread closedown.
32208      Branch: perl
32209            ! ext/threads/threads.xs
32210 ____________________________________________________________________________
32211 [ 12243] By: jhi                                   on 2001/09/27  02:20:06
32212         Log: Dump SvUTF8(sv)s also as \x{...}.
32213              
32214              TODO: dump the SvUTF8() hash keys similarly. 
32215      Branch: perl
32216            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.t proto.h
32217 ____________________________________________________________________________
32218 [ 12242] By: pudge                                 on 2001/09/26  20:41:35
32219         Log: Note (get|set)sockopt are available.
32220      Branch: maint-5.6/macperl
32221            ! pod/perlport.pod
32222 ____________________________________________________________________________
32223 [ 12241] By: pudge                                 on 2001/09/26  20:28:49
32224         Log: Remove unneeded disabling of umask() calls
32225      Branch: maint-5.6/macperl
32226            ! lib/File/Temp.pm
32227 ____________________________________________________________________________
32228 [ 12240] By: sky                                   on 2001/09/26  18:44:56
32229         Log: Documention update
32230      Branch: perl
32231            ! ext/threads/threads.pm
32232 ____________________________________________________________________________
32233 [ 12239] By: jhi                                   on 2001/09/26  13:49:05
32234         Log: Update Changes.
32235      Branch: perl
32236            ! Changes patchlevel.h
32237 ____________________________________________________________________________
32238 [ 12238] By: jhi                                   on 2001/09/26  13:40:53
32239         Log: Check that all environment variables are tainted.
32240      Branch: perl
32241            ! t/op/taint.t
32242 ____________________________________________________________________________
32243 [ 12237] By: jhi                                   on 2001/09/26  13:02:07
32244         Log: Manual integration error in #12235.
32245      Branch: perl
32246            ! lib/File/DosGlob.t
32247 ____________________________________________________________________________
32248 [ 12236] By: jhi                                   on 2001/09/26  12:57:11
32249         Log: Subject: Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.
32250              From: "chromatic" <chromatic@rmci.net>
32251              Date: Tue, 25 Sep 2001 23:57:07 -0600
32252              Message-ID: <20010926060233.7554.qmail@onion.perl.org>
32253      Branch: perl
32254            ! perlio.c
32255 ____________________________________________________________________________
32256 [ 12235] By: jhi                                   on 2001/09/26  12:53:16
32257         Log: Integrate macperl changes from Chris Nandor:
32258              12192 11817 11815 11813 11778 11775
32259              
32260              Update CPAN.pm to work with new Mac::BuildTools instead
32261              of ExtUtils::MM_MacOS "orphan" functions
32262              
32263              Fix test
32264              
32265              Make syntax check report in MPW style, fix tests
32266              to use Mac::err=unix to get normal-style error
32267              messages.
32268              
32269              More module and test ports from Thomas Wegner et al
32270              
32271              Fix open of /dev/null for Mac OS
32272              
32273              Allow for platforms to override formatting of errors
32274              on output from Matthias Neeracher (core files)
32275      Branch: perl
32276            ! ext/B/Deparse.t lib/File/DosGlob.pm lib/File/DosGlob.t
32277            ! lib/File/Spec.t lib/File/Temp/t/security.t lib/strict.t
32278            ! lib/subs.t lib/warnings.t t/op/magic.t t/run/kill_perl.t
32279           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c lib/CPAN.pm
32280           !> lib/File/Spec/Mac.pm lib/File/Temp.pm perl.c perl.h pp_ctl.c
32281           !> t/base/term.t t/op/runlevel.t t/pod/testp2pt.pl util.c
32282 ____________________________________________________________________________
32283 [ 12234] By: jhi                                   on 2001/09/26  11:58:11
32284         Log: grrr.
32285      Branch: perl
32286            ! t/op/gv.t
32287 ____________________________________________________________________________
32288 [ 12233] By: jhi                                   on 2001/09/26  11:56:09
32289         Log: Retract #12232.
32290      Branch: perl
32291            ! t/op/gv.t
32292 ____________________________________________________________________________
32293 [ 12232] By: jhi                                   on 2001/09/26  11:53:37
32294         Log: (Retracted by #12233.)
32295      Branch: perl
32296            ! t/op/gv.t
32297 ____________________________________________________________________________
32298 [ 12231] By: jhi                                   on 2001/09/26  11:52:09
32299         Log: Detypo.
32300      Branch: perl
32301            ! ext/Encode/Makefile.PL
32302 ____________________________________________________________________________
32303 [ 12230] By: sky                                   on 2001/09/26  11:36:23
32304         Log: Increase the amount of time we spend in each thread, and add one that uses an anonymous sub.
32305              We are using a "delay" here because we do not want to depend on thread synchronization issues.
32306      Branch: perl
32307            + ext/threads/t/stress_cv.t
32308            ! MANIFEST ext/threads/t/stress_string.t
32309 ____________________________________________________________________________
32310 [ 12229] By: jhi                                   on 2001/09/26  11:27:54
32311         Log: NetWare tweak from Ananth Kesari.
32312      Branch: perl
32313            ! NetWare/t/Readme.txt
32314 ____________________________________________________________________________
32315 [ 12228] By: jhi                                   on 2001/09/26  11:26:26
32316         Log: Trick to fool case-blind filesystems.
32317      Branch: perl
32318            ! ext/Encode/Makefile.PL
32319 ____________________________________________________________________________
32320 [ 12227] By: sky                                   on 2001/09/26  11:06:50
32321         Log: Threads can start executing in a different order than they were
32322              created.... so we cannot ok() inside the threadstarter.
32323      Branch: perl
32324            ! ext/threads/t/stress_string.t
32325 ____________________________________________________________________________
32326 [ 12226] By: sky                                   on 2001/09/26  07:41:45
32327         Log: Add in stress_string.t to stress test threads a bit more.
32328      Branch: perl
32329            + ext/threads/t/stress_string.t
32330            ! MANIFEST
32331 ____________________________________________________________________________
32332 [ 12225] By: sky                                   on 2001/09/26  07:04:21
32333         Log: Fix negative refcount introduced by #12223.
32334      Branch: perl
32335            ! ext/threads/threads.xs
32336 ____________________________________________________________________________
32337 [ 12224] By: sky                                   on 2001/09/26  06:57:58
32338         Log: Update documentation to match change #12223
32339      Branch: perl
32340            ! sharedsv.c
32341 ____________________________________________________________________________
32342 [ 12223] By: sky                                   on 2001/09/26  06:54:32
32343         Log: Use a separate interpreter for the sharedsv space. Another
32344              negative sv leak. Sigh.
32345      Branch: perl
32346            ! sharedsv.c
32347 ____________________________________________________________________________
32348 [ 12222] By: sky                                   on 2001/09/26  05:58:35
32349         Log: Do the environ assignment in perl_contruct to match perl_destruct.
32350              Now we don't need to perl_parse/perl_run. However environ is a
32351              global....
32352      Branch: perl
32353            ! perl.c
32354 ____________________________________________________________________________
32355 [ 12221] By: sky                                   on 2001/09/26  05:41:02
32356         Log: Move the creation of PL_strtab to perl_construct so we can work
32357              with HV and HEs without running perl_parse.
32358      Branch: perl
32359            ! perl.c
32360 ____________________________________________________________________________
32361 [ 12220] By: gsar                                  on 2001/09/26  02:18:26
32362         Log: integrate macperl changes into maint-5.6
32363      Branch: maint-5.6/perl
32364           !> (integrate 26 files)
32365 ____________________________________________________________________________
32366 [ 12219] By: pudge                                 on 2001/09/26  00:19:35
32367         Log: Fix just a few of the bugs in Mac::InternetConfig (Bug #462999, Axel Rose);
32368              fix doc in Mac::Fonts (Patch #447221, Andreas Marcel Riechert).
32369      Branch: maint-5.6/macperl
32370            ! macos/ext/Mac/Fonts/Fonts.xs
32371            ! macos/ext/Mac/InternetConfig/InternetConfig.pm
32372 ____________________________________________________________________________
32373 [ 12218] By: ams                                   on 2001/09/25  23:31:33
32374         Log: Subject: Re: [PATCH] AutoSplit.t (was Re: Untested libraries update)
32375              From: Nicholas Clark <nick@ccl4.org>
32376              Date: Wed, 26 Sep 2001 01:20:20 +0100
32377              Message-Id: <20010926012020.B48092@plum.flirble.org>
32378      Branch: perl
32379            ! lib/AutoSplit.t
32380 ____________________________________________________________________________
32381 [ 12217] By: ams                                   on 2001/09/25  22:33:05
32382         Log: Subject: [PATCH perl@12180] angle bracket filespec problem on VMS
32383              From: "Craig A. Berry" <craigberry@mac.com>
32384              Date: Tue, 25 Sep 2001 18:08:42 -0500
32385              Message-Id: <5.1.0.14.0.20010925154848.036887d8@exchi01>
32386      Branch: perl
32387            ! vms/vms.c
32388 ____________________________________________________________________________
32389 [ 12216] By: ams                                   on 2001/09/25  21:41:01
32390         Log: Subject: [PATCH lib/AutoSplit.t]  Fixing mysterious TEST failure. (was
32391              Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.)
32392              From: Michael G Schwern <schwern@pobox.com>
32393              Date: Wed, 26 Sep 2001 00:38:21 -0400
32394              Message-Id: <20010926003821.A627@blackrider>
32395      Branch: perl
32396            ! lib/AutoSplit.t
32397 ____________________________________________________________________________
32398 [ 12215] By: jhi                                   on 2001/09/25  21:40:04
32399         Log: Subject: [PATCH lib/Test/Simple.pm lib/Test/Utils.pm] fix test.deparse
32400              From: Michael G Schwern <schwern@pobox.com>
32401              Date: Tue, 25 Sep 2001 17:43:49 -0400
32402              Message-ID: <20010925174349.B19534@blackrider>
32403      Branch: perl
32404            ! lib/Test/Simple.pm lib/Test/Utils.pm
32405 ____________________________________________________________________________
32406 [ 12214] By: pudge                                 on 2001/09/25  21:11:21
32407         Log: Integrate changes from bleadperl.
32408      Branch: maint-5.6/macperl
32409           !> pod/perlport.pod
32410 ____________________________________________________________________________
32411 [ 12213] By: jhi                                   on 2001/09/25  20:37:14
32412         Log: skip($mess) should result in one skip.
32413      Branch: perl
32414            ! t/test.pl
32415 ____________________________________________________________________________
32416 [ 12212] By: pudge                                 on 2001/09/25  20:21:06
32417         Log: Integrate change #12200 from maintperl.
32418      Branch: maint-5.6/macperl
32419           !> win32/perlhost.h
32420 ____________________________________________________________________________
32421 [ 12211] By: pudge                                 on 2001/09/25  20:11:56
32422         Log: Fix file types to "apple"
32423      Branch: maint-5.6/macperl
32424            ! macos/ext/Mac/Menus/t/MenuBar.rsrc
32425            ! macos/ext/Mac/SAT/t/Collision.rsrc
32426 ____________________________________________________________________________
32427 [ 12210] By: pudge                                 on 2001/09/25  19:28:20
32428         Log: Fix rsrc file as snd file; fix path in t file.
32429      Branch: maint-5.6/macperl
32430            ! macos/ext/Mac/Notification/t/Notification.rsrc
32431            ! macos/ext/Mac/Notification/t/Notification.t
32432 ____________________________________________________________________________
32433 [ 12209] By: pudge                                 on 2001/09/25  19:15:57
32434         Log: Sync up with File::Find from bleadperl.
32435      Branch: maint-5.6/macperl
32436            ! lib/File/Find.pm t/lib/filefind-taint.t
32437 ____________________________________________________________________________
32438 [ 12208] By: pudge                                 on 2001/09/25  19:06:48
32439         Log: Ignore SIGPIPE being set to IGNORE.  Temporary fix until we upgrade
32440              to new version of libnet.  (Axel Rose, Paul Schinder, and a cast
32441              of hundreds)
32442      Branch: maint-5.6/macperl
32443            ! macos/bundled_lib/blib/lib/Net/Cmd.pm
32444            ! macos/bundled_lib/blib/lib/Net/FTP/A.pm
32445            ! macos/bundled_lib/blib/lib/Net/FTP/I.pm
32446 ____________________________________________________________________________
32447 [ 12207] By: nick                                  on 2001/09/25  19:04:36
32448         Log: Integrate mainline (untested while modem is up)
32449      Branch: perlio
32450           +> lib/AutoSplit.t t/test.pl
32451            - lib/warnings/register.t
32452           !> (integrate 28 files)
32453 ____________________________________________________________________________
32454 [ 12206] By: jhi                                   on 2001/09/25  17:21:00
32455         Log: perldiag entry for #12205.
32456      Branch: perl
32457            ! pod/perldiag.pod
32458 ____________________________________________________________________________
32459 [ 12205] By: jhi                                   on 2001/09/25  17:20:38
32460         Log: Subject: [PATCH] warning on v-string in use/require
32461              From: John Peacock <jpeacock@rowman.com>
32462              Date: Mon, 24 Sep 2001 17:29:03 -0400
32463              Message-ID: <3BAFA59F.9C0E0339@rowman.com>
32464      Branch: perl
32465            ! ext/IO/lib/IO/Socket.pm pp_ctl.c t/lib/warnings/pp_ctl
32466 ____________________________________________________________________________
32467 [ 12204] By: jhi                                   on 2001/09/25  17:11:02
32468         Log: perltooc et al updates.
32469      Branch: perl
32470            ! plan9/mkfile pod/roffitall
32471 ____________________________________________________________________________
32472 [ 12203] By: jhi                                   on 2001/09/25  17:05:19
32473         Log: Subject: [PATCH pp_sys.c t/op/chdir.t ...] Deprecating chdir(undef)/chdir('')
32474              From: Michael G Schwern <schwern@pobox.com>
32475              Date: Sun, 23 Sep 2001 00:07:12 -0400
32476              Message-ID: <20010923000712.A7005@blackrider>
32477      Branch: perl
32478            ! pod/perl572delta.pod pod/perldiag.pod pp_sys.c t/op/chdir.t
32479 ____________________________________________________________________________
32480 [ 12202] By: jhi                                   on 2001/09/25  16:55:29
32481         Log: Subject: [PATCH perl@12185] Some Encode/*.enc files needs to be corrected
32482              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
32483              Date: Wed, 26 Sep 2001 01:25:10 +0900
32484              Message-Id: <20010926012410.5B86.BQW10602@nifty.com>
32485      Branch: perl
32486            ! ext/Encode/Encode/cp932.enc ext/Encode/Encode/cp936.enc
32487            ! ext/Encode/Encode/cp949.enc ext/Encode/Encode/cp950.enc
32488            ! ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/shiftjis.enc
32489 ____________________________________________________________________________
32490 [ 12201] By: jhi                                   on 2001/09/25  16:52:03
32491         Log: Integrate change #12200 from maintperl;
32492              on windows, virtualized environment could propagate deleted variables
32493              into children if they happen to be at the very end of the table
32494      Branch: perl
32495           !> win32/perlhost.h
32496 ____________________________________________________________________________
32497 [ 12200] By: gsar                                  on 2001/09/25  16:36:01
32498         Log: on windows, virtualized environment could propagate deleted variables
32499              into children if they happen to be at the very end of the table
32500              (thanks for succinct test case from Johan Holmberg, and fix from
32501              Doug Lankshear)
32502      Branch: maint-5.6/perl
32503            ! win32/perlhost.h
32504 ____________________________________________________________________________
32505 [ 12199] By: gsar                                  on 2001/09/25  15:19:13
32506         Log: avoid the use of ftime() (it does a useless, potentially
32507              expensive call to GetTimeZoneInformation()); this potentially
32508              also results in three more digits of precision from
32509              Time::HiRes::time()
32510      Branch: perl
32511            ! ext/Time/HiRes/HiRes.xs
32512 ____________________________________________________________________________
32513 [ 12198] By: jhi                                   on 2001/09/25  14:27:01
32514         Log: Replace the use Test::More in t/{op,io,run} with t/test.pl.
32515              
32516              Note: io/binmode is failing, have to figure out why.
32517      Branch: perl
32518            + t/test.pl
32519            ! MANIFEST t/io/binmode.t t/op/chdir.t t/op/crypt.t
32520            ! t/op/inccode.t t/op/rand.t t/op/srand.t t/op/ver.t
32521            ! t/run/exit.t
32522 ____________________________________________________________________________
32523 [ 12197] By: ams                                   on 2001/09/25  13:48:55
32524         Log: Subject: [PATCH] AutoSplit.t (was Re: Untested libraries update)
32525              From: Nicholas Clark <nick@ccl4.org>
32526              Date: Tue, 25 Sep 2001 00:37:40 +0100
32527              Message-Id: <20010925003740.S4971@plum.flirble.org>
32528              (Further changes expected.)
32529      Branch: perl
32530            + lib/AutoSplit.t
32531            ! MANIFEST
32532 ____________________________________________________________________________
32533 [ 12196] By: sky                                   on 2001/09/25  13:37:12
32534         Log: Second attempt at fixing Time::HiRes::time on win32. Apperently if ENV{TZ} is wrong we fail. New attempt uses 
32535              _ftime to try and be more robust.
32536      Branch: perl
32537            ! ext/Time/HiRes/HiRes.xs
32538 ____________________________________________________________________________
32539 [ 12194] By: ams                                   on 2001/09/25  11:40:00
32540         Log: Subject: [PATCH perl@12180] perltootc -> perltooc in vms/descrip_mms.template
32541              From: "Craig A. Berry" <craigberry@mac.com>
32542              Date: Mon, 24 Sep 2001 17:54:20 -0500
32543              Message-Id: <5.1.0.14.0.20010924171225.01bb0428@exchi01>
32544      Branch: perl
32545            ! vms/descrip_mms.template
32546 ____________________________________________________________________________
32547 [ 12193] By: pudge                                 on 2001/09/25  02:53:42
32548         Log: Fixes for multiline error parsing (Bug #459263); cmd-.
32549              not working, cursor not spinning (Bug #422129); external
32550              editor problems (Bug #456329); escape/cmd-. not activating
32551              "Cancel" in Save dialog box (Bug #446960); Runtimes not
32552              executing on launch (Bug #464441).
32553      Branch: maint-5.6/macperl
32554            ! macos/macish.c macos/macish.h macos/macperl/MPEditor.c
32555            ! macos/macperl/MPGlobals.h macos/macperl/MPScript.c
32556            ! macos/macperl/MacPerl.r
32557 ____________________________________________________________________________
32558 [ 12192] By: pudge                                 on 2001/09/25  02:42:49
32559         Log: Update CPAN.pm to work with new Mac::BuildTools instead
32560              of ExtUtils::MM_MacOS "orphan" functions
32561      Branch: maint-5.6/macperl
32562            ! lib/CPAN.pm
32563 ____________________________________________________________________________
32564 [ 12191] By: pudge                                 on 2001/09/25  02:37:58
32565         Log: Fix up another xsubpp problem (Matthias Neeracher)
32566      Branch: maint-5.6/macperl
32567            ! macos/xsubpp
32568 ____________________________________________________________________________
32569 [ 12190] By: pudge                                 on 2001/09/25  02:37:38
32570         Log: Remove literal tabs from source in MM_MacOS.pm (Thomas Wegner)
32571      Branch: maint-5.6/macperl
32572            ! macos/lib/ExtUtils/MM_MacOS.pm
32573 ____________________________________________________________________________
32574 [ 12189] By: pudge                                 on 2001/09/25  02:37:08
32575         Log: Fix up Makefiles for more Mac:: modules (and prepare for
32576              static build ...?)
32577      Branch: maint-5.6/macperl
32578            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
32579            ! macos/macperl/Makefile.mk
32580 ____________________________________________________________________________
32581 [ 12188] By: pudge                                 on 2001/09/25  02:36:19
32582         Log: Fix up tests
32583      Branch: maint-5.6/macperl
32584            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
32585 ____________________________________________________________________________
32586 [ 12187] By: pudge                                 on 2001/09/25  02:11:13
32587         Log: Make malloc smarter, fix bugs.  (Bug #404030)
32588      Branch: maint-5.6/macperl
32589            ! macos/icemalloc.c macos/icemalloc.h
32590 ____________________________________________________________________________
32591 [ 12186] By: nick                                  on 2001/09/24  19:18:17
32592         Log: Integrate mainline
32593      Branch: perlio
32594           +> ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
32595           +> lib/filetest.t
32596           !> (integrate 30 files)
32597 ____________________________________________________________________________
32598 [ 12185] By: jhi                                   on 2001/09/24  18:56:40
32599         Log: Retract #12136, the warnings::register is already
32600              tested by t/lib/warnings/9enabled, as pointed out
32601              by Paul Marquess.
32602      Branch: perl
32603            - lib/warnings/register.t
32604            ! MANIFEST lib/warnings/register.pm t/lib/1_compile.t
32605 ____________________________________________________________________________
32606 [ 12184] By: gsar                                  on 2001/09/24  18:39:58
32607         Log: fix Time::HiRes implementation of gettimeofday() on windows
32608              (HiRes.t#14 now passes)
32609      Branch: perl
32610            ! ext/Time/HiRes/HiRes.xs
32611 ____________________________________________________________________________
32612 [ 12183] By: gsar                                  on 2001/09/24  18:13:23
32613         Log: File::Spec::catfile() canonifies everything to blackslashes on
32614              windows :-(
32615      Branch: perl
32616            ! lib/ExtUtils/Manifest.t
32617 ____________________________________________________________________________
32618 [ 12182] By: gsar                                  on 2001/09/24  17:59:54
32619         Log: test number mismatch
32620      Branch: perl
32621            ! t/op/magic.t
32622 ____________________________________________________________________________
32623 [ 12181] By: jhi                                   on 2001/09/24  17:10:41
32624         Log: ok().
32625      Branch: perl
32626            ! t/op/pack.t
32627 ____________________________________________________________________________
32628 [ 12180] By: jhi                                   on 2001/09/24  16:09:37
32629         Log: unpack("Z*Z*", pack("Z*Z*", ..)) bug, patch and test from
32630              Wolfgang Laun <Wolfgang.Laun@alcatel.at>
32631      Branch: perl
32632            ! pp_pack.c t/op/pack.t
32633 ____________________________________________________________________________
32634 [ 12179] By: jhi                                   on 2001/09/24  15:46:49
32635         Log: Update Changes.
32636      Branch: perl
32637            ! Changes patchlevel.h
32638 ____________________________________________________________________________
32639 [ 12178] By: jhi                                   on 2001/09/24  14:12:06
32640         Log: Subject: [REPATCH] Re: [PATCH lib/ExtUtils/Manifest.pm] Minor bug in comment logic in maniread() on VMS
32641              From: Michael G Schwern <schwern@pobox.com>
32642              Date: Mon, 24 Sep 2001 11:12:13 -0400
32643              Message-ID: <20010924111213.G27885@blackrider>
32644      Branch: perl
32645            ! lib/ExtUtils/Manifest.pm
32646 ____________________________________________________________________________
32647 [ 12177] By: jhi                                   on 2001/09/24  14:02:32
32648         Log: Subject: [PATCH vms/test.com] Fixing inline TODO recognition
32649              From: Michael G Schwern <schwern@pobox.com> 
32650              Date: Mon, 24 Sep 2001 11:02:07 -0400
32651              Message-ID: <20010924110207.E27885@blackrider>
32652      Branch: perl
32653            ! vms/test.com
32654 ____________________________________________________________________________
32655 [ 12176] By: ams                                   on 2001/09/24  14:01:59
32656         Log: Update Changes.
32657      Branch: perl
32658            ! Changes
32659 ____________________________________________________________________________
32660 [ 12175] By: jhi                                   on 2001/09/24  13:20:28
32661         Log: Various cleanups.
32662      Branch: perl
32663            ! ext/threads/Makefile.PL ext/threads/threads.xs
32664 ____________________________________________________________________________
32665 [ 12173] By: pudge                                 on 2001/09/24  12:56:13
32666         Log: Integrate maint-5.6/perl changes 12024, 12026, 12145, 12146.
32667      Branch: maint-5.6/macperl
32668           !> (integrate 33 files)
32669 ____________________________________________________________________________
32670 [ 12171] By: jhi                                   on 2001/09/24  12:26:58
32671         Log: Subject: [PATCH gb2312.enc] (Re: [PATCH perl@12088] 2022-cn.enc of Encode.pm)
32672              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
32673              Date: Mon, 24 Sep 2001 20:04:58 +0900
32674              Message-Id: <20010924200207.A030.BQW10602@nifty.com>         
32675      Branch: perl
32676            ! ext/Encode/Encode/gb2312.enc
32677 ____________________________________________________________________________
32678 [ 12170] By: jhi                                   on 2001/09/24  12:08:30
32679         Log: Clarifying comment to #12164.
32680      Branch: perl
32681            ! lib/Cwd.pm
32682 ____________________________________________________________________________
32683 [ 12169] By: jhi                                   on 2001/09/24  11:59:33
32684         Log: Subject: [PATCH] Re: What sort of Makefile.PL should h2xs write?
32685              From: Nicholas Clark <nick@ccl4.org>
32686              Date: Sun, 23 Sep 2001 23:00:56 +0100
32687              Message-ID: <20010923230055.Y4971@plum.flirble.org>
32688              
32689              (with "sample_constants" changed to "fallback")
32690      Branch: perl
32691            + ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
32692            ! MANIFEST ext/I18N/Langinfo/Langinfo.xs
32693            ! ext/I18N/Langinfo/Makefile.PL lib/ExtUtils/Constant.pm
32694            ! lib/h2xs.t utils/h2xs.PL
32695 ____________________________________________________________________________
32696 [ 12168] By: jhi                                   on 2001/09/24  11:25:56
32697         Log: Metaconfig unit change for #12167.
32698      Branch: metaconfig
32699            ! U/modified/Cppsym.U
32700 ____________________________________________________________________________
32701 [ 12167] By: jhi                                   on 2001/09/24  11:25:22
32702         Log: Add a few glibc cpp symbols to probe for.
32703      Branch: perl
32704            ! Configure
32705 ____________________________________________________________________________
32706 [ 12166] By: jhi                                   on 2001/09/24  11:14:43
32707         Log: DJGPP tweaks for Laszlo Molnar.
32708      Branch: perl
32709            ! djgpp/djgppsed.sh dosish.h
32710 ____________________________________________________________________________
32711 [ 12165] By: ams                                   on 2001/09/24  10:07:08
32712         Log: Subject: [PATCH t/op/inccode.t] More tests
32713              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
32714              Date: 24 Sep 2001 10:01:44 -0000
32715              Message-Id: <slrn9qu158.l2t.rgarciasuarez@rafael.kazibao.net>
32716      Branch: perl
32717            ! t/op/inccode.t
32718 ____________________________________________________________________________
32719 [ 12164] By: ams                                   on 2001/09/24  09:43:29
32720         Log: Subject: [PATCH Cwd.pm] local $/ = "\n";
32721              From: Jeff 'japhy/Marillion' Pinyan <jeffp@crusoe.net>
32722              Date: Mon, 24 Sep 2001 00:22:32 -0400 (EDT)
32723              Message-Id: <Pine.GSO.4.21.0109240021410.9178-100000@crusoe.crusoe.net>
32724      Branch: perl
32725            ! lib/Cwd.pm
32726 ____________________________________________________________________________
32727 [ 12163] By: jhi                                   on 2001/09/23  22:50:35
32728         Log: 1_compile updates.
32729      Branch: perl
32730            ! t/lib/1_compile.t
32731 ____________________________________________________________________________
32732 [ 12162] By: jhi                                   on 2001/09/23  21:11:22
32733         Log: Subject: [PATCH] proposal : put the @INC-hooks directly in %INC
32734              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
32735              Date: Wed, 19 Sep 2001 22:47:14 +0200
32736              Message-ID: <20010919224714.A6382@rafael>
32737      Branch: perl
32738            ! pod/perlvar.pod pp_ctl.c
32739 ____________________________________________________________________________
32740 [ 12161] By: ams                                   on 2001/09/23  17:40:02
32741         Log: Subject: [PATCH MANIFEST lib/filetest t/lib/1_compile.t] Add Tests for
32742              filetest Pragma
32743              From: "chromatic" <chromatic@rmci.net>
32744              Date: Sun, 23 Sep 2001 12:07:25 -0600
32745              Message-Id: <20010923181223.32427.qmail@onion.perl.org>
32746      Branch: perl
32747            + lib/filetest.t
32748            ! MANIFEST t/lib/1_compile.t
32749 ____________________________________________________________________________
32750 [ 12160] By: ams                                   on 2001/09/23  16:32:11
32751         Log: Additional minor chdir() tweak.
32752      Branch: perl
32753            ! pod/perlfunc.pod
32754 ____________________________________________________________________________
32755 [ 12159] By: ams                                   on 2001/09/23  16:25:01
32756         Log: Subject: PATCH lib/ExtUtils/Command.t
32757              From: Abe Timmerman <abe@ztreet.demon.nl>
32758              Date: Sun, 23 Sep 2001 19:11:44 +0200
32759              Message-Id: <b94sqtk7sidi2501apjssfubdc2ulmap38@4ax.com>
32760      Branch: perl
32761            ! lib/ExtUtils/Command.t
32762 ____________________________________________________________________________
32763 [ 12158] By: jhi                                   on 2001/09/23  12:52:36
32764         Log: Subject: [PATCH] Win32 compilation without USE_ITHREADS
32765              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
32766              Date: Sun, 23 Sep 2001 02:02:26 +0200
32767              Message-ID: <3BAD42B2.2951.39B2E2A@localhost>
32768      Branch: perl
32769            ! makedef.pl
32770 ____________________________________________________________________________
32771 [ 12157] By: jhi                                   on 2001/09/23  12:46:05
32772         Log: Subject: [PATCH t/op/study.t] Cleanup & OS/390 "fix"
32773              From: Michael G Schwern <schwern@pobox.com> (by way of Craig A. Berry)         
32774              Date: Sat, 22 Sep 2001 12:54:39 -0500
32775              Message-Id: <a05101003b7d27f77cfa1@[172.16.52.1]>
32776      Branch: perl
32777            ! t/op/study.t
32778 ____________________________________________________________________________
32779 [ 12156] By: nick                                  on 2001/09/23  07:48:44
32780         Log: Integrate mainline
32781      Branch: perlio
32782            - check83.pl
32783           !> ext/Encode/Encode/2022-cn.enc
32784 ____________________________________________________________________________
32785 [ 12155] By: nick                                  on 2001/09/23  07:48:01
32786         Log: Integrate mainline
32787      Branch: perlio
32788           +> (branch 64 files)
32789            - ext/Encode/Encode/cns11643-1.enc
32790            - ext/Encode/Encode/cns11643-2.enc
32791            - ext/Encode/Encode/iso2022-cn.enc
32792            - ext/Encode/Encode/iso2022-jp.enc
32793            - ext/Encode/Encode/iso2022-jp1.enc
32794            - ext/Encode/Encode/iso2022-jp2.enc
32795            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
32796            - ext/Encode/Encode/iso8859-1.enc
32797            - ext/Encode/Encode/iso8859-1.ucm
32798            - ext/Encode/Encode/iso8859-10.enc
32799            - ext/Encode/Encode/iso8859-10.ucm
32800            - ext/Encode/Encode/iso8859-13.enc
32801            - ext/Encode/Encode/iso8859-13.ucm
32802            - ext/Encode/Encode/iso8859-14.enc
32803            - ext/Encode/Encode/iso8859-14.ucm
32804            - ext/Encode/Encode/iso8859-15.enc
32805            - ext/Encode/Encode/iso8859-15.ucm
32806            - ext/Encode/Encode/iso8859-16.enc
32807            - ext/Encode/Encode/iso8859-16.ucm
32808            - ext/Encode/Encode/iso8859-2.enc
32809            - ext/Encode/Encode/iso8859-2.ucm
32810            - ext/Encode/Encode/iso8859-3.enc
32811            - ext/Encode/Encode/iso8859-3.ucm
32812            - ext/Encode/Encode/iso8859-4.enc
32813            - ext/Encode/Encode/iso8859-4.ucm
32814            - ext/Encode/Encode/iso8859-5.enc
32815            - ext/Encode/Encode/iso8859-5.ucm
32816            - ext/Encode/Encode/iso8859-6.enc
32817            - ext/Encode/Encode/iso8859-6.ucm
32818            - ext/Encode/Encode/iso8859-7.enc
32819            - ext/Encode/Encode/iso8859-7.ucm
32820            - ext/Encode/Encode/iso8859-8.enc
32821            - ext/Encode/Encode/iso8859-8.ucm
32822            - ext/Encode/Encode/iso8859-9.enc
32823            - ext/Encode/Encode/iso8859-9.ucm
32824            - ext/Encode/Encode/isoir-197.enc
32825            - ext/Encode/Encode/macRomania.enc pod/perltootc.pod
32826            - t/lib/sample-tests/header_at_end
32827            - t/lib/sample-tests/header_at_end_fail
32828           !> (integrate 174 files)
32829 ____________________________________________________________________________
32830 [ 12154] By: ams                                   on 2001/09/23  07:11:46
32831         Log: Mention $ENV{SYS$LOGIN} in chdir() documentation, as suggested
32832              by Blair Zajac.
32833      Branch: perl
32834            ! pod/perlfunc.pod
32835 ____________________________________________________________________________
32836 [ 12153] By: ams                                   on 2001/09/23  06:56:32
32837         Log: Subject: [PATCH pp.c t/op/gv.t pod/perlref.pod pod/perldiag.pod] Re:
32838              Forgotten deprecation of *glob{FILEHANDLE}?
32839              From: "chromatic" <chromatic@rmci.net>
32840              Date: Sat, 22 Sep 2001 21:27:56 -0600
32841              Message-Id: <20010923033252.33085.qmail@onion.perl.org>
32842      Branch: perl
32843            ! pod/perldiag.pod pod/perlref.pod pp.c t/op/gv.t
32844 ____________________________________________________________________________
32845 [ 12152] By: ams                                   on 2001/09/23  06:42:58
32846         Log: Subject: [PATCH lib/File/Find.pm] Fixing lib/File/Find/t/taint.t on VMS
32847              From: Michael G Schwern <schwern@pobox.com>
32848              Date: Sun, 23 Sep 2001 03:34:39 -0400
32849              Message-Id: <20010923033439.E7005@blackrider>
32850      Branch: perl
32851            ! lib/File/Find.pm
32852 ____________________________________________________________________________
32853 [ 12151] By: ams                                   on 2001/09/23  06:37:57
32854         Log: Subject: Re: t/op/magic.t missing tests on Win32
32855              From: Michael G Schwern <schwern@pobox.com>
32856              Date: Sat, 22 Sep 2001 20:29:09 -0400
32857              Message-Id: <20010922202909.I18223@blackrider>
32858      Branch: perl
32859            ! t/op/magic.t
32860 ____________________________________________________________________________
32861 [ 12150] By: ams                                   on 2001/09/23  06:36:26
32862         Log: Subject: [PATCH MANIFEST lib/Dumpvalue.t lib/Dumpvalue.pm] Add tests for
32863              Dumpvalue.pm
32864              From: "chromatic" <chromatic@rmci.net>
32865              Date: Sat, 22 Sep 2001 19:41:31 -0600
32866              Message-Id: <20010923014628.7739.qmail@onion.perl.org>
32867      Branch: perl
32868            + lib/Dumpvalue.t
32869            ! MANIFEST lib/Dumpvalue.pm
32870 ____________________________________________________________________________
32871 [ 12149] By: ams                                   on 2001/09/23  06:25:35
32872         Log: Subject: [PATCH perl@12088] 2022-cn.enc of Encode.pm
32873              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
32874              Date: Sun, 23 Sep 2001 15:27:56 +0900
32875              Message-Id: <20010923152641.5E26.BQW10602@nifty.com>
32876      Branch: perl
32877            ! ext/Encode/Encode/2022-cn.enc
32878 ____________________________________________________________________________
32879 [ 12148] By: jhi                                   on 2001/09/22  23:33:42
32880         Log: Manual eror in #12147.
32881      Branch: perl
32882            ! win32/win32.c
32883 ____________________________________________________________________________
32884 [ 12147] By: jhi                                   on 2001/09/22  23:25:02
32885         Log: Integrate change #12146 from maintperl;
32886              win32_chdir() et al don't handle a NULL argument gracefully
32887      Branch: perl
32888           !> win32/perlhost.h win32/win32.c
32889 ____________________________________________________________________________
32890 [ 12146] By: gsar                                  on 2001/09/22  23:18:47
32891         Log: win32_chdir() et al don't handle a NULL argument gracefully
32892      Branch: maint-5.6/perl
32893            ! win32/perlhost.h win32/win32.c
32894 ____________________________________________________________________________
32895 [ 12145] By: gsar                                  on 2001/09/22  23:17:42
32896         Log: typo in change#12026
32897      Branch: maint-5.6/perl
32898            ! op.c
32899 ____________________________________________________________________________
32900 [ 12144] By: jhi                                   on 2001/09/22  21:22:28
32901         Log: Subject: [PATCH] Re: scalar context unpack bugs
32902              From: Nicholas Clark <nick@ccl4.org>
32903              Date: Sat, 22 Sep 2001 23:07:56 +0100
32904              Message-ID: <20010922230755.O4971@plum.flirble.org>
32905      Branch: perl
32906            ! pp_pack.c t/op/pack.t
32907 ____________________________________________________________________________
32908 [ 12143] By: jhi                                   on 2001/09/22  21:18:43
32909         Log: Try ExtUtils::Command.t everywhere, not just on Win32
32910              (as suggested by NI-S).  Also allow running it either
32911              in t/ or in the main directory.
32912      Branch: perl
32913            ! lib/ExtUtils/Command.t
32914 ____________________________________________________________________________
32915 [ 12142] By: jhi                                   on 2001/09/22  21:04:39
32916         Log: Update the test on warnings/register.t.
32917      Branch: perl
32918            ! t/lib/1_compile.t
32919 ____________________________________________________________________________
32920 [ 12141] By: jhi                                   on 2001/09/22  20:40:06
32921         Log: The code is now almost tidy enough to keep the IRIX cc happy.
32922      Branch: perl
32923            ! hints/irix_6.sh
32924 ____________________________________________________________________________
32925 [ 12140] By: ams                                   on 2001/09/22  17:26:32
32926         Log: Subject: [PATCH perl@12088] configure.com: don't build 'threads" w/out
32927              use_ithreads
32928              From: "Craig A. Berry" <craigberry@mac.com>
32929              Date: Sat, 22 Sep 2001 13:15:32 -0500
32930              Message-Id: <a05101005b7d284f5192c@[172.16.52.1]>
32931      Branch: perl
32932            ! configure.com
32933 ____________________________________________________________________________
32934 [ 12139] By: ams                                   on 2001/09/22  16:44:08
32935         Log: Do what perl_clone() does for sharedsv functions.
32936      Branch: perl
32937            ! embed.pl proto.h
32938 ____________________________________________________________________________
32939 [ 12138] By: jhi                                   on 2001/09/22  16:42:04
32940         Log: Retract #12134; reintroduce #11949: PADOFFSETs are now UVs
32941              (suggested by Sarathy, extensions shouldn't be dabbling with
32942              op structures, so binary backward compatibility should not be
32943              an issue.)
32944      Branch: perl
32945            ! hints/irix_6.sh op.h
32946 ____________________________________________________________________________
32947 [ 12137] By: ams                                   on 2001/09/22  16:21:05
32948         Log: More cleanups. (What's PERL_DECL_PROT?)
32949      Branch: perl
32950            ! embed.pl proto.h sharedsv.h
32951 ____________________________________________________________________________
32952 [ 12136] By: ams                                   on 2001/09/22  15:14:34
32953         Log: (Retracted by #12185)
32954              
32955              Subject: [PATCH MANIFEST lib/warnings/register.t lib/warnings/register.pm]
32956              Add Tests for warnings::register, Doc Update
32957              From: "chromatic" <chromatic@rmci.net>
32958              Date: Sat, 22 Sep 2001 09:43:20 -0600
32959              Message-Id: <20010922154815.32004.qmail@onion.perl.org>
32960      Branch: perl
32961            + lib/warnings/register.t
32962            ! MANIFEST lib/warnings/register.pm
32963 ____________________________________________________________________________
32964 [ 12135] By: ams                                   on 2001/09/22  15:07:50
32965         Log: `@foo' should be @foo for consistency.
32966      Branch: perl
32967            ! pod/perldiag.pod
32968 ____________________________________________________________________________
32969 [ 12134] By: jhi                                   on 2001/09/22  14:20:47
32970         Log: (Retracted by #12138)
32971              
32972              Add -woff (turn warning off) 3187:
32973              "A pointer is converted to a smaller integer."
32974              This happens when your pointers are 64-bit: then every case
32975              of converting pointers to PADOFFSETs (explicitly 32-bit)
32976              faces truncation (even explicit use of INT2PTR doesn't help).
32977              CxITERVAR(), POPLOOP(), and PUSHLOOP() are afflicted.
32978              Changing PADOFFSET from U32 to UV would help, but that
32979              would break binary backward compatibility of BASEOP and padop
32980              (assuming you have been using 64-bit pointers).
32981      Branch: perl
32982            ! hints/irix_6.sh
32983 ____________________________________________________________________________
32984 [ 12133] By: jhi                                   on 2001/09/22  13:53:49
32985         Log: More 8.3-cleanup: there isn't an encoding called macRumanian,
32986              but the name comes from the inside the file, not from the file
32987              name, and Rumanian is the name of the language.
32988      Branch: perl
32989            + ext/Encode/Encode/macRumanian.enc
32990            - ext/Encode/Encode/macRomania.enc
32991            ! MANIFEST
32992 ____________________________________________________________________________
32993 [ 12132] By: jhi                                   on 2001/09/22  13:48:29
32994         Log: Rename perltootc as perltooc for 8.3-friedliness.
32995      Branch: perl
32996            + pod/perltooc.pod
32997            - pod/perltootc.pod
32998            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlboot.pod
32999            ! pod/perlmod.pod pod/perlobj.pod pod/perltoc.pod
33000            ! pod/perltoot.pod
33001 ____________________________________________________________________________
33002 [ 12131] By: jhi                                   on 2001/09/22  13:38:49
33003         Log: Find more conflicts by lowercasing.
33004      Branch: perl
33005            + Porting/check83.pl
33006            - check83.pl
33007            ! MANIFEST
33008 ____________________________________________________________________________
33009 [ 12130] By: jhi                                   on 2001/09/22  13:20:20
33010         Log: The AIX cc 5.0.0.0 is simply too buggy.
33011      Branch: perl
33012            ! hints/aix.sh
33013 ____________________________________________________________________________
33014 [ 12129] By: ams                                   on 2001/09/22  12:35:38
33015         Log: Uninteresting cleanup.
33016      Branch: perl
33017            ! form.h
33018 ____________________________________________________________________________
33019 [ 12128] By: ams                                   on 2001/09/22  12:28:48
33020         Log: Subject: [PATCH@12110] Missing ")" in CvFILEGV
33021              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
33022              Date: Sat, 22 Sep 2001 14:29:13 +0100
33023              Message-Id: <AIEAJICLCBDNAAOLLOKLAEGADAAA.Paul_Marquess@Yahoo.co.uk>
33024      Branch: perl
33025            ! cv.h
33026 ____________________________________________________________________________
33027 [ 12127] By: ams                                   on 2001/09/22  12:04:28
33028         Log: What's a backet?
33029      Branch: perl
33030            ! dump.c
33031 ____________________________________________________________________________
33032 [ 12126] By: ams                                   on 2001/09/22  10:02:34
33033         Log: Removed duplicated tests #19 and #20.
33034      Branch: perl
33035            ! t/op/do.t
33036 ____________________________________________________________________________
33037 [ 12125] By: ams                                   on 2001/09/22  03:58:41
33038         Log: Subject: Re: [ID 20010919.001] local() fails on imported variables
33039              From: Michael Carman <mjcarman@home.com>
33040              Date: Fri, 21 Sep 2001 17:54:05 -0500
33041              Message-Id: <3BABC50D.6040202@home.com>
33042              (Applied with some changes.)
33043      Branch: perl
33044            ! pod/perlmod.pod
33045 ____________________________________________________________________________
33046 [ 12124] By: ams                                   on 2001/09/22  03:44:19
33047         Log: Subject: [PATCH t/op/chdir.t] Reconciling the Cwd/File::Spec differences
33048              From: Michael G Schwern <schwern@pobox.com>
33049              Date: Fri, 21 Sep 2001 19:20:40 -0400
33050              Message-Id: <20010921192040.E5494@blackrider>
33051      Branch: perl
33052            ! t/op/chdir.t
33053 ____________________________________________________________________________
33054 [ 12123] By: ams                                   on 2001/09/22  03:41:08
33055         Log: Subject: [PATCH] t/op/chdir.t won't pass on VMS
33056              From: Blair Zajac <blair@orcaware.com>
33057              Date: Fri, 21 Sep 2001 15:13:04 -0700
33058              Message-Id: <3BABBB70.55FD41DC@orcaware.com>
33059      Branch: perl
33060            ! t/op/chdir.t
33061 ____________________________________________________________________________
33062 [ 12122] By: ams                                   on 2001/09/22  03:37:07
33063         Log: Subject: [REPATCH] Re: [PATCH t/op/do.t] new regression tests for bug ID
33064              20010920.007
33065              From: Michael G Schwern <schwern@pobox.com>
33066              Date: Fri, 21 Sep 2001 17:59:03 -0400
33067              Message-Id: <20010921175903.V5494@blackrider>
33068      Branch: perl
33069            ! t/op/do.t
33070 ____________________________________________________________________________
33071 [ 12121] By: ams                                   on 2001/09/22  03:30:38
33072         Log: Subject: [PATCH pod/perlport.pod] expand DOS-like table (was Re: test
33073              suite on WinCE)
33074              From: Michael G Schwern <schwern@pobox.com>
33075              Date: Fri, 21 Sep 2001 19:41:03 -0400
33076              Message-Id: <20010921194103.G5494@blackrider>
33077      Branch: perl
33078            ! pod/perlport.pod
33079 ____________________________________________________________________________
33080 [ 12120] By: ams                                   on 2001/09/22  03:28:06
33081         Log: Subject: [PATCH t/op/magic.t] Re: Weird $ENV{FOO} = undef warning
33082              From: Michael G Schwern <schwern@pobox.com>
33083              Date: Fri, 21 Sep 2001 17:33:35 -0400
33084              Message-Id: <20010921173335.T5494@blackrider>
33085              ($ENV{FOO}=undef hunk not applied.)
33086      Branch: perl
33087            ! t/op/magic.t
33088 ____________________________________________________________________________
33089 [ 12119] By: ams                                   on 2001/09/22  03:02:26
33090         Log: Subject: [PATCH] perldiag.pod
33091              From: Peter Scott <Peter@PSDT.com>
33092              Date: Fri, 21 Sep 2001 18:54:50 -0700
33093              Message-Id: <4.3.2.7.2.20010921183823.00aa9890@mail.webquarry.com>
33094              (Moved to the right place.)
33095      Branch: perl
33096            ! pod/perldiag.pod
33097 ____________________________________________________________________________
33098 [ 12118] By: ams                                   on 2001/09/21  20:05:29
33099         Log: Subject: [PATCH t/op/do.t] new regression tests for bug ID 20010920.007
33100              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
33101              Date: Fri, 21 Sep 2001 22:36:54 +0200
33102              Message-Id: <20010921223654.A12742@rafael>
33103      Branch: perl
33104            ! t/op/do.t
33105 ____________________________________________________________________________
33106 [ 12117] By: jhi                                   on 2001/09/21  20:05:23
33107         Log: Restore things as they were before
33108              the backward compatibility police notices.
33109      Branch: perl
33110            ! lib/Cwd.pm
33111 ____________________________________________________________________________
33112 [ 12116] By: jhi                                   on 2001/09/21  17:52:28
33113         Log: More Cwd from Schwern: make also OS/2 and DOS
33114              Cwd agree with File::Spec (that is, native path
33115              syntax using \ instead of / -- backward compatibility
33116              polic warning) and stop Win32 from using bsd_realpath().
33117      Branch: perl
33118            ! lib/Cwd.pm
33119 ____________________________________________________________________________
33120 [ 12115] By: jhi                                   on 2001/09/21  17:19:03
33121         Log: Subject: [PATCH @12110] RE: Untested libraries update
33122              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
33123              Date: Fri, 21 Sep 2001 18:21:07 +0100
33124              Message-ID: <AIEAJICLCBDNAAOLLOKLOEENDAAA.Paul_Marquess@Yahoo.co.uk>
33125      Branch: perl
33126            ! lib/warnings/register.pm
33127 ____________________________________________________________________________
33128 [ 12114] By: jhi                                   on 2001/09/21  17:09:52
33129         Log: Subject: Re: And now the Cwd problem (was Re: chdir.t problem...)
33130              From: Michael G Schwern <schwern@pobox.com>
33131              Date: Thu, 20 Sep 2001 22:54:02 -0400
33132              Message-ID: <20010920225402.A3611@blackrider>
33133      Branch: perl
33134            ! lib/Cwd.pm
33135 ____________________________________________________________________________
33136 [ 12113] By: ams                                   on 2001/09/21  17:08:24
33137         Log: Subject: [PATCH] avoid v-strings with require/use
33138              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
33139              Date: Fri, 21 Sep 2001 12:34:40 -0400
33140              Message-Id: <20010921123440.A148500@linguist.thayer.dartmouth.edu>
33141      Branch: perl
33142            ! ext/ByteLoader/bytecode.h ext/Data/Dumper/Dumper.pm
33143            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/Dir.pm
33144            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
33145            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
33146            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoLoader.pm
33147            ! lib/AutoSplit.pm lib/Class/Struct.pm lib/Cwd.pm
33148            ! lib/Dumpvalue.pm lib/ExtUtils/Command.pm
33149            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
33150            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
33151            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/File/Basename.pm
33152            ! lib/File/CheckTree.pm lib/File/Compare.pm lib/File/Copy.pm
33153            ! lib/File/Find.pm lib/File/Path.pm lib/File/stat.pm
33154            ! lib/FileHandle.pm lib/Math/Trig.pm lib/Net/Ping.pm
33155            ! lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
33156            ! lib/Net/servent.pm lib/Shell.pm lib/Tie/Array.pm
33157            ! lib/Tie/Handle.pm lib/Time/Local.pm lib/Time/gmtime.pm
33158            ! lib/Time/localtime.pm lib/User/grent.pm lib/base.pm
33159            ! lib/diagnostics.pm lib/fields.pm lib/vars.pm
33160            ! pod/perl56delta.pod pod/perlfunc.pod pp_ctl.c utils/pl2pm.PL
33161 ____________________________________________________________________________
33162 [ 12110] By: jhi                                   on 2001/09/21  13:59:13
33163         Log: Update Changes.
33164      Branch: perl
33165            ! Changes patchlevel.h
33166 ____________________________________________________________________________
33167 [ 12109] By: jhi                                   on 2001/09/21  13:44:43
33168         Log: Make AIX and Tru64 compilers happy.  
33169      Branch: perl
33170            ! ext/threads/threads.h ext/threads/threads.xs
33171 ____________________________________________________________________________
33172 [ 12108] By: jhi                                   on 2001/09/21  12:16:27
33173         Log: Subject: [PATCH] Re: [ID 20010920.007] q and qq does not work after do
33174              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
33175              Date: 21 Sep 2001 09:16:37 -0000
33176              Message-Id: <slrn9qm1ca.h6b.rgarciasuarez@rafael.kazibao.net>
33177      Branch: perl
33178            ! toke.c
33179 ____________________________________________________________________________
33180 [ 12107] By: jhi                                   on 2001/09/21  12:14:41
33181         Log: Subject: [PATCH pp_sys.c] pp_chdir Win32 fix
33182              From: Michael G Schwern <schwern@pobox.com>
33183              Date: Thu, 20 Sep 2001 21:21:34 -0400
33184              Message-ID: <20010920212134.Y28291@blackrider>
33185      Branch: perl
33186            ! pp_sys.c
33187 ____________________________________________________________________________
33188 [ 12106] By: jhi                                   on 2001/09/21  12:12:09
33189         Log: Subject: Re: GDB Debugging Macros from mod_perl
33190              From: rspier@pobox.com (Robert Spier)
33191              Date: Thu, 20 Sep 2001 22:45:03 -0700
33192              Message-ID: <15274.54239.413929.49430@rls.cx>
33193      Branch: perl
33194            ! pod/perltodo.pod
33195 ____________________________________________________________________________
33196 [ 12105] By: sky                                   on 2001/09/21  10:33:34
33197         Log: Fixed bug where Time::HiRes::time returned time adjusted to 
33198              timezone! GetSystemTime should be available on all Win32 
33199              platforms we support. Perhaps Time::HiRes should be extended to
33200              support WinCE and Novell?
33201      Branch: perl
33202            ! ext/Time/HiRes/HiRes.xs
33203 ____________________________________________________________________________
33204 [ 12104] By: sky                                   on 2001/09/21  08:12:39
33205         Log: Attempt to fix solaris issue raised by Andy Dougherty.  
33206      Branch: perl
33207            ! ext/threads/threads.h ext/threads/threads.xs
33208 ____________________________________________________________________________
33209 [ 12103] By: sky                                   on 2001/09/21  07:57:41
33210         Log: Rename the *thread* functions to Perl_* to avoid clashes.
33211              Notably on AIX but could become a problem on other platforms.
33212      Branch: perl
33213            ! ext/threads/threads.h ext/threads/threads.xs
33214 ____________________________________________________________________________
33215 [ 12102] By: sky                                   on 2001/09/21  07:35:30
33216         Log: Add the shared sv space to the global vars.
33217              Fix problems compiling on win32.
33218      Branch: perl
33219            ! embedvar.h ext/threads/threads.xs perlapi.h perlvars.h
33220            ! sharedsv.c sharedsv.h
33221 ____________________________________________________________________________
33222 [ 12101] By: ams                                   on 2001/09/21  00:19:55
33223         Log: Subject: [PATCH] win32/Makefile warning fix
33224              From: Blair Zajac <blair@orcaware.com>
33225              Date: Thu, 20 Sep 2001 18:15:43 -0700
33226              Message-Id: <3BAA94BF.FFD5FC3A@orcaware.com>
33227      Branch: perl
33228            ! win32/Makefile
33229 ____________________________________________________________________________
33230 [ 12100] By: jhi                                   on 2001/09/20  21:57:04
33231         Log: Subject: [PATCH bleadperl] Command.t patch had some errors... sorry.
33232              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
33233              Date: Thu, 20 Sep 2001 18:36:22 +0200
33234              Message-ID: <549856591.20010920183622@tesla.rcub.bg.ac.yu>
33235      Branch: perl
33236            ! lib/ExtUtils/Command.t
33237 ____________________________________________________________________________
33238 [ 12099] By: jhi                                   on 2001/09/20  21:53:00
33239         Log: Cant spl wirth a dam.
33240      Branch: perl
33241            ! intrpvar.h
33242 ____________________________________________________________________________
33243 [ 12098] By: jhi                                   on 2001/09/20  21:52:24
33244         Log: Don't use C++ comments.
33245      Branch: perl
33246            ! ext/threads/threads.xs
33247 ____________________________________________________________________________
33248 [ 12097] By: ams                                   on 2001/09/20  21:42:07
33249         Log: Change #12044 didn't.
33250      Branch: perl
33251            ! lib/constant.pm
33252 ____________________________________________________________________________
33253 [ 12096] By: jhi                                   on 2001/09/20  13:38:44
33254         Log: Metaconfig unit changes for #12095.
33255      Branch: metaconfig
33256            ! U/modified/Myinit.U U/modified/libs.U
33257 ____________________________________________________________________________
33258 [ 12095] By: jhi                                   on 2001/09/20  13:38:22
33259         Log: Remove iconv references since we are not using it
33260              and not going to; regen perltoc, perlmodlib.
33261              (Some references still linger in perltoc, have to figure
33262              out where they are coming from.)
33263      Branch: perl
33264            ! Configure NetWare/config.wc NetWare/config_H.wc
33265            ! Porting/Glossary Porting/config.sh Porting/config_H
33266            ! config_h.SH configure.com epoc/config.sh perl.h
33267            ! pod/perlmodlib.pod pod/perltoc.pod uconfig.h uconfig.sh
33268            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
33269            ! vos/config.ga.h win32/config.bc win32/config.gc
33270            ! win32/config.vc win32/config_H.bc win32/config_H.gc
33271            ! win32/config_H.vc wince/config.ce wince/config.h
33272            ! wince/config_H.ce
33273 ____________________________________________________________________________
33274 [ 12094] By: jhi                                   on 2001/09/20  12:49:17
33275         Log: Subject: [PATCH docs] Re: ARGV and read
33276              From: Dave Mitchell <davem@fdgroup.co.uk>
33277              Date: Thu, 20 Sep 2001 13:21:31 +0100 (BST)
33278              Message-Id: <200109201221.NAA04258@gizmo.fdgroup.co.uk>
33279      Branch: perl
33280            ! pod/perltodo.pod pod/perlvar.pod
33281 ____________________________________________________________________________
33282 [ 12093] By: jhi                                   on 2001/09/20  12:45:35
33283         Log: Fresh copies from the cvs.perl.org perlfaq repository.
33284      Branch: perl
33285            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
33286            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
33287            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
33288            ! pod/perlfaq9.pod
33289 ____________________________________________________________________________
33290 [ 12092] By: jhi                                   on 2001/09/20  12:32:44
33291         Log: Subject: [PATCH] Re: n questions (was Re: 4 questions about pack/unpack)        
33292              From: Nicholas Clark <nick@ccl4.org>
33293              Date: Thu, 20 Sep 2001 14:27:08 +0100
33294              Message-ID: <20010920142708.X4971@plum.flirble.org>
33295      Branch: perl
33296            ! pp_pack.c t/op/pack.t
33297 ____________________________________________________________________________
33298 [ 12091] By: jhi                                   on 2001/09/20  12:16:50
33299         Log: The sharedsv_space* are variables, not code.  Duh.
33300      Branch: perl
33301            ! intrpvar.h makedef.pl
33302 ____________________________________________________________________________
33303 [ 12090] By: ams                                   on 2001/09/20  11:26:06
33304         Log: Subject: [patch lib/lib_pm.PL]
33305              From: Stas Bekman <stas@stason.org>
33306              Date: Thu, 20 Sep 2001 18:48:53 +0800
33307              Message-Id: <3BA9C995.6010302@stason.org>
33308              (Applied by hand.)
33309      Branch: perl
33310            ! lib/lib_pm.PL
33311 ____________________________________________________________________________
33312 [ 12089] By: jhi                                   on 2001/09/20  01:36:23
33313         Log: Only 21 tests, skipping or not.
33314      Branch: perl
33315            ! lib/ExtUtils/Command.t
33316 ____________________________________________________________________________
33317 [ 12088] By: jhi                                   on 2001/09/19  18:54:37
33318         Log: New exported symbols.
33319      Branch: perl
33320            ! makedef.pl
33321 ____________________________________________________________________________
33322 [ 12087] By: jhi                                   on 2001/09/19  13:45:59
33323         Log: Update Changes.
33324      Branch: perl
33325            ! Changes patchlevel.h
33326 ____________________________________________________________________________
33327 [ 12086] By: jhi                                   on 2001/09/19  13:02:58
33328         Log: Correct numbering of the tests is useful.
33329      Branch: perl
33330            ! ext/threads/t/basic.t
33331 ____________________________________________________________________________
33332 [ 12085] By: jhi                                   on 2001/09/19  12:11:15
33333         Log: More tests now too.
33334      Branch: perl
33335            ! lib/ExtUtils/Command.t
33336 ____________________________________________________________________________
33337 [ 12084] By: jhi                                   on 2001/09/19  12:08:33
33338         Log: More tests now.
33339      Branch: perl
33340            ! ext/threads/t/basic.t
33341 ____________________________________________________________________________
33342 [ 12083] By: jhi                                   on 2001/09/19  11:35:55
33343         Log: The test assumed 7-bit ASCII.  Now it "just"
33344              assumes 8-bit whatever.
33345      Branch: perl
33346            ! t/op/crypt.t
33347 ____________________________________________________________________________
33348 [ 12082] By: jhi                                   on 2001/09/19  11:19:56
33349         Log: Subject: Re: [PATCH] Smoke 12057 /pro/3gl/CPAN/perl-current
33350              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
33351              Date: Wed, 19 Sep 2001 11:45:28 +0200
33352              Message-Id: <20010919110037.19C7.H.M.BRAND@hccnet.nl>
33353              
33354              Lvalue casts are not portable.
33355      Branch: perl
33356            ! ext/threads/threads.xs
33357 ____________________________________________________________________________
33358 [ 12081] By: sky                                   on 2001/09/19  10:17:52
33359         Log: Make the basic test contain only realy basic API tests
33360              Seems to be a problem with detach.
33361      Branch: perl
33362            ! ext/threads/t/basic.t
33363 ____________________________________________________________________________
33364 [ 12080] By: ams                                   on 2001/09/19  01:23:55
33365         Log: Subject: [PATCH] Syncing with Test::Simple 0.19
33366              From: Michael G Schwern <schwern@pobox.com>
33367              Date: Tue, 18 Sep 2001 19:53:48 -0400
33368              Message-Id: <20010918195348.M585@blackrider>
33369              
33370              Subject: [REPATCH] Re: [PATCH lib/Test/More.pm] Stray newline confusing t/TEST
33371              From: Michael G Schwern <schwern@pobox.com>
33372              Date: Tue, 18 Sep 2001 22:07:13 -0400
33373              Message-Id: <20010918220713.B19616@blackrider>
33374      Branch: perl
33375            ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
33376            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
33377            ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/fail.t
33378            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/todo.t
33379            ! lib/Test/Tutorial.pod
33380 ____________________________________________________________________________
33381 [ 12079] By: jhi                                   on 2001/09/19  00:19:45
33382         Log: Indent the test a bit.
33383      Branch: perl
33384            ! ext/threads/t/basic.t
33385 ____________________________________________________________________________
33386 [ 12078] By: jhi                                   on 2001/09/18  22:54:21
33387         Log: Subject: [PATCH bleadperl] added tainting for getcwd for Win32
33388              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
33389              Date: Tue, 18 Sep 2001 18:06:44 +0200
33390              Message-ID: <11018348611.20010918180644@tesla.rcub.bg.ac.yu>
33391      Branch: perl
33392            ! win32/win32.c
33393 ____________________________________________________________________________
33394 [ 12077] By: jhi                                   on 2001/09/18  22:52:24
33395         Log: Subject: stat access time is wrong on Win95
33396              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
33397              Date: Tue, 18 Sep 2001 21:59:24 +0200
33398              Message-ID: <413158386.20010918215924@tesla.rcub.bg.ac.yu>
33399      Branch: perl
33400            ! lib/ExtUtils/Command.pm lib/ExtUtils/Command.t
33401 ____________________________________________________________________________
33402 [ 12076] By: ams                                   on 2001/09/18  22:11:25
33403         Log: Subject: [PATCH] Re: [PATCH] t/op/crypt.t
33404              From: Michael G Schwern <schwern@pobox.com>
33405              Date: Tue, 18 Sep 2001 18:47:14 -0400
33406              Message-Id: <20010918184714.I585@blackrider>
33407      Branch: perl
33408            ! t/op/crypt.t
33409 ____________________________________________________________________________
33410 [ 12075] By: sky                                   on 2001/09/18  19:29:37
33411         Log: two test failures
33412              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
33413              Message-ID: <20010918221702.A17408@rafael>
33414              partly applied, #12074 already fixed half the patch
33415      Branch: perl
33416            ! ext/threads/t/basic.t
33417 ____________________________________________________________________________
33418 [ 12074] By: sky                                   on 2001/09/18  18:49:03
33419         Log: Fixes test case failure introduced by #12071, the warning is
33420              now correctly spelled :-)
33421      Branch: perl
33422            ! ext/IO/lib/IO/t/io_sel.t
33423 ____________________________________________________________________________
33424 [ 12073] By: sky                                   on 2001/09/18  18:46:22
33425         Log: Make the test behave properly!
33426      Branch: perl
33427            ! ext/threads/t/basic.t
33428 ____________________________________________________________________________
33429 [ 12072] By: ams                                   on 2001/09/18  18:44:59
33430         Log: OP_RCATLINE is an SVOP, not a BASEOP.
33431      Branch: perl
33432            ! opcode.h opcode.pl
33433 ____________________________________________________________________________
33434 [ 12071] By: ams                                   on 2001/09/18  18:06:27
33435         Log: Deprecate != Depreciate.
33436      Branch: perl
33437            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Select.pm
33438            ! lib/Pod/ParseUtils.pm
33439 ____________________________________________________________________________
33440 [ 12070] By: ams                                   on 2001/09/18  15:14:58
33441         Log: Subject: [PATCH] Getopt::Std cleanup
33442              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
33443              Date: Tue, 18 Sep 2001 17:32:13 +0200
33444              Message-Id: <20010918173213.C777@rafael>
33445      Branch: perl
33446            ! lib/Getopt/Std.pm lib/Getopt/Std.t
33447 ____________________________________________________________________________
33448 [ 12069] By: sky                                   on 2001/09/18  14:56:33
33449         Log: Forgot the makefile
33450      Branch: perl
33451            + ext/threads/Makefile.PL
33452 ____________________________________________________________________________
33453 [ 12068] By: sky                                   on 2001/09/18  14:13:26
33454         Log: Adds the thread 0.05 module. It is now moved to the core from CPAN.
33455              The test will fail because of Test.pm not knowing about threads. 
33456              basic needs to be manually tested
33457              compile time warnings on IV2PTR conversions need to be fixed
33458      Branch: perl
33459            + ext/threads/Changes ext/threads/README ext/threads/t/basic.t
33460            + ext/threads/threads.h ext/threads/threads.pm
33461            + ext/threads/threads.xs
33462            ! MANIFEST
33463 ____________________________________________________________________________
33464 [ 12067] By: jhi                                   on 2001/09/18  11:51:08
33465         Log: DJGPP tweak from Laszlo Molnar.
33466      Branch: perl
33467            ! djgpp/config.over
33468 ____________________________________________________________________________
33469 [ 12066] By: sky                                   on 2001/09/18  10:24:31
33470         Log: Changed how ownership of mutexes are held. We never hold a mutex only a slot indicating that we own the lock.
33471      Branch: perl
33472            ! sharedsv.c sharedsv.h
33473 ____________________________________________________________________________
33474 [ 12065] By: jhi                                   on 2001/09/18  00:00:09
33475         Log: Strip ^iso- from the Encode filenames to be 8.3-friendly,
33476              ditto ^cns.
33477      Branch: perl
33478            + ext/Encode/Encode/11643-1.enc ext/Encode/Encode/11643-2.enc
33479            + ext/Encode/Encode/2022-cn.enc ext/Encode/Encode/2022-jp.enc
33480            + ext/Encode/Encode/2022-jp1.enc ext/Encode/Encode/2022-jp2.enc
33481            + ext/Encode/Encode/2022-kr.enc ext/Encode/Encode/2022.enc
33482            + ext/Encode/Encode/8859-1.enc ext/Encode/Encode/8859-1.ucm
33483            + ext/Encode/Encode/8859-10.enc ext/Encode/Encode/8859-10.ucm
33484            + ext/Encode/Encode/8859-11.enc ext/Encode/Encode/8859-11.ucm
33485            + ext/Encode/Encode/8859-13.enc ext/Encode/Encode/8859-13.ucm
33486            + ext/Encode/Encode/8859-14.enc ext/Encode/Encode/8859-14.ucm
33487            + ext/Encode/Encode/8859-15.enc ext/Encode/Encode/8859-15.ucm
33488            + ext/Encode/Encode/8859-16.enc ext/Encode/Encode/8859-16.ucm
33489            + ext/Encode/Encode/8859-2.enc ext/Encode/Encode/8859-2.ucm
33490            + ext/Encode/Encode/8859-3.enc ext/Encode/Encode/8859-3.ucm
33491            + ext/Encode/Encode/8859-4.enc ext/Encode/Encode/8859-4.ucm
33492            + ext/Encode/Encode/8859-5.enc ext/Encode/Encode/8859-5.ucm
33493            + ext/Encode/Encode/8859-6.enc ext/Encode/Encode/8859-6.ucm
33494            + ext/Encode/Encode/8859-7.enc ext/Encode/Encode/8859-7.ucm
33495            + ext/Encode/Encode/8859-8.enc ext/Encode/Encode/8859-8.ucm
33496            + ext/Encode/Encode/8859-9.enc ext/Encode/Encode/8859-9.ucm
33497            + ext/Encode/Encode/ir-197.enc
33498            - ext/Encode/Encode/cns11643-1.enc
33499            - ext/Encode/Encode/cns11643-2.enc
33500            - ext/Encode/Encode/iso2022-cn.enc
33501            - ext/Encode/Encode/iso2022-jp.enc
33502            - ext/Encode/Encode/iso2022-jp1.enc
33503            - ext/Encode/Encode/iso2022-jp2.enc
33504            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
33505            - ext/Encode/Encode/iso8859-1.enc
33506            - ext/Encode/Encode/iso8859-1.ucm
33507            - ext/Encode/Encode/iso8859-10.enc
33508            - ext/Encode/Encode/iso8859-10.ucm
33509            - ext/Encode/Encode/iso8859-11.enc
33510            - ext/Encode/Encode/iso8859-11.ucm
33511            - ext/Encode/Encode/iso8859-13.enc
33512            - ext/Encode/Encode/iso8859-13.ucm
33513            - ext/Encode/Encode/iso8859-14.enc
33514            - ext/Encode/Encode/iso8859-14.ucm
33515            - ext/Encode/Encode/iso8859-15.enc
33516            - ext/Encode/Encode/iso8859-15.ucm
33517            - ext/Encode/Encode/iso8859-16.enc
33518            - ext/Encode/Encode/iso8859-16.ucm
33519            - ext/Encode/Encode/iso8859-2.enc
33520            - ext/Encode/Encode/iso8859-2.ucm
33521            - ext/Encode/Encode/iso8859-3.enc
33522            - ext/Encode/Encode/iso8859-3.ucm
33523            - ext/Encode/Encode/iso8859-4.enc
33524            - ext/Encode/Encode/iso8859-4.ucm
33525            - ext/Encode/Encode/iso8859-5.enc
33526            - ext/Encode/Encode/iso8859-5.ucm
33527            - ext/Encode/Encode/iso8859-6.enc
33528            - ext/Encode/Encode/iso8859-6.ucm
33529            - ext/Encode/Encode/iso8859-7.enc
33530            - ext/Encode/Encode/iso8859-7.ucm
33531            - ext/Encode/Encode/iso8859-8.enc
33532            - ext/Encode/Encode/iso8859-8.ucm
33533            - ext/Encode/Encode/iso8859-9.enc
33534            - ext/Encode/Encode/iso8859-9.ucm
33535            - ext/Encode/Encode/isoir-197.enc
33536            ! MANIFEST ext/Encode/Encode/Tcl.t ext/Encode/Makefile.PL
33537 ____________________________________________________________________________
33538 [ 12064] By: jhi                                   on 2001/09/17  23:53:38
33539         Log: Must Uppercase.
33540      Branch: perl
33541            ! ext/Encode/Encode.pm
33542 ____________________________________________________________________________
33543 [ 12063] By: jhi                                   on 2001/09/17  23:39:28
33544         Log: Add various encodings.
33545      Branch: perl
33546            + ext/Encode/Encode/iso8859-11.enc
33547            + ext/Encode/Encode/iso8859-11.ucm ext/Encode/Encode/koi8-f.enc
33548            + ext/Encode/Encode/koi8-f.ucm ext/Encode/Encode/koi8-u.enc
33549            + ext/Encode/Encode/koi8-u.ucm ext/Encode/Encode/nextstep.enc
33550            + ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/roman8.enc
33551            + ext/Encode/Encode/roman8.ucm ext/Encode/Encode/viscii.enc
33552            + ext/Encode/Encode/viscii.ucm
33553            ! MANIFEST ext/Encode/Encode.pm
33554 ____________________________________________________________________________
33555 [ 12062] By: jhi                                   on 2001/09/17  22:48:21
33556         Log: lib/unicode relic.
33557      Branch: perl
33558            ! ext/Encode/compile
33559 ____________________________________________________________________________
33560 [ 12061] By: jhi                                   on 2001/09/17  20:50:16
33561         Log: Subject: [PATCH] Re: filename problems
33562              From: Michael G Schwern <schwern@pobox.com>
33563              Date: Mon, 17 Sep 2001 17:26:26 -0400
33564              Message-ID: <20010917172626.Q585@blackrider>
33565      Branch: perl
33566            + t/lib/sample-tests/head_end t/lib/sample-tests/head_fail
33567            - t/lib/sample-tests/header_at_end
33568            - t/lib/sample-tests/header_at_end_fail
33569            ! MANIFEST lib/Test/Harness/t/test-harness.t
33570 ____________________________________________________________________________
33571 [ 12060] By: jhi                                   on 2001/09/17  20:14:53
33572         Log: Explicitly explain the 1e9 seconds, not everybody
33573              is a C geek.
33574      Branch: perl
33575            ! ext/Time/HiRes/HiRes.pm
33576 ____________________________________________________________________________
33577 [ 12059] By: jhi                                   on 2001/09/17  20:07:20
33578         Log: Explain an apparent bug reported by
33579              Richard J. Barbalace <rjbarbal@MIT.EDU>,
33580              with additional explanation from Gisle Aas.
33581      Branch: perl
33582            ! ext/Time/HiRes/HiRes.pm
33583 ____________________________________________________________________________
33584 [ 12058] By: ams                                   on 2001/09/17  19:52:01
33585         Log: Subject: [PATCH t/lib/warnings/pp, t/lib/warnings/op] new tests
33586              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
33587              Date: Mon, 17 Sep 2001 22:48:05 +0200
33588              Message-Id: <20010917224805.C11744@rafael>
33589      Branch: perl
33590            ! t/lib/warnings/op t/lib/warnings/pp
33591 ____________________________________________________________________________
33592 [ 12057] By: ams                                   on 2001/09/17  16:51:18
33593         Log: Its a nit!
33594      Branch: perl
33595            ! sv.h
33596 ____________________________________________________________________________
33597 [ 12056] By: ams                                   on 2001/09/17  16:47:55
33598         Log: Subject: [PATCH perl@12023] waitpid enhancements for VMS
33599              From: "Craig A. Berry" <craigberry@mac.com>
33600              Date: Mon, 17 Sep 2001 12:34:20 -0500
33601              Message-Id: <5.1.0.14.0.20010916222208.0469cdf8@exchi01>
33602      Branch: perl
33603            ! vms/vms.c
33604 ____________________________________________________________________________
33605 [ 12055] By: ams                                   on 2001/09/17  16:05:15
33606         Log: Subject: [PATCH] Make CPAN.pm use Digest::MD5
33607              From: Gisle Aas <gisle@ActiveState.com>
33608              Date: 16 Apr 2001 16:20:34 -0700
33609              Message-ID: <lrlmp0sa7x.fsf@caliper.ActiveState.com>
33610              (Applied by hand.)
33611      Branch: perl
33612            ! lib/CPAN.pm lib/CPAN/Nox.pm
33613 ____________________________________________________________________________
33614 [ 12054] By: jhi                                   on 2001/09/17  14:06:26
33615         Log: Update Changes.
33616      Branch: perl
33617            ! Changes patchlevel.h
33618 ____________________________________________________________________________
33619 [ 12053] By: jhi                                   on 2001/09/17  13:45:26
33620         Log: Adding new files to the MANIFEST is always nice.
33621      Branch: perl
33622            ! MANIFEST
33623 ____________________________________________________________________________
33624 [ 12052] By: jhi                                   on 2001/09/17  13:12:31
33625         Log: Reindent the PerlIO files (suggested by NI-S), used
33626              indent -kr -nce -psl -sc -TSV -TAV -THV -TGV -TIV -TUV -TNV -TMAGIC -TFILE -TPerlIO -TPerlIO_list_t -TPerlIO_funcs -TPerlIO_pair_t
33627              (GNU indent).  Note that wholesale re-indenting might
33628              be nice, but that would break nice formatting/alignment
33629              of assignments, equality testing, and complex boolean
33630              expressions with lots of &s and |s.
33631      Branch: perl
33632            ! perlio.c perlio.h perliol.h
33633 ____________________________________________________________________________
33634 [ 12051] By: jhi                                   on 2001/09/17  12:55:53
33635         Log: Add a script for being 8.3-polite.
33636              The found conflicts are being worked on.
33637      Branch: perl
33638            + check83.pl
33639            ! MANIFEST Porting/pumpkin.pod
33640 ____________________________________________________________________________
33641 [ 12050] By: sky                                   on 2001/09/17  12:44:36
33642         Log: Fixes coredump introduced by 11755 and 11790. Thanks to Doug for
33643              finding it.
33644      Branch: perl
33645            ! sv.c
33646 ____________________________________________________________________________
33647 [ 12049] By: jhi                                   on 2001/09/17  11:55:07
33648         Log: Bump up versions because of #12041.
33649      Branch: perl
33650            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/File.pm
33651            ! ext/IO/lib/IO/Pipe.pm lib/Fatal.pm lib/Time/gmtime.pm
33652            ! lib/Time/localtime.pm
33653 ____________________________________________________________________________
33654 [ 12048] By: jhi                                   on 2001/09/17  11:51:54
33655         Log: Bump the version number because of #12042.
33656      Branch: perl
33657            ! lib/CPAN/FirstTime.pm
33658 ____________________________________________________________________________
33659 [ 12047] By: ams                                   on 2001/09/17  11:21:40
33660         Log: Subject: Re: [PATCH] turn $a.=<F> into an RCATLINE
33661              From: Abhijit Menon-Sen <ams@wiw.org>
33662              Date: Mon, 17 Sep 2001 17:44:12 +0530
33663              Message-Id: <20010917174412.B7058@lustre.dyn.wiw.org>
33664      Branch: perl
33665            ! op.c
33666 ____________________________________________________________________________
33667 [ 12046] By: sky                                   on 2001/09/17  07:14:17
33668         Log: Subject: Re: t/op/ver.t using skip() improperly
33669              From: "chromatic" <chromatic@rmci.net>
33670              Date: Mon, 17 Sep 2001 00:22:29 -0600
33671              Message-ID: <20010917062713.47716.qmail@onion.perl.org>
33672      Branch: perl
33673            ! t/op/ver.t
33674 ____________________________________________________________________________
33675 [ 12045] By: nick                                  on 2001/09/17  07:12:14
33676         Log: Integrate mainline
33677      Branch: perlio
33678           +> t/op/chdir.t
33679           !> (integrate 117 files)
33680 ____________________________________________________________________________
33681 [ 12044] By: ams                                   on 2001/09/17  05:49:53
33682         Log: Subject: [PATCH lib/constant.pm] Major POD rewrite of constant.pm
33683              From: Ilmari Karonen <iltzu@sci.fi>
33684              Date: Mon, 17 Sep 2001 00:47:57 +0300 (EET DST)
33685              Message-Id: <Pine.SOL.3.96.1010917002916.13210A-100000@simpukka>
33686              (And $VERSION = '1.05'.)
33687      Branch: perl
33688            ! lib/constant.pm
33689 ____________________________________________________________________________
33690 [ 12043] By: ams                                   on 2001/09/17  05:44:50
33691         Log: Subject: Re: [BUG?] chdir(undef) == chdir() probably a bug
33692              From: Michael G Schwern <schwern@pobox.com>
33693              Date: Mon, 17 Sep 2001 07:49:04 +0200
33694              Message-Id: <20010917074904.V1588@blackrider>
33695              (Applied with tweaks to chdir.t and pp_sys.c hunks.)
33696      Branch: perl
33697            + t/op/chdir.t
33698            ! MANIFEST pp_sys.c
33699 ____________________________________________________________________________
33700 [ 12042] By: jhi                                   on 2001/09/17  02:54:13
33701         Log: Subject: Re: CPAN.pm needs some hacking 
33702              From: "chromatic" <chromatic@rmci.net>
33703              Date: Sun, 16 Sep 2001 16:46:29 -0600
33704              Message-ID: <20010916225113.5606.qmail@onion.perl.org>
33705      Branch: perl
33706            ! lib/CPAN/FirstTime.pm
33707 ____________________________________________________________________________
33708 [ 12041] By: jhi                                   on 2001/09/16  20:43:15
33709         Log: Change use|require 5.005_64 to use|require 5.6.1.
33710      Branch: perl
33711            ! ext/Data/Dumper/Dumper.pm ext/Devel/DProf/DProf.pm
33712            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
33713            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
33714            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoSplit.pm
33715            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Command.pm
33716            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
33717            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
33718            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/FileHandle.pm
33719            ! lib/Math/Trig.pm lib/Net/Ping.pm lib/Net/hostent.pm
33720            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
33721            ! lib/Shell.pm lib/Tie/Array.pm lib/Tie/Handle.pm
33722            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
33723            ! lib/base.pm lib/fields.pm
33724 ____________________________________________________________________________
33725 [ 12040] By: jhi                                   on 2001/09/16  20:36:58
33726         Log: Bump up version numbers.
33727              
33728              TODO 1: double check that pre-5.6.1 CPAN.pm:s
33729              don't try to download 5.8.0 because of the
33730              version numbers.  Mainly this means using _00
33731              in the core version numbers.
33732              
33733              TODO 2: the "use 5.005_64" in many modules
33734              needs to be changed to, say, "use 5.6.1".
33735      Branch: perl
33736            ! ext/B/B/Assembler.pm ext/Data/Dumper/Dumper.pm
33737            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/CPAN.pm
33738            ! lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm
33739            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Manifest.pm
33740            ! lib/File/Basename.pm lib/File/Copy.pm lib/File/Find.pm
33741            ! lib/File/Path.pm lib/File/Spec.pm lib/File/Spec/Functions.pm
33742            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
33743            ! lib/File/Spec/Win32.pm lib/FindBin.pm lib/Pod/Checker.pm
33744            ! lib/Pod/Find.pm lib/SelfLoader.pm lib/Shell.pm
33745            ! lib/Tie/Handle.pm lib/blib.pm lib/diagnostics.pm
33746            ! vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
33747 ____________________________________________________________________________
33748 [ 12039] By: jhi                                   on 2001/09/16  19:23:07
33749         Log: Use UCHARAT() as suggested by Inaba Hiroto.
33750      Branch: perl
33751            ! regexec.c
33752 ____________________________________________________________________________
33753 [ 12038] By: ams                                   on 2001/09/16  15:16:24
33754         Log: Subject: [PATCH] Re: Core module version numbers review
33755              From: Peter Scott <Peter@PSDT.com>
33756              Date: Sun, 16 Sep 2001 09:09:58 -0700
33757              Message-Id: <4.3.2.7.2.20010916090716.00b452a0@mail.webquarry.com>
33758      Branch: perl
33759            ! lib/perl5db.pl
33760 ____________________________________________________________________________
33761 [ 12037] By: jhi                                   on 2001/09/16  14:27:54
33762         Log: Supply more details on how lc/uc/lcfirst/ucfirst are
33763              not yet fully implemented.
33764      Branch: perl
33765            ! pod/perlfunc.pod pod/perlunicode.pod
33766 ____________________________________________________________________________
33767 [ 12036] By: jhi                                   on 2001/09/15  23:13:12
33768         Log: Subject: [patch] plug PL_beginav_save leak
33769              From: Doug MacEachern <dougm@covalent.net>
33770              Date: Sat, 15 Sep 2001 17:02:18 -0700 (PDT)
33771              Message-ID: <Pine.LNX.4.21.0109151659060.6089-100000@mako.covalent.net>
33772      Branch: perl
33773            ! perl.c
33774 ____________________________________________________________________________
33775 [ 12035] By: jhi                                   on 2001/09/15  23:12:28
33776         Log: (accidentally empty checkin)
33777      Branch: perl
33778            ! sv.c
33779 ____________________________________________________________________________
33780 [ 12034] By: jhi                                   on 2001/09/15  23:08:09
33781         Log: Subject: [patch] ithreads+PL_beginav_save
33782              From: Doug MacEachern <dougm@covalent.net>
33783              Date: Sat, 15 Sep 2001 16:53:01 -0700 (PDT)
33784              Message-ID: <Pine.LNX.4.21.0109151651050.6089-100000@mako.covalent.net>
33785      Branch: perl
33786            ! sv.c
33787 ____________________________________________________________________________
33788 [ 12033] By: jhi                                   on 2001/09/15  23:07:19
33789         Log: Subject: [PATCH] h2xs.PL with C::Scan
33790              From: Tim Jenness <t.jenness@jach.hawaii.edu>
33791              Date: Sat, 15 Sep 2001 13:41:28 -1000 (HST)
33792              Message-ID: <Pine.LNX.4.33.0109151338560.3075-100000@lapaki>
33793      Branch: perl
33794            ! utils/h2xs.PL
33795 ____________________________________________________________________________
33796 [ 12032] By: jhi                                   on 2001/09/15  18:43:20
33797         Log: Elaborate (well, make more vague, really) #12030.
33798      Branch: perl
33799            ! pod/perltodo.pod pod/perlunicode.pod
33800 ____________________________________________________________________________
33801 [ 12031] By: jhi                                   on 2001/09/15  18:37:07
33802         Log: Subject: [PATCH regexec.c] adding (U8) to case insensitive matching
33803              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
33804              Date: Fri, 14 Sep 2001 20:58:30 -0400 (EDT)
33805              Message-ID: <Pine.GSO.4.21.0109142057490.12393-100000@crusoe.crusoe.net>
33806      Branch: perl
33807            ! regexec.c
33808 ____________________________________________________________________________
33809 [ 12030] By: jhi                                   on 2001/09/15  17:15:40
33810         Log: Document that the lc(), uc(), lcfirst(), ucfirst()
33811              are not yet complete.
33812      Branch: perl
33813            ! pod/perltodo.pod pod/perlunicode.pod
33814 ____________________________________________________________________________
33815 [ 12029] By: jhi                                   on 2001/09/15  13:53:42
33816         Log: Document what's still to be done on the regular expression
33817              Unicode support, based on the UTR#18.
33818      Branch: perl
33819            ! pod/perltodo.pod pod/perlunicode.pod
33820 ____________________________________________________________________________
33821 [ 12028] By: jhi                                   on 2001/09/15  12:37:31
33822         Log: Regen headers.
33823      Branch: perl
33824            ! embedvar.h perlapi.h
33825 ____________________________________________________________________________
33826 [ 12027] By: jhi                                   on 2001/09/15  12:33:49
33827         Log: Subject: Re: [ID 20010815.012] Unfortunate interaction between -0 cmd line arg & (??{CODE}) regex 
33828              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
33829              Date: Sun, 09 Sep 2001 18:41:54 +0100
33830              Message-Id: <200109091741.f89HfsM18534@crypt.compulink.co.uk>
33831      Branch: perl
33832            ! Porting/findvars ext/ByteLoader/bytecode.h
33833            ! ext/Thread/Thread.xs mg.c op.c perl.c perl.h pp_ctl.c sv.c
33834            ! t/run/kill_perl.t thrdvar.h toke.c util.c wince/perldll.def
33835 ____________________________________________________________________________
33836 [ 12026] By: gsar                                  on 2001/09/15  04:04:04
33837         Log: enable most warnings for windows build; fix the various typecasting
33838              nits that showed up (no bugfixes here)
33839      Branch: maint-5.6/perl
33840            ! av.c cop.h doop.c dump.c ext/Devel/Peek/Peek.xs
33841            ! ext/POSIX/POSIX.xs gv.c hv.c mg.c op.c perl.c perl.h perly.c
33842            ! perly.y pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c
33843            ! sv.c toke.c universal.c utf8.c util.c vms/perly_c.vms
33844            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
33845            ! x2p/walk.c
33846 ____________________________________________________________________________
33847 [ 12025] By: jhi                                   on 2001/09/14  22:22:58
33848         Log: Integrate change #12024 from maintperl
33849              (a local() precedence bug)
33850      Branch: perl
33851           !> lib/ExtUtils/Install.pm
33852 ____________________________________________________________________________
33853 [ 12024] By: gsar                                  on 2001/09/14  22:11:06
33854         Log: fix local() precedence bug in change#8311, came into maint-5.6 as
33855              change#8642
33856      Branch: maint-5.6/perl
33857            ! lib/ExtUtils/Install.pm
33858 ____________________________________________________________________________
33859 [ 12023] By: jhi                                   on 2001/09/14  15:04:16
33860         Log: Update Changes.
33861      Branch: perl
33862            ! Changes patchlevel.h
33863 ____________________________________________________________________________
33864 [ 12022] By: jhi                                   on 2001/09/14  14:49:52
33865         Log: Subject: Re: [ID 20010911.001] Not OK: perl v5.7.2 +DEVEL11978 on
33866              From: "chromatic" <chromatic@rmci.net>
33867              Date: Fri, 14 Sep 2001 09:44:57 -0600 
33868              Message-ID: <20010914154936.70059.qmail@onion.perl.org>
33869      Branch: perl
33870            ! lib/ExtUtils/Manifest.t
33871 ____________________________________________________________________________
33872 [ 12021] By: jhi                                   on 2001/09/14  14:46:36
33873         Log: Hopefully better skipping of the Complete.t tests
33874              in case of not a tty. 
33875      Branch: perl
33876            ! lib/Term/Complete.t t/op/stat.t
33877 ____________________________________________________________________________
33878 [ 12020] By: jhi                                   on 2001/09/14  14:10:44
33879         Log: Subject: [PATCH regexec.c] more jumpables, and hit-bit bug
33880              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
33881              Date: Fri, 14 Sep 2001 09:58:24 -0400 (EDT)
33882              Message-ID: <Pine.GSO.4.21.0109140955250.12393-100000@crusoe.crusoe.net>     
33883      Branch: perl
33884            ! regexec.c t/op/pat.t
33885 ____________________________________________________________________________
33886 [ 12019] By: jhi                                   on 2001/09/14  14:02:59
33887         Log: Subject: Re: unterminated C<...> at line 426 in file perlport.pod
33888              From: Robin Barker <rmb1@cise.npl.co.uk>
33889              Date: Fri, 14 Sep 2001 16:01:11 +0100 (BST)
33890              Message-Id: <200109141501.QAA13044@tempest.npl.co.uk>
33891      Branch: perl
33892            ! pod/perlport.pod
33893 ____________________________________________________________________________
33894 [ 12018] By: jhi                                   on 2001/09/14  13:55:56
33895         Log: NetWare tweaks from Ananth Kesari.
33896      Branch: perl
33897            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
33898            ! NetWare/nwutil.h
33899 ____________________________________________________________________________
33900 [ 12017] By: jhi                                   on 2001/09/14  13:50:08
33901         Log: Subject: unterminated C<...> at line 426 in file perlport.pod
33902              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
33903              Date: Fri, 14 Sep 2001 10:51:13 +0200
33904              Message-Id: <20010914103300.4B59.H.M.BRAND@hccnet.nl>
33905      Branch: perl
33906            ! pod/perlport.pod
33907 ____________________________________________________________________________
33908 [ 12016] By: jhi                                   on 2001/09/14  13:28:08
33909         Log: Subject: Re: [PATCH 2 pl2pm.PL]
33910              From: Joe Smith <Joe.Smith@inwap.com>
33911              Date: Fri, 14 Sep 2001 00:13:32 -0700
33912              Message-Id: <3BA1AE1C.64313CEE@inwap.com>                 
33913              
33914              Eradicate qu.
33915      Branch: perl
33916            ! keywords.h keywords.pl utils/pl2pm.PL
33917 ____________________________________________________________________________
33918 [ 12015] By: jhi                                   on 2001/09/14  02:38:23
33919         Log: Retract #12013, didn't go over too well in Tru64.
33920      Branch: perl
33921            ! embed.h embed.pl sv.h
33922 ____________________________________________________________________________
33923 [ 12014] By: jhi                                   on 2001/09/14  02:31:05
33924         Log: Subject: [PATCH] Execute files of debugger commands
33925              From: Peter Scott <Peter@PSDT.com>
33926              Date: Thu, 13 Sep 2001 15:26:31 -0700
33927              Message-Id: <4.3.2.7.2.20010913115845.00b22100@mail.webquarry.com>
33928      Branch: perl
33929            ! lib/perl5db.pl pod/perldebug.pod
33930 ____________________________________________________________________________
33931 [ 12013] By: jhi                                   on 2001/09/14  02:25:05
33932         Log: (Retracted by #12015)
33933              Subject: [proposed PATCH] Re: perl@11920
33934              From: Nicholas Clark <nick@ccl4.org>
33935              Date: Wed, 12 Sep 2001 23:46:09 +0100
33936              Message-ID: <20010912234609.H4971@plum.flirble.org>     
33937      Branch: perl
33938            ! embed.h embed.pl sv.h
33939 ____________________________________________________________________________
33940 [ 12012] By: jhi                                   on 2001/09/14  02:12:02
33941         Log: ucblib shouldn't be linked against in nonstop-ux,
33942              from Tom Bates.
33943      Branch: perl
33944            ! hints/nonstopux.sh
33945 ____________________________________________________________________________
33946 [ 12011] By: jhi                                   on 2001/09/13  12:54:51
33947         Log: Do stty only if we have stty.
33948              
33949              TODO: non-UNIX platforms.  Solaris and /usr/ucb/stty?
33950      Branch: perl
33951            ! lib/Term/Complete.pm
33952 ____________________________________________________________________________
33953 [ 12010] By: jhi                                   on 2001/09/13  12:44:28
33954         Log: Skip the test if not running on a tty.
33955      Branch: perl
33956            ! lib/Term/Complete.t
33957 ____________________________________________________________________________
33958 [ 12009] By: jhi                                   on 2001/09/13  12:01:56
33959         Log: Regen headers.
33960      Branch: perl
33961            ! embed.h opcode.h pod/perlapi.pod proto.h
33962 ____________________________________________________________________________
33963 [ 12008] By: jhi                                   on 2001/09/12  17:51:32
33964         Log: Subject: [PATCH op.c] Re: perl@12003
33965              From: Robin Barker <rmb1@cise.npl.co.uk>
33966              Date: Wed, 12 Sep 2001 19:00:38 +0100 (BST)
33967              Message-Id: <200109121800.TAA05256@tempest.npl.co.uk>
33968      Branch: perl
33969            ! op.c
33970 ____________________________________________________________________________
33971 [ 12007] By: jhi                                   on 2001/09/12  17:49:39
33972         Log: Subject: [PATCH sv.c] may be uninitialized warning forperl@12003
33973              From: Robin Barker <rmb1@cise.npl.co.uk>
33974              Date: Wed, 12 Sep 2001 19:00:31 +0100 (BST)
33975              Message-Id: <200109121800.TAA05250@tempest.npl.co.uk>
33976      Branch: perl
33977            ! sv.c
33978 ____________________________________________________________________________
33979 [ 12006] By: jhi                                   on 2001/09/12  17:41:49
33980         Log: Upgrade to Memoize 0.66.
33981      Branch: perl
33982            ! lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
33983            ! lib/Memoize/Expire.pm lib/Memoize/README lib/Memoize/TODO
33984            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
33985 ____________________________________________________________________________
33986 [ 12005] By: jhi                                   on 2001/09/12  13:14:59
33987         Log: Subject: [ID 20010912.007] substr reference core dump
33988              From: me-01@ton.iguana.be
33989              Date: 12 Sep 2001 14:11:16 -0000
33990              Message-Id: <20010912141116.6058.qmail@quasar.home.lunix>
33991      Branch: perl
33992            ! mg.c
33993 ____________________________________________________________________________
33994 [ 12004] By: ams                                   on 2001/09/12  01:13:49
33995         Log: Subject: [PATCH perlfaq4.pod] Deobfuscate Fisher-Yates example code
33996              From: Ilmari Karonen <iltzu@sci.fi>
33997              Date: Tue, 11 Sep 2001 23:31:25 +0300 (EET DST)
33998              Message-Id: <Pine.SOL.3.96.1010911231925.688A-100000@simpukka>
33999      Branch: perl
34000            ! pod/perlfaq4.pod
34001 ____________________________________________________________________________
34002 [ 12003] By: jhi                                   on 2001/09/11  13:02:37
34003         Log: Update Changes.
34004      Branch: perl
34005            ! Changes patchlevel.h
34006 ____________________________________________________________________________
34007 [ 12002] By: jhi                                   on 2001/09/11  11:50:48
34008         Log: NetWare update from Ananth Kesari.
34009      Branch: perl
34010            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
34011            ! NetWare/config.wc NetWare/config_H.wc NetWare/nwutil.h
34012 ____________________________________________________________________________
34013 [ 12001] By: jhi                                   on 2001/09/11  11:40:51
34014         Log: Retract #11984: div() being redefined, and 1397
34015              failing on 64-bit platforms.
34016      Branch: perl
34017            ! lib/Math/BigInt/Calc.pm
34018 ____________________________________________________________________________
34019 [ 12000] By: jhi                                   on 2001/09/11  11:19:07
34020         Log: Metaconfig unit change for #11999.
34021      Branch: metaconfig
34022            ! U/protos/d_lseekproto.U
34023 ____________________________________________________________________________
34024 [ 11999] By: jhi                                   on 2001/09/11  11:18:36
34025         Log: The lseek fix (#11991) was no fix.
34026      Branch: perl
34027            ! Configure
34028 ____________________________________________________________________________
34029 [ 11998] By: sky                                   on 2001/09/11  07:52:06
34030         Log: Subject: [PATCH] Encode.pm add UCS-2 little endian support
34031              From: Matt Sergeant <MSergeant@star.net.uk>
34032              Date: Tue, 11 Sep 2001 09:22:32 +0100
34033              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B9003C@UKS040>
34034      Branch: perl
34035            ! ext/Encode/Encode.pm
34036 ____________________________________________________________________________
34037 [ 11997] By: sky                                   on 2001/09/11  06:35:29
34038         Log: Sometimes dTHX is added because it is needed on non 
34039              gnuc platforms, but not needed there. This uses GCC
34040              to silence GCC specific warnings by marking pTHX as 
34041              unused.
34042      Branch: perl
34043            ! perl.h
34044 ____________________________________________________________________________
34045 [ 11996] By: nick                                  on 2001/09/11  06:25:27
34046         Log: Integrate mainline
34047      Branch: perlio
34048            - ext/POSIX/sigaction.t lib/File/Find/taint.t
34049           !> lib/CGI/t/carp.t lib/Test/Simple/t/simple.t t/op/crypt.t
34050 ____________________________________________________________________________
34051 [ 11995] By: nick                                  on 2001/09/11  06:23:39
34052         Log: Part Integrate mainline
34053      Branch: perlio
34054           +> (branch 69 files)
34055            - ext/Cwd/Cwd.t ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t
34056            - ext/POSIX/POSIX.t lib/Attribute/Handlers/test.pl
34057            - lib/Env/array.t lib/Env/env.t lib/File/Find/find.t
34058            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
34059            - lib/Switch/t/switch_case.t lib/Test/Harness.t
34060            - lib/Test/More/Changes lib/Test/More/t/More.t
34061            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
34062            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
34063            - lib/Text/Balanced.pod lib/Text/Balanced/t/genxt.t
34064            - lib/Text/Balanced/t/xbrak.t lib/Text/Balanced/t/xcode.t
34065            - lib/Text/Balanced/t/xdeli.t lib/Text/Balanced/t/xmult.t
34066            - lib/Text/Balanced/t/xquot.t lib/Text/Balanced/t/xtagg.t
34067            - lib/Text/Balanced/t/xvari.t objXSUB.h t/lib/MyFilter.pm
34068            - t/lib/Test/More/Catch.pm wince/perl.ico
34069           !> (integrate 197 files)
34070 ____________________________________________________________________________
34071 [ 11994] By: jhi                                   on 2001/09/11  03:12:44
34072         Log: Subject: Re: [PATCH] Encode.pm docs fix
34073              From: Gisle Aas <gisle@ActiveState.com>
34074              Date: 10 Sep 2001 11:27:02 -0700
34075              Message-ID: <lrwv363nrd.fsf@caliper.ActiveState.com>
34076      Branch: perl
34077            ! ext/Encode/Encode.pm
34078 ____________________________________________________________________________
34079 [ 11993] By: jhi                                   on 2001/09/11  02:27:25
34080         Log: Fix unpack U to be the reverse of pack U
34081              (but implement unpack U0U as a backdoor to get
34082              the UTF-8 malformed warnings from un-UTF-8 data)
34083      Branch: perl
34084            ! pod/perlunicode.pod pp_pack.c t/op/pack.t t/op/utf8decode.t
34085 ____________________________________________________________________________
34086 [ 11992] By: jhi                                   on 2001/09/11  00:14:24
34087         Log: Metaconfig unit change for #11991;
34088              delete an unused unit (d_strtoull.U is the one used)
34089      Branch: metaconfig
34090            ! U/protos/d_lseekproto.U
34091      Branch: metaconfig/U/perl
34092            - strtoull.U
34093 ____________________________________________________________________________
34094 [ 11991] By: jhi                                   on 2001/09/11  00:14:01
34095         Log: Subject: [PATCH] Configure not recording lseek proto
34096              From: Blair Zajac <blair@orcaware.com>
34097              Date: Mon, 10 Sep 2001 17:52:37 -0700
34098              Message-ID: <3B9D6055.BA334A31@orcaware.com>
34099              
34100              plus regen Configure.
34101      Branch: perl
34102            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
34103            ! config_h.SH uconfig.h
34104 ____________________________________________________________________________
34105 [ 11990] By: jhi                                   on 2001/09/10  23:59:25
34106         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?)))                  
34107              From: Nicholas Clark <nick@ccl4.org>
34108              Date: Tue, 11 Sep 2001 00:00:31 +0100
34109              Message-ID: <20010911000031.G1512@plum.flirble.org>
34110      Branch: perl
34111            + t/op/qq.t
34112            ! MANIFEST numeric.c perl.h regcomp.c t/op/pat.t toke.c
34113 ____________________________________________________________________________
34114 [ 11989] By: jhi                                   on 2001/09/10  23:31:45
34115         Log: Subject: [PATCH] Building on win32 w/o perlio
34116              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
34117              Date: Mon, 10 Sep 2001 23:38:46 +0200
34118              Message-ID: <3B9D4F06.14433.2C37644@localhost>
34119      Branch: perl
34120            ! perl.c win32/Makefile win32/makefile.mk
34121 ____________________________________________________________________________
34122 [ 11988] By: jhi                                   on 2001/09/10  23:26:40
34123         Log: Subject: [PATCH MANIFEST lib/CGI/t/push.t] New Test for CGI::Push
34124              From: "chromatic" <chromatic@rmci.net>
34125              Date: Mon, 10 Sep 2001 15:14:01 -0600
34126              Message-ID: <20010910211833.30177.qmail@onion.perl.org>
34127      Branch: perl
34128            + lib/CGI/t/push.t
34129            ! MANIFEST
34130 ____________________________________________________________________________
34131 [ 11987] By: jhi                                   on 2001/09/10  23:24:11
34132         Log: Subject: avoiding hoardes of zombies
34133              From: Nicholas Clark <nick@ccl4.org>
34134              Date: Mon, 10 Sep 2001 22:00:40 +0100
34135              Message-ID: <20010910220040.C1512@plum.flirble.org>
34136      Branch: perl
34137            ! pod/perlipc.pod
34138 ____________________________________________________________________________
34139 [ 11986] By: jhi                                   on 2001/09/10  23:22:10
34140         Log: Subject: PATCH Resubmission  - was Re: [ID 20010902.001] v strings over 2*31 barf
34141              From: John Peacock <jpeacock@rowman.com>
34142              Date: Mon, 10 Sep 2001 16:34:30 -0400
34143              Message-ID: <3B9D23D6.90BCCC25@rowman.com>
34144      Branch: perl
34145            ! sv.c t/op/ver.t utf8.h
34146 ____________________________________________________________________________
34147 [ 11985] By: ams                                   on 2001/09/10  23:20:13
34148         Log: Typo fixed by Blair Zajac in <3B9D284C.23B8D20B@orcaware.com>.
34149      Branch: perl
34150            ! MANIFEST
34151 ____________________________________________________________________________
34152 [ 11984] By: jhi                                   on 2001/09/10  23:09:31
34153         Log: (Retracted by #12001)
34154              Subject: Calc with USE_MUL/USE_DIV
34155              From: Tels <perl_dummy@bloodgate.com>
34156              Date: Fri, 07 Sep 2001 18:52:08 +0200 (CEST)
34157              Message-Id: <200109071651.TAA11249@tiku.hut.fi>
34158      Branch: perl
34159            ! lib/Math/BigInt/Calc.pm
34160 ____________________________________________________________________________
34161 [ 11983] By: jhi                                   on 2001/09/10  22:37:14
34162         Log: Subject: [PATCH op.c] Re: perl@11978
34163              From: Robin Barker <rmb1@cise.npl.co.uk>
34164              Date: Mon, 10 Sep 2001 18:58:01 +0100 (BST)
34165              Message-Id: <200109101758.SAA07670@tempest.npl.co.uk>
34166              
34167              Format errors.
34168      Branch: perl
34169            ! op.c
34170 ____________________________________________________________________________
34171 [ 11982] By: jhi                                   on 2001/09/10  22:35:57
34172         Log: Switch PADOFFSET back to U32 both because of binary backward
34173              compatibility and because Arthur seems to have been fixing the
34174              problems with naughty integer-pointer casting.
34175      Branch: perl
34176            ! op.h
34177 ____________________________________________________________________________
34178 [ 11981] By: ams                                   on 2001/09/10  16:31:43
34179         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Command.pm, lib/ExtUtils/Command.t]
34180              Fix Pod Typo, Add Test for ExtUtils::Command
34181              From: "chromatic" <chromatic@rmci.net>
34182              Date: Mon, 10 Sep 2001 11:20:56 -0600
34183              Message-Id: <20010910172528.54160.qmail@onion.perl.org>
34184      Branch: perl
34185            + lib/ExtUtils/Command.t
34186            ! MANIFEST lib/ExtUtils/Command.pm
34187 ____________________________________________________________________________
34188 [ 11980] By: jhi                                   on 2001/09/10  13:29:35
34189         Log: Subject: [PATCH] Encode.pm docs fix
34190              From: Matt Sergeant <MSergeant@star.net.uk>
34191              Date: Mon, 10 Sep 2001 15:24:01 +0100
34192              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B90035@UKS040>     
34193      Branch: perl
34194            ! ext/Encode/Encode.pm
34195 ____________________________________________________________________________
34196 [ 11979] By: jhi                                   on 2001/09/10  13:17:48
34197         Log: Update Changes.
34198      Branch: perl
34199            ! Changes patchlevel.h
34200 ____________________________________________________________________________
34201 [ 11978] By: jhi                                   on 2001/09/10  12:59:40
34202         Log: Revert #11973, the dTHX seems to be needed in there
34203              for threaded builds.
34204      Branch: perl
34205            ! perlio.c
34206 ____________________________________________________________________________
34207 [ 11977] By: jhi                                   on 2001/09/10  12:55:47
34208         Log: Detypo.
34209      Branch: perl
34210            ! pod/perlguts.pod
34211 ____________________________________________________________________________
34212 [ 11976] By: jhi                                   on 2001/09/10  12:46:34
34213         Log: Further Class::Struct patching from Damian.
34214              
34215              The new new semantics are:
34216              
34217              * If you pass an initializer for a nested object, it has to be:
34218              a) a reference to an object of that class, or      
34219              b) a reference to an object of a subclass of that class, or
34220              c) a reference to a hash of arguments to be passed to the
34221              class's constructor
34222              * If you pass no initializer for a nested object, the attribute
34223              is initialized to C<undef>
34224      Branch: perl
34225            ! lib/Class/Struct.pm
34226 ____________________________________________________________________________
34227 [ 11975] By: jhi                                   on 2001/09/10  12:42:24
34228         Log: Skip the crypt test if no crypt.
34229      Branch: perl
34230            ! t/op/crypt.t
34231 ____________________________________________________________________________
34232 [ 11974] By: jhi                                   on 2001/09/10  12:39:25
34233         Log: Warn against using bare v-strings as IP addresses
34234              (okay if using the wrappers from Socket)
34235      Branch: perl
34236            ! pod/perldata.pod pod/perlport.pod
34237 ____________________________________________________________________________
34238 [ 11973] By: sky                                   on 2001/09/10  11:57:58
34239         Log: Remove unused dTHX. Silenced another warning.
34240      Branch: perl
34241            ! perlio.c
34242 ____________________________________________________________________________
34243 [ 11972] By: sky                                   on 2001/09/10  11:54:25
34244         Log: Silence some more warnings INT2PTR.
34245      Branch: perl
34246            ! pp.c pp_ctl.c sharedsv.c sv.c taint.c
34247 ____________________________________________________________________________
34248 [ 11971] By: sky                                   on 2001/09/10  11:21:50
34249         Log: Silence another ITHREAD 64bit INT/32bit PTR warning.
34250      Branch: perl
34251            ! cop.h
34252 ____________________________________________________________________________
34253 [ 11970] By: sky                                   on 2001/09/10  11:17:25
34254         Log: Apply INT2PTR with force to silence warnings from
34255              PM_GETRE and friends. No more warnings with 64bit 
34256              IVs and 32bit pointers.    
34257      Branch: perl
34258            ! op.c op.h perl.c
34259 ____________________________________________________________________________
34260 [ 11969] By: sky                                   on 2001/09/10  10:13:02
34261         Log: Removed reference of -DPERL_CUSTOM_OPS in the documentation.
34262      Branch: perl
34263            ! pod/perlguts.pod
34264 ____________________________________________________________________________
34265 [ 11968] By: sky                                   on 2001/09/10  10:02:51
34266         Log: Remove #ifdef PERL_CUSTOM_OPS, always build with PERL_CUSTOM_OPS
34267              Rename to custop_op_name to Perl_custom_op_name to match perlapi
34268              Clone the hashtable PL_custom_op_names and PL_custop_op_descs in 
34269              perl_clone.
34270      Branch: perl
34271            ! embed.pl intrpvar.h makedef.pl op.c opcode.pl sv.c
34272 ____________________________________________________________________________
34273 [ 11967] By: jhi                                   on 2001/09/10  03:14:35
34274         Log: Using strlen() not good on embedded nul bytes.
34275      Branch: perl
34276            ! regcomp.c
34277 ____________________________________________________________________________
34278 [ 11966] By: ams                                   on 2001/09/09  21:06:13
34279         Log: Subject: Re: [ID 20010810.011] 'use v2b' not allowed with strict
34280              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
34281              Date: Mon, 13 Aug 2001 22:51:59 +0200
34282              Message-ID: <20010813225159.C6681@rafael>
34283              (Applied with several tweaks.)
34284      Branch: perl
34285            ! embed.h embed.pl proto.h toke.c
34286 ____________________________________________________________________________
34287 [ 11965] By: jhi                                   on 2001/09/09  14:40:39
34288         Log: The exact error message is system-dependent.
34289      Branch: perl
34290            ! lib/ExtUtils/Manifest.t
34291 ____________________________________________________________________________
34292 [ 11964] By: jhi                                   on 2001/09/09  14:38:05
34293         Log: Add Windows and Mac Sami support to Encode
34294              (http://www.egt.ie/standards/se/sami-teastabaiki.html)
34295      Branch: perl
34296            + ext/Encode/Encode/isoir-197.enc ext/Encode/Encode/macSami.enc
34297            ! MANIFEST
34298 ____________________________________________________________________________
34299 [ 11963] By: jhi                                   on 2001/09/09  13:54:07
34300         Log: Use the tried method.
34301      Branch: perl
34302            ! pod/perlport.pod
34303 ____________________________________________________________________________
34304 [ 11962] By: jhi                                   on 2001/09/09  13:46:59
34305         Log: Can't count parentheses.
34306      Branch: perl
34307            ! ext/IO/lib/IO/Socket/INET.pm
34308 ____________________________________________________________________________
34309 [ 11961] By: jhi                                   on 2001/09/09  13:34:12
34310         Log: perlport additions: 1 while unlink, add/delete directory
34311              entries and permissions, cygwin stat funkiness (from Michael
34312              Schwern and Nicholas Clark)
34313      Branch: perl
34314            ! pod/perlport.pod
34315 ____________________________________________________________________________
34316 [ 11960] By: jhi                                   on 2001/09/09  13:19:12
34317         Log: blib does have a detectable test.
34318      Branch: perl
34319            ! t/lib/1_compile.t
34320 ____________________________________________________________________________
34321 [ 11959] By: jhi                                   on 2001/09/09  13:16:43
34322         Log: Subject: [PATCH MANIFEST, lib/Term/Complete.t] Add Test for Term::Complete
34323              From: "chromatic" <chromatic@rmci.net>
34324              Date: Sat, 08 Sep 2001 19:33:42 -0600
34325              Message-ID: <20010909013810.11522.qmail@onion.perl.org>
34326      Branch: perl
34327            + lib/Term/Complete.t
34328            ! MANIFEST
34329 ____________________________________________________________________________
34330 [ 11958] By: jhi                                   on 2001/09/09  13:09:02
34331         Log: Subject: [PATCH MANIFEST lib/Test/Tutorial.pod] Test::Tutorial?
34332              From: Michael G Schwern <schwern@pobox.com> 
34333              Date: Sat, 8 Sep 2001 02:40:26 -0400
34334              Message-ID: <20010908024026.A26283@blackrider>
34335      Branch: perl
34336            + lib/Test/Tutorial.pod
34337            ! MANIFEST
34338 ____________________________________________________________________________
34339 [ 11957] By: jhi                                   on 2001/09/09  13:03:33
34340         Log: Try to look up protocol (by name) only iff it has non-numbers:
34341              nice if the server is in a chrooted environment (no /etc/protocols,
34342              server code using hardcorded protocol numbers like 6 for tcp),
34343              suggested by John Holdsworth <coldwave@bigfoot.com>.
34344              In other words, if we are given a number, why look it up again
34345              (by number)?
34346      Branch: perl
34347            ! ext/IO/lib/IO/Socket/INET.pm
34348 ____________________________________________________________________________
34349 [ 11956] By: jhi                                   on 2001/09/09  12:53:12
34350         Log: Subject: [PATCH regcomp.c] zero-width assertions CAN be ?'d
34351              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
34352              Date: Sat, 8 Sep 2001 15:42:30 -0400 (EDT) 
34353              Message-ID: <Pine.GSO.4.21.0109081535480.24489-100000@crusoe.crusoe.net>
34354              
34355              Subject: Re: [PATCH t/op/misc.t] regcomp.c patch broke test 
34356              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
34357              Date: Sat, 8 Sep 2001 18:33:12 -0400 (EDT)
34358              Message-ID: <Pine.GSO.4.21.0109081832030.24489-100000@crusoe.crusoe.net>
34359              Subject: [PATCH t/lib/warnings/regcomp] (?=...)? gives no warning now
34360              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
34361              Date: Sat, 8 Sep 2001 18:37:22 -0400 (EDT)
34362              Message-ID: <Pine.GSO.4.21.0109081835340.24489-100000@crusoe.crusoe.net>
34363      Branch: perl
34364            ! regcomp.c t/lib/warnings/regcomp t/run/kill_perl.t
34365 ____________________________________________________________________________
34366 [ 11955] By: ams                                   on 2001/09/09  02:54:21
34367         Log: Subject: Re: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
34368              From: "Craig A. Berry" <craigberry@mac.com>
34369              Date: Sat, 08 Sep 2001 19:02:16 -0500
34370              Message-Id: <5.1.0.14.0.20010908185936.01aadcc0@mail.mac.com>
34371      Branch: perl
34372            ! lib/CGI/t/carp.t
34373 ____________________________________________________________________________
34374 [ 11954] By: jhi                                   on 2001/09/09  02:30:39
34375         Log: Documentation tweaks; think the IP address as an opaque string.
34376      Branch: perl
34377            ! ext/Socket/Socket.pm
34378 ____________________________________________________________________________
34379 [ 11953] By: jhi                                   on 2001/09/09  00:32:05
34380         Log: Subject: [REPATCH] Re: [PATCH] new test lib/blib.t
34381              From: Michael G Schwern <schwern@pobox.com>
34382              Date: Sat, 8 Sep 2001 19:45:46 -0400
34383              Message-ID: <20010908194546.C9193@blackrider>
34384      Branch: perl
34385            + lib/blib.t
34386            ! MANIFEST lib/blib.pm t/lib/1_compile.t
34387 ____________________________________________________________________________
34388 [ 11952] By: jhi                                   on 2001/09/09  00:27:15
34389         Log: Subject: [PATCH MANIFEST, lib/CGI/t/fast.t] Added Test for CGI::Fast
34390              From: "chromatic" <chromatic@rmci.net>
34391              Date: Sat, 08 Sep 2001 12:31:44 -0600
34392              Message-ID: <20010908183612.49960.qmail@onion.perl.org>
34393      Branch: perl
34394            + lib/CGI/t/fast.t
34395            ! MANIFEST
34396 ____________________________________________________________________________
34397 [ 11951] By: jhi                                   on 2001/09/09  00:24:07
34398         Log: The Socket tests were wrong: they were assuming too much.
34399      Branch: perl
34400            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
34401 ____________________________________________________________________________
34402 [ 11950] By: jhi                                   on 2001/09/08  20:09:07
34403         Log: Retract the portability changes since they
34404              seem to have opened a can of worms... will
34405              go back to UNICOS/mk and do the bare minimum
34406              required to get the tests working.
34407      Branch: perl
34408            ! ext/Socket/Socket.xs
34409 ____________________________________________________________________________
34410 [ 11949] By: jhi                                   on 2001/09/08  19:48:20
34411         Log: PADOFFSET is used to cast pointers into integers,
34412              if pointers are 64 bits and U32 32 bits,
34413              bad things may happen, or at least warnings issued.
34414      Branch: perl
34415            ! op.h
34416 ____________________________________________________________________________
34417 [ 11948] By: jhi                                   on 2001/09/08  18:50:07
34418         Log: Still more Socket portability tweaking.
34419              Now Socket.t seems to be happy in all of
34420              Linux/x86, Tru64/alpha, Solaris/sparc,
34421              IRIX/MIPS (both 32-bit and 64-bit), and UNICOS/mk/alpha.
34422              
34423              Addendum: it seems that io_multihomed, io_sock, and hostent
34424              were broken in little-endians (linux/x86 and tru64/alpha)
34425              because of this change.  Argh.
34426      Branch: perl
34427            ! ext/Socket/Socket.xs
34428 ____________________________________________________________________________
34429 [ 11947] By: jhi                                   on 2001/09/08  17:23:23
34430         Log: More portability kicking on inet_ntoa().
34431      Branch: perl
34432            ! ext/Socket/Socket.xs
34433 ____________________________________________________________________________
34434 [ 11946] By: jhi                                   on 2001/09/08  15:09:58
34435         Log: Subject: [REPATCH] Re: [PATCH MANIFEST, lib/ExtUtils/Manifest.t] Another New Test
34436              From: Michael G Schwern <schwern@pobox.com> 
34437              Date: Fri, 7 Sep 2001 23:06:51 -0400
34438              Message-ID: <20010907230651.R606@blackrider>
34439      Branch: perl
34440            + lib/ExtUtils/Manifest.t
34441            ! MANIFEST lib/ExtUtils/MM_Unix.pm lib/ExtUtils/Manifest.pm
34442 ____________________________________________________________________________
34443 [ 11945] By: jhi                                   on 2001/09/08  14:49:15
34444         Log: Subject: Re: [PATCH MANIFEST, lib/ExtUtils/testlib.t] More Tests
34445              From: "chromatic" <chromatic@rmci.net>
34446              Date: Fri, 07 Sep 2001 17:53:15 -0600      
34447              Message-ID: <20010907235740.80566.qmail@onion.perl.org>              
34448      Branch: perl
34449            + lib/ExtUtils/testlib.t
34450            ! MANIFEST
34451 ____________________________________________________________________________
34452 [ 11944] By: jhi                                   on 2001/09/07  22:57:00
34453         Log: Thinko.
34454      Branch: perl
34455            ! lib/integer.t
34456 ____________________________________________________________________________
34457 [ 11943] By: jhi                                   on 2001/09/07  20:34:55
34458         Log: Subject: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
34459              From: "Craig A. Berry" <craigberry@mac.com>
34460              Date: Fri, 07 Sep 2001 15:30:03 -0500
34461              Message-Id: <5.1.0.14.0.20010907142644.03700c38@exchi01>
34462      Branch: perl
34463            ! lib/CGI/Carp.pm
34464 ____________________________________________________________________________
34465 [ 11942] By: jhi                                   on 2001/09/07  20:30:43
34466         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] (was Re: MakeMaker: MM_Unix rule excluding pods)
34467              From: Michael G Schwern <schwern@pobox.com>
34468              Date: Fri, 7 Sep 2001 15:38:13 -0400
34469              Message-ID: <20010907153813.K606@blackrider>
34470      Branch: perl
34471            ! lib/ExtUtils/MM_Unix.pm
34472 ____________________________________________________________________________
34473 [ 11941] By: jhi                                   on 2001/09/07  20:28:24
34474         Log: Subject: [PATCH perl.h mg.c pp_sys.c] Silence the remaing format warning
34475              From: Robin Barker <rmb1@cise.npl.co.uk>
34476              Date: Fri, 7 Sep 2001 18:28:23 +0100 (BST)
34477              Message-Id: <200109071728.SAA13569@tempest.npl.co.uk>
34478      Branch: perl
34479            ! Porting/pumpkin.pod mg.c perl.h pp_sys.c
34480 ____________________________________________________________________________
34481 [ 11940] By: jhi                                   on 2001/09/07  20:26:29
34482         Log: Clean up 1_compile.t; move tests to more consistent
34483              places (t/ subdirectories); add integer.t (much of
34484              the pragma is tested elsewhere but there is no one
34485              centralized place)
34486      Branch: perl
34487            + ext/Fcntl/t/fcntl.t ext/Fcntl/t/syslfs.t ext/POSIX/t/posix.t
34488            + ext/POSIX/t/sigaction.t lib/Env/t/array.t lib/Env/t/env.t
34489            + lib/File/Find/t/find.t lib/File/Find/t/taint.t lib/integer.t
34490            - ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t ext/POSIX/POSIX.t
34491            - ext/POSIX/sigaction.t lib/Env/array.t lib/Env/env.t
34492            - lib/File/Find/find.t lib/File/Find/taint.t
34493            ! MANIFEST t/lib/1_compile.t t/op/lfs.t
34494 ____________________________________________________________________________
34495 [ 11939] By: jhi                                   on 2001/09/07  17:25:32
34496         Log: Subject: Re: [PATCH lib/File/Find/taint.t] Use Test::More
34497              From: "chromatic" <chromatic@rmci.net>
34498              Date: Fri, 07 Sep 2001 10:17:40 -0600
34499              Message-ID: <20010907162205.84723.qmail@onion.perl.org>
34500      Branch: perl
34501            ! lib/File/Find/taint.t
34502 ____________________________________________________________________________
34503 [ 11938] By: jhi                                   on 2001/09/07  14:04:43
34504         Log: Update Changes.
34505      Branch: perl
34506            ! Changes patchlevel.h
34507 ____________________________________________________________________________
34508 [ 11937] By: jhi                                   on 2001/09/07  13:52:03
34509         Log: Rename the old threading tutorial, start a new one,
34510              regen toc.
34511      Branch: perl
34512            + pod/perlothrtut.pod
34513            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlthrtut.pod
34514            ! pod/perltoc.pod
34515 ____________________________________________________________________________
34516 [ 11936] By: jhi                                   on 2001/09/07  13:05:48
34517         Log: vars very much has a test.
34518      Branch: perl
34519            ! t/lib/1_compile.t
34520 ____________________________________________________________________________
34521 [ 11935] By: jhi                                   on 2001/09/07  12:52:06
34522         Log: Subject: Re: wince/perl.ico marked as binary
34523              From: Nicholas Clark <nick@ccl4.org>
34524              Date: Fri, 7 Sep 2001 13:54:40 +0100
34525              Message-ID: <20010907135439.D39150@plum.flirble.org>
34526              
34527              and wince/Makefile.ce change from Rainer Keuchel.
34528      Branch: perl
34529            + wince/makeico.pl
34530            ! MANIFEST wince/Makefile.ce
34531 ____________________________________________________________________________
34532 [ 11934] By: jhi                                   on 2001/09/07  12:43:50
34533         Log: Subject: Re: [PATCH regexec.c] more general .* and .*?
34534              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
34535              Date: Fri, 7 Sep 2001 09:41:10 -0400 (EDT)
34536              Message-ID: <Pine.GSO.4.21.0109070933530.7041-100000@crusoe.crusoe.net>
34537      Branch: perl
34538            ! regexec.c
34539 ____________________________________________________________________________
34540 [ 11933] By: jhi                                   on 2001/09/07  12:37:46
34541         Log: (Replaced by #11934)
34542              Subject: Re: [PATCH regexec.c] more general .* and .*?
34543              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
34544              Date: Fri, 7 Sep 2001 08:44:17 -0400 (EDT)
34545              Message-ID: <Pine.GSO.4.21.0109070836110.7041-100000@crusoe.crusoe.net>
34546      Branch: perl
34547            ! regexec.c
34548 ____________________________________________________________________________
34549 [ 11932] By: jhi                                   on 2001/09/07  12:27:14
34550         Log: The #11931 patching misbehaved.
34551      Branch: perl
34552            ! lib/Test/Harness/t/test-harness.t
34553 ____________________________________________________________________________
34554 [ 11931] By: jhi                                   on 2001/09/07  12:21:30
34555         Log: Subject: [PATCH lib/Test/Harness* t/TEST] Test::Harness 1.25 sync
34556              From: Michael G Schwern <schwern@pobox.com>
34557              Date: Fri, 7 Sep 2001 03:30:41 -0400
34558              Message-ID: <20010907033041.A2796@blackrider>
34559      Branch: perl
34560            + lib/Test/Harness/Changes lib/Test/Harness/t/base.t
34561            + lib/Test/Harness/t/ok.t lib/Test/Harness/t/test-harness.t
34562            + t/lib/sample-tests/header_at_end_fail
34563            + t/lib/sample-tests/skip_no_msg t/lib/sample-tests/todo_inline
34564            - lib/Test/Harness.t
34565            ! MANIFEST lib/Test/Harness.pm t/TEST
34566 ____________________________________________________________________________
34567 [ 11930] By: jhi                                   on 2001/09/07  11:59:17
34568         Log: Subject: [PATCH] Digest::MD5 update
34569              From: Gisle Aas <gisle@ActiveState.com>
34570              Date: 06 Sep 2001 23:32:56 -0700
34571              Message-ID: <lrofon5x47.fsf@caliper.ActiveState.com>
34572      Branch: perl
34573            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
34574            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
34575 ____________________________________________________________________________
34576 [ 11929] By: jhi                                   on 2001/09/07  11:23:05
34577         Log: Subject: [PATCH MANIFEST, lib/less.t] Add Tests for the less Pragma
34578              From: "chromatic" <chromatic@rmci.net>
34579              Date: Thu, 06 Sep 2001 23:11:44 -0600
34580              Message-ID: <20010907051609.91459.qmail@onion.perl.org>
34581      Branch: perl
34582            + lib/less.t
34583            ! MANIFEST t/lib/1_compile.t
34584 ____________________________________________________________________________
34585 [ 11928] By: jhi                                   on 2001/09/07  11:19:29
34586         Log: The binary file must somehow differently stored.
34587      Branch: perl
34588            - wince/perl.ico
34589            ! MANIFEST
34590 ____________________________________________________________________________
34591 [ 11927] By: jhi                                   on 2001/09/07  03:53:29
34592         Log: Add more modules to the list of modules that have tests,
34593              Schwern's wallet is getting more nervous.
34594              (Run t/lib/1_compile.t manually to see which modules
34595              are lacking tests, or the tests can't be run for some
34596              reason or another, such as the Net:: modules)
34597      Branch: perl
34598            ! t/lib/1_compile.t
34599 ____________________________________________________________________________
34600 [ 11926] By: jhi                                   on 2001/09/07  03:43:11
34601         Log: Try to make Socket::inet_ntoa() more robust.
34602      Branch: perl
34603            ! ext/Socket/Socket.t ext/Socket/Socket.xs pod/perldiag.pod
34604 ____________________________________________________________________________
34605 [ 11925] By: jhi                                   on 2001/09/07  01:57:58
34606         Log: Subject: Re: [PATCH lib/English.t] Test All Aliases (including %Errno)
34607              From: chromatic <chromatic@rmci.net>       
34608              Date: Wed, 5 Sep 2001 22:58:05 -0600                         
34609              Message-Id: <01090522580506.19590@firewheel>           
34610      Branch: perl
34611            ! lib/English.t
34612 ____________________________________________________________________________
34613 [ 11924] By: jhi                                   on 2001/09/07  01:55:05
34614         Log: Subject: Re: perlvar manpage and localizing special vars
34615              From: Stas Bekman <stas@stason.org>
34616              Date: Fri, 7 Sep 2001 10:10:24 +0800 (SGT)
34617              Message-ID: <Pine.LNX.4.33.0109071009240.19262-100000@stas.singnet.com.sg>
34618      Branch: perl
34619            ! pod/perlvar.pod
34620 ____________________________________________________________________________
34621 [ 11923] By: jhi                                   on 2001/09/07  01:49:36
34622         Log: Subject: [PATCH MakeMaker.pm] noise from make in ext/SDBM
34623              From: Robin Barker <rmb1@cise.npl.co.uk>
34624              Date: Thu, 6 Sep 2001 19:36:49 +0100 (BST)
34625              Message-Id: <200109061836.TAA08747@tempest.npl.co.uk>
34626      Branch: perl
34627            ! lib/ExtUtils/MakeMaker.pm
34628 ____________________________________________________________________________
34629 [ 11922] By: jhi                                   on 2001/09/06  18:09:08
34630         Log: Symbol missing; AIX unhappy.
34631      Branch: perl
34632            ! makedef.pl
34633 ____________________________________________________________________________
34634 [ 11921] By: jhi                                   on 2001/09/06  17:52:43
34635         Log: Add a test for [ID 20010906.019] perl crashes on "undef foo"
34636              Reported in 5.61, seems to work okay in blead.
34637      Branch: perl
34638            ! t/run/kill_perl.t
34639 ____________________________________________________________________________
34640 [ 11920] By: jhi                                   on 2001/09/06  14:35:09
34641         Log: Update Changes.
34642      Branch: perl
34643            ! Changes patchlevel.h
34644 ____________________________________________________________________________
34645 [ 11919] By: jhi                                   on 2001/09/06  14:20:10
34646         Log: Document the bad assumptions currently breaking
34647              the Socket.t tests 10, 11, and 13 in UNICOS.
34648      Branch: perl
34649            ! ext/Socket/Socket.xs
34650 ____________________________________________________________________________
34651 [ 11918] By: jhi                                   on 2001/09/06  14:07:45
34652         Log: Subject: [PATCH x2p] make OPTIMIZE=...
34653              From: Robin Barker <rmb1@cise.npl.co.uk>
34654              Date: Thu, 6 Sep 2001 13:31:37 +0100 (BST)
34655              Message-Id: <200109061231.NAA25265@tempest.npl.co.uk>
34656      Branch: perl
34657            ! x2p/Makefile.SH x2p/cflags.SH
34658 ____________________________________________________________________________
34659 [ 11917] By: jhi                                   on 2001/09/06  14:01:45
34660         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
34661              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
34662              Date: Thu, 6 Sep 2001 11:09:40 +0100
34663              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
34664              
34665              Subject: Re: [PATCH] for perlhack.pod - no p5p archive on deja/google    
34666              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
34667              Date: 6 Sep 2001 10:14:38 -0000
34668              Message-Id: <slrn9pej4m.1j8.rgarciasuarez@rafael.kazibao.net>   
34669      Branch: perl
34670            ! pod/perlfaq1.pod pod/perlhack.pod
34671 ____________________________________________________________________________
34672 [ 11916] By: jhi                                   on 2001/09/06  13:56:19
34673         Log: Subject: Extra NUL is Data::Dumper output - patch
34674              From: Tony Cook <tony@develop-help.com>
34675              Date: Thu, 6 Sep 2001 12:35:49 +1000 (EST)
34676              Message-ID: <Pine.LNX.4.10.10109061157210.9366-100000@develop-help.com>
34677      Branch: perl
34678            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
34679 ____________________________________________________________________________
34680 [ 11915] By: jhi                                   on 2001/09/06  13:51:16
34681         Log: Avoid redefinition warning
34682              Subroutine Cwd::fastcwd redefined at lib/XSLoader.pm line 97.
34683              from
34684              perl -w -Ilib -MCwd -e ''
34685      Branch: perl
34686            ! lib/Cwd.pm
34687 ____________________________________________________________________________
34688 [ 11914] By: jhi                                   on 2001/09/06  13:30:32
34689         Log: Update the is_tainted() example implementation.
34690      Branch: perl
34691            ! pod/perlsec.pod
34692 ____________________________________________________________________________
34693 [ 11913] By: jhi                                   on 2001/09/06  13:15:59
34694         Log: Missing) in #11912.
34695      Branch: perl
34696            ! lib/Test/Simple/t/fail.t
34697 ____________________________________________________________________________
34698 [ 11912] By: jhi                                   on 2001/09/06  13:08:48
34699         Log: Rewhack Test-Simple into core harness.
34700      Branch: perl
34701            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
34702            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
34703            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
34704            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
34705            ! lib/Test/Simple/t/skipall.t
34706 ____________________________________________________________________________
34707 [ 11911] By: jhi                                   on 2001/09/06  11:54:06
34708         Log: Workaround for the new Exporter 'feature'.
34709      Branch: perl
34710            ! lib/Test/More.pm
34711 ____________________________________________________________________________
34712 [ 11910] By: jhi                                   on 2001/09/06  11:52:56
34713         Log: Re-introduce pure-Perl fall-back for abs_path,
34714              re-introduce #11898.
34715      Branch: perl
34716            ! lib/Cwd.pm lib/File/Find.pm
34717 ____________________________________________________________________________
34718 [ 11909] By: jhi                                   on 2001/09/06  03:49:13
34719         Log: More tests.
34720      Branch: perl
34721            ! lib/Exporter.t
34722 ____________________________________________________________________________
34723 [ 11908] By: jhi                                   on 2001/09/06  03:38:22
34724         Log: Retract #11898 for now because it introduces
34725              a rather nasty depencency: when B is being built,
34726              MakeMaker is used.  MakeMaker uses File::Find.
34727              File::Find uses Cwd::getcwd()...which doesn't
34728              exist yet.
34729      Branch: perl
34730            ! lib/File/Find.pm
34731 ____________________________________________________________________________
34732 [ 11907] By: jhi                                   on 2001/09/06  03:20:02
34733         Log: New test welcome.
34734      Branch: perl
34735            + lib/Test/Simple/t/simple.t
34736 ____________________________________________________________________________
34737 [ 11906] By: jhi                                   on 2001/09/06  03:08:01
34738         Log: Old test begone.
34739      Branch: perl
34740            - lib/Attribute/Handlers/test.pl
34741 ____________________________________________________________________________
34742 [ 11905] By: jhi                                   on 2001/09/06  01:41:03
34743         Log: Test-Simple syncup from Schwern.
34744      Branch: perl
34745            + lib/Test/Simple/t/More.t lib/Test/Simple/t/fail-like.t
34746            + lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/skip.t
34747            + lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
34748            + lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
34749            + lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
34750            - lib/Test/More/Changes lib/Test/More/t/More.t
34751            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
34752            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
34753            - lib/Test/Simple/t/simple.t t/lib/Test/More/Catch.pm
34754            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
34755            ! lib/Test/Simple/Changes lib/Test/Simple/t/exit.t
34756            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
34757            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
34758            ! lib/Test/Simple/t/plan_is_noplan.t t/lib/Test/Simple/Catch.pm
34759            ! t/lib/Test/Simple/sample_tests/death.plx
34760            ! t/lib/Test/Simple/sample_tests/death_in_eval.plx
34761            ! t/lib/Test/Simple/sample_tests/extras.plx
34762            ! t/lib/Test/Simple/sample_tests/five_fail.plx
34763            ! t/lib/Test/Simple/sample_tests/last_minute_death.plx
34764            ! t/lib/Test/Simple/sample_tests/one_fail.plx
34765            ! t/lib/Test/Simple/sample_tests/require.plx
34766            ! t/lib/Test/Simple/sample_tests/success.plx
34767            ! t/lib/Test/Simple/sample_tests/too_few.plx
34768            ! t/lib/Test/Simple/sample_tests/two_fail.plx
34769 ____________________________________________________________________________
34770 [ 11904] By: pudge                                 on 2001/09/06  00:28:01
34771         Log: Integrate File::Find changes from bleadperl
34772      Branch: maint-5.6/macperl
34773            ! lib/File/Find.pm t/lib/filefind-taint.t
34774 ____________________________________________________________________________
34775 [ 11903] By: pudge                                 on 2001/09/06  00:22:29
34776         Log: Integrate 11847 from maint-5.6/perl
34777      Branch: maint-5.6/macperl
34778           !> sv.c
34779 ____________________________________________________________________________
34780 [ 11902] By: jhi                                   on 2001/09/05  23:27:57
34781         Log: In UNICOS division yada yada.
34782      Branch: perl
34783            ! t/op/override.t
34784 ____________________________________________________________________________
34785 [ 11901] By: jhi                                   on 2001/09/05  23:26:23
34786         Log: In UNICOS division is really lossy, better use
34787              a tolerance test.
34788      Branch: perl
34789            ! ext/Time/HiRes/HiRes.t
34790 ____________________________________________________________________________
34791 [ 11900] By: jhi                                   on 2001/09/05  23:22:38
34792         Log: In UNICOS sigaction() sets an extra flag
34793              ("the signal has been registered for all the processes in
34794              a multitasking group.")
34795      Branch: perl
34796            ! ext/POSIX/sigaction.t
34797 ____________________________________________________________________________
34798 [ 11899] By: jhi                                   on 2001/09/05  23:18:48
34799         Log: Documentation micropatch from Damian.
34800      Branch: perl
34801            ! lib/Attribute/Handlers.pm
34802 ____________________________________________________________________________
34803 [ 11898] By: jhi                                   on 2001/09/05  23:16:50
34804         Log: (Retracted by #11908)
34805              Subject: [PATCH] Re: [PATCH lib/File/Find.pm lib/File/Find/taint.t] Fixing those damned taint tests
34806              From: Michael G Schwern <schwern@pobox.com>
34807              Date: Wed, 5 Sep 2001 15:58:21 -0400
34808              Message-ID: <20010905155821.I632@blackrider>
34809      Branch: perl
34810            ! lib/File/Find.pm lib/File/Find/taint.t
34811 ____________________________________________________________________________
34812 [ 11897] By: jhi                                   on 2001/09/05  23:14:43
34813         Log: Subject: [PATCH lib/CGI/t/carp.t] Tests for CGI::Carp               
34814              From: Michael G Schwern <schwern@pobox.com>
34815              Date: Wed, 5 Sep 2001 19:16:31 -0400
34816              Message-ID: <20010905191631.E11386@blackrider>
34817      Branch: perl
34818            + lib/CGI/t/carp.t
34819            ! MANIFEST
34820 ____________________________________________________________________________
34821 [ 11896] By: jhi                                   on 2001/09/05  23:14:11
34822         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`       
34823              From: chromatic <chromatic@rmci.net>
34824              Date: Wed, 5 Sep 2001 18:08:07 -0600
34825              Message-Id: <01090518080700.19590@firewheel>
34826      Branch: perl
34827            ! lib/English.pm
34828 ____________________________________________________________________________
34829 [ 11895] By: jhi                                   on 2001/09/05  22:52:01
34830         Log: Fix a typo #11889 and add a test for the same.
34831      Branch: perl
34832            ! ext/Socket/Socket.t ext/Socket/Socket.xs
34833 ____________________________________________________________________________
34834 [ 11894] By: jhi                                   on 2001/09/05  22:43:26
34835         Log: Subject: [PATCH bleadperl] tweak warnings.t and kill_perl.t for VMS
34836              From: "Craig A. Berry" <craigberry@mac.com>
34837              Date: Wed, 05 Sep 2001 17:48:54 -0500
34838              Message-Id: <5.1.0.14.0.20010905145002.02b45218@exchi01>
34839      Branch: perl
34840            ! lib/warnings.t t/run/kill_perl.t
34841 ____________________________________________________________________________
34842 [ 11893] By: jhi                                   on 2001/09/05  22:36:35
34843         Log: Subject: [PATCH t/run/kill_perl.t] tying a bareword causes a segfault in 5.6.1
34844              From: Michael G Schwern <schwern@pobox.com>
34845              Date: Wed, 5 Sep 2001 17:22:25 -0400
34846              Message-ID: <20010905172225.C11386@blackrider>
34847      Branch: perl
34848            ! t/run/kill_perl.t
34849 ____________________________________________________________________________
34850 [ 11892] By: jhi                                   on 2001/09/05  22:34:55
34851         Log: Subject: [PATCH] Re: [ID 20010825.006] -DCRIPPLED_CC is broken
34852              From: Nicholas Clark <nick@ccl4.org>
34853              Date: Wed, 5 Sep 2001 20:54:24 +0100
34854              Message-ID: <20010905205424.C25120@plum.flirble.org>
34855      Branch: perl
34856            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h sv.c sv.h
34857 ____________________________________________________________________________
34858 [ 11891] By: jhi                                   on 2001/09/05  22:34:16
34859         Log: Forgotten thing.
34860      Branch: perl
34861            ! uconfig.h
34862 ____________________________________________________________________________
34863 [ 11890] By: jhi                                   on 2001/09/05  22:27:42
34864         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`
34865              From: chromatic <chromatic@rmci.net>               
34866              Date: Wed, 5 Sep 2001 13:22:08 -0600
34867              Message-Id: <01090513220807.10587@firewheel> 
34868      Branch: perl
34869            ! lib/English.pm
34870 ____________________________________________________________________________
34871 [ 11889] By: jhi                                   on 2001/09/05  22:23:06
34872         Log: inet_ntoa() tweaks:
34873              - don't allow addresses with > 255 characters
34874              - indent the HP-UX workaround
34875              - don't leak memory
34876      Branch: perl
34877            ! ext/Socket/Socket.xs
34878 ____________________________________________________________________________
34879 [ 11888] By: jhi                                   on 2001/09/05  16:26:17
34880         Log: Clear up a documentation confusion noticed by Xiaoyun Wu
34881              <xwu@theeducationcenter.com>
34882      Branch: perl
34883            ! lib/File/Find.pm
34884 ____________________________________________________________________________
34885 [ 11887] By: jhi                                   on 2001/09/05  15:40:03
34886         Log: Typo nits.
34887      Branch: perl
34888            ! lib/File/Find.pm
34889 ____________________________________________________________________________
34890 [ 11886] By: jhi                                   on 2001/09/05  15:30:11
34891         Log: -Wall nit.
34892      Branch: perl
34893            ! op.c
34894 ____________________________________________________________________________
34895 [ 11885] By: gbarr                                 on 2001/09/05  15:26:18
34896         Log: Update to Scalar-List-Utils 1.05
34897      Branch: perl
34898            ! ext/List/Util/ChangeLog ext/List/Util/README
34899            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
34900 ____________________________________________________________________________
34901 [ 11884] By: jhi                                   on 2001/09/05  13:05:14
34902         Log: Update Changes.
34903      Branch: perl
34904            ! Changes patchlevel.h
34905 ____________________________________________________________________________
34906 [ 11883] By: gbarr                                 on 2001/09/05  12:51:35
34907         Log: Update to Scalar-List-Utils 1.04
34908      Branch: perl
34909            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
34910            ! ext/List/Util/lib/List/Util.pm
34911            ! ext/List/Util/lib/Scalar/Util.pm
34912 ____________________________________________________________________________
34913 [ 11882] By: jhi                                   on 2001/09/05  12:29:44
34914         Log: Metaconfigify #11724.
34915      Branch: metaconfig
34916            ! U/threads/archname.U
34917 ____________________________________________________________________________
34918 [ 11881] By: jhi                                   on 2001/09/05  12:21:44
34919         Log: The MacOS reference is okay, no reason to hide it.
34920      Branch: perl
34921            ! lib/Cwd.pm
34922 ____________________________________________________________________________
34923 [ 11880] By: jhi                                   on 2001/09/05  12:20:49
34924         Log: Subject: [PATCH lib/Cwd.pm ext/Cwd/Makefile.PL] Full doc cleanup (was  Re: [PATCH lib/Cwd.pm]  Try this again.)
34925              From: Michael G Schwern <schwern@pobox.com>
34926              Date: Tue, 4 Sep 2001 15:30:10 -0400
34927              Message-ID: <20010904153010.H26466@blackrider> 
34928              
34929              (We'll see whether the ../../lib/Cwd.pm works in alien lands)
34930      Branch: perl
34931            ! ext/Cwd/Makefile.PL lib/Cwd.pm
34932 ____________________________________________________________________________
34933 [ 11879] By: jhi                                   on 2001/09/05  12:12:18
34934         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.))
34935              From: Michael G Schwern <schwern@pobox.com>
34936              Date: Tue, 4 Sep 2001 17:39:13 -0400
34937              Message-ID: <20010904173913.C626@blackrider>
34938      Branch: perl
34939            ! lib/Cwd.pm
34940 ____________________________________________________________________________
34941 [ 11878] By: jhi                                   on 2001/09/05  12:10:50
34942         Log: Subject: Re: Perl_pp_* in public API?
34943              From: "Craig A. Berry" <craigberry@mac.com>
34944              Date: Tue, 4 Sep 2001 21:51:29 -0500
34945              Message-Id: <a05101000b7bb3f558c8a@[172.16.52.1]>
34946      Branch: perl
34947            ! ext/List/Util/Util.xs
34948 ____________________________________________________________________________
34949 [ 11877] By: jhi                                   on 2001/09/05  12:07:53
34950         Log: From Damian: Class::Struct was unable to define
34951              recursive classes.  After the patch an object reference
34952              (rather than a hash) is required to initialize
34953              an object attribute.  If no such initializer is given to
34954              the constructor, object attributes are now default
34955              initialized to C<undef>.
34956      Branch: perl
34957            ! lib/Class/Struct.pm lib/Class/Struct.t
34958 ____________________________________________________________________________
34959 [ 11876] By: jhi                                   on 2001/09/05  11:51:24
34960         Log: Subject: Re: sv_catpvfn and sv_setpvfn
34961              From: Richard Soderberg <rs@oregonnet.com>
34962              Date: Tue, 4 Sep 2001 15:16:47 -0700
34963              Message-Id: <200109042216.PAA17858@oregonnet.com>
34964      Branch: perl
34965            ! pod/perlclib.pod pod/perlguts.pod
34966 ____________________________________________________________________________
34967 [ 11875] By: jhi                                   on 2001/09/05  11:48:14
34968         Log: NetWare updates from Ananth Kesari.
34969      Branch: perl
34970            ! NetWare/config.wc NetWare/netware.h NetWare/nw5.c
34971            ! NetWare/nw5thread.h
34972 ____________________________________________________________________________
34973 [ 11874] By: jhi                                   on 2001/09/05  11:30:59
34974         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?))
34975              From: Nicholas Clark <nick@ccl4.org>
34976              Date: Tue, 4 Sep 2001 22:42:50 +0100
34977              Message-ID: <20010904224250.P25120@plum.flirble.org>
34978      Branch: perl
34979            ! embed.h embed.pl numeric.c perl.c perl.h pod/perlclib.pod
34980            ! pod/perlfunc.pod pp.c proto.h regcomp.c t/op/64bitint.t
34981            ! t/op/oct.t toke.c
34982 ____________________________________________________________________________
34983 [ 11873] By: jhi                                   on 2001/09/04  21:03:17
34984         Log: Fix Cwd::getcwd() not being tainted, as noticed
34985              by Schwern.
34986      Branch: perl
34987            + ext/Cwd/t/cwd.t ext/Cwd/t/taint.t
34988            - ext/Cwd/Cwd.t
34989            ! MANIFEST ext/Cwd/Cwd.xs util.c
34990 ____________________________________________________________________________
34991 [ 11872] By: jhi                                   on 2001/09/04  20:00:50
34992         Log: Retract #11870 and volatilize the right destruct_level.
34993              Silly thinko pointed out by Sarathy.
34994      Branch: perl
34995            ! intrpvar.h perl.c
34996 ____________________________________________________________________________
34997 [ 11871] By: jhi                                   on 2001/09/04  19:45:59
34998         Log: At least a temporary fix for the mysterious scope core dumps
34999              in Tru64 from Graham.
35000      Branch: perl
35001            ! ext/List/Util/Util.xs
35002 ____________________________________________________________________________
35003 [ 11870] By: jhi                                   on 2001/09/04  19:01:48
35004         Log: (Retracted by #11872)
35005      Branch: perl
35006            ! intrpvar.h
35007 ____________________________________________________________________________
35008 [ 11869] By: jhi                                   on 2001/09/04  17:43:31
35009         Log: Quench a -Wall gripe noticed by Robin Barker.
35010      Branch: perl
35011            ! op.c
35012 ____________________________________________________________________________
35013 [ 11868] By: jhi                                   on 2001/09/04  16:38:07
35014         Log: Subject: [PATCH perl@11834] Unicode::UCD rewritten using Lingua::KO::Hangul::Util
35015              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
35016              Date: Wed, 05 Sep 2001 02:01:32 +0900
35017              Message-Id: <20010905015059.E684.BQW10602@nifty.com>
35018      Branch: perl
35019            ! lib/Unicode/UCD.pm
35020 ____________________________________________________________________________
35021 [ 11867] By: jhi                                   on 2001/09/04  16:35:27
35022         Log: Subject: Re: [PATCH gv.c] @& sets PL_sawampersand
35023              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
35024              Date: Tue, 4 Sep 2001 12:51:02 -0400 (EDT)
35025              Message-ID: <Pine.GSO.4.21.0109041250420.7601-100000@crusoe.crusoe.net>
35026      Branch: perl
35027            ! gv.c
35028 ____________________________________________________________________________
35029 [ 11866] By: jhi                                   on 2001/09/04  13:52:28
35030         Log: Update Changes.
35031      Branch: perl
35032            ! Changes patchlevel.h
35033 ____________________________________________________________________________
35034 [ 11865] By: jhi                                   on 2001/09/04  13:36:58
35035         Log: Add the \[$@%&*] prototype support.
35036      Branch: perl
35037            ! op.c pod/perlsub.pod t/comp/proto.t
35038 ____________________________________________________________________________
35039 [ 11864] By: jhi                                   on 2001/09/04  13:10:38
35040         Log: Subject: [PATCH lib/CGI/t/form.t] Cleanup
35041              From: Michael G Schwern <schwern@pobox.com>
35042              Date: Mon, 3 Sep 2001 18:59:01 -0400
35043              Message-ID: <20010903185901.Z9233@blackrider>
35044      Branch: perl
35045            ! lib/CGI/t/form.t
35046 ____________________________________________________________________________
35047 [ 11863] By: jhi                                   on 2001/09/04  13:06:39
35048         Log: Subject: [PATCH gv.c] @& sets PL_sawampersand
35049              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
35050              Date: Mon, 3 Sep 2001 12:36:20 -0400 (EDT)
35051              Message-ID: <Pine.GSO.4.21.0109031235240.7601-100000@crusoe.crusoe.net>
35052      Branch: perl
35053            ! gv.c
35054 ____________________________________________________________________________
35055 [ 11862] By: jhi                                   on 2001/09/04  13:05:23
35056         Log: More srand entry tweakage based on Randal's suggestion.
35057      Branch: perl
35058            ! pod/perlfunc.pod
35059 ____________________________________________________________________________
35060 [ 11861] By: jhi                                   on 2001/09/04  12:48:14
35061         Log: Subject: [PATCH] 'main' *is* a reserved word
35062              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
35063              Date: Mon, 3 Sep 2001 22:55:41 +0200
35064              Message-ID: <20010903225541.A24097@rafael>
35065      Branch: perl
35066            ! toke.c
35067 ____________________________________________________________________________
35068 [ 11860] By: jhi                                   on 2001/09/04  12:46:30
35069         Log: Subject: [PATCH: bleedperl] s/ROOT\./_ROOT./ for VMS default install prefix appendage
35070              From: Peter Prymmer <pvhp@best.com>
35071              Date: Mon, 3 Sep 2001 13:43:04 -0700 (PDT)
35072              Message-ID: <Pine.BSF.4.21.0109031338300.5068-100000@shell8.ba.best.com>
35073      Branch: perl
35074            ! README.vms configure.com
35075 ____________________________________________________________________________
35076 [ 11859] By: jhi                                   on 2001/09/04  12:44:29
35077         Log: Subject: Re: A slightly better default seed?   
35078              From: Michael G Schwern <schwern@pobox.com>
35079              Date: Mon, 3 Sep 2001 18:08:15 -0400 
35080              Message-ID: <20010903180815.W9233@blackrider>
35081      Branch: perl
35082            ! t/op/srand.t
35083 ____________________________________________________________________________
35084 [ 11858] By: jhi                                   on 2001/09/04  12:41:59
35085         Log: Add sharedsv.o to microperl object files.
35086      Branch: perl
35087            ! Makefile.micro
35088 ____________________________________________________________________________
35089 [ 11857] By: jhi                                   on 2001/09/04  12:27:51
35090         Log: AUTHORS updates and
35091              
35092              Subject: [PATCH] Just some preening :-)        
35093              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
35094              Date: Tue, 4 Sep 2001 14:16:59 +0100
35095              Message-ID: <20010904141659.A10129@homer.diplex.co.uk>            
35096      Branch: perl
35097            ! AUTHORS ext/Data/Dumper/Changes lib/Text/Soundex.pm
35098 ____________________________________________________________________________
35099 [ 11856] By: jhi                                   on 2001/09/04  12:09:43
35100         Log: Typo fix and slight rewording.
35101      Branch: perl
35102            ! pod/perlfunc.pod
35103 ____________________________________________________________________________
35104 [ 11855] By: jhi                                   on 2001/09/04  12:04:16
35105         Log: Update the FAQ now that Scalar-List-Utils 1.03 has shuffle().
35106      Branch: perl
35107            ! pod/perlfaq4.pod
35108 ____________________________________________________________________________
35109 [ 11854] By: jhi                                   on 2001/09/03  20:12:21
35110         Log: The helper file changed name.
35111      Branch: perl
35112            ! MANIFEST
35113 ____________________________________________________________________________
35114 [ 11853] By: gbarr                                 on 2001/09/03  20:00:00
35115         Log: Update to Scalar-List-Utils 1.03
35116      Branch: perl
35117            + ext/List/Util/t/shuffle.t
35118            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
35119            ! ext/List/Util/lib/List/Util.pm ext/List/Util/t/blessed.t
35120            ! ext/List/Util/t/dualvar.t ext/List/Util/t/first.t
35121            ! ext/List/Util/t/max.t ext/List/Util/t/maxstr.t
35122            ! ext/List/Util/t/min.t ext/List/Util/t/minstr.t
35123            ! ext/List/Util/t/readonly.t ext/List/Util/t/reduce.t
35124            ! ext/List/Util/t/reftype.t ext/List/Util/t/sum.t
35125            ! ext/List/Util/t/tainted.t ext/List/Util/t/weak.t
35126 ____________________________________________________________________________
35127 [ 11852] By: jhi                                   on 2001/09/03  19:50:57
35128         Log: Make crypt() do something more sane for Unicode
35129              (take crypt() of the low eight bits of the characters,
35130              instead of taking crypt() of the UTF-8 of the scalar);
35131              add a test for crypt().
35132      Branch: perl
35133            + t/op/crypt.t
35134            ! MANIFEST pod/perlfunc.pod pp.c
35135 ____________________________________________________________________________
35136 [ 11851] By: jhi                                   on 2001/09/03  19:19:35
35137         Log: Reorganize the srand entry.
35138      Branch: perl
35139            ! pod/perlfunc.pod
35140 ____________________________________________________________________________
35141 [ 11850] By: jhi                                   on 2001/09/03  18:54:51
35142         Log: Remove the tests that assume something about
35143              calling srand() without arguments multiple times.
35144      Branch: perl
35145            ! t/op/srand.t
35146 ____________________________________________________________________________
35147 [ 11849] By: jhi                                   on 2001/09/03  18:15:16
35148         Log: Upgrade to Math::BigInt 1.42.
35149      Branch: perl
35150            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
35151            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
35152            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
35153            ! lib/Math/BigInt/t/mbimbf.t
35154 ____________________________________________________________________________
35155 [ 11848] By: gsar                                  on 2001/09/03  17:07:54
35156         Log: integrate change#11847 from maint-5.6
35157              
35158              typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
35159      Branch: perl
35160            ! sv.c
35161 ____________________________________________________________________________
35162 [ 11847] By: gsar                                  on 2001/09/03  16:47:54
35163         Log: typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
35164      Branch: maint-5.6/perl
35165            ! sv.c
35166 ____________________________________________________________________________
35167 [ 11846] By: jhi                                   on 2001/09/03  15:12:58
35168         Log: As far as I can tell these functions have been Unicodified.
35169      Branch: perl
35170            ! doop.c
35171 ____________________________________________________________________________
35172 [ 11845] By: jhi                                   on 2001/09/03  15:11:27
35173         Log: Update to Storable 1.0.13.
35174      Branch: perl
35175            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
35176            ! ext/Storable/Storable.xs
35177 ____________________________________________________________________________
35178 [ 11844] By: jhi                                   on 2001/09/03  12:42:06
35179         Log: Patch the Filter::Simple test to work with
35180              the core test suite (since the FilterTest.pm
35181              is in t/lib, not in lib).
35182      Branch: perl
35183            ! lib/Filter/Simple/t/filter.t
35184 ____________________________________________________________________________
35185 [ 11843] By: jhi                                   on 2001/09/03  12:39:11
35186         Log: Damian's Filter::Simple test uses FilterTest, not MyFilter.
35187      Branch: perl
35188            + t/lib/FilterTest.pm
35189            - t/lib/MyFilter.pm
35190 ____________________________________________________________________________
35191 [ 11842] By: jhi                                   on 2001/09/03  12:17:30
35192         Log: Damian-o-rama: upgrade to Attribute::Handlers 0.75,
35193              Filter::Simple 0.61, NEXT 0.02, Switch 2.05, and
35194              Text::Balanced 1.86.
35195      Branch: perl
35196            + lib/Attribute/Handlers/t/multi.t lib/Filter/Simple/Changes
35197            + lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
35198            + lib/NEXT/Changes lib/NEXT/README lib/Switch/t/given.t
35199            + lib/Switch/t/nested.t lib/Switch/t/switch.t
35200            + lib/Text/Balanced/Changes lib/Text/Balanced/README
35201            + lib/Text/Balanced/t/extbrk.t lib/Text/Balanced/t/extcbk.t
35202            + lib/Text/Balanced/t/extdel.t lib/Text/Balanced/t/extmul.t
35203            + lib/Text/Balanced/t/extqlk.t lib/Text/Balanced/t/exttag.t
35204            + lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
35205            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
35206            - lib/Switch/t/switch_case.t lib/Text/Balanced.pod
35207            - lib/Text/Balanced/t/genxt.t lib/Text/Balanced/t/xbrak.t
35208            - lib/Text/Balanced/t/xcode.t lib/Text/Balanced/t/xdeli.t
35209            - lib/Text/Balanced/t/xmult.t lib/Text/Balanced/t/xquot.t
35210            - lib/Text/Balanced/t/xtagg.t lib/Text/Balanced/t/xvari.t
35211            ! MANIFEST lib/Attribute/Handlers.pm
35212            ! lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
35213            ! lib/Attribute/Handlers/demo/Demo.pm
35214            ! lib/Attribute/Handlers/demo/Descriptions.pm
35215            ! lib/Attribute/Handlers/demo/MyClass.pm
35216            ! lib/Attribute/Handlers/demo/demo.pl
35217            ! lib/Attribute/Handlers/demo/demo2.pl
35218            ! lib/Attribute/Handlers/demo/demo3.pl
35219            ! lib/Attribute/Handlers/demo/demo4.pl
35220            ! lib/Attribute/Handlers/demo/demo_call.pl
35221            ! lib/Attribute/Handlers/demo/demo_chain.pl
35222            ! lib/Attribute/Handlers/demo/demo_cycle.pl
35223            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
35224            ! lib/Attribute/Handlers/demo/demo_phases.pl
35225            ! lib/Attribute/Handlers/demo/demo_range.pl
35226            ! lib/Attribute/Handlers/demo/demo_rawdata.pl
35227            ! lib/Filter/Simple.pm lib/NEXT.pm lib/NEXT/test.pl
35228            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
35229            ! lib/Text/Balanced.pm
35230 ____________________________________________________________________________
35231 [ 11841] By: sky                                   on 2001/09/03  11:04:15
35232         Log: Forgot to add a file with Change #11840
35233      Branch: perl
35234            + t/op/srand.t
35235 ____________________________________________________________________________
35236 [ 11840] By: sky                                   on 2001/09/03  11:02:04
35237         Log: Subject: [PATCH t/op/srand.t t/op/rand.t pod/perlfunc.pod MANIFEST] Tests for srand()
35238              From: Michael G Schwern <schwern@pobox.com>
35239              Date: Mon, 3 Sep 2001 07:43:00 -0400
35240              Message-ID: <20010903074300.E9233@blackrider>
35241      Branch: perl
35242            ! MANIFEST pod/perlfunc.pod t/op/rand.t
35243 ____________________________________________________________________________
35244 [ 11839] By: sky                                   on 2001/09/03  10:47:11
35245         Log: Document the changes with regards to running of END blocks.
35246              And DESTROY on global objects are called in perl_destruct()!
35247      Branch: perl
35248            ! pod/perl572delta.pod pod/perlembed.pod
35249 ____________________________________________________________________________
35250 [ 11838] By: sky                                   on 2001/09/03  09:34:44
35251         Log: Subject: [PATCH t/op/time.t] Partial cleanup
35252              From: Michael G Schwern <schwern@pobox.com>
35253              Date: Mon, 3 Sep 2001 06:29:42 -0400
35254              Message-ID: <20010903062942.C9233@blackrider>
35255      Branch: perl
35256            ! t/op/time.t
35257 ____________________________________________________________________________
35258 [ 11837] By: sky                                   on 2001/09/03  09:30:02
35259         Log: Subject: [PATCH t/op/rand.t] Increase the repetitions
35260              From: Michael G Schwern <schwern@pobox.com>
35261              Date: Mon, 3 Sep 2001 06:24:13 -0400
35262              Message-ID: <20010903062413.B9233@blackrider>
35263      Branch: perl
35264            ! t/op/rand.t
35265 ____________________________________________________________________________
35266 [ 11836] By: sky                                   on 2001/09/03  07:56:47
35267         Log: Subject: [PATCH] CGI::Cookie, Apache & Switch tests
35268              From: Michael G Schwern <schwern@pobox.com>
35269              Date: Sun, 2 Sep 2001 21:38:43 -0400
35270              Message-ID: <20010902213843.L2711@blackrider>
35271      Branch: perl
35272            + lib/CGI/t/apache.t lib/CGI/t/cookie.t lib/CGI/t/switch.t
35273            ! MANIFEST
35274 ____________________________________________________________________________
35275 [ 11835] By: nick                                  on 2001/09/03  06:20:06
35276         Log: Integrate mainline
35277      Branch: perlio
35278           +> lib/Shell.t t/op/inccode.t t/run/kill_perl.t
35279            - t/op/misc.t
35280           !> (integrate 187 files)
35281 ____________________________________________________________________________
35282 [ 11834] By: jhi                                   on 2001/09/02  13:07:53
35283         Log: Update Changes.
35284      Branch: perl
35285            ! Changes patchlevel.h
35286 ____________________________________________________________________________
35287 [ 11833] By: jhi                                   on 2001/09/02  12:59:05
35288         Log: Slight tweaks.
35289      Branch: perl
35290            ! t/run/kill_perl.t
35291 ____________________________________________________________________________
35292 [ 11832] By: jhi                                   on 2001/09/02  12:41:12
35293         Log: Special casing had become a little bit more complex in Unicode 3.1.1.
35294      Branch: perl
35295            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
35296 ____________________________________________________________________________
35297 [ 11831] By: sky                                   on 2001/09/02  12:10:42
35298         Log: Change #11828 wasn't complete, this updates to intest path
35299      Branch: perl
35300            ! t/run/kill_perl.t
35301 ____________________________________________________________________________
35302 [ 11830] By: jhi                                   on 2001/09/02  11:56:18
35303         Log: 's's's.
35304      Branch: perl
35305            ! Changes
35306 ____________________________________________________________________________
35307 [ 11829] By: jhi                                   on 2001/09/02  11:54:22
35308         Log: Update Changes.
35309      Branch: perl
35310            ! Changes patchlevel.h
35311 ____________________________________________________________________________
35312 [ 11828] By: sky                                   on 2001/09/02  11:53:56
35313         Log: Subject: [PATCH] rm t/run/segfault.t; mv t/op/misc.t t/run/kill_perl.t
35314              From: Michael G Schwern <schwern@pobox.com>
35315              Date: Sat, 1 Sep 2001 20:18:58 -0400
35316              Message-ID: <20010901201858.X606@blackrider>
35317              +MANIFEST Fix
35318      Branch: perl
35319            + t/run/kill_perl.t
35320            - t/op/misc.t t/run/segfault.t
35321            ! MANIFEST
35322 ____________________________________________________________________________
35323 [ 11827] By: jhi                                   on 2001/09/02  11:46:47
35324         Log: Subject: [PATCH] lib/Time/Local.pm
35325              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
35326              Date: Sun, 2 Sep 2001 06:50:01 -0500
35327              Message-ID: <20010902065001.A21529@staff1.cso.uiuc.edu>
35328      Branch: perl
35329            ! lib/Time/Local.pm
35330 ____________________________________________________________________________
35331 [ 11826] By: jhi                                   on 2001/09/02  11:40:49
35332         Log: Tick off Unicode collation and the normalization from
35333              the todo list.
35334      Branch: perl
35335            ! pod/perltodo.pod
35336 ____________________________________________________________________________
35337 [ 11825] By: jhi                                   on 2001/09/02  11:16:24
35338         Log: Update to Unicode 3.1.1.
35339      Branch: perl
35340            ! lib/unicore/ArabLink.pl lib/unicore/ArabLnkGrp.pl
35341            ! lib/unicore/ArabShap.txt lib/unicore/CaseFold.txt
35342            ! lib/unicore/EAWidth.txt lib/unicore/PropList.html
35343            ! lib/unicore/PropList.txt lib/unicore/README.perl
35344            ! lib/unicore/ReadMe.txt lib/unicore/SpecCase.txt
35345            ! lib/unicore/rename lib/unicore/version
35346 ____________________________________________________________________________
35347 [ 11824] By: jhi                                   on 2001/09/02  10:32:30
35348         Log: Slight doc tweaks for the module.
35349      Branch: perl
35350            ! lib/Unicode/UCD.pm
35351 ____________________________________________________________________________
35352 [ 11823] By: jhi                                   on 2001/09/02  10:02:20
35353         Log: Rename the variable: it *used* to be (wrongly) that the
35354              code related to PL_reg_sv (so PL_reg_sv_utf8 was logical)
35355              but that is no more the case: PL_reg_match_utf8 is better.
35356      Branch: perl
35357            ! embedvar.h mg.c perlapi.c perlapi.h pp.c pp_hot.c regcomp.c
35358            ! regexec.c sv.c thrdvar.h
35359 ____________________________________________________________________________
35360 [ 11822] By: ams                                   on 2001/09/02  02:54:50
35361         Log: Subject: RE: [PATCH] Add a nextstate into empty blocks
35362              From: Ilmari Karonen <iltzu@sci.fi>
35363              Date: Sun, 19 Aug 2001 19:27:33 +0300 (EET DST)
35364              Message-Id: <Pine.SOL.3.96.1010819163840.8384B-100000@simpukka>
35365              (op/sub_lval.t updated to take new error message into account.)
35366      Branch: perl
35367            ! op.c t/op/sub_lval.t
35368 ____________________________________________________________________________
35369 [ 11821] By: gsar                                  on 2001/09/02  01:06:30
35370         Log: remove stray CRs in files; keep all files with UNIX line-ends
35371              (Porting/makerel adds CRs to the files that need it in the
35372              distribution)
35373      Branch: perl
35374            ! NetWare/t/NWScripts.pl README.dos
35375            ! ext/Encode/Encode/cns11643-1.enc
35376            ! ext/Encode/Encode/cns11643-2.enc ext/SDBM_File/Makefile.PL
35377            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
35378 ____________________________________________________________________________
35379 [ 11820] By: gsar                                  on 2001/09/02  00:56:44
35380         Log: some remnants of change#11803
35381      Branch: perl
35382            ! ext/ByteLoader/byterun.h perl.h
35383 ____________________________________________________________________________
35384 [ 11819] By: jhi                                   on 2001/09/01  23:40:36
35385         Log: Update to Unicode::Collate 0.08.
35386      Branch: perl
35387            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
35388            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
35389 ____________________________________________________________________________
35390 [ 11818] By: jhi                                   on 2001/09/01  23:02:09
35391         Log: Test tweaks.
35392      Branch: perl
35393            ! t/op/pat.t
35394 ____________________________________________________________________________
35395 [ 11817] By: pudge                                 on 2001/09/01  22:36:29
35396         Log: Fix test
35397      Branch: maint-5.6/macperl
35398            ! t/lib/b.t
35399 ____________________________________________________________________________
35400 [ 11816] By: pudge                                 on 2001/09/01  22:15:09
35401         Log: Misc. patches: fix tests script; add Mac::LowMem; quiet
35402              warnings in Config.pm with -W; increase default and
35403              minimum RAM; bump version number.
35404      Branch: maint-5.6/macperl
35405            + macos/lib/Mac/LowMem.pm
35406            ! macos/MPVersion.r macos/MacPerlTests.cmd macos/Makefile.mk
35407            ! macos/configpm macos/macperl/MacPerl.r
35408 ____________________________________________________________________________
35409 [ 11815] By: pudge                                 on 2001/09/01  22:10:49
35410         Log: Make syntax check report in MPW style, fix tests
35411              to use Mac::err=unix to get normal-style error
35412              messages.
35413      Branch: maint-5.6/macperl
35414            ! perl.c t/lib/b.t t/op/misc.t t/op/runlevel.t t/pod/testp2pt.pl
35415            ! t/pragma/strict.t t/pragma/subs.t t/pragma/warnings.t
35416 ____________________________________________________________________________
35417 [ 11814] By: pudge                                 on 2001/09/01  22:09:08
35418         Log: Make MPW-style errors optional (but the default); add
35419              MacPerl::ErrorFormat() function and Mac::err pragma
35420      Branch: maint-5.6/macperl
35421            + macos/ext/Mac/err/Makefile.PL macos/ext/Mac/err/err.pm
35422            + macos/ext/Mac/err/err.xs
35423            ! macos/ext/Mac/Makefile.mk macos/ext/MacPerl/MacPerl.xs
35424            ! macos/macish.c macos/macish.h macos/macperl.sym
35425 ____________________________________________________________________________
35426 [ 11813] By: pudge                                 on 2001/09/01  22:01:40
35427         Log: More module and test ports from Thomas Wegner et al
35428      Branch: maint-5.6/macperl
35429            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
35430            ! lib/File/DosGlob.pm lib/File/Spec/Mac.pm lib/File/Temp.pm
35431            ! t/lib/dosglob.t t/lib/filespec.t t/lib/ftmp-security.t
35432            ! t/op/magic.t
35433 ____________________________________________________________________________
35434 [ 11812] By: sky                                   on 2001/09/01  17:19:30
35435         Log: Subject: [PATCH t/op/concat.t] cleanup
35436              From: Michael G Schwern <schwern@pobox.com>
35437              Date: Sat, 1 Sep 2001 14:06:28 -0400
35438              Message-ID: <20010901140628.C606@blackrider>
35439      Branch: perl
35440            ! t/op/concat.t
35441 ____________________________________________________________________________
35442 [ 11811] By: sky                                   on 2001/09/01  12:25:29
35443         Log: Change #11805 didn't update the MANIFEST
35444      Branch: perl
35445            ! MANIFEST
35446 ____________________________________________________________________________
35447 [ 11810] By: sky                                   on 2001/09/01  11:52:44
35448         Log: Subject: [PATCH], was t/op/incode.t breaks make minitest
35449              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
35450              Date: Sat, 1 Sep 2001 14:50:14 +0200
35451              Message-ID: <20010901145014.A691@rafael>
35452      Branch: perl
35453            ! t/op/inccode.t
35454 ____________________________________________________________________________
35455 [ 11809] By: sky                                   on 2001/09/01  11:49:22
35456         Log: Subject: PATCH: ExtUtils::MakeMaker
35457              From: Tony Bowden <tony@kasei.com>
35458              Date: Sat, 1 Sep 2001 10:33:53 +0100
35459              Message-ID: <20010901103353.A13863@soto.kasei.com>
35460              Manually applied
35461      Branch: perl
35462            ! lib/ExtUtils/MakeMaker.pm
35463 ____________________________________________________________________________
35464 [ 11808] By: sky                                   on 2001/09/01  11:39:13
35465         Log: Subject: [ID 20010831.002] Bug in Term::Cap on Solaris ansi terminal using CPAN::Shell
35466              From: mike808@users.sourceforge.net
35467              Date: Sat, 1 Sep 101 11:27:50 GMT
35468              Message-Id: <200108312123.QAA27476@smtp.networkusa.net>
35469              With little tweak
35470      Branch: perl
35471            ! lib/Term/Cap.pm
35472 ____________________________________________________________________________
35473 [ 11807] By: ams                                   on 2001/09/01  11:31:16
35474         Log: Subject: oct() and hex()
35475              From: Nicholas Clark <nick@ccl4.org>
35476              Date: Fri, 31 Aug 2001 23:14:13 +0100
35477              Message-Id: <20010831231413.J4950@plum.flirble.org>
35478      Branch: perl
35479            ! pod/perlclib.pod
35480 ____________________________________________________________________________
35481 [ 11806] By: pudge                                 on 2001/09/01  00:04:52
35482         Log: Integrate change 11801 from maintperl
35483      Branch: maint-5.6/macperl
35484            ! perl.c
35485 ____________________________________________________________________________
35486 [ 11805] By: sky                                   on 2001/08/31  21:35:10
35487         Log: Subject: Re: [ID 20010831.001] SEGV from ($a, b) = (1, 2)
35488              From: Michael G Schwern <schwern@pobox.com>
35489              Date: Fri, 31 Aug 2001 15:36:28 -0400
35490              Message-ID: <20010831153628.B598@blackrider>
35491              Check for things which used to segfault
35492      Branch: perl
35493            + t/run/segfault.t
35494 ____________________________________________________________________________
35495 [ 11804] By: gsar                                  on 2001/08/31  21:02:54
35496         Log: integrate change#11801 from maint-5.6
35497              
35498              remove age-old UNICOS "workaround" that introduces a static, and
35499              hence an egregious race condition for threaded builds (*sigh*
35500              beats me why this kludge wasn't guarded by a UNICOS-specific
35501              #define *sigh*)
35502      Branch: perl
35503            ! perl.c
35504 ____________________________________________________________________________
35505 [ 11803] By: gsar                                  on 2001/08/31  20:58:38
35506         Log: remove deprecated PERL_OBJECT cruft, it has long since stopped
35507              working in 5.7.x
35508      Branch: perl
35509            - objXSUB.h
35510            ! EXTERN.h MANIFEST Makefile.SH Makefile.micro NetWare/Makefile
35511            ! NetWare/config_h.PL NetWare/dl_netware.xs NetWare/interface.c
35512            ! NetWare/nw5.c NetWare/nw5sck.c NetWare/nw5thread.c
35513            ! NetWare/nwperlsys.c NetWare/nwperlsys.h Porting/makerel
35514            ! README.win32 XSUB.h bytecode.pl cv.h cygwin/cygwin.c
35515            ! emacs/ptags embed.h embed.pl embedvar.h epoc/epoc.c ext/B/B.xs
35516            ! ext/B/B/C.pm ext/ByteLoader/ByteLoader.xs
35517            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
35518            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
35519            ! ext/POSIX/POSIX.xs globals.c iperlsys.h lib/ExtUtils/Embed.pm
35520            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
35521            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
35522            ! lib/ExtUtils/xsubpp makedef.pl mg.c op.c perl.c perl.h
35523            ! perlapi.c perlapi.h perlio.c perly.c perly.y perly_c.diff
35524            ! pod/perlguts.pod pp_ctl.c pp_hot.c proto.h regcomp.c regexec.c
35525            ! scope.c sv.c sv.h toke.c universal.c vms/descrip_mms.template
35526            ! vms/perly_c.vms win32/Makefile win32/config_h.PL
35527            ! win32/dl_win32.xs win32/makefile.mk win32/perlhost.h
35528            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
35529            ! win32/win32thread.c wince/Makefile.ce wince/config_h.PL
35530            ! wince/dl_win32.xs wince/perllib.c wince/win32.h
35531            ! wince/win32thread.c wince/wince.c wince/wincesck.c xsutils.c
35532 ____________________________________________________________________________
35533 [ 11802] By: ams                                   on 2001/08/31  18:11:32
35534         Log: Subject: [DOC PATCH] Add perl4 warning messages to perldiag.pod
35535              From: "Philip Newton" <Philip.Newton@gmx.net>
35536              Date: Fri, 31 Aug 2001 21:12:56 +0200
35537              Message-Id: <20010831.211000@ID-11583.news.dfncis.de>
35538      Branch: perl
35539            ! pod/perldiag.pod
35540 ____________________________________________________________________________
35541 [ 11801] By: gsar                                  on 2001/08/31  17:49:03
35542         Log: remove age-old UNICOS "workaround" that introduces a static, and
35543              hence an egregious race condition for threaded builds (*sigh*
35544              beats me why this kludge wasn't guarded by a UNICOS-specific
35545              #define *sigh*)
35546      Branch: maint-5.6/perl
35547            ! perl.c
35548 ____________________________________________________________________________
35549 [ 11800] By: sky                                   on 2001/08/31  17:30:26
35550         Log: Fixes bug in change 11717 that bus errored on HP-UX 10.20
35551              Might break on platforms where bool is larger than 8 bites ???
35552      Branch: perl
35553            ! regcomp.c
35554 ____________________________________________________________________________
35555 [ 11799] By: ams                                   on 2001/08/31  12:15:44
35556         Log: Integrate 11778 into mainline.
35557      Branch: perl
35558            ! t/base/term.t
35559 ____________________________________________________________________________
35560 [ 11798] By: sky                                   on 2001/08/31  11:31:44
35561         Log: Change 11797 sneaked in a faulty regcomp.c change which wasn't
35562              supposed to happen.
35563      Branch: perl
35564            ! regcomp.c
35565 ____________________________________________________________________________
35566 [ 11797] By: sky                                   on 2001/08/31  11:28:17
35567         Log: Subject: Re: Problem in ext/Time/HiRest/HiRes.t 
35568              From: "John P. Linderman" <jpl@research.att.com>
35569              Date: Fri, 31 Aug 2001 08:20:35 -0400
35570              Message-Id: <200108311220.IAA54125@raptor.research.att.com>
35571              Fixes test 14 which could fail randomly in rare cases.
35572      Branch: perl
35573            ! ext/Time/HiRes/HiRes.t regcomp.c
35574 ____________________________________________________________________________
35575 [ 11796] By: ams                                   on 2001/08/31  01:13:07
35576         Log: Subject: [PATCH] Embaressing typo in Syslog's Makefile.PL
35577              From: Nicholas Clark <nick@ccl4.org>
35578              Date: Thu, 30 Aug 2001 23:21:50 +0100
35579              Message-Id: <20010830232150.D4950@plum.flirble.org>
35580      Branch: perl
35581            ! ext/Sys/Syslog/Makefile.PL
35582 ____________________________________________________________________________
35583 [ 11795] By: ams                                   on 2001/08/30  23:53:23
35584         Log: Subject: [PATCH pod/perlhack.pod] Yet another improvement to the
35585              patching example
35586              From: Michael G Schwern <schwern@pobox.com>
35587              Date: Thu, 30 Aug 2001 17:02:08 -0400
35588              Message-Id: <20010830170208.M2318@blackrider>
35589      Branch: perl
35590            ! pod/perlhack.pod
35591 ____________________________________________________________________________
35592 [ 11794] By: ams                                   on 2001/08/30  19:35:36
35593         Log: Subject: [PATCH] pp_modulo
35594              From: Nicholas Clark <nick@ccl4.org>
35595              Date: Thu, 30 Aug 2001 18:20:54 +0100
35596              Message-Id: <20010830182053.A4950@plum.flirble.org>
35597      Branch: perl
35598            ! pp.c t/op/64bitint.t
35599 ____________________________________________________________________________
35600 [ 11793] By: sky                                   on 2001/08/30  13:02:48
35601         Log: 11792 wasn't complete
35602      Branch: perl
35603            ! makedef.pl regcomp.c
35604 ____________________________________________________________________________
35605 [ 11792] By: sky                                   on 2001/08/30  12:21:11
35606         Log: Added checks for PL_custom* and Perl_custom* functions in makedef.pl
35607      Branch: perl
35608            ! makedef.pl
35609 ____________________________________________________________________________
35610 [ 11791] By: sky                                   on 2001/08/30  10:08:02
35611         Log: Due to braindamaged makedef.pl change 11758 broke makedef.pl
35612      Branch: perl
35613            ! config_h.SH
35614 ____________________________________________________________________________
35615 [ 11790] By: sky                                   on 2001/08/30  08:22:31
35616         Log: Introduces SvREPADTMP(sv) that marks a repad SvIV as a offset
35617              on the pad. Fixes coredumps in cleanups introduced by
35618              Change 11755  
35619      Branch: perl
35620            ! op.c perl.c sv.h
35621 ____________________________________________________________________________
35622 [ 11789] By: sky                                   on 2001/08/29  19:01:47
35623         Log: GCC on HP-UX 11 with 64bit support breaks inet_ntoa
35624              This is a replacement implmentation that works on HPUX.
35625              This bug should probably be fixed in GCC.
35626      Branch: perl
35627            ! ext/Socket/Socket.xs
35628 ____________________________________________________________________________
35629 [ 11788] By: ams                                   on 2001/08/29  17:35:33
35630         Log: Subject: [PATCH] pass all tests when compiling with -DNO_PERL_PRESERVE_IVUV
35631              From: Nicholas Clark <nick@ccl4.org>
35632              Date: Wed, 29 Aug 2001 18:21:56 +0100
35633              Message-Id: <20010829182156.O4950@plum.flirble.org>
35634      Branch: perl
35635            ! ext/Devel/Peek/Peek.t sv.c t/op/64bitint.t t/op/numconvert.t
35636 ____________________________________________________________________________
35637 [ 11787] By: sky                                   on 2001/08/29  10:42:54
35638         Log: Added test for pack_addr_in and unpack_addr_in
35639              Nitpik in test 10
35640      Branch: perl
35641            ! ext/Socket/Socket.t
35642 ____________________________________________________________________________
35643 [ 11786] By: sky                                   on 2001/08/29  10:28:14
35644         Log: Added three tests to test inet_ntoa/inet_aton and *packaddr*
35645              Trying to catch errors on HP-UX
35646      Branch: perl
35647            ! ext/Socket/Socket.t
35648 ____________________________________________________________________________
35649 [ 11785] By: sky                                   on 2001/08/29  09:07:03
35650         Log: make sure USE_THREADS is defined so external apps work
35651      Branch: perl
35652            ! config_h.SH
35653 ____________________________________________________________________________
35654 [ 11784] By: sky                                   on 2001/08/29  08:06:12
35655         Log: Subject: Re: The hitlist of untested modules.
35656              From: Jonathan Stowe <gellyfish@gellyfish.com>
35657              Date: Wed, 29 Aug 2001 09:25:49 +0100 (BST)
35658              Message-ID: <Pine.LNX.4.33.0108290923320.29273-100000@orpheus.gellyfish.com>
35659              Start of tests for Shell.pm (make Schwern poorer!)
35660      Branch: perl
35661            + lib/Shell.t
35662            ! MANIFEST
35663 ____________________________________________________________________________
35664 [ 11783] By: sky                                   on 2001/08/29  07:37:50
35665         Log: END{} can change the return value even if we die from BEGIN{}
35666      Branch: perl
35667            ! miniperlmain.c
35668 ____________________________________________________________________________
35669 [ 11782] By: ams                                   on 2001/08/29  06:32:17
35670         Log: Subject: Re: [PATCH] newer tests for the coderef-in-@INC !
35671              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
35672              Date: Wed, 29 Aug 2001 09:18:17 +0200
35673              Message-Id: <20010829091817.A4453@rafael>
35674      Branch: perl
35675            ! t/op/inccode.t
35676 ____________________________________________________________________________
35677 [ 11781] By: pudge                                 on 2001/08/29  02:28:33
35678         Log: Delete xsubpp.patch, as full copy exists now
35679      Branch: maint-5.6/macperl
35680            - macos/xsubpp.patch
35681 ____________________________________________________________________________
35682 [ 11780] By: pudge                                 on 2001/08/29  02:26:03
35683         Log: Add Changes file
35684      Branch: maint-5.6/macperl
35685            + macos/Changes
35686 ____________________________________________________________________________
35687 [ 11779] By: pudge                                 on 2001/08/29  02:23:11
35688         Log: Add Mac version of xsubpp as separate file
35689      Branch: maint-5.6/macperl
35690            + macos/xsubpp
35691            ! macos/Makefile.mk
35692 ____________________________________________________________________________
35693 [ 11778] By: pudge                                 on 2001/08/29  02:14:57
35694         Log: Fix open of /dev/null for Mac OS
35695      Branch: maint-5.6/macperl
35696            ! t/base/term.t
35697 ____________________________________________________________________________
35698 [ 11777] By: pudge                                 on 2001/08/29  02:12:52
35699         Log: Various patches: enable more tests; skip CVS in PerlInstall;
35700              fix typemap for Mac::Processes; remove comments in MM_MacOS.pm
35701      Branch: maint-5.6/macperl
35702            ! macos/MacPerlTests.cmd macos/PerlInstall
35703            ! macos/ext/Mac/Processes/typemap macos/lib/ExtUtils/MM_MacOS.pm
35704 ____________________________________________________________________________
35705 [ 11776] By: pudge                                 on 2001/08/29  02:11:42
35706         Log: Allow for platforms to override formatting of errors
35707              on output from Matthias Neeracher (Mac files)
35708      Branch: maint-5.6/macperl
35709            ! macos/macish.c macos/macish.h
35710 ____________________________________________________________________________
35711 [ 11775] By: pudge                                 on 2001/08/29  01:59:32
35712         Log: Allow for platforms to override formatting of errors
35713              on output from Matthias Neeracher (core files)
35714      Branch: maint-5.6/macperl
35715            ! perl.h pp_ctl.c util.c
35716 ____________________________________________________________________________
35717 [ 11774] By: pudge                                 on 2001/08/29  01:29:43
35718         Log: Add some param checking, from reports by Kevin Reid.
35719      Branch: maint-5.6/macperl
35720            ! macos/ext/Mac/Controls/Controls.pm
35721            ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/Windows/Windows.pm
35722 ____________________________________________________________________________
35723 [ 11773] By: ams                                   on 2001/08/28  23:54:57
35724         Log: Subject: [PATCH] make coretest
35725              From: Paul Johnson <paul@pjcj.net>
35726              Date: Wed, 29 Aug 2001 00:11:38 +0200
35727              Message-Id: <20010829001138.B12169@pjcj.net>
35728              (Applied without the change to perlhack.pod. This should
35729              probably stay undocumented.)
35730      Branch: perl
35731            ! Makefile.SH t/TEST
35732 ____________________________________________________________________________
35733 [ 11772] By: sky                                   on 2001/08/28  13:01:20
35734         Log: Subject: [PATCH t/op/pack.t pod/perlhack.pod] Adding the failure diagnostic  
35735              From: Michael G Schwern <schwern@pobox.com>
35736              Date: Tue, 28 Aug 2001 09:57:39 -0400
35737              Message-ID: <20010828095738.E17775@blackrider>
35738      Branch: perl
35739            ! pod/perlhack.pod t/op/pack.t
35740 ____________________________________________________________________________
35741 [ 11771] By: sky                                   on 2001/08/28  11:20:13
35742         Log: Subject: [PATCH] put useful info in %INC for files loaded by a hook in @INC
35743              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
35744              Date: Tue, 28 Aug 2001 14:23:43 +0200
35745              Message-ID: <20010828142343.A19299@rafael>
35746      Branch: perl
35747            ! pod/perlvar.pod pp_ctl.c
35748 ____________________________________________________________________________
35749 [ 11770] By: ams                                   on 2001/08/28  10:13:21
35750         Log: Subject: [PATCH] odd typo in op.h
35751              From: Nicholas Clark <nick@ccl4.org>
35752              Date: Tue, 28 Aug 2001 12:10:26 +0100
35753              Message-Id: <20010828121026.V4950@plum.flirble.org>
35754      Branch: perl
35755            ! op.h
35756 ____________________________________________________________________________
35757 [ 11769] By: sky                                   on 2001/08/28  08:09:16
35758         Log: Subject: [ID 20010827.008] no-foo options broken in B::Lint
35759              From: Ville "Skyttä" <scop@cs132170.pp.htv.fi>
35760              Date: Tue, 28 Aug 2001 02:22:20 +0300
35761              Message-Id: <200108272322.f7RNMKd02261@cs132170.pp.htv.fi>
35762      Branch: perl
35763            ! ext/B/B/Lint.pm
35764 ____________________________________________________________________________
35765 [ 11768] By: ams                                   on 2001/08/28  00:47:35
35766         Log: Subject: Re: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
35767              From: Michael G Schwern <schwern@pobox.com>
35768              Date: Mon, 27 Aug 2001 21:24:44 -0400
35769              Message-Id: <20010827212444.F12582@blackrider>
35770      Branch: perl
35771            ! pod/perlhack.pod t/op/pack.t
35772 ____________________________________________________________________________
35773 [ 11767] By: ams                                   on 2001/08/27  23:59:48
35774         Log: Subject: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
35775              From: Michael G Schwern <schwern@pobox.com>
35776              Date: Mon, 27 Aug 2001 20:12:29 -0400
35777              Message-Id: <20010827201229.D12582@blackrider>
35778      Branch: perl
35779            ! pod/perlhack.pod t/op/pack.t
35780 ____________________________________________________________________________
35781 [ 11766] By: ams                                   on 2001/08/27  23:39:40
35782         Log: Update Changes.
35783      Branch: perl
35784            ! Changes
35785 ____________________________________________________________________________
35786 [ 11765] By: ams                                   on 2001/08/27  22:53:10
35787         Log: Subject: Re: [PATCH] new tests for the coderef-in-@INC
35788              From: Michael G Schwern <schwern@pobox.com>
35789              Date: Mon, 27 Aug 2001 19:47:30 -0400
35790              Message-Id: <20010827194730.C12582@blackrider>
35791      Branch: perl
35792            ! t/op/inccode.t
35793 ____________________________________________________________________________
35794 [ 11764] By: ams                                   on 2001/08/27  22:46:21
35795         Log: Subject: [PATCH] new tests for the coderef-in-@INC
35796              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
35797              Date: Mon, 27 Aug 2001 22:36:27 +0200
35798              Message-Id: <20010827223627.C690@rafael>
35799              
35800              Subject: Re: [PATCH] new tests for the coderef-in-@INC
35801              From: Nicholas Clark <nick@ccl4.org>
35802              Date: Tue, 28 Aug 2001 00:02:46 +0100
35803              Message-Id: <20010828000245.R4950@plum.flirble.org>
35804      Branch: perl
35805            + t/op/inccode.t
35806            ! MANIFEST
35807 ____________________________________________________________________________
35808 [ 11763] By: ams                                   on 2001/08/27  22:41:09
35809         Log: Subject: [PATCH lib/warnings.t] Removing 2>&1 requirement  (was Re:
35810              bleadperl on fire, Win95+4NT)
35811              From: Michael G Schwern <schwern@pobox.com>
35812              Date: Mon, 27 Aug 2001 16:54:42 -0400
35813              Message-Id: <20010827165442.F9436@blackrider>
35814      Branch: perl
35815            ! lib/warnings.t
35816 ____________________________________________________________________________
35817 [ 11762] By: sky                                   on 2001/08/27  19:19:17
35818         Log: Changed back Net/Ping.pm change #11759 since WNOHANG wasn't
35819              avaible at compile time. This broke the compilation of 
35820              Net/Ping.pm
35821      Branch: perl
35822            ! lib/Net/Ping.pm
35823 ____________________________________________________________________________
35824 [ 11761] By: sky                                   on 2001/08/27  18:34:48
35825         Log: Removed tripple definitions of CUSTOM_OP functions.
35826      Branch: perl
35827            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
35828 ____________________________________________________________________________
35829 [ 11760] By: sky                                   on 2001/08/27  18:21:27
35830         Log: Regen headers
35831      Branch: perl
35832            ! embed.h embedvar.h objXSUB.h opcode.h opnames.h perlapi.c
35833            ! perlapi.h proto.h
35834 ____________________________________________________________________________
35835 [ 11759] By: ams                                   on 2001/08/27  16:31:53
35836         Log: Subject: [PATCH] pod/perlfunc.pod, lib/Net/Ping.pm, ext/POSIX/POSIX.pod
35837              From: "chromatic" <chromatic@rmci.net>
35838              Date: Mon, 27 Aug 2001 11:17:09 -0600
35839              Message-Id: <20010827172111.89491.qmail@onion.perl.org>
35840      Branch: perl
35841            ! ext/POSIX/POSIX.pod lib/Net/Ping.pm pod/perlfunc.pod
35842 ____________________________________________________________________________
35843 [ 11758] By: sky                                   on 2001/08/27  15:16:42
35844         Log: Changes USE_THREADS to USE_5005THREADS in the entire source.
35845              Thanks to H. Merijn Brand for the patch.
35846              Some of the comments and or guards might be removable in perl.h now.
35847      Branch: perl
35848            ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
35849            ! Porting/Glossary Porting/config_H README.threads config_h.SH
35850            ! cop.h cv.h deb.c dosish.h dump.c embed.h embed.pl embedvar.h
35851            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/Deparse.pm
35852            ! ext/B/ramblings/runtime.porting ext/DynaLoader/dl_aix.xs
35853            ! ext/Thread/Thread.xs gv.c intrpvar.h mg.c miniperlmain.c
35854            ! objXSUB.h op.c os2/os2.c os2/os2ish.h perl.c perl.h perlapi.c
35855            ! perlvars.h pod/perlguts.pod pp.c pp.h pp_ctl.c pp_hot.c
35856            ! proto.h regexec.c scope.c sv.c sv.h thrdvar.h thread.h toke.c
35857            ! uconfig.h util.c vms/genconfig.pl vms/vms.c vos/config.alpha.h
35858            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
35859            ! win32/config_H.vc win32/perllib.c win32/win32.h
35860            ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
35861            ! wince/config.h wince/config_H.ce wince/win32.h
35862            ! wince/win32thread.c wince/win32thread.h wince/wincesck.c
35863 ____________________________________________________________________________
35864 [ 11757] By: sky                                   on 2001/08/27  13:39:16
35865         Log: Subject: GNU ld parses arguments different
35866              From: H.Merijn Brand <h.m.brand@hccnet.nl>
35867              Date: Mon, 27 Aug 2001 16:25:51 +0200
35868              Message-Id: <20010827162254.2EA6.H.M.BRAND@hccnet.nl>
35869      Branch: perl
35870            ! hints/hpux.sh
35871 ____________________________________________________________________________
35872 [ 11756] By: sky                                   on 2001/08/27  13:18:45
35873         Log: Subject: Custom Ops
35874              From: Simon Cozens <simon@netthink.co.uk>
35875              Date: Sat, 25 Aug 2001 17:45:09 +0100
35876              Message-ID: <20010825174509.A5752@netthink.co.uk>
35877              I also added a fix to Opcode.pm to quite test cases.
35878      Branch: perl
35879            ! dump.c embed.pl ext/Opcode/Opcode.pm intrpvar.h op.c op.h
35880            ! opcode.pl pod/perlguts.pod pp_ctl.c pp_sys.c run.c sv.c utf8.c
35881 ____________________________________________________________________________
35882 [ 11755] By: sky                                   on 2001/08/27  05:37:17
35883         Log: Plugs a memory leak on destruction of regular expressions
35884              introcued by #11274.
35885              PL_regex_padav now has an AV as it's first entry with a list
35886              of freed regex_padav slots that it will reuse on creating
35887              new PMOPs.
35888      Branch: perl
35889            ! op.c perl.c
35890 ____________________________________________________________________________
35891 [ 11754] By: ams                                   on 2001/08/26  14:38:52
35892         Log: Subject: [PATCH] t/io/binmode.t
35893              From: Nicholas Clark <nick@ccl4.org>
35894              Date: Sun, 26 Aug 2001 12:03:05 +0100
35895              Message-Id: <20010826120305.C4950@plum.flirble.org>
35896              
35897              (Also a nitpick in #11752 to t/op/universal.t)
35898      Branch: perl
35899            ! t/io/binmode.t t/op/universal.t
35900 ____________________________________________________________________________
35901 [ 11753] By: ams                                   on 2001/08/26  08:19:34
35902         Log: Subject: [PATCH] op/universal.t failing
35903              From: Nicholas Clark <nick@ccl4.org>
35904              Date: Sun, 26 Aug 2001 09:48:22 +0100
35905              Message-Id: <20010826094822.B4950@plum.flirble.org>
35906      Branch: perl
35907            ! t/op/universal.t
35908 ____________________________________________________________________________
35909 [ 11752] By: ams                                   on 2001/08/25  22:46:13
35910         Log: Subject: Re: 'can' with undefined subs
35911              From: Tony Bowden <tony@kasei.com>
35912              Date: Sat, 25 Aug 2001 14:58:17 +0100
35913              Message-Id: <20010825145817.A11788@soto.kasei.com>
35914              (Applied with minor modifications.)
35915      Branch: perl
35916            ! t/op/universal.t
35917 ____________________________________________________________________________
35918 [ 11751] By: ams                                   on 2001/08/25  18:28:43
35919         Log: Subject: Re: 'can' with undefined subs
35920              From: Tony Bowden <tony@kasei.com>
35921              Date: Sat, 25 Aug 2001 15:13:14 +0100
35922              Message-Id: <20010825151314.B11788@soto.kasei.com>
35923      Branch: perl
35924            ! lib/UNIVERSAL.pm
35925 ____________________________________________________________________________
35926 [ 11750] By: nick                                  on 2001/08/25  15:24:15
35927         Log: Integrate mainline
35928      Branch: perlio
35929           +> t/io/binmode.t
35930           !> (integrate 26 files)
35931 ____________________________________________________________________________
35932 [ 11749] By: nick                                  on 2001/08/25  14:55:41
35933         Log: Subject:  Re: [PATCH] Added wisdom to perlhack.pod
35934              From:  John Peacock <jpeacock@rowman.com>
35935              Date:  Wed, 22 Aug 2001 12:05:28 -0400
35936              Message-Id:  <3B83D848.7FD9C6EF@rowman.com>
35937      Branch: perl
35938            ! pod/perlhack.pod
35939 ____________________________________________________________________________
35940 [ 11748] By: nick                                  on 2001/08/25  14:53:04
35941         Log: Subject:  Re: [PATCH] (was Re: PerlIO regerssion tests?)
35942              From:  Michael G Schwern <schwern@pobox.com>
35943              Date:  Wed, 22 Aug 2001 19:22:45 -0400
35944              Message-Id:  <20010822192245.U619@blackrider>
35945      Branch: perl
35946            ! MANIFEST
35947 ____________________________________________________________________________
35948 [ 11747] By: nick                                  on 2001/08/25  14:52:33
35949         Log: Subject:  [PATCH] (was Re: PerlIO regerssion tests?)
35950              From:  Nicholas Clark <nick@ccl4.org>
35951              Date:  Wed, 22 Aug 2001 23:29:06 +0100
35952              Message-Id:  <20010822232906.Z82818@plum.flirble.org>
35953      Branch: perl
35954            + t/io/binmode.t
35955            ! perlio.c pod/perlfunc.pod
35956 ____________________________________________________________________________
35957 [ 11744] By: nick                                  on 2001/08/25  14:37:33
35958         Log: Subject:  [PATCH bleadperl] quiet down VC++ warnings in a2py.c and walk.c
35959              From:  Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
35960              Date:  Fri, 24 Aug 2001 22:10:42 +0200
35961              Message-Id:  <1065978076.20010824221042@tesla.rcub.bg.ac.yu>
35962      Branch: perl
35963            ! x2p/a2py.c x2p/walk.c
35964 ____________________________________________________________________________
35965 [ 11743] By: nick                                  on 2001/08/25  14:32:47
35966         Log: Subject:  [DOC PATCH] The coderef-in-@INC feature
35967              From:  Rafael Garcia-Suarez <rgarciasuarez@free.fr>
35968              Date:  Fri, 24 Aug 2001 23:34:13 +0200
35969              Message-Id:  <20010824233413.A1285@rafael>
35970      Branch: perl
35971            ! pod/perlfunc.pod pod/perlvar.pod
35972 ____________________________________________________________________________
35973 [ 11742] By: ams                                   on 2001/08/25  13:16:02
35974         Log: Subject: [PATCH] Re: The coderef in @INC strikes back
35975              From: Nicholas Clark <nick@ccl4.org>
35976              Date: Sat, 25 Aug 2001 14:50:07 +0100
35977              Message-Id: <20010825145007.L41464@plum.flirble.org>
35978      Branch: perl
35979            ! pp_ctl.c
35980 ____________________________________________________________________________
35981 [ 11741] By: nick                                  on 2001/08/24  07:08:45
35982         Log: When applying patch via Porting/apply fails, do p4 refresh
35983              to get old files back.
35984      Branch: perl
35985            ! Porting/apply
35986 ____________________________________________________________________________
35987 [ 11740] By: ams                                   on 2001/08/24  04:47:24
35988         Log: #11739 was incomplete.
35989      Branch: perl
35990            ! pod/perldiag.pod
35991 ____________________________________________________________________________
35992 [ 11739] By: ams                                   on 2001/08/24  04:09:40
35993         Log: Subject: [DOC patch bleadperl] "misspelled" misspelled
35994              From: "Philip Newton" <Philip.Newton@gmx.net>
35995              Date: Fri, 24 Aug 2001 07:08:34 +0200
35996      Branch: perl
35997            ! pod/perldiag.pod
35998 ____________________________________________________________________________
35999 [ 11738] By: ams                                   on 2001/08/24  02:19:42
36000         Log: Fixed Doug Wilson's email address.
36001      Branch: perl
36002            ! AUTHORS
36003 ____________________________________________________________________________
36004 [ 11737] By: ams                                   on 2001/08/24  00:10:13
36005         Log: Subject: [DOC PATCH] Adding new warning in perldiag.pod
36006              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
36007              Date: Thu, 23 Aug 2001 22:22:58 +0200
36008              Message-Id: <20010823222258.A901@rafael>
36009      Branch: perl
36010            ! pod/perldiag.pod
36011 ____________________________________________________________________________
36012 [ 11736] By: ams                                   on 2001/08/24  00:05:02
36013         Log: Subject: [PATCH perl@ ] add $Config('scriptdir'} on VMS
36014              From: "Craig A. Berry" <craigberry@mac.com>
36015              Date: Thu, 23 Aug 2001 19:07:45 -0500
36016              Message-Id: <a05101004b7ab4593bb24@[172.16.52.1]>
36017      Branch: perl
36018            ! configure.com
36019 ____________________________________________________________________________
36020 [ 11735] By: sky                                   on 2001/08/23  13:42:07
36021         Log: Backed out 11732, it breaks lib/strict.t 
36022      Branch: perl
36023            ! op.c
36024 ____________________________________________________________________________
36025 [ 11734] By: sky                                   on 2001/08/23  11:45:59
36026         Log: Removed toy from 17133 after Matt Sargeants request.
36027      Branch: perl
36028            ! pod/perlfaq4.pod
36029 ____________________________________________________________________________
36030 [ 11733] By: sky                                   on 2001/08/23  11:36:29
36031         Log: Subject: [PATCH perlfaq4] Faster permutation algorithms
36032              From: Robin Houston <robin@kitsite.com>
36033              Date: Wed, 22 Aug 2001 23:06:16 +0100
36034              Message-ID: <20010822230616.A254@robin.kitsite.com>
36035      Branch: perl
36036            ! pod/perlfaq4.pod
36037 ____________________________________________________________________________
36038 [ 11732] By: sky                                   on 2001/08/23  10:36:02
36039         Log: Subject: Re: [ID 20010822.001] Freeing pads after parse error
36040              From: Simon Cozens <simon@netthink.co.uk>
36041              Date: Thu, 23 Aug 2001 12:06:36 +0100
36042              Message-ID: <20010823120636.A9961@netthink.co.uk>
36043      Branch: perl
36044            ! op.c
36045 ____________________________________________________________________________
36046 [ 11731] By: gsar                                  on 2001/08/23  03:58:58
36047         Log: fix broken windows build
36048      Branch: perl
36049            ! perl.h
36050 ____________________________________________________________________________
36051 [ 11730] By: ams                                   on 2001/08/22  21:35:30
36052         Log: Subject: [PATCH] io/tell.t doesn't chdir t
36053              From: Nicholas Clark <nick@ccl4.org>
36054              Date: Wed, 22 Aug 2001 23:25:58 +0100
36055              Message-Id: <20010822232557.Y82818@plum.flirble.org>
36056      Branch: perl
36057            ! t/io/tell.t
36058 ____________________________________________________________________________
36059 [ 11729] By: ams                                   on 2001/08/22  20:32:21
36060         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
36061              questions)
36062              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
36063              Date: Wed, 22 Aug 2001 17:09:04 -0400
36064              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
36065              (Oops, forgot File::Spec::Unix in the previous patch.)
36066      Branch: perl
36067            ! lib/File/Spec/Unix.pm
36068 ____________________________________________________________________________
36069 [ 11728] By: ams                                   on 2001/08/22  20:25:41
36070         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
36071              questions)
36072              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
36073              Date: Wed, 22 Aug 2001 17:09:04 -0400
36074              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
36075      Branch: perl
36076            ! lib/File/Spec.pm
36077 ____________________________________________________________________________
36078 [ 11727] By: ams                                   on 2001/08/22  19:43:30
36079         Log: Subject: Re: [PATCH 1 of 3] $] is deprecated - eliminate from core tests
36080              From: John Peacock <jpeacock@rowman.com>
36081              Date: Wed, 22 Aug 2001 12:35:52 -0400
36082              Message-Id: <3B83DF68.5D89DC81@rowman.com>
36083              (Adds proper tests for $], notwithstanding Subject. +nitpick)
36084      Branch: perl
36085            ! t/op/ver.t
36086 ____________________________________________________________________________
36087 [ 11726] By: ams                                   on 2001/08/22  19:36:39
36088         Log: Subject: [ID 20010822.007] eval STRING & diagnostics.pm not mixing
36089              From: schwern@ool-18b93024.dyn.optonline.net (Michael G Schwern)
36090              Date: Wed, 22 Aug 2001 16:03:00 -0400 (EDT)
36091              Message-Id: <20010822200300.0D1638253@ool-18b93024.dyn.optonline.net>
36092      Branch: perl
36093            ! lib/diagnostics.pm lib/diagnostics.t
36094 ____________________________________________________________________________
36095 [ 11725] By: ams                                   on 2001/08/22  19:25:01
36096         Log: Subject: [PATCH] 64 bit integer preserving pp_divide
36097              From: Nicholas Clark <nick@ccl4.org>
36098              Date: Wed, 22 Aug 2001 20:59:05 +0100
36099              Message-Id: <20010822205905.U82818@plum.flirble.org>
36100      Branch: perl
36101            ! pp.c t/op/64bitint.t t/op/arith.t
36102 ____________________________________________________________________________
36103 [ 11724] By: ams                                   on 2001/08/22  10:02:33
36104         Log: Subject: Configure blooper
36105              From: H.Merijn Brand <h.m.brand@hccnet.nl>
36106              Date: Wed, 22 Aug 2001 12:38:35 +0200
36107              Message-Id: <20010822123750.A797.H.M.BRAND@hccnet.nl>
36108      Branch: perl
36109            ! Configure
36110 ____________________________________________________________________________
36111 [ 11723] By: ams                                   on 2001/08/21  16:17:53
36112         Log: Subject: [PATCH] installperl -help
36113              From: Nicholas Clark <nick@ccl4.org>
36114              Date: Tue, 21 Aug 2001 17:34:23 +0100
36115              Message-Id: <20010821173423.F82818@plum.flirble.org>
36116      Branch: perl
36117            ! installperl
36118 ____________________________________________________________________________
36119 [ 11722] By: ams                                   on 2001/08/20  07:46:31
36120         Log: Subject: [PATCH perlvar.pod] Rewrite $. entry and switch to -> syntax
36121              From: Ilmari Karonen <iltzu@sci.fi>
36122              Date: Mon, 20 Aug 2001 06:42:01 +0300 (EET DST)
36123              Message-Id: <Pine.SOL.3.96.1010820063126.28048A-100000@simpukka>
36124      Branch: perl
36125            ! pod/perlvar.pod
36126 ____________________________________________________________________________
36127 [ 11721] By: nick                                  on 2001/08/20  06:24:31
36128         Log: Integrate mainline
36129      Branch: perlio
36130           +> Porting/apply lib/Lingua/KO/Hangul/Util.pm
36131           +> lib/Lingua/KO/Hangul/Util/Changes
36132           +> lib/Lingua/KO/Hangul/Util/README
36133           +> lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
36134           +> lib/Unicode/Collate/Changes lib/Unicode/Collate/README
36135           +> lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
36136           +> lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
36137           +> lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
36138           +> lib/Unicode/Normalize/t/test.t
36139            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
36140           !> (integrate 55 files)
36141 ____________________________________________________________________________
36142 [ 11720] By: pudge                                 on 2001/08/19  19:00:16
36143         Log: Integrate Change #11599 from maint-5.6/perl
36144      Branch: maint-5.6/macperl
36145           !> README.win32
36146 ____________________________________________________________________________
36147 [ 11719] By: ams                                   on 2001/08/18  21:21:42
36148         Log: Add Porting/apply to MANIFEST.
36149      Branch: perl
36150            ! MANIFEST
36151 ____________________________________________________________________________
36152 [ 11718] By: sky                                   on 2001/08/18  14:38:01
36153         Log: PL_reentrant_buffer does not exist in 5005threaded perl.
36154              Better solution would be to make 5005threaded perl use
36155              the same system as ithreads do
36156      Branch: perl
36157            ! perl.h
36158 ____________________________________________________________________________
36159 [ 11717] By: jhi                                   on 2001/08/18  14:24:42
36160         Log: New try for ID 20010407.006: detach the semantics
36161              "was the last match target UTF8" into its own variable.
36162      Branch: perl
36163            ! embedvar.h intrpvar.h mg.c perlapi.h pod/perlapi.pod pp.c
36164            ! pp_hot.c regcomp.c regexec.c sv.c t/op/pat.t thrdvar.h
36165 ____________________________________________________________________________
36166 [ 11716] By: jhi                                   on 2001/08/18  12:11:14
36167         Log: UTF8 flag should be meaningful only when POK.
36168      Branch: perl
36169            ! dump.c
36170 ____________________________________________________________________________
36171 [ 11715] By: sky                                   on 2001/08/18  11:45:16
36172         Log: USE_THREADS and USE_ITHREADS are never true at the same time
36173      Branch: perl
36174            ! perl.h
36175 ____________________________________________________________________________
36176 [ 11714] By: jhi                                   on 2001/08/18  06:03:24
36177         Log: Retract #11712 for now.  The real fix would probably
36178              be something like making PL_reg_sv a copy (PV + UTF8)
36179              of the matched/substituted string (note: not just a SvPOK
36180              string, for example the stringified form of a ROK would
36181              be applicable)  Beware of leaks.
36182      Branch: perl
36183            ! pp_hot.c t/op/pat.t
36184 ____________________________________________________________________________
36185 [ 11713] By: jhi                                   on 2001/08/18  03:22:42
36186         Log: UTF8 wasn't printing for PVMGs.
36187      Branch: perl
36188            ! dump.c
36189 ____________________________________________________________________________
36190 [ 11712] By: jhi                                   on 2001/08/18  03:22:24
36191         Log: (Retracted by #11714)
36192              
36193              Okay analysis, debatable fix.  (The fix will inc
36194              the refcount of all temporary match objects,
36195              like for example tied(%h) =~ /^.../ from Tie/RefHash.t,
36196              which will then cause griping at untie() time
36197              ("inner references remain").
36198              
36199              Fix for ID 20010407.006: PL_reg_sv got wiped out
36200              by freetemps if the match target was a temporary
36201              (like function_call() =~ /.../), which in turn meant
36202              that the $1 et al stopped working if they had UTF-8
36203              in them.  Therefore bump up the refcount of PL_reg_sv.
36204      Branch: perl
36205            ! pp_hot.c t/op/pat.t
36206 ____________________________________________________________________________
36207 [ 11711] By: ams                                   on 2001/08/17  20:32:08
36208         Log: Subject: [PATCH] doesn't compile, was perl@11710
36209              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
36210              Date: Fri, 17 Aug 2001 23:21:10 +0200
36211              Message-Id: <20010817232110.C7041@rafael> 
36212      Branch: perl
36213            ! sharedsv.c
36214 ____________________________________________________________________________
36215 [ 11710] By: jhi                                   on 2001/08/17  14:26:57
36216         Log: Update Changes.
36217      Branch: perl
36218            ! Changes patchlevel.h
36219 ____________________________________________________________________________
36220 [ 11709] By: jhi                                   on 2001/08/17  13:47:53
36221         Log: Upgrade to libnet 1.0704.
36222      Branch: perl
36223            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
36224            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Cmd.pm
36225            ! lib/Net/Config.pm lib/Net/Domain.pm lib/Net/FTP.pm
36226            ! lib/Net/FTP/A.pm lib/Net/FTP/I.pm lib/Net/FTP/dataconn.pm
36227            ! lib/Net/NNTP.pm lib/Net/Netrc.pm lib/Net/POP3.pm
36228            ! lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/Time.pm
36229            ! lib/Net/libnetFAQ.pod lib/Net/t/ftp.t
36230 ____________________________________________________________________________
36231 [ 11708] By: sky                                   on 2001/08/17  13:34:04
36232         Log: Let perl_clone copy PL_exit_flags
36233      Branch: perl
36234            ! sv.c
36235 ____________________________________________________________________________
36236 [ 11707] By: sky                                   on 2001/08/17  12:28:41
36237         Log: Protext sharedsv_space better. Extended EDIT and RELEASE macro
36238      Branch: perl
36239            ! sharedsv.c sharedsv.h
36240 ____________________________________________________________________________
36241 [ 11706] By: jhi                                   on 2001/08/17  11:59:28
36242         Log: The metaconfig unit change for #11705.
36243      Branch: metaconfig/U/perl
36244            ! Extensions.U
36245 ____________________________________________________________________________
36246 [ 11705] By: jhi                                   on 2001/08/17  11:58:48
36247         Log: Allow the threads extension to be found if present.
36248      Branch: perl
36249            ! Configure
36250 ____________________________________________________________________________
36251 [ 11704] By: nick                                  on 2001/08/17  11:47:54
36252         Log: Mail -> change script (pre-alpha)
36253      Branch: perl
36254            + Porting/apply
36255 ____________________________________________________________________________
36256 [ 11703] By: sky                                   on 2001/08/17  07:11:24
36257         Log: Fixed macros for localtime_r under USE_REENTRANT_API, also fixed for HP-UX 10.20
36258              Thanks to Tom Hospel for pointing out my error.
36259      Branch: perl
36260            ! op.h
36261 ____________________________________________________________________________
36262 [ 11702] By: sky                                   on 2001/08/17  04:18:11
36263         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.
36264      Branch: perl
36265            ! embed.pl miniperlmain.c perl.c perl.h proto.h
36266 ____________________________________________________________________________
36267 [ 11701] By: jhi                                   on 2001/08/17  03:22:38
36268         Log: Integrate Lingua::KO::Hangul::Util 0.02, Unicode::Normalize,
36269              and Unicode::Collate 0.07, from SADAHIRO Tomoyuki.
36270      Branch: perl
36271            + lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
36272            + lib/Lingua/KO/Hangul/Util/README
36273            + lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
36274            + lib/Unicode/Collate/Changes lib/Unicode/Collate/README
36275            + lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
36276            + lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
36277            + lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
36278            + lib/Unicode/Normalize/t/test.t
36279            ! MANIFEST
36280 ____________________________________________________________________________
36281 [ 11700] By: jhi                                   on 2001/08/17  02:58:59
36282         Log: Subject: [PATCH perl@11683] IEEE float tweak for VMS
36283              Date: Thu, 16 Aug 2001 22:46:15 -0500
36284              From: "Craig A. Berry" <craigberry@mac.com>
36285              Message-Id: <5.1.0.14.0.20010816204836.01ab4e58@exchi01>
36286      Branch: perl
36287            ! configure.com numeric.c
36288 ____________________________________________________________________________
36289 [ 11699] By: jhi                                   on 2001/08/17  02:33:00
36290         Log: It seems that Tru64 has "naturally" threadsafe APIs only for
36291              of the usual suspects (like getpwent) but not for others
36292              (like localtime and rand).  The _r versions are available
36293              for all of them, so let's use them.
36294      Branch: perl
36295            ! perl.h
36296 ____________________________________________________________________________
36297 [ 11698] By: jhi                                   on 2001/08/17  01:53:02
36298         Log: (Accidental apply; thankfully empty.)
36299      Branch: perl
36300            ! hints/os390.sh
36301 ____________________________________________________________________________
36302 [ 11697] By: jhi                                   on 2001/08/17  01:50:55
36303         Log: Subject: Re: [ID 20010803.016] Possible regex bug in 5.6.1 
36304              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
36305              Date: Thu, 16 Aug 2001 16:27:49 +0100
36306              Message-Id: <200108161527.f7GFRnH09419@crypt.compulink.co.uk>
36307      Branch: perl
36308            ! regexec.c t/op/re_tests
36309 ____________________________________________________________________________
36310 [ 11696] By: jhi                                   on 2001/08/17  01:50:01
36311         Log: Subject: Re: [ID 20010814.004] pos() doesn't work when using =~m// in list context 
36312              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
36313              Date: Thu, 16 Aug 2001 18:50:01 +0100
36314              Message-Id: <200108161750.f7GHo1l22207@crypt.compulink.co.uk>
36315      Branch: perl
36316            ! pp_hot.c t/op/pat.t
36317 ____________________________________________________________________________
36318 [ 11695] By: jhi                                   on 2001/08/17  01:49:12
36319         Log: Subject: [PATCH] *time_r again
36320              From: "Arthur Bergman" <arthur@contiller.se>
36321              Date: Thu, 16 Aug 2001 16:01:54 +0200
36322              Message-ID: <00ca01c1265c$0175f940$21000a0a@vogw2kdev>
36323      Branch: perl
36324            ! op.h
36325 ____________________________________________________________________________
36326 [ 11694] By: jhi                                   on 2001/08/17  01:47:53
36327         Log: system() and backtick error handling cleanup from Craig A. Berry.
36328      Branch: perl
36329            ! vms/vms.c
36330 ____________________________________________________________________________
36331 [ 11693] By: gsar                                  on 2001/08/17  01:07:21
36332         Log: change#10334 leaks memory, copies string when it doesn't
36333              need to
36334      Branch: perl
36335            ! perl.c
36336 ____________________________________________________________________________
36337 [ 11692] By: jhi                                   on 2001/08/16  12:22:29
36338         Log: One more twist to the sprintf + utf8 testing.
36339      Branch: perl
36340            ! t/op/misc.t
36341 ____________________________________________________________________________
36342 [ 11691] By: jhi                                   on 2001/08/16  11:46:02
36343         Log: Fix for 20010407.008 sprintf removes utf8-ness.
36344      Branch: perl
36345            ! pp.c t/op/misc.t
36346 ____________________________________________________________________________
36347 [ 11690] By: jhi                                   on 2001/08/16  11:31:00
36348         Log: Subject: [PATCH] *time_r fixes
36349              From: "Arthur Bergman" <arthur@contiller.se>
36350              Message-ID: <00b901c1264e$1cbe6970$21000a0a@vogw2kdev>
36351              Date: Thu, 16 Aug 2001 14:22:27 +0200
36352      Branch: perl
36353            ! op.h
36354 ____________________________________________________________________________
36355 [ 11689] By: jhi                                   on 2001/08/16  11:29:30
36356         Log: Upgrade to CGI.pm 2.77.
36357      Branch: perl
36358            ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/Util.pm lib/CGI/t/form.t
36359            ! lib/CGI/t/function.t
36360 ____________________________________________________________________________
36361 [ 11688] By: jhi                                   on 2001/08/16  01:07:21
36362         Log: Document the bytes-to-Unicode upgrading.
36363      Branch: perl
36364            ! pod/perlunicode.pod
36365 ____________________________________________________________________________
36366 [ 11687] By: jhi                                   on 2001/08/16  00:29:29
36367         Log: Add a test for Unicode sprintf.
36368      Branch: perl
36369            ! t/op/misc.t
36370 ____________________________________________________________________________
36371 [ 11686] By: jhi                                   on 2001/08/16  00:20:40
36372         Log: Add Unicode tests for index/rindex.
36373      Branch: perl
36374            ! t/op/index.t
36375 ____________________________________________________________________________
36376 [ 11685] By: jhi                                   on 2001/08/15  22:51:53
36377         Log: Document a bit the art of minimizing the installation,
36378              based on the p5p discussion.
36379      Branch: perl
36380            ! INSTALL
36381 ____________________________________________________________________________
36382 [ 11684] By: nick                                  on 2001/08/15  15:03:31
36383         Log: Integrate mainline
36384      Branch: perlio
36385           +> sharedsv.c sharedsv.h
36386           !> (integrate 53 files)
36387 ____________________________________________________________________________
36388 [ 11683] By: jhi                                   on 2001/08/15  13:49:07
36389         Log: Update Changes.
36390      Branch: perl
36391            ! Changes patchlevel.h
36392 ____________________________________________________________________________
36393 [ 11682] By: jhi                                   on 2001/08/15  13:26:00
36394         Log: The #11673 necessitated a test tweak.
36395      Branch: perl
36396            ! t/io/utf8.t
36397 ____________________________________________________________________________
36398 [ 11681] By: jhi                                   on 2001/08/15  13:12:50
36399         Log: Also UNICOS is in the general case unable to silently
36400              handle fp overflows.
36401      Branch: perl
36402            ! numeric.c
36403 ____________________________________________________________________________
36404 [ 11680] By: jhi                                   on 2001/08/15  13:05:15
36405         Log: Try to get NV_MIN, NV_MAX, NV_MIN_10_EXP, NV_MAX_10_EXP,
36406              NV_EPSILON #defined.
36407      Branch: perl
36408            ! perl.h
36409 ____________________________________________________________________________
36410 [ 11679] By: jhi                                   on 2001/08/15  12:48:32
36411         Log: Re-establish the fp overflow detection for VAX VMS; there
36412              is no easy way to have the IEEE fp silent overflow semantics.
36413              (in Alpha VMS we still will use IEEE fp by default-- but it
36414              is still possible to configure Perl to use G_FLOAT)
36415      Branch: perl
36416            ! numeric.c
36417 ____________________________________________________________________________
36418 [ 11678] By: jhi                                   on 2001/08/15  12:27:41
36419         Log: Subject: [PATCH] pp_lock 
36420              From: "Arthur Bergman" <arthur@contiller.se>
36421              Date: Wed, 15 Aug 2001 11:52:16 +0200
36422              Message-ID: <008401c1256f$f75a91b0$21000a0a@vogw2kdev>
36423      Branch: perl
36424            ! pp.c
36425 ____________________________________________________________________________
36426 [ 11677] By: jhi                                   on 2001/08/15  12:26:44
36427         Log: Subject: Re: [ID 20010809.023] perlre misleads when stating that (?i) should be at front of pattern 
36428              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
36429              Date: Wed, 15 Aug 2001 11:32:11 +0100
36430              Message-Id: <200108151032.f7FAWBI30961@crypt.compulink.co.uk>
36431      Branch: perl
36432            ! regcomp.c t/op/re_tests
36433 ____________________________________________________________________________
36434 [ 11676] By: jhi                                   on 2001/08/15  12:25:29
36435         Log: Subject: Re: [ID 20010811.006] re_eval: logical leaks 
36436              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
36437              Date: Wed, 15 Aug 2001 10:33:49 +0100
36438              Message-Id: <200108150933.f7F9Xnr11222@crypt.compulink.co.uk>
36439      Branch: perl
36440            ! regexec.c t/op/re_tests
36441 ____________________________________________________________________________
36442 [ 11675] By: jhi                                   on 2001/08/15  03:28:20
36443         Log: Subject: Re: bug in File::Spec 0.82 (canonpath)
36444              From: Barrie Slaymaker <barries@slaysys.com>
36445              Date: Tue, 14 Aug 2001 14:32:25 -0400
36446              Message-ID: <20010814143225.A19822@jester.slaysys.com>
36447      Branch: perl
36448            ! lib/File/Spec.t lib/File/Spec/Unix.pm
36449 ____________________________________________________________________________
36450 [ 11674] By: jhi                                   on 2001/08/15  03:25:32
36451         Log: Subject: [PATCH: perl@11626] modify VMS default prefix for installation
36452              From: Peter Prymmer <pvhp@forte.com>
36453              Date: Tue, 14 Aug 2001 13:33:32 -0700 (PDT)
36454              Message-ID: <Pine.OSF.4.10.10108141327590.192110-100000@aspara.forte.com>
36455      Branch: perl
36456            ! README.vms configure.com
36457 ____________________________________________________________________________
36458 [ 11673] By: jhi                                   on 2001/08/15  03:16:14
36459         Log: Subject: [PATCH perl@11660] Warning incorrectly reported without -w
36460              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
36461              Date: Tue, 14 Aug 2001 21:23:27 +0200
36462              Message-ID: <20010814212327.A1919@rafael>
36463      Branch: perl
36464            ! doio.c
36465 ____________________________________________________________________________
36466 [ 11672] By: jhi                                   on 2001/08/15  03:15:25
36467         Log: Subject: [PATCH bleadperl] fixing SDBM_File problems under win32
36468              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
36469              Date: Tue, 14 Aug 2001 22:30:11 +0200
36470              Message-ID: <4224685483.20010814223011@tesla.rcub.bg.ac.yu>
36471              
36472              Combination of nmake, quoting, and Perl expanded $( in here-doc.
36473      Branch: perl
36474            ! ext/SDBM_File/Makefile.PL
36475 ____________________________________________________________________________
36476 [ 11671] By: jhi                                   on 2001/08/14  13:44:40
36477         Log: Todo updates.
36478      Branch: perl
36479            ! pod/perltodo.pod
36480 ____________________________________________________________________________
36481 [ 11670] By: jhi                                   on 2001/08/14  13:10:36
36482         Log: Subject: [PATCH bleadperl CORE] removing sv.c warnings on VC++5.0
36483              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
36484              Date: Mon, 13 Aug 2001 23:15:01 +0200
36485              Message-ID: <6114148607.20010813231501@tesla.rcub.bg.ac.yu>
36486      Branch: perl
36487            ! sv.c
36488 ____________________________________________________________________________
36489 [ 11669] By: jhi                                   on 2001/08/14  13:07:09
36490         Log: Subject: [PATCH] [b-]showlex.t
36491              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
36492              Date: Sun, 12 Aug 2001 22:24:51 +0200
36493              Message-ID: <6510457078.20010812222451@tesla.rcub.bg.ac.yu>
36494              
36495              The 4nt command shell will expand the % in command line
36496              no matter what quoting is attempted, changed the % to @.
36497      Branch: perl
36498            ! ext/B/Showlex.t
36499 ____________________________________________________________________________
36500 [ 11668] By: jhi                                   on 2001/08/14  13:01:02
36501         Log: Subject: [PATCH] magic.t
36502              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
36503              Date: Sun, 12 Aug 2001 20:49:27 +0200
36504              Message-ID: <844732764.20010812204927@tesla.rcub.bg.ac.yu>
36505      Branch: perl
36506            ! t/op/magic.t
36507 ____________________________________________________________________________
36508 [ 11667] By: jhi                                   on 2001/08/14  12:35:17
36509         Log: Add sharedsv* to the DOSish platforms; plus add
36510              some WinCE files to the list of DOSish files.
36511      Branch: perl
36512            ! NetWare/Makefile Porting/makerel win32/Makefile
36513            ! win32/makefile.mk wince/Makefile.ce
36514 ____________________________________________________________________________
36515 [ 11666] By: jhi                                   on 2001/08/14  12:29:57
36516         Log: More DOSish files.
36517      Branch: perl
36518            ! Porting/makerel
36519 ____________________________________________________________________________
36520 [ 11665] By: jhi                                   on 2001/08/14  12:27:58
36521         Log: Strip CRs from the WinCE files.  Now we need to
36522              figure out in which CRs are really needed: probably
36523              Makefile.ce and the README files, at least, probably
36524              also the registry.bat.
36525      Branch: perl
36526            ! wince/Makefile.ce wince/README.compile wince/README.perlce
36527            ! wince/config.h wince/include/cectype.h wince/include/errno.h
36528            ! wince/include/sys/stat.h wince/include/sys/types.h
36529            ! wince/include/sys/utime.h wince/include/time.h wince/perl.rc
36530            ! wince/perldll.def wince/registry.bat wince/wince.h
36531            ! wince/xbuildall.ksh wince/xdistclean.ksh wince/xmakediffs.ksh
36532 ____________________________________________________________________________
36533 [ 11664] By: jhi                                   on 2001/08/14  12:05:09
36534         Log: Add some files to DOSish and writables.
36535      Branch: perl
36536            ! Porting/makerel
36537 ____________________________________________________________________________
36538 [ 11663] By: jhi                                   on 2001/08/14  03:08:07
36539         Log: Compile failure message tidying.
36540      Branch: perl
36541            ! t/lib/1_compile.t
36542 ____________________________________________________________________________
36543 [ 11662] By: jhi                                   on 2001/08/14  01:41:22
36544         Log: The new sharedsv* should be exported only if usethreads.
36545      Branch: perl
36546            ! makedef.pl
36547 ____________________________________________________________________________
36548 [ 11661] By: jhi                                   on 2001/08/14  00:25:30
36549         Log: Subject: [PATCH: perl@11626] URL updates for README.os390
36550              From: Peter Prymmer <pvhp@forte.com>
36551              Date: Mon, 13 Aug 2001 15:21:06 -0700 (PDT)
36552              Message-ID: <Pine.OSF.4.10.10108131517570.151295-100000@aspara.forte.com>
36553      Branch: perl
36554            ! README.os390
36555 ____________________________________________________________________________
36556 [ 11660] By: jhi                                   on 2001/08/13  12:54:54
36557         Log: Update Changes.
36558      Branch: perl
36559            ! Changes patchlevel.h
36560 ____________________________________________________________________________
36561 [ 11659] By: jhi                                   on 2001/08/13  12:45:21
36562         Log: Subject: [PATHC] sharedsv.[c|h]
36563              From: "Artur Bergman" <artur@contiller.se>
36564              Date: Mon, 13 Aug 2001 14:38:41 +0200
36565              Message-ID: <005401c123f4$e1f53360$21000a0a@vogw2kdev>  
36566              
36567              Subject: [PATCH] embed.pl
36568              From: Arthur Bergman <arthur@contiller.se>
36569              Date: Mon, 13 Aug 2001 14:38:14 +0200
36570              Message-ID: <B79D96D6.3088%arthur@contiller.se>
36571              
36572              Subject: [PATCH] sharedsv cleanups
36573              From: "Arthur Bergman" <arthur@contiller.se>
36574              Date: Mon, 13 Aug 2001 15:14:25 +0200
36575              Message-ID: <005a01c123f9$dfe525d0$21000a0a@vogw2kdev>  
36576              
36577              Plus few tweaks: _init needs to be Adp, the prototypes
36578              should not be revealed unless using ithreads, #endif FOO
36579              must be #endif /* FOO */, adding (parentheses) around
36580              do { } while doesn't work too well.
36581      Branch: perl
36582            + sharedsv.c sharedsv.h
36583            ! MANIFEST Makefile.SH embed.h embed.pl global.sym objXSUB.h
36584            ! perl.h perlapi.c pod/perlapi.pod proto.h
36585 ____________________________________________________________________________
36586 [ 11658] By: jhi                                   on 2001/08/13  12:00:08
36587         Log: Subject: Re: END {} blocks run in perl_run
36588              From: Arthur Bergman <arthur@contiller.se>
36589              Date: Mon, 13 Aug 2001 11:11:30 +0200
36590              Message-ID: <B79D6661.3068%arthur@contiller.se>
36591      Branch: perl
36592            ! perl.c
36593 ____________________________________________________________________________
36594 [ 11657] By: nick                                  on 2001/08/13  09:03:02
36595         Log: Integrate mainline
36596      Branch: perlio
36597           +> (branch 326 files)
36598            - (delete 330 files)
36599           !> (integrate 85 files)
36600 ____________________________________________________________________________
36601 [ 11656] By: jhi                                   on 2001/08/12  23:24:18
36602         Log: If you want you can now add -DUSE_UTF8_SCRIPTS to your cflags
36603              and the Perl will be built to do that by default (adding that
36604              will break scripts having non-UTF-8 binary data, such as Latin-1.)
36605      Branch: perl
36606            ! op.c toke.c utf8.h
36607 ____________________________________________________________________________
36608 [ 11655] By: jhi                                   on 2001/08/12  23:05:14
36609         Log: Unnecessary downgrades.
36610      Branch: perl
36611            ! doop.c
36612 ____________________________________________________________________________
36613 [ 11654] By: jhi                                   on 2001/08/12  22:56:47
36614         Log: Failure not true anymore (probably caused by my broken setup).
36615      Branch: perl
36616            ! t/op/pat.t
36617 ____________________________________________________________________________
36618 [ 11653] By: jhi                                   on 2001/08/12  22:46:12
36619         Log: Not quite so relicy as thought in #11651 (op/concat #4 and #5
36620              stopped working).
36621      Branch: perl
36622            ! op.h pp_ctl.c regcomp.c
36623 ____________________________________________________________________________
36624 [ 11652] By: jhi                                   on 2001/08/12  22:30:04
36625         Log: There is no IN_UTF8.
36626      Branch: perl
36627            ! utf8.h
36628 ____________________________________________________________________________
36629 [ 11651] By: jhi                                   on 2001/08/12  21:08:06
36630         Log: More (less) regex/utf8 relics.  (Toned down later in #11653.)
36631      Branch: perl
36632            ! op.c op.h pp_ctl.c regcomp.c
36633 ____________________________________________________________________________
36634 [ 11650] By: jhi                                   on 2001/08/12  20:17:32
36635         Log: Relic in op.c (no regex feature should depend on the utf8 pragma),
36636              and a test tweak.
36637      Branch: perl
36638            ! op.c t/pod/find.t
36639 ____________________________________________________________________________
36640 [ 11649] By: jhi                                   on 2001/08/12  18:45:52
36641         Log: Todo updates and fixes.
36642      Branch: perl
36643            ! pod/perltodo.pod
36644 ____________________________________________________________________________
36645 [ 11648] By: jhi                                   on 2001/08/12  18:43:50
36646         Log: Mark tests (and one module) having explicit Latin-1
36647              (and one file having explicit UTF-8) with an explicit
36648              'no utf8' (and one explicit 'use utf8').
36649              
36650              NOTE: t/op/pat.t #64 fails mysteriously under 'use utf8'.
36651      Branch: perl
36652            ! lib/CGI/t/html.t lib/Locale/Codes/t/languages.t
36653            ! lib/Locale/Language.pm lib/charnames.t lib/locale.t
36654            ! t/lib/locale/latin1 t/lib/locale/utf8 t/op/pat.t
36655 ____________________________________________________________________________
36656 [ 11647] By: jhi                                   on 2001/08/12  17:10:22
36657         Log: Subject: SV: END {} blocks run in perl_run
36658              From: "Arthur Bergman" <arthur@contiller.se>
36659              Date: Sun, 12 Aug 2001 00:34:28 +0200 
36660              Message-ID: <03fd01c122b5$c803c600$052aa8c0@foo>
36661      Branch: perl
36662            ! miniperlmain.c perl.c
36663 ____________________________________________________________________________
36664 [ 11646] By: jhi                                   on 2001/08/12  16:59:00
36665         Log: Typos in #11645.
36666      Branch: perl
36667            ! perl.h
36668 ____________________________________________________________________________
36669 [ 11645] By: jhi                                   on 2001/08/12  16:55:31
36670         Log: On ithreads default to use_reentrant except on naturally
36671              threadsafe platforms.
36672      Branch: perl
36673            ! perl.h
36674 ____________________________________________________________________________
36675 [ 11644] By: jhi                                   on 2001/08/12  15:45:43
36676         Log: (Hopefully) a fix for 20010723.004: make install needs
36677              write permission in build directory.  The problem was
36678              probably caused by overeager sprinkling of the lib/re.pm
36679              dependencies (which was done to guarantee lib/re.pm being
36680              uptodate for parallel makes: now solved by funneling that
36681              through an explicit recursive make in the preplibrary target).
36682      Branch: perl
36683            ! Makefile.SH
36684 ____________________________________________________________________________
36685 [ 11643] By: jhi                                   on 2001/08/12  14:16:44
36686         Log: Dispell the "use utf8" superstition.
36687      Branch: perl
36688            ! lib/utf8.pm pod/perlfunc.pod pod/perlretut.pod pod/perltoc.pod
36689            ! pod/perlunicode.pod
36690 ____________________________________________________________________________
36691 [ 11642] By: jhi                                   on 2001/08/12  13:56:42
36692         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
36693              From: "Abigail" <abigail@foad.org> 
36694              Date: Sat, 11 Aug 2001 23:49:49 +0200
36695              Message-ID: <20010811214950.23255.qmail@foad.org>
36696      Branch: perl
36697            ! t/op/taint.t
36698 ____________________________________________________________________________
36699 [ 11641] By: jhi                                   on 2001/08/12  13:56:18
36700         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
36701              From: Abhijit Menon-Sen <ams@wiw.org>
36702              Date: Sat, 11 Aug 2001 06:18:19 +0530
36703              Message-ID: <20010811061819.P526@lustre.dyn.wiw.org>
36704      Branch: perl
36705            ! mg.c
36706 ____________________________________________________________________________
36707 [ 11640] By: jhi                                   on 2001/08/12  13:45:58
36708         Log: Test for change #11639.
36709      Branch: perl
36710            ! t/op/tiehandle.t
36711 ____________________________________________________________________________
36712 [ 11639] By: jhi                                   on 2001/08/12  13:42:03
36713         Log: Subject: Re: Can't localize *FH, then tie it
36714              From: Abhijit Menon-Sen <ams@wiw.org>
36715              Date: Sun, 12 Aug 2001 16:08:06 +0530
36716              Message-ID: <20010812160806.A28712@lustre.dyn.wiw.org>
36717      Branch: perl
36718            ! pp_hot.c pp_sys.c
36719 ____________________________________________________________________________
36720 [ 11638] By: jhi                                   on 2001/08/12  03:30:07
36721         Log: Drop all the unnecessary "use utf8" clauses and some of
36722              the unnecessary "use bytes" ones.
36723              
36724              TODO: scour the documentation for unnecessary "use utf8"
36725              and prominently display it in perldelta when the time comes.
36726              ("use utf8" should be necessary ONLY if one wants the script
36727              to be in UTF-8.)  Also should be checked in some non-ASCII
36728              non-Latin-1 platform, like EBCDIC.
36729      Branch: perl
36730            ! t/comp/require.t t/io/utf8.t t/op/concat.t t/op/each.t
36731            ! t/op/pat.t t/op/regmesg.t t/op/sprintf.t t/op/tr.t
36732 ____________________________________________________________________________
36733 [ 11637] By: jhi                                   on 2001/08/11  17:55:36
36734         Log: Add t/op/lc.t to see if lc, uc, lcfirst, ucfirst, quotemeta work.
36735              Smoked out bugs (well, the same bug twice) from ucfirst and lcfirst
36736              in Unicode handling.
36737      Branch: perl
36738            + t/op/lc.t
36739            ! MANIFEST pp.c t/op/misc.t t/op/readdir.t
36740 ____________________________________________________________________________
36741 [ 11636] By: jhi                                   on 2001/08/11  17:14:06
36742         Log: Thinko: we want the flags for native cc, not gcc.
36743      Branch: perl
36744            ! hints/dec_osf.sh
36745 ____________________________________________________________________________
36746 [ 11635] By: jhi                                   on 2001/08/11  15:14:48
36747         Log: (retracted by 13077)
36748              Subject: [PATCH] Re: [ID 20010809.028] x operator not copying elements in 'for' list?
36749              From: Robin Houston <robin@kitsite.com>
36750              Date: Fri, 10 Aug 2001 14:42:02 +0100
36751              Message-ID: <20010810144202.A32754@puffinry.freeserve.co.uk>
36752      Branch: perl
36753            ! pp.c
36754 ____________________________________________________________________________
36755 [ 11634] By: jhi                                   on 2001/08/11  14:59:22
36756         Log: Subject: [PATCH] turn $a.=<F> into an RCATLINE
36757              From: Abhijit Menon-Sen <ams@wiw.org>
36758              Date: Sat, 11 Aug 2001 16:31:04 +0530
36759              Message-ID: <20010811163104.Q526@lustre.dyn.wiw.org>
36760      Branch: perl
36761            ! op.c
36762 ____________________________________________________________________________
36763 [ 11633] By: jhi                                   on 2001/08/11  14:58:07
36764         Log: Get rid of indread, from Abhijit Menon-Sen.
36765      Branch: perl
36766            ! pp_sys.c
36767 ____________________________________________________________________________
36768 [ 11632] By: jhi                                   on 2001/08/10  23:39:04
36769         Log: CRLFgngngn.
36770      Branch: perl
36771            ! win32/Makefile win32/makefile.mk
36772 ____________________________________________________________________________
36773 [ 11631] By: jhi                                   on 2001/08/10  23:37:43
36774         Log: Decommission Time::Piece; unnecessary Yet Another Time-Date Module.
36775      Branch: perl
36776            - ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
36777            - ext/Time/Piece/Piece.t ext/Time/Piece/Piece.xs
36778            - ext/Time/Piece/README ext/Time/Piece/Seconds.pm
36779            ! MANIFEST Porting/config.sh djgpp/config.over epoc/config.sh
36780            ! ext/POSIX/POSIX.pod hints/vmesa.sh pod/perlfaq4.pod
36781            ! pod/perllocale.pod pod/perltoc.pod t/lib/1_compile.t
36782            ! win32/Makefile win32/makefile.mk
36783 ____________________________________________________________________________
36784 [ 11630] By: jhi                                   on 2001/08/10  13:53:15
36785         Log: Avoid #elif (less portable than #else #if).
36786      Branch: perl
36787            ! handy.h
36788 ____________________________________________________________________________
36789 [ 11629] By: jhi                                   on 2001/08/10  13:49:53
36790         Log: Subject: patch for perlvar.pod
36791              From: mah@everybody.org (Mark A. Hershberger)
36792              Date: 08 Aug 2001 17:03:16 -0500
36793              Message-ID: <87g0b2w6or.fsf@mah.mcdermott.com>
36794      Branch: perl
36795            ! pod/perlvar.pod
36796 ____________________________________________________________________________
36797 [ 11628] By: jhi                                   on 2001/08/10  13:45:48
36798         Log: cpp commands must start (the # must be) at the column #0.
36799      Branch: perl
36800            ! op.c
36801 ____________________________________________________________________________
36802 [ 11627] By: jhi                                   on 2001/08/10  13:41:07
36803         Log: If using gcc -B/foo/bar makedepend would give
36804              unnecessary warnings about unused -B/foo/bar.
36805      Branch: perl
36806            ! makedepend.SH
36807 ____________________________________________________________________________
36808 [ 11626] By: jhi                                   on 2001/08/09  14:56:29
36809         Log: Update Changes.
36810      Branch: perl
36811            ! Changes patchlevel.h
36812 ____________________________________________________________________________
36813 [ 11625] By: jhi                                   on 2001/08/09  14:54:05
36814         Log: s/z/tz/
36815      Branch: perl
36816            ! pod/perlfaq2.pod
36817 ____________________________________________________________________________
36818 [ 11624] By: jhi                                   on 2001/08/09  14:52:52
36819         Log: Article nit.
36820      Branch: perl
36821            ! pod/perlfaq2.pod
36822 ____________________________________________________________________________
36823 [ 11623] By: jhi                                   on 2001/08/09  14:49:00
36824         Log: Rename lib/unicode files to lib/unicore to avoid
36825              conflicts between core lib/unicode and Unicode::
36826              files in case-ignoring filesystems.
36827      Branch: perl
36828            + (add 325 files)
36829            - (delete 324 files)
36830            ! MANIFEST lib/charnames.pm lib/utf8_heavy.pl pod/perlretut.pod
36831 ____________________________________________________________________________
36832 [ 11622] By: jhi                                   on 2001/08/09  13:33:47
36833         Log: Upgrade to Math::BigInt 1.41.
36834      Branch: perl
36835            ! lib/Math/BigInt.pm lib/Math/BigInt/t/bigintpm.t
36836 ____________________________________________________________________________
36837 [ 11621] By: jhi                                   on 2001/08/09  13:31:20
36838         Log: Subject: [PATCH] remove PL_na from typemap
36839              From: James <james@rf.net>
36840              Date: Mon, 06 Aug 2001 20:23:15 -0700
36841              Message-ID: <3B6F5F23.A31A81B1@rf.net>
36842              
36843              (had to be manually applied)
36844      Branch: perl
36845            ! lib/ExtUtils/typemap
36846 ____________________________________________________________________________
36847 [ 11620] By: jhi                                   on 2001/08/09  13:27:11
36848         Log: The metaconfig unit changes for #11618.
36849      Branch: metaconfig/U/perl
36850            + d_fpclassl.U i_fp.U
36851 ____________________________________________________________________________
36852 [ 11619] By: jhi                                   on 2001/08/09  13:25:21
36853         Log: Forgot this from #11618.
36854              
36855              NOTE: wince/config_H.ce needs updating.
36856      Branch: perl
36857            ! wince/config.ce
36858 ____________________________________________________________________________
36859 [ 11618] By: jhi                                   on 2001/08/09  13:21:51
36860         Log: Introduce more floating point classifying APIs;
36861              try to define (most importantly) Perl_is{inf,nan}(x).
36862              
36863              For this first cut, assume none such APIs exist in non-UNIXoid
36864              platforms-- this is of course too unkind: Win32 rumoredly has
36865              _fpclass() and _isnan(), and VMS/VOS very probably have some
36866              of the APIs available.     The only thing Perl uses at the moment
36867              is Perl_isnan() (has been in use for a while now).
36868              
36869              NOTE: the Win32 and NetWare config_h.?c need regenerating.
36870      Branch: perl
36871            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
36872            ! Porting/config_H config_h.SH configure.com epoc/config.sh
36873            ! hints/hpux.sh perl.h pod/perltoc.pod uconfig.h uconfig.sh
36874            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
36875            ! vos/config.ga.h win32/config.bc win32/config.gc
36876            ! win32/config.vc win32/config_H.bc win32/config_H.gc
36877            ! win32/config_H.vc wince/config.ce wince/config.h
36878 ____________________________________________________________________________
36879 [ 11617] By: jhi                                   on 2001/08/09  11:08:51
36880         Log: Integrate change #11519 from perlio:
36881              
36882              Avoid testing for (non-)existance of "encoding(xxxx)"
36883              layer is called "encoding" the (xxxx) is an argument.
36884      Branch: perl
36885           !> lib/open.pm
36886 ____________________________________________________________________________
36887 [ 11616] By: nick                                  on 2001/08/09  07:50:24
36888         Log: Integrate mainline
36889      Branch: perlio
36890           +> ext/PerlIO/t/via.t lib/Getopt/Long/CHANGES
36891           +> lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
36892           +> lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
36893           +> lib/Getopt/Long/t/gol-oo.t utils/perlivp.PL
36894            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
36895            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
36896           !> (integrate 79 files)
36897 ____________________________________________________________________________
36898 [ 11615] By: nick                                  on 2001/08/09  06:23:44
36899         Log: Avoid testing for (non-)existance of "encoding(xxxx)"
36900              layer is called "encoding" the (xxxx) is an argument.
36901      Branch: perlio
36902            ! lib/open.pm
36903 ____________________________________________________________________________
36904 [ 11614] By: jhi                                   on 2001/08/08  21:50:19
36905         Log: Subject: [PATCH bleadperl] Teach B::Concise about PADOP
36906              From: Paul Johnson <paul@pjcj.net>
36907              Date: Wed, 8 Aug 2001 23:54:17 +0200
36908              Message-ID: <20010808235417.O1006@pjcj.net>
36909      Branch: perl
36910            ! ext/B/B/Concise.pm
36911 ____________________________________________________________________________
36912 [ 11613] By: jhi                                   on 2001/08/08  13:22:13
36913         Log: Make VMS use IEEE math by default; reorder Tru64 hints
36914              so that -fprm d -ieee (the -ieee gives as e.g. IEEE 754
36915              exception semantics) is always set if using (the new) cc.
36916      Branch: perl
36917            ! configure.com hints/dec_osf.sh
36918 ____________________________________________________________________________
36919 [ 11612] By: jhi                                   on 2001/08/08  12:14:56
36920         Log: Subject: Re: [ID 20010806.008] tied hashes, invocation of FIRSTKEY
36921              From: Abhijit Menon-Sen <ams@wiw.org>
36922              Date: Tue, 7 Aug 2001 17:16:05 +0530
36923              Message-ID: <20010807171605.K526@lustre.dyn.wiw.org>
36924      Branch: perl
36925            ! pp_sys.c
36926 ____________________________________________________________________________
36927 [ 11611] By: jhi                                   on 2001/08/08  02:28:58
36928         Log: Subject: [PATCH perl@11597] fix t/run/exit.t for VMS
36929              From: "Craig A. Berry" <craigberry@mac.com>
36930              Date: Tue, 07 Aug 2001 22:27:47 -0500
36931              Message-Id: <5.1.0.14.0.20010806105326.02d22298@exchi01>
36932      Branch: perl
36933            ! t/run/exit.t
36934 ____________________________________________________________________________
36935 [ 11610] By: jhi                                   on 2001/08/08  00:12:00
36936         Log: Subject: [PATCH bleadperl] better VMS docs for $?, exit(), and system()
36937              From: "Craig A. Berry" <craigberry@mac.com>
36938              Date: Tue, 07 Aug 2001 20:01:53 -0500
36939              Message-Id: <5.1.0.14.0.20010807155648.01ba3c98@exchi01>
36940      Branch: perl
36941            ! pod/perlport.pod pod/perlvar.pod vms/perlvms.pod
36942 ____________________________________________________________________________
36943 [ 11609] By: jhi                                   on 2001/08/07  23:49:09
36944         Log: Update the magazine information.
36945      Branch: perl
36946            ! pod/perlfaq2.pod
36947 ____________________________________________________________________________
36948 [ 11608] By: jhi                                   on 2001/08/07  23:35:27
36949         Log: Ignore SIGFPE everywhere.
36950      Branch: perl
36951            ! hints/os390.sh hints/posix-bc.sh hints/uts.sh numeric.c perl.h
36952 ____________________________________________________________________________
36953 [ 11607] By: jhi                                   on 2001/08/07  23:07:04
36954         Log: With permission, change the licensing of the docs by
36955              TomC (and Gnat) to comply with the rest of Perl.
36956      Branch: perl
36957            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
36958            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
36959            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
36960            ! pod/perlfaq9.pod pod/perlopentut.pod pod/perltoot.pod
36961            ! pod/perltootc.pod
36962 ____________________________________________________________________________
36963 [ 11606] By: jhi                                   on 2001/08/07  22:50:04
36964         Log: Subject: [PATCH 5.6.x, 5.7.2] hints/openbsd.sh tweaks.
36965              From: Andy Dougherty <doughera@lafayette.edu>
36966              Date: Tue, 7 Aug 2001 15:49:33 -0400 (EDT)
36967              Message-ID: <Pine.SOL.4.10.10108071544040.2431-100000@maxwell.phys.lafayette.edu>
36968      Branch: perl
36969            ! hints/openbsd.sh
36970 ____________________________________________________________________________
36971 [ 11605] By: jhi                                   on 2001/08/07  22:49:18
36972         Log: Subject: [PATCH] Makefile.SH test_prep dependency
36973              From: Andy Dougherty <doughera@lafayette.edu>
36974              Date: Tue, 7 Aug 2001 15:44:01 -0400 (EDT)
36975              Message-ID: <Pine.SOL.4.10.10108071540190.2431-100000@maxwell.phys.lafayette.edu>
36976      Branch: perl
36977            ! Makefile.SH
36978 ____________________________________________________________________________
36979 [ 11604] By: jhi                                   on 2001/08/07  22:44:35
36980         Log: Don't autogenerate the headers et alia,
36981              make regen_headers explicitly.
36982      Branch: perl
36983            ! Makefile.SH
36984 ____________________________________________________________________________
36985 [ 11603] By: jhi                                   on 2001/08/07  22:33:48
36986         Log: Subject: Re: [ID 20010807.011] 5.6.1 coredumping on bleedperl embed.pl
36987              From: Gurusamy Sarathy <gsar@ActiveState.com> 
36988              Date: Tue, 07 Aug 2001 08:33:26 -0700
36989              Message-Id: <200108071533.f77FXQf01168@smtp3.ActiveState.com>
36990              
36991              Unnecessary dependency.
36992      Branch: perl
36993            ! embed.pl
36994 ____________________________________________________________________________
36995 [ 11602] By: jhi                                   on 2001/08/07  13:52:41
36996         Log: Subject: Re: [ID 20010806.006] Can't read coderef from tied variable
36997              From: Abhijit Menon-Sen <ams@wiw.org>
36998              Date: Tue, 7 Aug 2001 09:10:54 +0530
36999              Message-ID: <20010807091054.H526@lustre.dyn.wiw.org>
37000      Branch: perl
37001            ! pp_hot.c
37002 ____________________________________________________________________________
37003 [ 11601] By: jhi                                   on 2001/08/07  13:46:33
37004         Log: Subject: [PATCH perl@11597] B && BEGIN handling
37005              From: "James A. Duncan" <jduncan@fotango.com>
37006              Date: Mon, 6 Aug 2001 17:29:11 +0100
37007              Message-ID: <20010806172911.A2071@fotango.com>
37008              
37009              (the intrpvar.h addition moved to the end for bincompat)
37010      Branch: perl
37011            ! embedvar.h ext/B/B.xs intrpvar.h perl.c perlapi.h
37012 ____________________________________________________________________________
37013 [ 11600] By: jhi                                   on 2001/08/07  11:53:48
37014         Log: Integrate change #11598 from maintperl (fcrypt.c URL updates)
37015      Branch: perl
37016           !> README.win32
37017 ____________________________________________________________________________
37018 [ 11599] By: gsar                                  on 2001/08/07  06:31:39
37019         Log: fix URLs for fcrypt.c
37020      Branch: maint-5.6/perl
37021            ! README.win32
37022 ____________________________________________________________________________
37023 [ 11598] By: jhi                                   on 2001/08/06  15:02:48
37024         Log: Yet another way to say Infinity: HP-UX calls its "++".
37025      Branch: perl
37026            ! lib/Math/BigInt/t/bigintpm.t
37027 ____________________________________________________________________________
37028 [ 11597] By: jhi                                   on 2001/08/06  13:40:01
37029         Log: Update Changes.
37030      Branch: perl
37031            ! Changes patchlevel.h
37032 ____________________________________________________________________________
37033 [ 11596] By: jhi                                   on 2001/08/06  13:24:28
37034         Log: Advertise File::Temp, don't advertise POSIX::tmpnam().
37035      Branch: perl
37036            ! pod/perlfaq5.pod
37037 ____________________________________________________________________________
37038 [ 11595] By: jhi                                   on 2001/08/06  12:51:38
37039         Log: The #11593 wasn't right.
37040      Branch: perl
37041            ! lib/Math/BigInt/t/bigintpm.t
37042 ____________________________________________________________________________
37043 [ 11594] By: jhi                                   on 2001/08/06  12:34:15
37044         Log: Subject: [PATCH: perl@11564] introducing perlivp
37045              From: Prymmer/Kahn <pvhp@best.com>
37046              Date: Sun, 5 Aug 2001 22:00:14 -0700 (PDT)
37047              Message-ID: <Pine.BSF.4.21.0108052155110.7110-100000@shell8.ba.best.com>
37048              
37049              Subject: Re: [PATCH: perl@11564] introducing perlivp
37050              From: Prymmer/Kahn <pvhp@best.com>
37051              Date: Sun, 5 Aug 2001 22:32:59 -0700 (PDT)
37052              Message-ID: <Pine.BSF.4.21.0108052229470.9059-100000@shell8.ba.best.com>
37053      Branch: perl
37054            + utils/perlivp.PL
37055            ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
37056            ! win32/Makefile win32/makefile.mk
37057 ____________________________________________________________________________
37058 [ 11593] By: jhi                                   on 2001/08/05  23:10:52
37059         Log: libcs are confused what to call Infinity.
37060      Branch: perl
37061            ! lib/Math/BigInt/t/bigintpm.t
37062 ____________________________________________________________________________
37063 [ 11592] By: jhi                                   on 2001/08/05  23:07:50
37064         Log: Avoid SIGFPE in Tru64.
37065      Branch: perl
37066            ! numeric.c
37067 ____________________________________________________________________________
37068 [ 11591] By: jhi                                   on 2001/08/05  22:46:10
37069         Log: Upgrade to Math::BigInt 1.40.
37070              
37071              NOTE: this patch necessitates doing something about
37072              infinity handling since the new bigintpm.t tests use
37073              infinity, which causes SIGFPEs at least in Tru64.
37074      Branch: perl
37075            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
37076            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
37077            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
37078            ! lib/Math/BigInt/t/mbimbf.t
37079 ____________________________________________________________________________
37080 [ 11590] By: gsar                                  on 2001/08/05  21:57:43
37081         Log: remove hardcoded cmd shell in testsuite
37082      Branch: perl
37083            ! t/op/glob.t t/op/magic.t t/op/stat.t
37084 ____________________________________________________________________________
37085 [ 11589] By: gsar                                  on 2001/08/05  21:35:50
37086         Log: 4-arg select() was busted on windows because change#8178 didn't
37087              make it into mainline
37088      Branch: perl
37089            ! perl.h win32/include/sys/socket.h
37090 ____________________________________________________________________________
37091 [ 11588] By: jhi                                   on 2001/08/05  19:40:31
37092         Log: Rename the Getopt::Long tests to be as they are
37093              in the Getopt::Long official distribution.
37094      Branch: perl
37095            + lib/Getopt/Long/t/gol-basic.t lib/Getopt/Long/t/gol-compat.t
37096            + lib/Getopt/Long/t/gol-linkage.t lib/Getopt/Long/t/gol-oo.t
37097            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
37098            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
37099            ! MANIFEST
37100 ____________________________________________________________________________
37101 [ 11587] By: jhi                                   on 2001/08/05  19:38:07
37102         Log: Upgrade to Getopt::Long 2.26.
37103      Branch: perl
37104            + lib/Getopt/Long/CHANGES lib/Getopt/Long/README
37105            ! MANIFEST lib/Getopt/Long.pm
37106 ____________________________________________________________________________
37107 [ 11586] By: jhi                                   on 2001/08/05  19:26:50
37108         Log: Retract #10874 (the hack should be unnecessary by now)
37109      Branch: perl
37110            ! lib/Test/Harness.pm
37111 ____________________________________________________________________________
37112 [ 11585] By: gsar                                  on 2001/08/05  16:45:54
37113         Log: avoid temp file littering in tests
37114      Branch: perl
37115            ! ext/PerlIO/t/encoding.t lib/Memoize/t/errors.t
37116 ____________________________________________________________________________
37117 [ 11584] By: jhi                                   on 2001/08/05  16:42:50
37118         Log: Subject: warning in sv.c: double format, NV arg
37119              From: "Philip Newton" <Philip.Newton@gmx.net>
37120              Date: Sun, 5 Aug 2001 19:41:07 +0200
37121              Message-Id: <200108051735.f75HZ1L18235@chaos.wustl.edu>
37122      Branch: perl
37123            ! sv.c
37124 ____________________________________________________________________________
37125 [ 11583] By: gsar                                  on 2001/08/05  16:28:22
37126         Log: fix POSIX.t#13 for windos
37127      Branch: perl
37128            ! ext/POSIX/POSIX.t
37129 ____________________________________________________________________________
37130 [ 11582] By: jhi                                   on 2001/08/05  16:10:59
37131         Log: Add a test for PerlIO::Via.
37132      Branch: perl
37133            + ext/PerlIO/t/via.t
37134            ! MANIFEST ext/PerlIO/Via/Via.pm
37135 ____________________________________________________________________________
37136 [ 11581] By: gsar                                  on 2001/08/05  15:00:26
37137         Log: flock() and link() are not available on Windows 9x
37138      Branch: perl
37139            ! win32/config_sh.PL
37140 ____________________________________________________________________________
37141 [ 11580] By: jhi                                   on 2001/08/05  13:56:46
37142         Log: Some Tru64 C compilers have C++ components that confuse
37143              the ccversion parsing.
37144      Branch: perl
37145            ! hints/dec_osf.sh
37146 ____________________________________________________________________________
37147 [ 11579] By: jhi                                   on 2001/08/05  13:31:07
37148         Log: (Reintroduce #11125)
37149              
37150              Subject: MakeMaker should pass through DEFINE and INC to subdirs 
37151              From: Alan Burlison <Alan.Burlison@sun.com> 
37152              Date: Tue, 03 Jul 2001 15:20:13 +0100   
37153              Message-ID: <3B41D49D.A923D4F9@sun.com> 
37154      Branch: perl
37155            ! lib/ExtUtils/MM_Unix.pm
37156 ____________________________________________________________________________
37157 [ 11578] By: jhi                                   on 2001/08/05  03:17:20
37158         Log: Little pointer juggling for HP-UX cc to avoid
37159              "warning 524: Cast (non-lvalue) appears on left-hand side of assignment."
37160              followed by
37161              "error 1549: Modifiable lvalue required for assignment operator."
37162      Branch: perl
37163            ! hv.c
37164 ____________________________________________________________________________
37165 [ 11577] By: jhi                                   on 2001/08/04  18:09:38
37166         Log: Continuation of #11575: SANY_SEEN completely deprecated,
37167              plus more tests that unearthed a bug in @a = ($utf8 =~ /\C/g),
37168              plus a fix for the bug.
37169      Branch: perl
37170            ! pp_hot.c regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
37171 ____________________________________________________________________________
37172 [ 11576] By: jhi                                   on 2001/08/04  17:31:06
37173         Log: Subject: Re: [patch] rid "Scalars leaked" from perl_clone
37174              From: Doug MacEachern <dougm@covalent.net>
37175              Date: Sat, 4 Aug 2001 11:09:37 -0700 (PDT)
37176              Message-ID: <Pine.LNX.4.21.0108041102390.23972-100000@mako.covalent.net>
37177      Branch: perl
37178            ! sv.c
37179 ____________________________________________________________________________
37180 [ 11575] By: jhi                                   on 2001/08/04  17:28:55
37181         Log: Decouple SANY into SANY and CANY: the new SANY is /./s,
37182              the new CANY is the \C.  The problem reported and the
37183              test case supplied in
37184              
37185              Subject: UTF-8 bugs in string length & single line regex matches
37186              From: "Daniel P. Berrange" <dan@berrange.com>
37187              Date: Fri, 3 Aug 2001 11:39:33 +0100
37188              Message-ID: <20010803113932.A19318@berrange.com>
37189      Branch: perl
37190            ! regcomp.c regcomp.h regcomp.sym regexec.c regexp.h regnodes.h
37191            ! t/op/pat.t
37192 ____________________________________________________________________________
37193 [ 11574] By: jhi                                   on 2001/08/04  15:42:34
37194         Log: Subject: Re: [patch] ignore PL_curpm in PL_regex_padav cleanup
37195              From: Doug MacEachern <dougm@covalent.net>
37196              Date: Sat, 4 Aug 2001 09:43:02 -0700 (PDT)
37197              Message-ID: <Pine.LNX.4.21.0108040939050.23972-100000@mako.covalent.net>
37198      Branch: perl
37199            ! perl.c regexec.c
37200 ____________________________________________________________________________
37201 [ 11573] By: jhi                                   on 2001/08/04  14:20:26
37202         Log: The #11572 didn't up the test count.
37203      Branch: perl
37204            ! t/op/length.t
37205 ____________________________________________________________________________
37206 [ 11572] By: jhi                                   on 2001/08/04  14:12:45
37207         Log: Subject: UTF-8 bugs in string length & single line regex matches
37208              From: "Daniel P. Berrange" <dan@berrange.com>
37209              Date: Fri, 3 Aug 2001 11:39:33 +0100         
37210              Message-ID: <20010803113932.A19318@berrange.com>
37211              
37212              (the mg_length() fix)
37213      Branch: perl
37214            ! mg.c t/op/length.t
37215 ____________________________________________________________________________
37216 [ 11571] By: jhi                                   on 2001/08/04  14:10:39
37217         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
37218              From: Abhijit Menon-Sen <ams@wiw.org>
37219              Date: Sat, 4 Aug 2001 16:56:35 +0530
37220              Message-ID: <20010804165635.E526@lustre.dyn.wiw.org>
37221      Branch: perl
37222            ! hv.c
37223 ____________________________________________________________________________
37224 [ 11570] By: jhi                                   on 2001/08/04  14:09:59
37225         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
37226              From: Abhijit Menon-Sen <ams@wiw.org>
37227              Date: Sat, 4 Aug 2001 16:16:03 +0530
37228              Message-ID: <20010804161603.C526@lustre.dyn.wiw.org>
37229      Branch: perl
37230            ! hv.c
37231 ____________________________________________________________________________
37232 [ 11569] By: jhi                                   on 2001/08/04  14:09:09
37233         Log: Subject: Re: [patch] refcount re ops
37234              From: Abhijit Menon-Sen <ams@wiw.org>
37235              Date: Sat, 4 Aug 2001 08:54:55 +0530
37236              Message-ID: <20010804085455.B526@lustre.dyn.wiw.org>
37237      Branch: perl
37238            ! sv.c
37239 ____________________________________________________________________________
37240 [ 11568] By: jhi                                   on 2001/08/04  14:08:19
37241         Log: Subject: [patch] refcount re ops
37242              From: Doug MacEachern <dougm@covalent.net>
37243              Date: Fri, 3 Aug 2001 18:17:41 -0700 (PDT)
37244              Message-ID: <Pine.LNX.4.21.0108031814240.23972-100000@mako.covalent.net>
37245      Branch: perl
37246            ! regcomp.c sv.c
37247 ____________________________________________________________________________
37248 [ 11567] By: jhi                                   on 2001/08/03  23:52:56
37249         Log: Subject: [patch] ignore PL_curpm in PL_regex_padav cleanup
37250              From: Doug MacEachern <dougm@covalent.net>
37251              Date: Fri, 3 Aug 2001 17:37:53 -0700 (PDT)
37252              Message-ID: <Pine.LNX.4.21.0108031730040.23972-100000@mako.covalent.net>
37253      Branch: perl
37254            ! perl.c regexec.c
37255 ____________________________________________________________________________
37256 [ 11566] By: jhi                                   on 2001/08/03  20:45:10
37257         Log: Subject: [PATCH perl@11564] fix t/op/misc.t for VMS
37258              From: "Craig A. Berry" <craigberry@mac.com> 
37259              Date: Fri, 03 Aug 2001 16:16:16 -0500
37260              Message-Id: <5.1.0.14.0.20010803161026.03530e58@exchi01> 
37261      Branch: perl
37262            ! t/op/misc.t
37263 ____________________________________________________________________________
37264 [ 11565] By: jhi                                   on 2001/08/03  13:46:40
37265         Log: Subject: Re: [ID 20010731.105] MinGW can't compile win32.c on Windows 2000
37266              From: John Kristian <jmk2001@engineer.com>
37267              Date: Fri, 03 Aug 2001 00:59:08 -0700
37268              Message-id: <03a101c11bf2$2c9b5ee0$0100a8c0@JOHNKRISTIAN>
37269      Branch: perl
37270            ! win32/win32.c
37271 ____________________________________________________________________________
37272 [ 11564] By: jhi                                   on 2001/08/03  13:25:39
37273         Log: Update Changes.
37274      Branch: perl
37275            ! Changes patchlevel.h
37276 ____________________________________________________________________________
37277 [ 11563] By: jhi                                   on 2001/08/03  12:13:17
37278         Log: Subject: [PATCH perl@11523] fix Stash.t for VMS
37279              From: "Craig A. Berry" <craigberry@mac.com>
37280              Date: Thu, 02 Aug 2001 23:15:24 -0500
37281              Message-Id: <5.1.0.14.0.20010802230843.03530e58@mail.mac.com>
37282      Branch: perl
37283            ! ext/B/Stash.t
37284 ____________________________________________________________________________
37285 [ 11562] By: jhi                                   on 2001/08/03  12:11:57
37286         Log: Subject: [patch] plug PL_cshname leak
37287              From: Doug MacEachern <dougm@covalent.net>
37288              Date: Thu, 2 Aug 2001 20:59:04 -0700 (PDT)
37289              Message-ID: <Pine.LNX.4.21.0108022058020.8991-100000@mako.covalent.net>
37290      Branch: perl
37291            ! sv.c
37292 ____________________________________________________________________________
37293 [ 11561] By: jhi                                   on 2001/08/03  12:10:32
37294         Log: Subject: [patch] plug PL_sh_path leak
37295              From: Doug MacEachern <dougm@covalent.net>
37296              Date: Thu, 2 Aug 2001 20:54:08 -0700 (PDT)
37297              Message-ID: <Pine.LNX.4.21.0108022043040.8991-100000@mako.covalent.net>
37298      Branch: perl
37299            ! sv.c
37300 ____________________________________________________________________________
37301 [ 11560] By: jhi                                   on 2001/08/03  12:09:50
37302         Log: Subject: [patch] plug PL_regex_padav leaks
37303              From: Doug MacEachern <dougm@covalent.net>
37304              Date: Thu, 2 Aug 2001 20:24:55 -0700 (PDT)
37305              Message-ID: <Pine.LNX.4.21.0108022020100.8991-100000@mako.covalent.net>
37306      Branch: perl
37307            ! op.c op.h perl.c
37308 ____________________________________________________________________________
37309 [ 11559] By: jhi                                   on 2001/08/03  12:08:59
37310         Log: Subject: [patch] plug PL_origargv leak
37311              From: Doug MacEachern <dougm@covalent.net>
37312              Date: Thu, 2 Aug 2001 18:15:22 -0700 (PDT)
37313              Message-ID: <Pine.LNX.4.21.0108021813380.8991-100000@mako.covalent.net>
37314      Branch: perl
37315            ! perl.c
37316 ____________________________________________________________________________
37317 [ 11558] By: jhi                                   on 2001/08/03  12:07:58
37318         Log: Subject: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
37319              From: Abhijit Menon-Sen <ams@wiw.org>
37320              Date: Fri, 3 Aug 2001 06:38:11 +0530
37321              Message-ID: <20010803063811.A19266@lustre.dyn.wiw.org>
37322      Branch: perl
37323            ! hv.c
37324 ____________________________________________________________________________
37325 [ 11557] By: nick                                  on 2001/08/03  08:17:38
37326         Log: Integrate mainline
37327      Branch: perlio
37328           +> (branch 47 files)
37329            - lib/Switch/test.pl
37330           !> (integrate 49 files)
37331 ____________________________________________________________________________
37332 [ 11556] By: jhi                                   on 2001/08/02  22:46:22
37333         Log: Subject: [PATCH perl@11523] fix Showlex.t for VMS
37334              From: "Craig A. Berry" <craigberry@mac.com>
37335              Date: Thu, 02 Aug 2001 12:56:19 -0500
37336              Message-Id: <5.1.0.14.0.20010802124618.034c5008@exchi01>
37337      Branch: perl
37338            ! ext/B/Showlex.t
37339 ____________________________________________________________________________
37340 [ 11555] By: jhi                                   on 2001/08/02  22:29:34
37341         Log: Be more careful about non-existent files.
37342      Branch: perl
37343            ! lib/File/Copy.pm
37344 ____________________________________________________________________________
37345 [ 11554] By: jhi                                   on 2001/08/02  21:37:27
37346         Log: Subject: [PATCH resend] deparse empty formats
37347              From: Robin Houston <robin@kitsite.com> 
37348              Date: Thu, 2 Aug 2001 14:32:36 +0100
37349              Message-ID: <20010802143236.A894@robin.kitsite.com>
37350      Branch: perl
37351            ! ext/B/B/Deparse.pm
37352 ____________________________________________________________________________
37353 [ 11553] By: jhi                                   on 2001/08/02  16:37:32
37354         Log: Subject: [patch] ithreads + refto fix improvement
37355              From: Doug MacEachern <dougm@covalent.net>
37356              Date: Thu, 2 Aug 2001 09:41:53 -0700 (PDT)
37357              Message-ID: <Pine.LNX.4.21.0108020939030.8991-100000@mako.covalent.net>
37358      Branch: perl
37359            ! pp.c
37360 ____________________________________________________________________________
37361 [ 11552] By: jhi                                   on 2001/08/02  14:24:26
37362         Log: Readability nit from Abhijit.
37363      Branch: perl
37364            ! op.c
37365 ____________________________________________________________________________
37366 [ 11551] By: jhi                                   on 2001/08/02  14:22:31
37367         Log: setproctitle() API version nit from Anton Berezin.
37368      Branch: perl
37369            ! mg.c
37370 ____________________________________________________________________________
37371 [ 11550] By: jhi                                   on 2001/08/02  13:51:41
37372         Log: Add PerlCE to the docs.
37373      Branch: perl
37374            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
37375            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
37376 ____________________________________________________________________________
37377 [ 11549] By: jhi                                   on 2001/08/02  13:25:43
37378         Log: Integrate the PerlCE (WinCE Perl) port;
37379              kindly supplied by Rainer Keuchel <rkeuc@allgeier.com>.
37380      Branch: perl
37381            + README.ce wince/FindExt.pm wince/Makefile.ce
37382            + wince/README.compile wince/README.perlce wince/bin/exetype.pl
37383            + wince/bin/perlglob.pl wince/bin/pl2bat.pl wince/bin/runperl.pl
37384            + wince/bin/search.pl wince/config.ce wince/config.h
37385            + wince/config_H.ce wince/config_h.PL wince/config_sh.PL
37386            + wince/dl_win32.xs wince/include/arpa/inet.h
37387            + wince/include/cectype.h wince/include/errno.h
37388            + wince/include/netdb.h wince/include/sys/socket.h
37389            + wince/include/sys/stat.h wince/include/sys/types.h
37390            + wince/include/sys/utime.h wince/include/time.h wince/perl.ico
37391            + wince/perl.rc wince/perldll.def wince/perllib.c
37392            + wince/perlmain.c wince/registry.bat wince/runperl.c
37393            + wince/splittree.pl wince/win32.h wince/win32iop.h
37394            + wince/win32thread.c wince/win32thread.h wince/wince.c
37395            + wince/wince.h wince/wincesck.c wince/xbuildall.ksh
37396            + wince/xdistclean.ksh wince/xmakediffs.ksh
37397            ! MANIFEST perl.c perl.h perlio.c
37398 ____________________________________________________________________________
37399 [ 11548] By: jhi                                   on 2001/08/02  13:18:08
37400         Log: setproctitle() made simpler.  (This assumes the string is
37401              \0-terminated: if not, the three-arg form setproctitle(fmt, len, s)
37402              should be used.  Note len, not len + 1.)  BSD-fu from Anton
37403              Berezin.
37404      Branch: perl
37405            ! mg.c
37406 ____________________________________________________________________________
37407 [ 11547] By: jhi                                   on 2001/08/02  12:49:54
37408         Log: Subject: [PATCH] -Wall cleanup: op.c
37409              From: Richard Soderberg <rs@oregonnet.com>
37410              Date: Thu, 2 Aug 2001 00:17:09 -0700
37411              Message-Id: <200108020717.AAA26895@oregonnet.com>
37412              
37413              Subject: [PATCH] -Wall cleanup: sv.c
37414              From: Richard Soderberg <rs@oregonnet.com>
37415              Date: Thu, 2 Aug 2001 00:49:21 -0700
37416              Message-Id: <200108020749.AAA27492@oregonnet.com>
37417      Branch: perl
37418            ! op.c sv.c
37419 ____________________________________________________________________________
37420 [ 11546] By: jhi                                   on 2001/08/02  00:53:34
37421         Log: Update Changes.
37422      Branch: perl
37423            ! Changes patchlevel.h
37424 ____________________________________________________________________________
37425 [ 11545] By: jhi                                   on 2001/08/02  00:48:55
37426         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
37427              From: Doug MacEachern <dougm@covalent.net>
37428              Date: Wed, 1 Aug 2001 18:34:44 -0700 (PDT)
37429              Message-ID: <Pine.LNX.4.21.0108011830080.8991-100000@mako.covalent.net>
37430      Branch: perl
37431            ! op.c
37432 ____________________________________________________________________________
37433 [ 11544] By: jhi                                   on 2001/08/01  23:08:41
37434         Log: The #11541 didn't work under threads.
37435      Branch: perl
37436            ! op.c
37437 ____________________________________________________________________________
37438 [ 11543] By: jhi                                   on 2001/08/01  22:46:41
37439         Log: Subject: Re: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
37440              From: Hugo <hv@crypt.compulink.co.uk>
37441              Date: Fri, 22 Jun 2001 01:19:08 +0100 
37442              Message-Id: <200106220019.BAA03365@crypt.compulink.co.uk>
37443              
37444              (Skip tests if accept() failed)
37445      Branch: perl
37446            ! ext/IO/lib/IO/t/io_unix.t
37447 ____________________________________________________________________________
37448 [ 11542] By: jhi                                   on 2001/08/01  22:40:09
37449         Log: Subject: [ID 20010730.003] IRIX 6.5 already has struct sv in <sys/sema.h> (defined in perl.h)
37450              From: "Stian Seeberg" <sseeberg@nimsoft.no>
37451              Date: Mon, 30 Jul 2001 12:28:07 +0200
37452              Message-Id: <68236D3FC2D92347B466639324391D1A0432AB@PONDUS.nimsoft.no>
37453      Branch: perl
37454            ! perl.h
37455 ____________________________________________________________________________
37456 [ 11541] By: jhi                                   on 2001/08/01  22:38:31
37457         Log: Subject: Pluggable optimizer
37458              From: Simon Cozens <simon@netthink.co.uk>
37459              Date: Wed, 1 Aug 2001 13:57:02 -0700
37460              Message-ID: <20010801135702.I10442@netthink.co.uk>
37461      Branch: perl
37462            ! embedvar.h op.c perl.c perl.h perlapi.h sv.c thrdvar.h util.c
37463 ____________________________________________________________________________
37464 [ 11540] By: jhi                                   on 2001/08/01  22:29:54
37465         Log: Subject: [ID 20010801.039] perlre.pod message typo
37466              From: Autrijus Tang <autrijus@geb.elixus.org>
37467              Date: Thu, 2 Aug 2001 04:48:02 +0800 (CST)
37468              Message-Id: <200108012048.f71Km2r79890@geb.elixus.org>                         
37469      Branch: perl
37470            ! pod/perlre.pod
37471 ____________________________________________________________________________
37472 [ 11539] By: jhi                                   on 2001/08/01  16:32:52
37473         Log: Test for change #11536.
37474      Branch: perl
37475            ! t/op/tiehandle.t
37476 ____________________________________________________________________________
37477 [ 11538] By: jhi                                   on 2001/08/01  16:27:19
37478         Log: More test fixups for #11537.
37479      Branch: perl
37480            ! t/lib/warnings/4lint t/lib/warnings/9enabled
37481 ____________________________________________________________________________
37482 [ 11537] By: jhi                                   on 2001/08/01  16:26:25
37483         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
37484              From: Doug MacEachern <dougm@covalent.net>
37485              Date: Mon, 30 Jul 2001 17:38:50 -0700 (PDT)
37486              Message-ID: <Pine.LNX.4.21.0107301720310.25941-100000@mako.covalent.net>
37487      Branch: perl
37488            ! op.c t/TestInit.pm
37489 ____________________________________________________________________________
37490 [ 11536] By: jhi                                   on 2001/08/01  16:08:08
37491         Log: Subject: [patch] ithreads + refto bug
37492              From: Doug MacEachern <dougm@covalent.net>
37493              Date: Wed, 1 Aug 2001 09:47:28 -0700 (PDT)
37494              Message-ID: <Pine.LNX.4.21.0108010937240.7498-100000@mako.covalent.net>
37495              
37496              (Test in change #11539)
37497      Branch: perl
37498            ! pp.c
37499 ____________________________________________________________________________
37500 [ 11535] By: jhi                                   on 2001/08/01  16:05:56
37501         Log: Subject: [PATCH: perl@11523] fixups for t/harness
37502              From: Prymmer/Kahn <pvhp@best.com>
37503              Date: Wed, 1 Aug 2001 09:24:23 -0700 (PDT)
37504              Message-ID: <Pine.BSF.4.21.0108010910310.17655-100000@shell8.ba.best.com>
37505      Branch: perl
37506            ! t/harness
37507 ____________________________________________________________________________
37508 [ 11534] By: jhi                                   on 2001/08/01  16:00:45
37509         Log: Subject: [PATCH: perl@11523] add xsubpp and libnetcfg to installed *.bat files for win32 builds
37510              From: Prymmer/Kahn <pvhp@best.com>
37511              Date: Wed, 1 Aug 2001 09:07:13 -0700 (PDT)
37512              Message-ID: <Pine.BSF.4.21.0108010859230.17655-100000@shell8.ba.best.com>
37513      Branch: perl
37514            ! win32/Makefile win32/makefile.mk
37515 ____________________________________________________________________________
37516 [ 11533] By: jhi                                   on 2001/08/01  13:38:29
37517         Log: Need to know the number of tests.
37518      Branch: perl
37519            ! t/run/exit.t
37520 ____________________________________________________________________________
37521 [ 11532] By: jhi                                   on 2001/08/01  13:04:31
37522         Log: Subject: Re: new exit tests on VMS
37523              From: "Craig A. Berry" <craigberry@mac.com>
37524              Date: Tue, 31 Jul 2001 12:19:29 -0500
37525              Message-Id: <5.1.0.14.0.20010731114845.03743008@mail.telocity.com>
37526      Branch: perl
37527            ! t/run/exit.t
37528 ____________________________________________________________________________
37529 [ 11531] By: jhi                                   on 2001/08/01  12:46:43
37530         Log: Retract #11530 (the dTHX is needed under threads)
37531      Branch: perl
37532            ! perlio.c
37533 ____________________________________________________________________________
37534 [ 11530] By: jhi                                   on 2001/08/01  12:39:35
37535         Log: (Retracted by #11531)
37536      Branch: perl
37537            ! perlio.c
37538 ____________________________________________________________________________
37539 [ 11529] By: jhi                                   on 2001/08/01  12:32:22
37540         Log: Subject: [PATCH 1/4] -Wall cleanups: unixish.h
37541              From: Richard Soderberg <rs@crystalflame.net>
37542              Date: Tue, 31 Jul 2001 23:16:22 -0700 (PDT) 
37543              Message-ID: <Pine.LNX.4.21.0107312313490.24341-100000@oregonnet.com>
37544      Branch: perl
37545            ! unixish.h
37546 ____________________________________________________________________________
37547 [ 11528] By: jhi                                   on 2001/08/01  12:18:59
37548         Log: Subject: [PATCH 5.7.2] Allow for long long in h2xs 
37549              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37550              Date: Tue, 31 Jul 2001 05:39:09 -0400
37551              Message-ID: <20010731053909.A1810@math.ohio-state.edu>
37552              
37553              (with a note about the case of UV being equal to long long)
37554      Branch: perl
37555            ! utils/h2xs.PL
37556 ____________________________________________________________________________
37557 [ 11527] By: jhi                                   on 2001/07/31  23:49:04
37558         Log: Subject: [PATCH perl@11487] fix fs.t for VMS
37559              From: "Craig A. Berry" <craigberry@mac.com>
37560              Date: Tue, 31 Jul 2001 14:57:43 -0500
37561              Message-Id: <5.1.0.14.0.20010731145015.03743008@exchi01>
37562      Branch: perl
37563            ! t/io/fs.t
37564 ____________________________________________________________________________
37565 [ 11526] By: jhi                                   on 2001/07/31  23:47:57
37566         Log: Fix for
37567              
37568              Subject: [ID 20010116.001] File::Copy truncates orig file 
37569              From: arbor@al37al08.telecel.pt
37570              Date: Tue, 16 Jan 2001 11:43:02 GMT
37571              Message-Id: <200101161143.AA11184@al37al08.telecel.pt>
37572              
37573              (copy($foo, $foo) would truncate $foo)
37574      Branch: perl
37575            ! lib/File/Copy.pm lib/File/Copy.t
37576 ____________________________________________________________________________
37577 [ 11525] By: jhi                                   on 2001/07/31  23:01:01
37578         Log: Metaconfig unit change for #11524.
37579      Branch: metaconfig/U/perl
37580            ! Extras.U
37581 ____________________________________________________________________________
37582 [ 11524] By: jhi                                   on 2001/07/31  23:00:36
37583         Log: Multiple modules didn't work; plus typo fixes.
37584      Branch: perl
37585            ! Configure
37586 ____________________________________________________________________________
37587 [ 11523] By: jhi                                   on 2001/07/31  15:29:58
37588         Log: Update Changes.
37589      Branch: perl
37590            ! Changes patchlevel.h
37591 ____________________________________________________________________________
37592 [ 11522] By: jhi                                   on 2001/07/31  15:25:35
37593         Log: Regen perlapi.
37594      Branch: perl
37595            ! pod/perlapi.pod
37596 ____________________________________________________________________________
37597 [ 11521] By: jhi                                   on 2001/07/31  15:19:01
37598         Log: Subject: Re: [PATCH sv.c] mortal doc thinko
37599              From: Dave Mitchell <davem@fdgroup.co.uk>
37600              Date: Tue, 31 Jul 2001 11:52:42 +0100 (BST)
37601              Message-Id: <200107311052.LAA14427@gizmo.fdgroup.co.uk>
37602      Branch: perl
37603            ! sv.c
37604 ____________________________________________________________________________
37605 [ 11520] By: jhi                                   on 2001/07/31  15:17:43
37606         Log: Regen toc.
37607      Branch: perl
37608            ! pod/perltoc.pod
37609 ____________________________________________________________________________
37610 [ 11519] By: jhi                                   on 2001/07/31  15:17:17
37611         Log: Regen Porting stuff.
37612      Branch: perl
37613            ! Porting/Glossary Porting/config.sh Porting/config_H
37614 ____________________________________________________________________________
37615 [ 11518] By: jhi                                   on 2001/07/31  14:16:08
37616         Log: Subject: [PATCH 5.7.2] Allow for GNU-isms in h2xs
37617              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37618              Date: Tue, 31 Jul 2001 05:34:38 -0400
37619              Message-ID: <20010731053438.A1754@math.ohio-state.edu>
37620      Branch: perl
37621            ! utils/h2xs.PL
37622 ____________________________________________________________________________
37623 [ 11517] By: jhi                                   on 2001/07/31  14:15:01
37624         Log: Metaconfig unit change for #11516. 
37625      Branch: metaconfig/U/perl
37626            ! gccvers.U
37627 ____________________________________________________________________________
37628 [ 11516] By: jhi                                   on 2001/07/31  14:14:35
37629         Log: Add -Wall in cflags, not in Configure.
37630              (This way -Wall affects only the core and the core XS,
37631              not user modules' XS.  Concern from Paul Marquess,
37632              implementation idea from Andy Dougherty.)
37633      Branch: perl
37634            ! Configure cflags.SH
37635 ____________________________________________________________________________
37636 [ 11515] By: jhi                                   on 2001/07/31  13:57:15
37637         Log: Metaconfig unit changes for #11514.
37638      Branch: metaconfig
37639            + U/modified/sysman.U
37640            ! U/installdirs/man1dir.U
37641 ____________________________________________________________________________
37642 [ 11514] By: jhi                                   on 2001/07/31  13:56:26
37643         Log: Subject: Configure's detection of system manual
37644              From: Sean Dague <sean@dague.net> 
37645              Date: Sun, 13 May 2001 15:53:15 -0400
37646              Message-ID: <20010513155315.A15833@underhill.dague.net>
37647      Branch: perl
37648            ! Configure
37649 ____________________________________________________________________________
37650 [ 11513] By: jhi                                   on 2001/07/31  03:23:01
37651         Log: Subject: [ID 20010621.004] Typo in perlobj.pod
37652              From: Autrijus Tang <autrijus@autrijus.org> 
37653              Date: Thu, 21 Jun 2001 23:56:48 +0800
37654              Message-Id: <20010621235648.A57340@not.autrijus.org>
37655      Branch: perl
37656            ! pod/perlobj.pod
37657 ____________________________________________________________________________
37658 [ 11512] By: jhi                                   on 2001/07/31  03:13:35
37659         Log: Subject: Typo in DB_File.pm
37660              From: "Philip Newton" <Philip.Newton@gmx.net>
37661              Date: Tue, 31 Jul 2001 06:19:35 +0200
37662              Message-Id: <200107310413.f6V4DmL11900@chaos.wustl.edu>
37663      Branch: perl
37664            ! ext/DB_File/DB_File.pm
37665 ____________________________________________________________________________
37666 [ 11511] By: jhi                                   on 2001/07/31  03:01:49
37667         Log: Subject: Re: [ID 20010529.002] typos in man page perlre 
37668              From: "Stephen P. Potter" <spp@spotter.yi.org>
37669              Date: Wed, 30 May 2001 13:59:34 -0400
37670              Message-Id: <20010530175939.59DEC729E1@belgarath.spotter.yi.org>
37671      Branch: perl
37672            ! pod/perlre.pod
37673 ____________________________________________________________________________
37674 [ 11510] By: jhi                                   on 2001/07/31  02:13:58
37675         Log: eval "format foo=" would loop indefinitely; reported in
37676              
37677              Subject: A load of old rubbish
37678              From: Mike Guy <mjtg@cam.ac.uk>
37679              Date: Mon, 14 May 2001 16:12:22 +0100
37680              Message-Id: <E14zK1G-0003a2-00@virgo.cus.cam.ac.uk>
37681              
37682              (The core dumps reported in there already fixed.)
37683      Branch: perl
37684            ! toke.c
37685 ____________________________________________________________________________
37686 [ 11509] By: jhi                                   on 2001/07/31  00:37:49
37687         Log: Upgrade to Switch 2.04, now with Perl 6 given+when.
37688      Branch: perl
37689            + lib/Switch/Changes lib/Switch/README lib/Switch/t/given_when.t
37690            + lib/Switch/t/switch_case.t
37691            - lib/Switch/test.pl
37692            ! MANIFEST lib/Switch.pm
37693 ____________________________________________________________________________
37694 [ 11508] By: jhi                                   on 2001/07/31  00:17:38
37695         Log: Subject: [PATCH @11505] DB_File-1.78
37696              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
37697              Date: Mon, 30 Jul 2001 22:54:37 +0100
37698              Message-ID: <AIEAJICLCBDNAAOLLOKLGELNCLAA.Paul_Marquess@Yahoo.co.uk>
37699      Branch: perl
37700            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
37701            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
37702 ____________________________________________________________________________
37703 [ 11507] By: jhi                                   on 2001/07/30  23:11:10
37704         Log: Explain in more detail why -pipe and -fno-common are good.
37705      Branch: perl
37706            ! hints/darwin.sh
37707 ____________________________________________________________________________
37708 [ 11506] By: nick                                  on 2001/07/30  14:32:23
37709         Log: Integrate mainline
37710      Branch: perlio
37711           !> INSTALL Makefile.SH doio.c hints/darwin.sh
37712 ____________________________________________________________________________
37713 [ 11505] By: jhi                                   on 2001/07/30  14:14:39
37714         Log: Perl hasn't been putting man pages into $prefix/lib for
37715              a long time now; pointed out by Andy Dougherty. 
37716      Branch: perl
37717            ! hints/darwin.sh
37718 ____________________________________________________________________________
37719 [ 11504] By: jhi                                   on 2001/07/30  14:13:15
37720         Log: Document the extras Configure option.
37721      Branch: perl
37722            ! INSTALL
37723 ____________________________________________________________________________
37724 [ 11503] By: jhi                                   on 2001/07/30  13:52:14
37725         Log: Integrate change #11051 from macperl; O_RDONLY is not zero
37726              everywhere.
37727      Branch: perl
37728           !> doio.c
37729 ____________________________________________________________________________
37730 [ 11502] By: jhi                                   on 2001/07/30  13:45:27
37731         Log: Doubly guard against invoking CPAN if no extras defined,
37732              pointed out by H. Merijn Brand.
37733      Branch: perl
37734            ! Makefile.SH
37735 ____________________________________________________________________________
37736 [ 11501] By: pudge                                 on 2001/07/30  12:57:56
37737         Log: Fix O_RDONLY check to check for O_RDONLY.
37738      Branch: maint-5.6/macperl
37739            ! doio.c
37740 ____________________________________________________________________________
37741 [ 11500] By: pudge                                 on 2001/07/30  12:41:11
37742         Log: Integrate miscellaneous changes from maint-5.6/perl.
37743      Branch: maint-5.6/macperl
37744           !> MANIFEST t/TEST t/harness t/pod/testp2pt.pl t/run/runenv.t
37745 ____________________________________________________________________________
37746 [ 11499] By: nick                                  on 2001/07/30  06:52:42
37747         Log: Integrate mainline
37748      Branch: perlio
37749           +> macos/MacPerlTests.cmd macos/xsubpp.patch os2/perlrexx.c
37750           +> win32/sync_ext.pl
37751            - win32/sncfnmcs.pl
37752           !> (integrate 71 files)
37753 ____________________________________________________________________________
37754 [ 11498] By: jhi                                   on 2001/07/30  03:53:34
37755         Log: Update Changes.
37756      Branch: perl
37757            ! Changes patchlevel.h
37758 ____________________________________________________________________________
37759 [ 11497] By: jhi                                   on 2001/07/30  03:45:32
37760         Log: Now Configure -Dextras=Foo::Bar and "make install" will
37761              fetch and install Foo::Bar.
37762      Branch: perl
37763            ! Makefile.SH
37764 ____________________________________________________________________________
37765 [ 11496] By: jhi                                   on 2001/07/30  03:18:28
37766         Log: Metaconfig unit change for #11495.
37767      Branch: metaconfig/U/perl
37768            ! Extras.U
37769 ____________________________________________________________________________
37770 [ 11495] By: jhi                                   on 2001/07/30  03:18:01
37771         Log: extras.make, extras.test, and extras.install make targets.
37772      Branch: perl
37773            ! Configure Makefile.SH
37774 ____________________________________________________________________________
37775 [ 11494] By: jhi                                   on 2001/07/30  01:37:35
37776         Log: Metaconfig unit change for #11493.
37777      Branch: metaconfig/U/perl
37778            ! Extras.U
37779 ____________________________________________________________________________
37780 [ 11493] By: jhi                                   on 2001/07/30  01:37:14
37781         Log: Better to have the list of extras in $extras than 'define'.
37782      Branch: perl
37783            ! Configure
37784 ____________________________________________________________________________
37785 [ 11492] By: jhi                                   on 2001/07/30  01:33:16
37786         Log: The metaconfig unit change for #11490.
37787      Branch: metaconfig/U/perl
37788            + Extras.U
37789 ____________________________________________________________________________
37790 [ 11491] By: jhi                                   on 2001/07/30  01:32:54
37791         Log: Missed from #11490 (the required dependency).
37792      Branch: perl
37793            ! Makefile.SH
37794 ____________________________________________________________________________
37795 [ 11490] By: jhi                                   on 2001/07/30  01:32:02
37796         Log: Add the support of asking for extra modules or bundles of modules
37797              to be fetched from the CPAN and installed as a part of the Perl
37798              build process.  None of this installation is yet really done;
37799              only the list is asked, and saved away in extras.lst for
37800              the build and installation process to worry about later.
37801      Branch: perl
37802            ! Configure
37803 ____________________________________________________________________________
37804 [ 11489] By: jhi                                   on 2001/07/29  22:15:25
37805         Log: Beginnings of better Inf and NaN support.
37806              At least toke.c and sv.c still need quite a bit of work.
37807      Branch: perl
37808            ! numeric.c perl.h
37809 ____________________________________________________________________________
37810 [ 11488] By: jhi                                   on 2001/07/29  21:18:57
37811         Log: Top-level Makefile didn't honour OPTIMIZE.
37812      Branch: perl
37813            ! Makefile.SH
37814 ____________________________________________________________________________
37815 [ 11487] By: jhi                                   on 2001/07/29  20:56:04
37816         Log: Update Changes.
37817      Branch: perl
37818            ! Changes patchlevel.h
37819 ____________________________________________________________________________
37820 [ 11486] By: jhi                                   on 2001/07/29  20:38:09
37821         Log: Use Search::Dict 1.02 interface for charinfo().
37822      Branch: perl
37823            ! lib/UnicodeCD.pm
37824 ____________________________________________________________________________
37825 [ 11485] By: jhi                                   on 2001/07/29  20:37:11
37826         Log: Now also allow transforming the read lines before comparing them.
37827              (This will help UnicodeCD.) 
37828      Branch: perl
37829            ! lib/Search/Dict.pm
37830 ____________________________________________________________________________
37831 [ 11484] By: jhi                                   on 2001/07/29  20:03:13
37832         Log: Remove tiehandle code.
37833      Branch: perl
37834            ! lib/UnicodeCD.pm
37835 ____________________________________________________________________________
37836 [ 11483] By: jhi                                   on 2001/07/29  19:59:02
37837         Log: Allow specifying a comparison function for Search::Dict::look().
37838      Branch: perl
37839            ! lib/Search/Dict.pm
37840 ____________________________________________________________________________
37841 [ 11482] By: jhi                                   on 2001/07/29  18:55:04
37842         Log: Small UnicodeCD tweaks.
37843      Branch: perl
37844            ! lib/UnicodeCD.pm lib/UnicodeCD.t
37845 ____________________________________________________________________________
37846 [ 11481] By: jhi                                   on 2001/07/29  17:14:19
37847         Log: Subject: [PATCH @11446] UnicodeCD::charinfo
37848              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
37849              Date: Tue, 24 Jul 2001 01:51:32 +0900
37850              Message-Id: <20010724015114.CF4D.BQW10602@nifty.com>
37851      Branch: perl
37852            ! lib/UnicodeCD.pm lib/UnicodeCD.t
37853 ____________________________________________________________________________
37854 [ 11480] By: jhi                                   on 2001/07/29  16:55:58
37855         Log: Subject: [PATCH] installperl
37856              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
37857              Date: Fri, 27 Jul 2001 19:05:04 -0700
37858              Message-Id: <F7912758-82FC-11D5-BFC6-003065D59FBA@thor.sbay.org>
37859      Branch: perl
37860            ! installperl
37861 ____________________________________________________________________________
37862 [ 11479] By: jhi                                   on 2001/07/29  16:52:52
37863         Log: Subject: [PATCH] Set proper compatibility versions in core
37864              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
37865              Date: Fri, 27 Jul 2001 20:01:49 -0700
37866              Message-Id: <E3A6C66A-8304-11D5-BFC6-003065D59FBA@thor.sbay.org>
37867      Branch: perl
37868            ! Makefile.SH
37869 ____________________________________________________________________________
37870 [ 11478] By: jhi                                   on 2001/07/29  16:50:55
37871         Log: Metaconfig unit change for #11477.
37872      Branch: metaconfig/U/perl
37873            ! dlsrc.U
37874 ____________________________________________________________________________
37875 [ 11477] By: jhi                                   on 2001/07/29  16:50:35
37876         Log: Subject: [PATCH] Darwin: -fpic not so good
37877              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
37878              Date: Fri, 27 Jul 2001 18:57:38 -0700
37879              Message-Id: <EC1496A6-82FB-11D5-BFC6-003065D59FBA@thor.sbay.org>
37880      Branch: perl
37881            ! Configure
37882 ____________________________________________________________________________
37883 [ 11476] By: jhi                                   on 2001/07/29  16:44:03
37884         Log: Subject: [PATCH] Clean up Darwin hints
37885              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
37886              Date: Fri, 27 Jul 2001 19:13:15 -0700
37887              Message-Id: <1A70CA3F-82FE-11D5-BFC6-003065D59FBA@thor.sbay.org>
37888      Branch: perl
37889            ! hints/darwin.sh
37890 ____________________________________________________________________________
37891 [ 11475] By: jhi                                   on 2001/07/29  16:28:45
37892         Log: Subject: [PATCH split()] split()'s unused captures should be undef, not ''
37893              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
37894              Date: Fri, 27 Jul 2001 14:00:37 -0400 (EDT)
37895              Message-ID: <Pine.GSO.4.21.0107271358310.28213-100000@crusoe.crusoe.net>
37896      Branch: perl
37897            ! pod/perlfunc.pod pp.c t/op/split.t
37898 ____________________________________________________________________________
37899 [ 11474] By: jhi                                   on 2001/07/29  16:27:54
37900         Log: Subject: [PATCH perlvar.pod] $^N foolery as well
37901              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
37902              Date: Thu, 26 Jul 2001 20:03:12 -0400 (EDT)
37903              Message-ID: <Pine.GSO.4.21.0107261958380.28213-100000@crusoe.crusoe.net>
37904      Branch: perl
37905            ! pod/perlvar.pod
37906 ____________________________________________________________________________
37907 [ 11473] By: jhi                                   on 2001/07/29  16:27:00
37908         Log: Subject: [PATCH] fixes to constant.pm documentation
37909              From: Ilmari Karonen <iltzu@sci.fi>
37910              Date: Tue, 24 Jul 2001 16:44:24 +0300 (EET DST)
37911              Message-ID: <Pine.SOL.3.96.1010724163055.6822A-100000@simpukka>
37912      Branch: perl
37913            ! lib/constant.pm
37914 ____________________________________________________________________________
37915 [ 11472] By: jhi                                   on 2001/07/28  18:39:03
37916         Log: Subject: [DOC PATCH bleadperl] perlport.pod and C<..">>"...>
37917              From: "Philip Newton" <Philip.Newton@gmx.net>
37918              Date: Fri, 27 Jul 2001 07:51:10 +0200
37919              Message-Id: <200107270548.f6R5mJL09063@chaos.wustl.edu>
37920      Branch: perl
37921            ! pod/perlport.pod
37922 ____________________________________________________________________________
37923 [ 11471] By: nick                                  on 2001/07/26  06:23:32
37924         Log: Subject:  [PATCH] Doc fix for perlguts / threading
37925              From:  Arthur Bergman <arthur@contiller.se>
37926              Date:  Wed, 25 Jul 2001 11:28:23 +0200
37927              Message-Id:  <B7845DD6.2812%arthur@contiller.se>
37928      Branch: perl
37929            ! pod/perlguts.pod
37930 ____________________________________________________________________________
37931 [ 11470] By: nick                                  on 2001/07/26  06:21:06
37932         Log: Subject:  [DOC PATCH bleadperl] INSTALL: README for Unix systems exist
37933              From:  Philip Newton <Philip.Newton@gmx.net>
37934              Date:  Wed, 25 Jul 2001 08:19:47 +0200
37935              Message-Id:  <E15PHy4-0000cR-00@mserv1f.vianw.co.uk>
37936      Branch: perl
37937            ! INSTALL
37938 ____________________________________________________________________________
37939 [ 11469] By: nick                                  on 2001/07/26  06:20:25
37940         Log: Subject:  [DOC PATCH bleadperl] typo in INSTALL?
37941              From:  Philip Newton <Philip.Newton@gmx.net>
37942              Date:  Wed, 25 Jul 2001 08:12:48 +0200
37943              Message-Id:  <E15PHrJ-00003f-00@mserv1f.vianw.co.uk>
37944      Branch: perl
37945            ! INSTALL
37946 ____________________________________________________________________________
37947 [ 11468] By: jhi                                   on 2001/07/25  01:39:11
37948         Log: More +x.
37949      Branch: perl
37950            ! Porting/makerel
37951 ____________________________________________________________________________
37952 [ 11467] By: jhi                                   on 2001/07/24  16:05:34
37953         Log: Update Changes.
37954      Branch: perl
37955            ! Changes patchlevel.h
37956 ____________________________________________________________________________
37957 [ 11466] By: jhi                                   on 2001/07/24  15:40:28
37958         Log: Subject: [PATCH bleadperl os2/perlrexx.c] my C compiler has no HTML parser
37959              From: "Philip Newton" <Philip.Newton@gmx.net>
37960              Date: Tue, 24 Jul 2001 06:45:55 +0200
37961              Message-ID: <20010724.064500@ID-11583.news.dfncis.de>
37962      Branch: perl
37963            ! os2/perlrexx.c
37964 ____________________________________________________________________________
37965 [ 11465] By: jhi                                   on 2001/07/24  15:37:48
37966         Log: Subject: [PATCH: perl@11446] add io/fs.t to vmsperl test suite
37967              From: Peter Prymmer <pvhp@forte.com>
37968              Date: Mon, 23 Jul 2001 16:58:30 -0700 (PDT)
37969              Message-ID: <Pine.OSF.4.10.10107231643480.401242-100000@aspara.forte.com>
37970      Branch: perl
37971            ! pod/perlport.pod t/io/fs.t vms/test.com
37972 ____________________________________________________________________________
37973 [ 11464] By: jhi                                   on 2001/07/24  02:58:20
37974         Log: Workaround on Cwd bootstrap problem.
37975      Branch: perl
37976            ! lib/ExtUtils/MakeMaker.pm
37977 ____________________________________________________________________________
37978 [ 11463] By: jhi                                   on 2001/07/23  23:11:41
37979         Log: When in Rome, quote like the Romans do.
37980      Branch: perl
37981            ! cflags.SH
37982 ____________________________________________________________________________
37983 [ 11462] By: jhi                                   on 2001/07/23  23:04:02
37984         Log: Subject: [PATCH 5.7.2] OS/2 multi-architecture
37985              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37986              Date: Mon, 23 Jul 2001 19:29:49 -0400
37987              Message-ID: <20010723192949.A14802@math.ohio-state.edu>
37988      Branch: perl
37989            + os2/perlrexx.c
37990            ! MANIFEST configpm makedef.pl mg.c os2/Makefile.SHs
37991            ! os2/OS2/REXX/t/rx_vrexx.t os2/os2.c os2/os2ish.h perl.c
37992            ! t/op/write.t
37993 ____________________________________________________________________________
37994 [ 11461] By: jhi                                   on 2001/07/23  22:58:15
37995         Log: Subject: [PATCH 5.7.2] MakeMaker FIRST_MAKEFILE and subdir
37996              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37997              Date: Mon, 23 Jul 2001 18:43:42 -0400
37998              Message-ID: <20010723184342.A14494@math.ohio-state.edu>
37999      Branch: perl
38000            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
38001 ____________________________________________________________________________
38002 [ 11460] By: jhi                                   on 2001/07/23  22:54:52
38003         Log: Subject: [PATCH 5.7.2] MakeMaker subdir
38004              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38005              Date: Mon, 23 Jul 2001 18:33:16 -0400
38006              Message-ID: <20010723183316.A14298@math.ohio-state.edu>
38007      Branch: perl
38008            ! lib/ExtUtils/MakeMaker.pm
38009 ____________________________________________________________________________
38010 [ 11459] By: jhi                                   on 2001/07/23  22:52:02
38011         Log: Subject: [PATCH 5.7.2] OPTIMIZE= during perl make
38012              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38013              Date: Mon, 23 Jul 2001 18:20:35 -0400
38014              Message-ID: <20010723182035.A14192@math.ohio-state.edu>
38015      Branch: perl
38016            ! Makefile.SH cflags.SH
38017 ____________________________________________________________________________
38018 [ 11458] By: jhi                                   on 2001/07/23  22:41:19
38019         Log: Subject: [PATCH] Print CONFIGURE params in ExtUtils::MakeMaker output
38020              From: "David D. Kilzer" <ddkilzer@lubricants-oil.com>
38021              Date: Mon, 23 Jul 2001 11:32:17 -0500
38022              Message-ID: <20010723113217.A28614@elbonia.lubricants-oil.com>
38023      Branch: perl
38024            ! lib/ExtUtils/MakeMaker.pm
38025 ____________________________________________________________________________
38026 [ 11457] By: jhi                                   on 2001/07/23  21:22:36
38027         Log: Subject: [PATCH 5.7.2] debug reloading selfloaded stuff
38028              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38029              Date: Mon, 23 Jul 2001 18:13:20 -0400
38030              Message-ID: <20010723181320.A14005@math.ohio-state.edu>
38031      Branch: perl
38032            ! lib/perl5db.pl
38033 ____________________________________________________________________________
38034 [ 11456] By: jhi                                   on 2001/07/23  21:19:28
38035         Log: Subject: [PATCH 5.7.2] debugging selfloaded stuff
38036              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38037              Date: Mon, 23 Jul 2001 18:07:40 -0400
38038              Message-ID: <20010723180740.A13960@math.ohio-state.edu>
38039      Branch: perl
38040            ! op.c
38041 ____________________________________________________________________________
38042 [ 11455] By: jhi                                   on 2001/07/23  21:13:12
38043         Log: Subject: [PATCH perl@11446] util.c: return required in Perl_my_fork
38044              From: "Craig A. Berry" <craigberry@mac.com>
38045              Date: Mon, 23 Jul 2001 15:35:06 -0500
38046              Message-Id: <5.1.0.14.0.20010723152732.02ad4470@exchi01>
38047      Branch: perl
38048            ! util.c
38049 ____________________________________________________________________________
38050 [ 11454] By: jhi                                   on 2001/07/23  21:09:13
38051         Log: Subject: [PATCH perlfaq9.pod typo]
38052              From: "Larry Shatzer, Jr." <lshatzer@islanddata.com>
38053              Date: Mon, 23 Jul 2001 07:49:05 -0700
38054              Message-ID: <002f01c11386$a8539580$bb01a8c0@LSHATZER>
38055      Branch: perl
38056            ! pod/perlfaq9.pod
38057 ____________________________________________________________________________
38058 [ 11453] By: jhi                                   on 2001/07/23  21:06:42
38059         Log: Subject: win32\sncfnmcs.pl corrections
38060              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
38061              Date: Mon, 23 Jul 2001 12:56:54 +0200
38062              Message-ID: <E3FB32585BF1D411B9E900805FF51A080C1C5D@RU0022EXCH001U>
38063              
38064              Rename the script a little bit more sensibly.
38065      Branch: perl
38066            + win32/sync_ext.pl
38067            - win32/sncfnmcs.pl
38068            ! MANIFEST README.win32
38069 ____________________________________________________________________________
38070 [ 11452] By: jhi                                   on 2001/07/23  17:22:37
38071         Log: Test tweak.
38072      Branch: perl
38073            ! ext/B/Deparse.t
38074 ____________________________________________________________________________
38075 [ 11451] By: jhi                                   on 2001/07/23  17:10:52
38076         Log: Metaconfig unit tweak for #11450.
38077      Branch: metaconfig/U/perl
38078            ! Mksymlinks.U
38079 ____________________________________________________________________________
38080 [ 11450] By: jhi                                   on 2001/07/23  17:09:46
38081         Log: Too volatile failsafe check.
38082      Branch: perl
38083            ! Configure
38084 ____________________________________________________________________________
38085 [ 11449] By: jhi                                   on 2001/07/23  16:53:59
38086         Log: Further doc tweaks.
38087      Branch: perl
38088            ! lib/UnicodeCD.pm
38089 ____________________________________________________________________________
38090 [ 11448] By: jhi                                   on 2001/07/23  05:26:50
38091         Log: Doc tweaks.
38092      Branch: perl
38093            ! lib/UnicodeCD.pm
38094 ____________________________________________________________________________
38095 [ 11447] By: jhi                                   on 2001/07/23  04:57:49
38096         Log: Doc tweakery from Abhijit.
38097      Branch: perl
38098            ! Porting/repository.pod
38099 ____________________________________________________________________________
38100 [ 11446] By: jhi                                   on 2001/07/22  15:41:02
38101         Log: An accidental empty line.
38102      Branch: perl
38103            ! MANIFEST
38104 ____________________________________________________________________________
38105 [ 11445] By: jhi                                   on 2001/07/22  15:38:30
38106         Log: Missing MANIFESTations.
38107      Branch: perl
38108            ! MANIFEST
38109 ____________________________________________________________________________
38110 [ 11444] By: jhi                                   on 2001/07/22  15:30:10
38111         Log: Update Changes.
38112      Branch: perl
38113            ! Changes patchlevel.h
38114 ____________________________________________________________________________
38115 [ 11443] By: jhi                                   on 2001/07/22  15:02:11
38116         Log: Subject: Re: Typo in Porting/pumpkin/pod ?
38117              From: Mike Guy <mjtg@cam.ac.uk>
38118              Date: Fri, 20 Jul 2001 16:12:49 +0100
38119              Message-Id: <E15NbxR-0006HD-00@draco.cus.cam.ac.uk>
38120      Branch: perl
38121            ! Porting/pumpkin.pod
38122 ____________________________________________________________________________
38123 [ 11442] By: jhi                                   on 2001/07/22  14:58:33
38124         Log: Subject: Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
38125              From: Peter Prymmer <pvhp@forte.com>
38126              Date: Fri, 20 Jul 2001 17:04:55 -0700 (PDT)
38127              Message-ID: <Pine.OSF.4.10.10107201650510.144528-100000@aspara.forte.com>
38128      Branch: perl
38129            ! pod/perlhack.pod
38130 ____________________________________________________________________________
38131 [ 11441] By: jhi                                   on 2001/07/22  14:54:29
38132         Log: Subject: [PATCH Test.pm] Getting rid of the expected "UNEXPECTEDLY SUCCEEDED"
38133              From: Michael G Schwern <schwern@pobox.com>
38134              Date: Fri, 20 Jul 2001 20:22:35 -0400
38135              Message-ID: <20010720202235.O4498@blackrider>
38136      Branch: perl
38137            ! lib/Test.pm lib/Test/t/mix.t lib/Test/t/success.t
38138            ! lib/Test/t/todo.t
38139 ____________________________________________________________________________
38140 [ 11440] By: jhi                                   on 2001/07/22  14:51:14
38141         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]?
38142              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
38143              Message-Id: <200107210559.WAA09160@ventrue.corp.yahoo.com>
38144              Date: Fri, 20 Jul 2001 22:59:25 -0700 (PDT)
38145      Branch: perl
38146            ! ext/POSIX/POSIX.pod
38147 ____________________________________________________________________________
38148 [ 11439] By: jhi                                   on 2001/07/22  14:49:25
38149         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]? 
38150              From: Mark-Jason Dominus <mjd@plover.com>
38151              Date: Fri, 20 Jul 2001 23:16:54 -0400
38152              Message-ID: <20010721031654.21877.qmail@plover.com>
38153      Branch: perl
38154            ! ext/POSIX/POSIX.pod
38155 ____________________________________________________________________________
38156 [ 11438] By: jhi                                   on 2001/07/22  14:41:58
38157         Log: Subject: Re: [PATCH O.pm] avoid to clutter output with -l
38158              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
38159              Date: Sun, 22 Jul 2001 14:56:09 +0200
38160              Message-ID: <20010722145609.A766@rafael>
38161      Branch: perl
38162            ! ext/B/O.pm
38163 ____________________________________________________________________________
38164 [ 11437] By: jhi                                   on 2001/07/22  14:39:07
38165         Log: Subject: regexec.c #define cleanup
38166              From: Mark-Jason Dominus <mjd@plover.com>
38167              Date: Sat, 21 Jul 2001 18:33:25 -0400
38168              Message-ID: <20010721223325.3069.qmail@plover.com>
38169      Branch: perl
38170            ! regexec.c
38171 ____________________________________________________________________________
38172 [ 11436] By: jhi                                   on 2001/07/22  14:36:43
38173         Log: Subject: [PATCH: perl@11373] Win32 update for t/io/fs.t (may effect NetWare)
38174              From: Prymmer/Kahn <pvhp@best.com>
38175              Date: Sat, 21 Jul 2001 12:08:29 -0700 (PDT)
38176              Message-ID: <Pine.BSF.4.21.0107211156160.17271-100000@shell8.ba.best.com>
38177      Branch: perl
38178            ! t/io/fs.t
38179 ____________________________________________________________________________
38180 [ 11435] By: jhi                                   on 2001/07/22  00:22:51
38181         Log: Typo in #11432.
38182      Branch: perl
38183            ! ext/POSIX/POSIX.t
38184 ____________________________________________________________________________
38185 [ 11434] By: jhi                                   on 2001/07/21  23:12:26
38186         Log: Integrate (manually) change #11424 from macperl.
38187      Branch: perl
38188            ! ext/Filter/t/call.t
38189 ____________________________________________________________________________
38190 [ 11433] By: jhi                                   on 2001/07/21  23:07:43
38191         Log: Integrate change #11408 from macperl.
38192      Branch: perl
38193           !> README.macos pod/perlport.pod
38194 ____________________________________________________________________________
38195 [ 11432] By: jhi                                   on 2001/07/21  23:02:30
38196         Log: Integrate change #11388 from macperl (the *.t parts needed hand massage).
38197      Branch: perl
38198           +> macos/MacPerlTests.cmd macos/xsubpp.patch
38199            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
38200            ! ext/DB_File/t/db-recno.t ext/NDBM_File/ndbm.t
38201            ! ext/POSIX/POSIX.t
38202 ____________________________________________________________________________
38203 [ 11431] By: gsar                                  on 2001/07/21  05:03:44
38204         Log: pod/*.t tests not picked up by t/TEST either
38205      Branch: maint-5.6/perl
38206            ! t/TEST
38207 ____________________________________________________________________________
38208 [ 11430] By: gsar                                  on 2001/07/21  04:58:12
38209         Log: better tweak for change#11429 (windows has both / and \ separated
38210              paths in @INC at that point)
38211      Branch: maint-5.6/perl
38212            ! t/pod/testp2pt.pl
38213 ____________________________________________________________________________
38214 [ 11429] By: gsar                                  on 2001/07/21  04:41:15
38215         Log: MacOS pod test tweak needs \Escape
38216      Branch: maint-5.6/perl
38217            ! t/pod/testp2pt.pl
38218 ____________________________________________________________________________
38219 [ 11428] By: gsar                                  on 2001/07/21  04:39:34
38220         Log: run/runenv.t needs fflushNULL sanity (t/TEST is too dumb to detect
38221              resulting duplicate output, but t/harness isn't)
38222      Branch: maint-5.6/perl
38223            ! t/run/runenv.t
38224 ____________________________________________________________________________
38225 [ 11427] By: gsar                                  on 2001/07/21  04:37:26
38226         Log: t/harness wasn't picking up all the tests
38227      Branch: maint-5.6/perl
38228            ! t/harness
38229 ____________________________________________________________________________
38230 [ 11426] By: gsar                                  on 2001/07/21  04:09:26
38231         Log: update MANIFEST for new file
38232      Branch: maint-5.6/perl
38233            ! MANIFEST
38234 ____________________________________________________________________________
38235 [ 11425] By: gsar                                  on 2001/07/21  04:07:46
38236         Log: integrate maint-5.6/macperl changes into maint-5.6/perl, with
38237              the exception of the macperl/macos/... tree
38238      Branch: maint-5.6/perl
38239           +> t/lib/filefind-taint.t
38240           !> (integrate 72 files)
38241 ____________________________________________________________________________
38242 [ 11424] By: pudge                                 on 2001/07/20  18:55:25
38243         Log: Fix test.
38244      Branch: maint-5.6/macperl
38245            ! macos/bundled_ext/Filter/t/call.t
38246 ____________________________________________________________________________
38247 [ 11423] By: gsar                                  on 2001/07/20  18:38:48
38248         Log: Make perl fork()-safe (in a slightly limited way) even on
38249              platforms that don't have pthread_atfork() (extension of
38250              the fix in change#11151).
38251              
38252              Note that this will not help extensions that call fork()
38253              directly in C, or that link to libraries that call fork()
38254              directly.  Such cases must be fixed to either call
38255              PerlProc_fork(), or call atfork_lock() in parent before the
38256              calling the function that forks and call atfork_unlock()
38257              in both parent and child immediately after the fork().
38258              (There are no worries if C code calls exec() in the child
38259              immediately after a fork().  Only cases where the child
38260              calls perl's API functions (including New()) after the
38261              fork() are problematic.)
38262              
38263              This change also eliminates the use of vfork() from perl,
38264              since all such uses were violating the severe restrictions
38265              on modifying the state of the process between the vfork()
38266              and the exec().
38267              
38268              This is a modified version of patches suggested by Abhijit
38269              Menon-Sen and Richard Soderberg.
38270      Branch: perl
38271            ! embed.h embed.pl global.sym iperlsys.h miniperlmain.c
38272            ! objXSUB.h perl.c perlapi.c pp_sys.c proto.h thread.h util.c
38273 ____________________________________________________________________________
38274 [ 11422] By: pudge                                 on 2001/07/20  18:16:37
38275         Log: Add Filter::Util::Call, Class::ISA, Digest, Filter::Simple,
38276              Switch, and Text::Balanced.
38277      Branch: maint-5.6/macperl
38278            + macos/bundled_ext/Filter/Util/Call/Call.pm
38279            + macos/bundled_ext/Filter/Util/Call/Call.xs
38280            + macos/bundled_ext/Filter/Util/Call/Makefile.PL
38281            + macos/bundled_ext/Filter/t/MyFilter.pm
38282            + macos/bundled_ext/Filter/t/call.t
38283            + macos/bundled_ext/Filter/t/filter-util.pl
38284            + macos/bundled_lib/blib/lib/Class/ISA.pm
38285            + macos/bundled_lib/blib/lib/Digest.pm
38286            + macos/bundled_lib/blib/lib/Filter/Simple.pm
38287            + macos/bundled_lib/blib/lib/Switch.pm
38288            + macos/bundled_lib/blib/lib/Text/Balanced.pm
38289            + macos/bundled_lib/blib/lib/Text/Balanced.pod
38290            + macos/bundled_lib/t/Class/ISA/test.pl
38291            + macos/bundled_lib/t/Digest/Digest.t
38292            + macos/bundled_lib/t/Filter/Simple/test.pl
38293            + macos/bundled_lib/t/Switch/test.pl
38294            + macos/bundled_lib/t/Text/Balanced/t/genxt.t
38295            + macos/bundled_lib/t/Text/Balanced/t/xbrak.t
38296            + macos/bundled_lib/t/Text/Balanced/t/xcode.t
38297            + macos/bundled_lib/t/Text/Balanced/t/xdeli.t
38298            + macos/bundled_lib/t/Text/Balanced/t/xmult.t
38299            + macos/bundled_lib/t/Text/Balanced/t/xquot.t
38300            + macos/bundled_lib/t/Text/Balanced/t/xtagg.t
38301            + macos/bundled_lib/t/Text/Balanced/t/xvari.t
38302 ____________________________________________________________________________
38303 [ 11421] By: pudge                                 on 2001/07/20  18:03:28
38304         Log: Add Filter::Util::Call to config/make files; edit utils
38305              to recognize the module (it was descended too far down).
38306              Bump version to 5.6.1a4.
38307      Branch: maint-5.6/macperl
38308            ! macos/InstallBLIB macos/MPVersion.r macos/Makefile.mk
38309            ! macos/config.sh macos/lib/ExtUtils/MM_MacOS.pm
38310            ! macos/macperl/Makefile.mk macos/xsubpp.patch
38311 ____________________________________________________________________________
38312 [ 11420] By: pudge                                 on 2001/07/20  18:02:05
38313         Log: Make DB_File the default for MLDBM on MacOS.
38314      Branch: maint-5.6/macperl
38315            ! macos/bundled_lib/blib/lib/MLDBM.pm
38316 ____________________________________________________________________________
38317 [ 11419] By: nick                                  on 2001/07/20  14:51:03
38318         Log: Subject:  [PATCH UnicodeCD.pm] Fix erronous documentation
38319              From:  Simon Cozens <simon@netthink.co.uk>
38320              Date:  Fri, 20 Jul 2001 11:42:35 -0400
38321              Message-Id:  <20010720114235.A5235@netthink.co.uk>
38322      Branch: perl
38323            ! lib/UnicodeCD.pm
38324 ____________________________________________________________________________
38325 [ 11418] By: nick                                  on 2001/07/20  14:48:12
38326         Log: Subject:  [PATCH regcomp.h] adds a comment
38327              From:  Abhijit Menon-Sen <ams@wiw.org>
38328              Date:  Fri, 20 Jul 2001 21:05:37 +0530
38329              Message-Id:  <20010720210537.A7678@lustre.dyn.wiw.org>
38330      Branch: perl
38331            ! regcomp.h
38332 ____________________________________________________________________________
38333 [ 11417] By: nick                                  on 2001/07/20  14:16:38
38334         Log: Subject:  [PATCH 5.7.2] INSTALL updates
38335              From:  Andy Dougherty <doughera@lafayette.edu>
38336              Date:  Fri, 20 Jul 2001 11:01:40 -0400 (EDT)
38337              Message-Id:  <Pine.SOL.4.10.10107201059510.16494-100000@maxwell.phys.lafayette.edu>
38338      Branch: perl
38339            ! INSTALL
38340 ____________________________________________________________________________
38341 [ 11416] By: nick                                  on 2001/07/20  06:44:44
38342         Log: Subject:  Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
38343              From:  Russ Allbery <rra@stanford.edu>
38344              Date:  19 Jul 2001 15:52:37 -0700
38345              Message-Id:  <ylvgko4jm2.fsf@windlord.stanford.edu>
38346      Branch: perl
38347            ! lib/Pod/Man.pm
38348 ____________________________________________________________________________
38349 [ 11415] By: nick                                  on 2001/07/20  06:35:11
38350         Log: Subject:  [PATCH] defer op_seq allocation
38351              From:  Abhijit Menon-Sen <ams@wiw.org>
38352              Date:  Thu, 19 Jul 2001 22:12:24 +0530
38353              Message-Id:  <20010719221224.A13786@lustre.dyn.wiw.org>
38354      Branch: perl
38355            ! op.c
38356 ____________________________________________________________________________
38357 [ 11414] By: nick                                  on 2001/07/20  06:23:36
38358         Log: Subject:  [PATCH] prototype for Time::HiRes::sleep()
38359              From:  Abhijit Menon-Sen <ams@wiw.org>
38360              Date:  Fri, 20 Jul 2001 01:18:50 +0530
38361              Message-Id:  <20010720011850.A19650@lustre.dyn.wiw.org>
38362              (Private e-mail)
38363      Branch: perl
38364            ! ext/Time/HiRes/HiRes.xs
38365 ____________________________________________________________________________
38366 [ 11413] By: nick                                  on 2001/07/20  06:18:53
38367         Log: Integrate mainline
38368      Branch: perlio
38369           +> ext/Encode/Encode/euc-jp-0212.enc t/lib/commonsense.t
38370            - t/base/commonsense.t
38371           !> MANIFEST doio.c ext/B/B/Deparse.pm ext/Encode/Encode/Tcl.pm
38372           !> ext/POSIX/POSIX.t ext/Time/HiRes/HiRes.xs gv.c hints/darwin.sh
38373           !> hints/rhapsody.sh numeric.c pod/perlfunc.pod pod/perlhack.pod
38374           !> pod/perlre.pod pp_sys.c sv.c t/README t/op/arith.t
38375           !> t/op/sprintf.t thread.h utils/h2xs.PL win32/perlhost.h
38376           !> win32/win32.c
38377 ____________________________________________________________________________
38378 [ 11412] By: nick                                  on 2001/07/19  06:44:27
38379         Log: Integrate win32/perlhost.h from maintenance branch.
38380              (Rest of $ENV{PATH} / system() fix.)
38381      Branch: perl
38382           !> win32/perlhost.h
38383 ____________________________________________________________________________
38384 [ 11411] By: nick                                  on 2001/07/19  06:41:34
38385         Log: Subject:  [DOC PATCH bleadperl] its vs it's in perlhack.pod
38386              From:  Philip Newton <Philip.Newton@gmx.net>
38387              Date:  Wed, 18 Jul 2001 21:43:57 +0200
38388              Message-Id:  <E15Mx9y-0007Oz-00@mserv1b.vianw.co.uk>
38389      Branch: perl
38390            ! pod/perlhack.pod
38391 ____________________________________________________________________________
38392 [ 11410] By: nick                                  on 2001/07/19  06:39:35
38393         Log: Subject:  Security hole in taint checking in open()
38394              From:  deekoo@tentacle.net
38395              Date:  Thu, 19 Jul 2001 00:03:46 -0700 (PDT)
38396              Message-Id:  <Pine.LNX.4.33.0107182248330.11996-100000@chaos.tentacle.net>
38397      Branch: perl
38398            ! doio.c
38399 ____________________________________________________________________________
38400 [ 11409] By: nick                                  on 2001/07/19  06:28:08
38401         Log: Subject:  [PATCH] Re: Time::HiRes qw(sleep) fails
38402              From:  Abhijit Menon-Sen <ams@wiw.org>
38403              Date:  Thu, 19 Jul 2001 04:30:43 +0530
38404              Message-Id:  <20010719043043.A10327@lustre.dyn.wiw.org>
38405      Branch: perl
38406            ! ext/Time/HiRes/HiRes.xs
38407 ____________________________________________________________________________
38408 [ 11408] By: pudge                                 on 2001/07/19  03:27:36
38409         Log: Update docs with latest implementation information and new URLs.
38410      Branch: maint-5.6/macperl
38411            ! README.macos pod/perlport.pod
38412 ____________________________________________________________________________
38413 [ 11407] By: pudge                                 on 2001/07/19  02:35:46
38414         Log: Add Time::HiRes, and add default Makefile.mk for Digest::MD5.
38415              Fix BuildRules to accept optimization variables.
38416      Branch: maint-5.6/macperl
38417            + macos/bundled_ext/Digest/MD5/Makefile.mk
38418            ! macos/BuildRules.mk macos/Makefile.mk
38419            ! macos/bundled_ext/Time/HiRes/HiRes.xs macos/config.sh
38420            ! macos/macish.c macos/macish.h macos/macperl/Makefile.mk
38421 ____________________________________________________________________________
38422 [ 11406] By: pudge                                 on 2001/07/19  01:11:39
38423         Log: Integrate changes 11399,11401
38424      Branch: maint-5.6/macperl
38425           !> win32/perlhost.h win32/win32.c
38426 ____________________________________________________________________________
38427 [ 11405] By: nick                                  on 2001/07/18  06:50:33
38428         Log: Integrate Sarathy's Win32 $ENV{'PATH'}/system fixes (11399, 11400)
38429              from perl5.6*
38430      Branch: perl
38431           !> win32/perlhost.h win32/win32.c
38432 ____________________________________________________________________________
38433 [ 11404] By: nick                                  on 2001/07/18  06:43:59
38434         Log: Subject:  Re: Perl 5.7.2 Has Been Released 
38435              From:  hv@crypt0.demon.co.uk
38436              Date:  Wed, 18 Jul 2001 05:58:46 +0100
38437              Message-Id:  <200107180458.f6I4wlJ19966@crypt0.demon.co.uk>
38438      Branch: perl
38439            ! ext/POSIX/POSIX.t
38440 ____________________________________________________________________________
38441 [ 11403] By: nick                                  on 2001/07/18  06:38:57
38442         Log: Subject:  Re: [ID 20010716.005] numeric conversions in 5.7.[12] changed from perl5.6.1 (leading whitespace) 
38443              From:  hv@crypt0.demon.co.uk
38444              Date:  Wed, 18 Jul 2001 05:21:54 +0100
38445              Message-Id:  <200107180421.f6I4Ltc00987@crypt0.demon.co.uk>
38446      Branch: perl
38447            ! numeric.c t/op/arith.t
38448 ____________________________________________________________________________
38449 [ 11402] By: nick                                  on 2001/07/18  06:19:17
38450         Log: Subject:  Doc patch: perlre should mention perlrequick and perlretut
38451              From:  mjd@plover.com
38452              Date:  17 Jul 2001 17:59:20 -0000
38453              Message-Id:  <20010717175920.8177.qmail@plover.com>
38454      Branch: perl
38455            ! pod/perlre.pod
38456 ____________________________________________________________________________
38457 [ 11401] By: gsar                                  on 2001/07/17  21:31:31
38458         Log: thinko in change#11400 (duh)
38459      Branch: maint-5.6/perl
38460            ! win32/perlhost.h
38461 ____________________________________________________________________________
38462 [ 11400] By: gsar                                  on 2001/07/17  19:46:34
38463         Log: change#11399 revealed another unrelated bug; this is just a temporary
38464              bandaid
38465      Branch: maint-5.6/perl
38466            ! win32/perlhost.h
38467 ____________________________________________________________________________
38468 [ 11399] By: gsar                                  on 2001/07/17  19:11:57
38469         Log: fix bugs in handling of the virtualized environment under windows;
38470              there were bugs in propagating any changes to %ENV down to the real
38471              environment when such changes happened in the toplevel process
38472              (thanks to Johan Holmberg <holmberg@iar.se> for the excellent
38473              problem identification, and for a part of the fix)
38474      Branch: maint-5.6/perl
38475            ! win32/perlhost.h win32/win32.c
38476 ____________________________________________________________________________
38477 [ 11398] By: nick                                  on 2001/07/17  08:26:35
38478         Log: Subject: Re: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
38479              From: Peter Prymmer <pvhp@forte.com>
38480              Date: Mon, 16 Jul 2001 16:43:14 -0700 (PDT)
38481              Message-Id: <Pine.OSF.4.10.10107161631300.464972-100000@aspara.forte.com>
38482              
38483              Move t/base/commonsense.t to t/lib/commonsense.t - base tests
38484              should not depend on existance of Config.pm
38485      Branch: perl
38486           +> t/lib/commonsense.t
38487            - t/base/commonsense.t
38488            ! MANIFEST t/README
38489 ____________________________________________________________________________
38490 [ 11397] By: nick                                  on 2001/07/17  08:09:58
38491         Log: Subject:  [PATCH pod/perlhack.pod] Sections on writing tests & patching core mods
38492              From:  Michael G Schwern <schwern@pobox.com>
38493              Date:  Mon, 16 Jul 2001 18:20:31 -0400
38494              Message-Id:  <20010716182031.A1128@blackrider>
38495      Branch: perl
38496            ! pod/perlhack.pod
38497 ____________________________________________________________________________
38498 [ 11396] By: nick                                  on 2001/07/17  08:04:11
38499         Log: Subject:  [PATCH perlfunc.pod] make printf refer to sprintf
38500              From:  Gwyn Judd <b.judd@xtra.co.nz>
38501              Date:  Tue, 17 Jul 2001 20:55:58 +1200
38502              Message-Id:  <20010717205558.A3107@thislove>
38503      Branch: perl
38504            ! pod/perlfunc.pod
38505 ____________________________________________________________________________
38506 [ 11395] By: nick                                  on 2001/07/17  08:02:22
38507         Log: Subject:  [PATCH: perl@11373] fix t/op/sprintf.t to not load %Config
38508              From:  Peter Prymmer <pvhp@forte.com>
38509              Date:  Mon, 16 Jul 2001 15:48:33 -0700 (PDT)
38510              Message-Id:  <Pine.OSF.4.10.10107161543400.464972-100000@aspara.forte.com>
38511      Branch: perl
38512            ! t/op/sprintf.t
38513 ____________________________________________________________________________
38514 [ 11394] By: nick                                  on 2001/07/17  07:57:06
38515         Log: Subject:  Re: [PATCH gv.c] allow ${"1f"} to be non-regex var 
38516              From:  Jeff 'Japhy' Pinyan <jeffp@crusoe.net>
38517              Date:  Mon, 16 Jul 2001 18:46:53 -0400 (EDT)
38518              Message-Id:  <Pine.GSO.4.21.0107161829390.1405-100000@crusoe.crusoe.net>
38519      Branch: perl
38520            ! gv.c
38521 ____________________________________________________________________________
38522 [ 11392] By: nick                                  on 2001/07/17  07:50:12
38523         Log: Subject:  [PATCH] fix PTHREAD_ATFORK croaking too early, too often
38524              From:  Coral <coral@moonlight.crystalflame.net>
38525              Date:  Mon, 16 Jul 2001 14:25:19 -0700 (PDT)
38526              Message-Id:  <200107162125.f6GLPJ345261@moonlight.crystalflame.net>
38527      Branch: perl
38528            ! pp_sys.c thread.h
38529 ____________________________________________________________________________
38530 [ 11391] By: nick                                  on 2001/07/17  07:34:28
38531         Log: Subject:  Re: [PATCH h2xs.PL ] use Test::More where appropriate (was Re:   
38532              From:  Jonathan Stowe <gellyfish@gellyfish.com>
38533              Date:  Mon, 16 Jul 2001 18:31:21 +0100 (BST)
38534              Message-Id:  <Pine.LNX.4.33.0107161827570.15520-100000@orpheus.gellyfish.com>
38535      Branch: perl
38536            ! utils/h2xs.PL
38537 ____________________________________________________________________________
38538 [ 11390] By: pudge                                 on 2001/07/16  23:54:44
38539         Log: Add in List::Util, Memoize, NEXT, and a bunch of tests for other
38540              modules.  Also added Mac::BuildTools, Mac::AppleEvents::Simple,
38541              and Mac::Apps::Launch, which don't work, and Time::HiRes and
38542              Time::Piece, which don't yet work.
38543      Branch: maint-5.6/macperl
38544            + (add 154 files)
38545 ____________________________________________________________________________
38546 [ 11389] By: pudge                                 on 2001/07/16  23:13:10
38547         Log: Fix %ENV to be tainted [SF bug #231848, Thomas Wegner].
38548              Also add hack to get around missing setenv for PERL5DB.
38549      Branch: maint-5.6/macperl
38550            ! macos/macish.c macos/macish.h
38551 ____________________________________________________________________________
38552 [ 11388] By: pudge                                 on 2001/07/16  23:11:26
38553         Log: Fix DB_File, and patch tests for it, and NDBM_File, and POSIX.
38554      Branch: maint-5.6/macperl
38555            ! macos/MacPerlTests.cmd macos/xsubpp.patch t/lib/db-btree.t
38556            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/ndbm.t t/lib/posix.t
38557 ____________________________________________________________________________
38558 [ 11387] By: pudge                                 on 2001/07/16  23:05:12
38559         Log: Fix up some configuration and make options, add extra
38560              extensions.
38561      Branch: maint-5.6/macperl
38562            ! macos/ExtBuildRules.mk macos/Makefile.mk macos/config.sh
38563            ! macos/macperl/Makefile.mk
38564 ____________________________________________________________________________
38565 [ 11386] By: pudge                                 on 2001/07/16  21:22:32
38566         Log: From Change 11374 in maintperl.
38567      Branch: maint-5.6/macperl
38568           !> utils/h2ph.PL
38569 ____________________________________________________________________________
38570 [ 11385] By: nick                                  on 2001/07/16  14:12:58
38571         Log: Back out change to h2xs till it passes its test.
38572      Branch: perl
38573            ! utils/h2xs.PL
38574 ____________________________________________________________________________
38575 [ 11384] By: nick                                  on 2001/07/16  14:00:10
38576         Log: Subject:  [PATCH h2xs.PL ] use Test::More where appropriate (was Re: [PATCH]
38577              From:  Jonathan Stowe <gellyfish@gellyfish.com>
38578              Date:  Mon, 16 Jul 2001 08:37:05 +0100 (BST)
38579              Message-Id:  <Pine.LNX.4.33.0107160830480.9915-100000@orpheus.gellyfish.com>
38580      Branch: perl
38581            ! utils/h2xs.PL
38582 ____________________________________________________________________________
38583 [ 11383] By: nick                                  on 2001/07/16  13:53:12
38584         Log: Subject:  [PATCH hints/darwin.sh] Don't override user-specified optimize flag
38585              From:  Robin Houston <robin@kitsite.com>
38586              Date:  Sun, 15 Jul 2001 18:22:31 +0100
38587              Message-Id:  <20010715182230.A11174@robin>
38588      Branch: perl
38589            ! hints/darwin.sh
38590 ____________________________________________________________________________
38591 [ 11382] By: nick                                  on 2001/07/16  13:52:49
38592         Log: Subject:  [PATCH perl@11372] re_dup
38593              From:  Radu Greab <radu@netsoft.ro>
38594              Date:  Sun, 15 Jul 2001 04:50:06 +0300
38595              Message-Id:  <15184.63182.656988.340591@ix.netsoft.ro>
38596      Branch: perl
38597            ! sv.c
38598 ____________________________________________________________________________
38599 [ 11379] By: nick                                  on 2001/07/16  13:35:39
38600         Log: Subject:  [PATCH B::Deparse] formats can't contain formats
38601              From:  Robin Houston <robin@kitsite.com>
38602              Date:  Sat, 14 Jul 2001 14:28:50 +0100
38603              Message-Id:  <20010714142850.A10205@robin>
38604      Branch: perl
38605            ! ext/B/B/Deparse.pm
38606 ____________________________________________________________________________
38607 [ 11378] By: nick                                  on 2001/07/16  13:30:36
38608         Log: Subject:  [PATCH @11359] Encode::Tcl.pm, EUC-JP with jis-x0212
38609              From:  Sadahiro Tomoyuki <BQW10602@nifty.com>
38610              Date:  Sat, 14 Jul 2001 22:17:42 +0900
38611              Message-Id:  <20010714221736.6CA3.BQW10602@nifty.com>
38612      Branch: perl
38613            + ext/Encode/Encode/euc-jp-0212.enc
38614            ! ext/Encode/Encode/Tcl.pm
38615 ____________________________________________________________________________
38616 [ 11377] By: nick                                  on 2001/07/16  13:17:28
38617         Log: Subject:  [PATCH 5.7.2] Remove useless ccflags hints
38618              From:  Andy Dougherty <doughera@lafayette.edu>
38619              Date:  Sun, 15 Jul 2001 22:52:54 -0400 (EDT)
38620              Message-Id:  <Pine.SOL.4.10.10107152250230.10344-100000@maxwell.phys.lafayette.edu>
38621      Branch: perl
38622            ! hints/darwin.sh hints/rhapsody.sh
38623 ____________________________________________________________________________
38624 [ 11376] By: nick                                  on 2001/07/16  09:05:00
38625         Log: Integrate mainline
38626      Branch: perlio
38627           +> ext/Encode/Encode/7bit-greek.enc
38628           +> ext/Encode/Encode/7bit-latin1.enc
38629           +> ext/Encode/Encode/cns11643-1.enc
38630           +> ext/Encode/Encode/cns11643-2.enc
38631           +> ext/Encode/Encode/iso2022-cn.enc
38632           +> ext/Encode/Encode/iso2022-jp1.enc
38633           +> ext/Encode/Encode/iso2022-jp2.enc
38634           !> Changes Configure MANIFEST Makefile.SH
38635           !> ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
38636           !> ext/Encode/Encode/iso2022-kr.enc ext/POSIX/POSIX.pm
38637           !> ext/PerlIO/Via/Via.pm handy.h myconfig.SH patchlevel.h
38638           !> pod/perlhack.pod pod/perlre.pod pod/perltoc.pod regcomp.c sv.c
38639           !> t/op/pat.t t/op/sprintf.t utils/h2ph.PL utils/h2xs.PL
38640 ____________________________________________________________________________
38641 [ 11375] By: gsar                                  on 2001/07/16  02:46:11
38642         Log: integrate change#11374 from maint-5.6
38643              
38644              make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
38645      Branch: perl
38646           !> utils/h2ph.PL
38647 ____________________________________________________________________________
38648 [ 11374] By: gsar                                  on 2001/07/16  02:10:51
38649         Log: make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
38650      Branch: maint-5.6/perl
38651            ! utils/h2ph.PL
38652 ____________________________________________________________________________
38653 [ 11373] By: jhi                                   on 2001/07/14  09:27:10
38654         Log: Update Changes.
38655      Branch: perl
38656            ! Changes patchlevel.h
38657 ____________________________________________________________________________
38658 [ 11372] By: jhi                                   on 2001/07/14  09:19:18
38659         Log: Subject: [PATCH h2xs.PL] use Getopt::Long (was Re: [PATCH] h2xs)
38660              From: Jonathan Stowe <gellyfish@gellyfish.com>
38661              Date: Sat, 14 Jul 2001 10:14:34 +0100 (BST)
38662              Message-ID: <Pine.LNX.4.33.0107141008350.9915-100000@orpheus.gellyfish.com>
38663      Branch: perl
38664            ! utils/h2xs.PL
38665 ____________________________________________________________________________
38666 [ 11371] By: jhi                                   on 2001/07/14  09:18:09
38667         Log: Subject: patch to add DEL to [:cntrl:]
38668              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
38669              Date: Fri, 13 Jul 2001 23:25:12 -0700 (PDT)
38670              Message-Id: <200107140625.XAA01517@ventrue.corp.yahoo.com>
38671      Branch: perl
38672            ! handy.h pod/perlre.pod regcomp.c t/op/pat.t
38673 ____________________________________________________________________________
38674 [ 11370] By: jhi                                   on 2001/07/14  01:33:17
38675         Log: Metaconfig unit change for #11369; plus a dependency nit.
38676      Branch: metaconfig
38677            ! U/compline/nblock_io.U
38678      Branch: metaconfig/U/perl
38679            ! Extensions.U
38680 ____________________________________________________________________________
38681 [ 11369] By: jhi                                   on 2001/07/14  01:32:33
38682         Log: #include <stdlib.h> so that exit() is prototyped,
38683              noticed by Hugo.
38684      Branch: perl
38685            ! Configure
38686 ____________________________________________________________________________
38687 [ 11368] By: jhi                                   on 2001/07/14  01:18:28
38688         Log: Subject: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
38689              From: Peter Prymmer <pvhp@forte.com>
38690              Date: Fri, 13 Jul 2001 19:15:45 -0700 (PDT)
38691              Message-ID: <Pine.OSF.4.10.10107131908370.270775-100000@aspara.forte.com>
38692      Branch: perl
38693            ! t/op/sprintf.t
38694 ____________________________________________________________________________
38695 [ 11367] By: jhi                                   on 2001/07/14  01:07:03
38696         Log: Subject: [PATCH: perl@11359] fixup for Encode/Tcl.t on ruthless filesystems
38697              From: Peter Prymmer <pvhp@forte.com>
38698              Date: Fri, 13 Jul 2001 19:00:20 -0700 (PDT)
38699              Message-ID: <Pine.OSF.4.10.10107131856280.270775-100000@aspara.forte.com>
38700      Branch: perl
38701            ! ext/Encode/Encode/Tcl.t
38702 ____________________________________________________________________________
38703 [ 11366] By: jhi                                   on 2001/07/13  22:48:47
38704         Log: Add information about gcc 3.0 basic block profiling.
38705      Branch: perl
38706            ! Makefile.SH pod/perlhack.pod pod/perltoc.pod
38707 ____________________________________________________________________________
38708 [ 11365] By: jhi                                   on 2001/07/13  21:22:20
38709         Log: Subject: Error in lib/PerlIO/Via.pm ?
38710              From: Mark-Jason Dominus <mjd@plover.com>
38711              Date: Fri, 13 Jul 2001 15:55:41 -0400
38712              Message-ID: <20010713195541.26751.qmail@plover.com>
38713      Branch: perl
38714            ! ext/PerlIO/Via/Via.pm
38715 ____________________________________________________________________________
38716 [ 11364] By: jhi                                   on 2001/07/13  21:21:23
38717         Log: Move both usemymalloc and d_bincompat5005 to the Platfom
38718              section from the Compiler section.
38719      Branch: perl
38720            ! myconfig.SH
38721 ____________________________________________________________________________
38722 [ 11363] By: jhi                                   on 2001/07/13  21:19:34
38723         Log: Handle glibc style of constant definitions using enum
38724              with intervening #defines; from Brendan O'Dea.
38725      Branch: perl
38726            ! utils/h2ph.PL
38727 ____________________________________________________________________________
38728 [ 11362] By: jhi                                   on 2001/07/13  21:17:40
38729         Log: Add LC_MESSAGES to the locale_h export tag (it already is
38730              in the Makefile.PL and thusly eligible for an XS constant)
38731              (see also maintperl #10543)
38732      Branch: perl
38733            ! ext/POSIX/POSIX.pm
38734 ____________________________________________________________________________
38735 [ 11361] By: jhi                                   on 2001/07/13  15:12:37
38736         Log: Subject: Re: [patch] re_dup
38737              From: Abhijit Menon-Sen <ams@wiw.org>
38738              Date: Fri, 13 Jul 2001 21:41:09 +0530
38739              Message-ID: <20010713214109.A3328@lustre.dyn.wiw.org>
38740      Branch: perl
38741            ! sv.c
38742 ____________________________________________________________________________
38743 [ 11360] By: jhi                                   on 2001/07/13  15:11:45
38744         Log: Subject: [patch] re_dup
38745              From: Doug MacEachern <dougm@covalent.net>
38746              Date: Fri, 13 Jul 2001 08:51:24 -0700 (PDT)
38747              Message-ID: <Pine.LNX.4.21.0107130848530.28844-100000@mako.covalent.net>
38748      Branch: perl
38749            ! sv.c
38750 ____________________________________________________________________________
38751 [ 11359] By: jhi                                   on 2001/07/13  14:30:32
38752         Log: Update Changes.
38753      Branch: perl
38754            ! Changes patchlevel.h
38755 ____________________________________________________________________________
38756 [ 11358] By: jhi                                   on 2001/07/13  14:26:36
38757         Log: Subject: [PATCH @11328] Encode::Tcl.pm for iso-2022-(?:jp-[12]|cn)
38758              From: SADAHIRO Tomoyuki <BQW10602@nifty.com> 
38759              Date: Sat, 14 Jul 2001 00:06:30 +0900
38760              Message-Id: <20010713235522.8406.BQW10602@nifty.com>
38761      Branch: perl
38762            + ext/Encode/Encode/7bit-greek.enc
38763            + ext/Encode/Encode/7bit-latin1.enc
38764            + ext/Encode/Encode/cns11643-1.enc
38765            + ext/Encode/Encode/cns11643-2.enc
38766            + ext/Encode/Encode/iso2022-cn.enc
38767            + ext/Encode/Encode/iso2022-jp1.enc
38768            + ext/Encode/Encode/iso2022-jp2.enc
38769            ! MANIFEST ext/Encode/Encode/Tcl.pm
38770            ! ext/Encode/Encode/iso2022-kr.enc
38771 ____________________________________________________________________________
38772 [ 11357] By: nick                                  on 2001/07/13  14:24:06
38773         Log: Blind integrate mainline (as of 5.7.2?)
38774      Branch: perlio
38775           !> AUTHORS Changes Porting/config.sh Porting/config_H
38776           !> README.netware ext/PerlIO/t/encoding.t makedef.pl patchlevel.h
38777           !> pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
38778           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
38779           !> win32/makefile.mk
38780 ____________________________________________________________________________
38781 [ 11355] By: jhi                                   on 2001/07/13  13:13:46
38782         Log: Snip away the devel patchlevel.
38783      Branch: perl
38784            ! patchlevel.h
38785 ____________________________________________________________________________
38786 [ 11354] By: jhi                                   on 2001/07/13  13:12:01
38787         Log: Bump the version to 5.7.2.
38788      Branch: perl
38789            ! Porting/config.sh Porting/config_H patchlevel.h
38790            ! pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
38791            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
38792            ! win32/makefile.mk
38793 ____________________________________________________________________________
38794 [ 11353] By: jhi                                   on 2001/07/13  13:00:00
38795         Log: Update Changes.
38796      Branch: perl
38797            ! Changes
38798 ____________________________________________________________________________
38799 [ 11352] By: jhi                                   on 2001/07/13  12:54:49
38800         Log: Reword.
38801      Branch: perl
38802            ! AUTHORS
38803 ____________________________________________________________________________
38804 [ 11351] By: jhi                                   on 2001/07/13  12:52:47
38805         Log: AUTHORS update.
38806      Branch: perl
38807            ! AUTHORS
38808 ____________________________________________________________________________
38809 [ 11350] By: jhi                                   on 2001/07/13  12:24:36
38810         Log: Ignore PL_regex_pad and PL_regex_padav from symbols
38811              unless ithreads.
38812      Branch: perl
38813            ! makedef.pl
38814 ____________________________________________________________________________
38815 [ 11349] By: jhi                                   on 2001/07/13  11:54:10
38816         Log: Integrate perlio.
38817      Branch: perl
38818           !> win32/distclean.bat
38819 ____________________________________________________________________________
38820 [ 11348] By: jhi                                   on 2001/07/13  11:49:50
38821         Log: Test the encoding transform only iff we have PerlIO,
38822              noticed by H. Merijn Brand.
38823      Branch: perl
38824            ! ext/PerlIO/t/encoding.t
38825 ____________________________________________________________________________
38826 [ 11347] By: jhi                                   on 2001/07/13  11:40:13
38827         Log: README.netware tweaks from Ananth Kesari.
38828      Branch: perl
38829            ! README.netware
38830 ____________________________________________________________________________
38831 [ 11346] By: nick                                  on 2001/07/13  09:18:51
38832         Log: Win32/distclean.bat - Down-case all MANIFEST and File::Find results so 
38833              to avoid /unicode vs /Unicode issues.
38834      Branch: perlio
38835            ! win32/distclean.bat
38836 ____________________________________________________________________________
38837 [ 11345] By: nick                                  on 2001/07/13  06:24:18
38838         Log: Integrate mainline
38839      Branch: perlio
38840           +> README.uts lib/UnicodeCD.pm lib/UnicodeCD.t
38841            - lib/Unicode/UCD.pm lib/Unicode/UCD.t lib/unicode/distinct.pm
38842           !> (integrate 63 files)
38843 ____________________________________________________________________________
38844 [ 11344] By: jhi                                   on 2001/07/13  04:50:22
38845         Log: Add d_bincompat5005 information to perl -V.
38846      Branch: perl
38847            ! myconfig.SH
38848 ____________________________________________________________________________
38849 [ 11343] By: jhi                                   on 2001/07/13  03:42:05
38850         Log: Subject: Re: [PATCH] Re: Memory corruption? Read-only $_?
38851              From: Abhijit Menon-Sen <ams@wiw.org>
38852              Date: Fri, 13 Jul 2001 07:12:36 +0530
38853              Message-ID: <20010713071236.C5669@lustre.dyn.wiw.org>
38854      Branch: perl
38855            ! sv.c
38856 ____________________________________________________________________________
38857 [ 11342] By: jhi                                   on 2001/07/13  03:36:22
38858         Log: Remove unicode::distinct, as per Inaba Hiroto.
38859      Branch: perl
38860            - lib/unicode/distinct.pm
38861            ! MANIFEST hv.c perl.h pod/perlmodlib.pod pod/perltoc.pod sv.c
38862            ! t/lib/1_compile.t
38863 ____________________________________________________________________________
38864 [ 11341] By: jhi                                   on 2001/07/13  00:05:53
38865         Log: Paging for Dr Octothorpe.
38866      Branch: perl
38867            ! pod/perlfaq4.pod
38868 ____________________________________________________________________________
38869 [ 11340] By: jhi                                   on 2001/07/12  23:53:44
38870         Log: cut-n-paste error noticed by mjd.
38871      Branch: perl
38872            ! pod/perlfaq4.pod
38873 ____________________________________________________________________________
38874 [ 11339] By: jhi                                   on 2001/07/12  23:39:42
38875         Log: Subject: [PATCH: perl@11328] update the octal situation in perlfaq4.pod
38876              From: Peter Prymmer <pvhp@forte.com>
38877              Date: Thu, 12 Jul 2001 17:04:22 -0700 (PDT)
38878              Message-ID: <Pine.OSF.4.10.10107121703040.219875-100000@aspara.forte.com>
38879      Branch: perl
38880            ! pod/perlfaq4.pod
38881 ____________________________________________________________________________
38882 [ 11338] By: jhi                                   on 2001/07/12  23:38:49
38883         Log: Subject: Re: [randy@qualcomm.com: Corrections for ' repository - Using the Perl repository ']
38884              From: Randall Gellens <randy@qualcomm.com>
38885              Date: Thu, 12 Jul 2001 16:56:23 -0700
38886              Message-Id: <p05100301b773e9751c04@[129.46.176.61]>
38887      Branch: perl
38888            ! Porting/repository.pod
38889 ____________________________________________________________________________
38890 [ 11337] By: jhi                                   on 2001/07/12  23:35:06
38891         Log: Make PTHREAD_ATFORK() to croak if HAS_FORK, noop otherwise.
38892      Branch: perl
38893            ! thread.h
38894 ____________________________________________________________________________
38895 [ 11336] By: jhi                                   on 2001/07/12  23:23:39
38896         Log: Subject: [PATCH] pthread_atfork on FreeBSD - Part 1: #ifdef HAS_PTHREAD_ATFORK  
38897              From: coral <coral@moonlight.crystalflame.net>
38898              Date: Thu, 12 Jul 2001 16:16:50 -0700 (PDT)
38899              Message-Id: <200107122316.f6CNGoq09171@moonlight.crystalflame.net>
38900      Branch: perl
38901            ! thread.h
38902 ____________________________________________________________________________
38903 [ 11335] By: jhi                                   on 2001/07/12  23:23:14
38904         Log: Metaconfig unit change for #11134.
38905      Branch: metaconfig
38906            + U/threads/d_pthread_atfork.U
38907 ____________________________________________________________________________
38908 [ 11334] By: jhi                                   on 2001/07/12  23:22:42
38909         Log: Add HAS_PTHREAD_ATFORK.
38910      Branch: perl
38911            ! Configure NetWare/config.wc NetWare/config_H.wc
38912            ! Porting/Glossary Porting/config.sh Porting/config_H
38913            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
38914            ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.alpha.h
38915            ! vos/config.ga.def vos/config.ga.h win32/config.bc
38916            ! win32/config.gc win32/config.vc win32/config_H.bc
38917            ! win32/config_H.gc win32/config_H.vc
38918 ____________________________________________________________________________
38919 [ 11333] By: jhi                                   on 2001/07/12  22:58:35
38920         Log: Subject: [PATCH] File::Copy fails on tied handles
38921              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
38922              Date: Thu, 12 Jul 2001 15:18:51 -0700
38923              Message-ID: <35A280DF784CD411A06B0008C7B130ADB5505B@sdex04.sd.intuit.com>
38924      Branch: perl
38925            ! lib/File/Copy.pm
38926 ____________________________________________________________________________
38927 [ 11332] By: jhi                                   on 2001/07/12  22:57:04
38928         Log: Subject: [PATCH] Langinfo.t
38929              From: Nicholas Clark <nick@ccl4.org>
38930              Date: Thu, 12 Jul 2001 23:55:38 +0100
38931              Message-ID: <20010712235538.M5827@plum.flirble.org>
38932      Branch: perl
38933            ! ext/I18N/Langinfo/Langinfo.t
38934 ____________________________________________________________________________
38935 [ 11331] By: jhi                                   on 2001/07/12  22:56:09
38936         Log: Subject: [PATCH: perl@11328] informational tweaks to perl572delta.pod
38937              From: Peter Prymmer <pvhp@forte.com>
38938              Date: Thu, 12 Jul 2001 16:38:00 -0700 (PDT)
38939              Message-ID: <Pine.OSF.4.10.10107121633340.219875-100000@aspara.forte.com>
38940      Branch: perl
38941            ! pod/perl572delta.pod
38942 ____________________________________________________________________________
38943 [ 11330] By: jhi                                   on 2001/07/12  22:55:23
38944         Log: Subject: [PATCH] Re: Memory corruption? Read-only $_?
38945              From: Abhijit Menon-Sen <ams@wiw.org>
38946              Date: Fri, 13 Jul 2001 05:21:16 +0530
38947              Message-ID: <20010713052116.B5669@lustre.dyn.wiw.org>
38948      Branch: perl
38949            ! sv.c
38950 ____________________________________________________________________________
38951 [ 11329] By: jhi                                   on 2001/07/12  22:54:39
38952         Log: Subject: [PATCH 20010712.005] Re: Perl bug with "delete" on arrays
38953              From: Abhijit Menon-Sen <ams@wiw.org>
38954              Date: Fri, 13 Jul 2001 03:04:25 +0530
38955              Message-ID: <20010713030425.A5669@lustre.dyn.wiw.org>
38956      Branch: perl
38957            ! av.c
38958 ____________________________________________________________________________
38959 [ 11328] By: gsar                                  on 2001/07/12  19:02:01
38960         Log: s/^M$//g
38961      Branch: perl
38962            ! win32/Makefile win32/makefile.mk
38963 ____________________________________________________________________________
38964 [ 11327] By: jhi                                   on 2001/07/12  18:54:09
38965         Log: Update Changes.
38966      Branch: perl
38967            ! Changes patchlevel.h
38968 ____________________________________________________________________________
38969 [ 11326] By: jhi                                   on 2001/07/12  18:17:18
38970         Log: Typo spotted by Philip Newton.
38971      Branch: perl
38972            ! pod/perl572delta.pod
38973 ____________________________________________________________________________
38974 [ 11325] By: jhi                                   on 2001/07/12  18:11:42
38975         Log: Subject: [PATCH] fixes perl_clone of perl_clone
38976              From: Artur Bergman <artur@contiller.se>
38977              Date: Thu, 12 Jul 2001 20:57:09 +0200
38978              Message-ID: <B773BFA4.236B%artur@contiller.se>
38979      Branch: perl
38980            ! sv.c
38981 ____________________________________________________________________________
38982 [ 11324] By: jhi                                   on 2001/07/12  18:09:17
38983         Log: Add README.uts from Hal Morris.
38984      Branch: perl
38985            + README.uts
38986            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perl572delta.pod
38987            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
38988 ____________________________________________________________________________
38989 [ 11323] By: jhi                                   on 2001/07/12  17:48:33
38990         Log: Subject: Re: AIX 4.3.3 w/ vac 5.0 [ FATAL in B ]
38991              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
38992              Date: Thu, 12 Jul 2001 20:32:37 +0200
38993              Message-Id: <20010712201743.E108.H.M.BRAND@hccnet.nl>
38994      Branch: perl
38995            ! hints/aix.sh
38996 ____________________________________________________________________________
38997 [ 11322] By: jhi                                   on 2001/07/12  17:44:29
38998         Log: Subject: Patch: document reg_data.what member
38999              From: Mark-Jason Dominus <mjd@plover.com>
39000              Message-ID: <20010712182532.14821.qmail@plover.com>
39001              Date: Thu, 12 Jul 2001 14:25:32 -0400
39002      Branch: perl
39003            ! regcomp.c regcomp.h
39004 ____________________________________________________________________________
39005 [ 11321] By: jhi                                   on 2001/07/12  17:43:18
39006         Log: Subject: [PATCH] Perl_re_dup()
39007              From: Abhijit Menon-Sen <ams@wiw.org>
39008              Date: Thu, 12 Jul 2001 23:54:32 +0530
39009              Message-ID: <20010712235432.J24707@lustre.dyn.wiw.org>
39010      Branch: perl
39011            ! embed.h embed.pl perlapi.c proto.h sv.c
39012 ____________________________________________________________________________
39013 [ 11320] By: jhi                                   on 2001/07/12  17:18:54
39014         Log: Regen Configure, modlib, toc.
39015      Branch: perl
39016            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
39017            ! pod/perlmodlib.pod pod/perltoc.pod
39018 ____________________________________________________________________________
39019 [ 11319] By: jhi                                   on 2001/07/12  17:08:15
39020         Log: The problem seems to be in PerlIO::Layer::->find() not
39021              accepting the ":encoding(blurflur)" arguments.
39022      Branch: perl
39023            ! lib/PerlIO.pm lib/open.pm
39024 ____________________________________________________________________________
39025 [ 11318] By: jhi                                   on 2001/07/12  16:58:11
39026         Log: AIX doc update.
39027      Branch: perl
39028            ! README.aix pod/perl572delta.pod
39029 ____________________________________________________________________________
39030 [ 11317] By: jhi                                   on 2001/07/12  16:39:11
39031         Log: Subject: AIX README update
39032              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
39033              Date: Thu, 12 Jul 2001 19:28:30 +0200
39034              Message-Id: <20010712192620.E0F9.H.M.BRAND@hccnet.nl>
39035      Branch: perl
39036            ! README.aix
39037 ____________________________________________________________________________
39038 [ 11316] By: jhi                                   on 2001/07/12  16:37:15
39039         Log: Subject: [PATCH ext/IO/lib/IO/t/io_unix.t] for QNX6
39040              From: Norton Allen <allen@huarp.harvard.edu>
39041              Date: Thu, 12 Jul 2001 11:30:51 -0400 (edt)
39042              Message-Id: <200107121530.LAA12631@bottesini.harvard.edu>
39043      Branch: perl
39044            ! ext/IO/lib/IO/t/io_unix.t
39045 ____________________________________________________________________________
39046 [ 11315] By: jhi                                   on 2001/07/12  16:35:53
39047         Log: Subject: [PATCH README.qnx hints/qnx.sh]
39048              From: Norton Allen <allen@huarp.harvard.edu>
39049              Date: Thu, 12 Jul 2001 11:29:19 -0400 (edt)
39050              Message-Id: <200107121529.LAA23411@bottesini.harvard.edu>
39051      Branch: perl
39052            ! README.qnx hints/qnx.sh
39053 ____________________________________________________________________________
39054 [ 11314] By: jhi                                   on 2001/07/12  16:13:15
39055         Log: Subject: [patch] faster PM_GETRE
39056              From: Doug MacEachern <dougm@covalent.net>
39057              Date: Thu, 12 Jul 2001 10:13:27 -0700 (PDT)
39058              Message-ID: <Pine.LNX.4.21.0107121011530.28844-100000@mako.covalent.net>
39059      Branch: perl
39060            ! op.h
39061 ____________________________________________________________________________
39062 [ 11313] By: jhi                                   on 2001/07/12  16:12:23
39063         Log: Subject: Re: [PATCH] Threadsafe PMOPs! We might still win this war.
39064              From: Doug MacEachern <dougm@covalent.net>
39065              Date: Thu, 12 Jul 2001 10:11:28 -0700 (PDT)
39066              Message-ID: <Pine.LNX.4.21.0107121010160.28844-100000@mako.covalent.net>
39067      Branch: perl
39068            ! op.c
39069 ____________________________________________________________________________
39070 [ 11312] By: jhi                                   on 2001/07/12  16:07:22
39071         Log: Tell where the nice Estonian database is.
39072      Branch: perl
39073            ! lib/open.pm
39074 ____________________________________________________________________________
39075 [ 11311] By: jhi                                   on 2001/07/12  16:05:31
39076         Log: Retract #11309 since #11310 is a better fix.
39077      Branch: perl
39078            ! t/lib/1_compile.t
39079 ____________________________________________________________________________
39080 [ 11310] By: gsar                                  on 2001/07/12  15:50:40
39081         Log: fix for failing fork.t#12 on windows (win32_execvp() tweak in
39082              change#11300 needs to return the status of failed win32_spawnvp())
39083              
39084              fix various open.pm bugs: '\0' isn't the same as "\0", so it wasn't
39085              splitting correctly; remove unused variables; 'require' at run time
39086              rather than 'use' at compile time for I18N::Langinfo, since it
39087              isn't everyware
39088      Branch: perl
39089            ! lib/open.pm win32/win32.c
39090 ____________________________________________________________________________
39091 [ 11309] By: jhi                                   on 2001/07/12  15:29:55
39092         Log: Temporary workaround.
39093      Branch: perl
39094            ! t/lib/1_compile.t
39095 ____________________________________________________________________________
39096 [ 11308] By: jhi                                   on 2001/07/12  14:44:51
39097         Log: UCD typo in #11306 and add also more known-to-be-tested
39098              modules to the skip list.
39099      Branch: perl
39100            ! t/lib/1_compile.t
39101 ____________________________________________________________________________
39102 [ 11307] By: jhi                                   on 2001/07/12  14:38:38
39103         Log: Rename Unicode::UCD to UnicodeCD to avoid
39104              messups with case-insensitive filesystems.
39105      Branch: perl
39106            + lib/UnicodeCD.pm lib/UnicodeCD.t
39107            - lib/Unicode/UCD.pm lib/Unicode/UCD.t
39108            ! MANIFEST pod/perl572delta.pod t/lib/1_compile.t
39109 ____________________________________________________________________________
39110 [ 11306] By: jhi                                   on 2001/07/12  13:32:05
39111         Log: Subject: [ID 20010711.005] in Tie::Array, SPLICE ignores context, breaking SHIFT 
39112              From: daniel@biz.bitpusher.com
39113              Date: Wed, 11 Jul 2001 23:25:47 -0700
39114              Message-Id: <200107120625.f6C6PkJ13065@biz.bitpusher.com>
39115      Branch: perl
39116            ! lib/Tie/Array.pm t/op/splice.t
39117 ____________________________________________________________________________
39118 [ 11305] By: jhi                                   on 2001/07/12  13:05:46
39119         Log: Subject: [PATCH] More accurate line numbers in messages
39120              From: Paul Johnson <paul@pjcj.net>
39121              Date: Thu, 12 Jul 2001 04:14:11 +0200
39122              Message-ID: <20010712041411.A3467@pjcj.net>
39123              
39124              (With prototyping and multiplicity tweaks.)
39125      Branch: perl
39126            ! dump.c embed.h embed.pl t/lib/warnings/util util.c
39127 ____________________________________________________________________________
39128 [ 11304] By: nick                                  on 2001/07/12  12:53:40
39129         Log: Integrate mainline
39130      Branch: perlio
39131           !> ext/ByteLoader/bytecode.h hints/aix.sh pod/perl572delta.pod
39132           !> regexec.c thread.h
39133 ____________________________________________________________________________
39134 [ 11303] By: jhi                                   on 2001/07/12  12:46:20
39135         Log: Cut-and-pasto in #11298.
39136      Branch: perl
39137            ! ext/ByteLoader/bytecode.h
39138 ____________________________________________________________________________
39139 [ 11302] By: jhi                                   on 2001/07/12  12:42:35
39140         Log: Update the AIX known problems section.
39141      Branch: perl
39142            ! pod/perl572delta.pod
39143 ____________________________________________________________________________
39144 [ 11301] By: jhi                                   on 2001/07/12  12:36:46
39145         Log: Subject: Re: HiRes on AIX 4.2 in threaded mode
39146              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
39147              Date: Thu, 12 Jul 2001 12:16:16 +0200
39148              Message-Id: <20010712114215.E0D9.H.M.BRAND@hccnet.nl>
39149      Branch: perl
39150            ! hints/aix.sh
39151 ____________________________________________________________________________
39152 [ 11300] By: jhi                                   on 2001/07/12  12:35:44
39153         Log: Integrate perlio.
39154      Branch: perl
39155           !> makedef.pl win32/win32.c
39156 ____________________________________________________________________________
39157 [ 11299] By: jhi                                   on 2001/07/12  12:33:57
39158         Log: Subject: [PATCH] fix for PMOP threadness failures
39159              From: Artur Bergman <artur@contiller.se>
39160              Date: Thu, 12 Jul 2001 09:48:06 +0200
39161              Message-ID: <B77322D6.22DD%artur@contiller.se>
39162      Branch: perl
39163            ! regexec.c
39164 ____________________________________________________________________________
39165 [ 11298] By: jhi                                   on 2001/07/12  12:27:47
39166         Log: Subject: RE: Win32 Failure, was Re: perl@11278 - LAST CALL FOR 5.7.2
39167              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
39168              Date: Thu, 12 Jul 2001 09:09:48 +0200
39169              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808CE70@RU0022EXCH001U> 
39170              
39171              More parentheses to keep bcc happy.
39172      Branch: perl
39173            ! ext/ByteLoader/bytecode.h
39174 ____________________________________________________________________________
39175 [ 11297] By: jhi                                   on 2001/07/12  12:24:50
39176         Log: Subject: Re: [patch] pthread_atfork bandaid
39177              From: Doug MacEachern <dougm@covalent.net>
39178              Date: Wed, 11 Jul 2001 23:43:17 -0700 (PDT)
39179              Message-ID: <Pine.LNX.4.21.0107112342330.28844-100000@mako.covalent.net>
39180      Branch: perl
39181            ! thread.h
39182 ____________________________________________________________________________
39183 [ 11296] By: nick                                  on 2001/07/12  11:55:48
39184         Log: Exclude reentrant_buffer from .def file
39185      Branch: perlio
39186            ! makedef.pl
39187 ____________________________________________________________________________
39188 [ 11295] By: nick                                  on 2001/07/12  11:11:44
39189         Log: Honour void-ness of my_exit()
39190      Branch: perlio
39191            ! win32/win32.c
39192 ____________________________________________________________________________
39193 [ 11294] By: nick                                  on 2001/07/12  07:51:04
39194         Log: Integrate mainline
39195      Branch: perlio
39196           +> uts/sprintf_wrap.c
39197           !> (integrate 35 files)
39198 ____________________________________________________________________________
39199 [ 11293] By: jhi                                   on 2001/07/12  04:58:08
39200         Log: Retract #11289.
39201      Branch: perl
39202            ! embed.h embed.pl perl.c proto.h thread.h
39203 ____________________________________________________________________________
39204 [ 11292] By: jhi                                   on 2001/07/12  04:47:43
39205         Log: Now the :locale pseudolayer *almost* works...
39206      Branch: perl
39207            ! lib/open.pm
39208 ____________________________________________________________________________
39209 [ 11291] By: jhi                                   on 2001/07/12  04:36:47
39210         Log: Locale encoding tweaks.
39211      Branch: perl
39212            ! lib/open.pm
39213 ____________________________________________________________________________
39214 [ 11290] By: jhi                                   on 2001/07/12  04:25:53
39215         Log: Subject: Re: [PATCH: perl@11181] UCD.t fails LATIN|Latin test
39216              From: Mark-Jason Dominus <mjd@plover.com>
39217              Date: Thu, 12 Jul 2001 00:59:31 -0400
39218              Message-ID: <20010712045931.8543.qmail@plover.com>
39219              
39220              Remove the chmod/umask leading zero warning.
39221      Branch: perl
39222            ! lib/warnings.pm pod/perldiag.pod pod/perllexwarn.pod
39223            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
39224 ____________________________________________________________________________
39225 [ 11289] By: jhi                                   on 2001/07/12  04:16:41
39226         Log: (Retracted by #11289.)
39227      Branch: perl
39228            ! embed.h embed.pl perl.c proto.h thread.h
39229 ____________________________________________________________________________
39230 [ 11288] By: jhi                                   on 2001/07/12  03:45:11
39231         Log: Needed by #11283.
39232      Branch: perl
39233            ! intrpvar.h
39234 ____________________________________________________________________________
39235 [ 11287] By: jhi                                   on 2001/07/12  03:40:04
39236         Log: Metaconfig unit change for #11286.
39237      Branch: metaconfig/U/perl
39238            ! patchlevel.U
39239 ____________________________________________________________________________
39240 [ 11286] By: jhi                                   on 2001/07/12  03:39:18
39241         Log: Subject: Re: [PATCH Configure] perl -V broken
39242              From: Andy Dougherty <doughera@lafayette.edu>
39243              Date: Wed, 11 Jul 2001 13:30:27 -0400 (EDT)
39244              Message-ID: <Pine.SOL.4.10.10107111329060.2021-100000@maxwell.phys.lafayette.edu>
39245      Branch: perl
39246            ! Configure myconfig.SH
39247 ____________________________________________________________________________
39248 [ 11285] By: jhi                                   on 2001/07/12  03:27:28
39249         Log: Retract #11166 (and #11237).
39250      Branch: perl
39251            ! dump.c embed.h lib/warnings.pm op.c op.h opcode.h opcode.pl
39252            ! pod/perldiag.pod pp.sym pp_proto.h t/lib/warnings/op
39253            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
39254 ____________________________________________________________________________
39255 [ 11284] By: jhi                                   on 2001/07/12  02:36:42
39256         Log: UTS tweaks for Hal Morris.
39257      Branch: perl
39258            + uts/sprintf_wrap.c
39259            ! MANIFEST hints/uts.sh perl.h
39260 ____________________________________________________________________________
39261 [ 11283] By: jhi                                   on 2001/07/12  00:52:36
39262         Log: Subject: [PATCH] Use reentrant API glibc
39263              From: Artur Bergman <artur@contiller.se>
39264              Date: Thu, 12 Jul 2001 00:58:21 +0200
39265              Message-ID: <B772A6AD.2288%artur@contiller.se>
39266      Branch: perl
39267            ! embedvar.h intrpvar.h op.h perl.c perlapi.h pod/perlapi.pod
39268            ! sv.c
39269 ____________________________________________________________________________
39270 [ 11282] By: jhi                                   on 2001/07/12  00:35:27
39271         Log: Subject: Re: ActivePerl 628 + warnings + fork + exec = spurious "Can't exec"?
39272              From: barries <barries@slaysys.com>
39273              Date: Wed, 11 Jul 2001 15:11:46 -0400
39274              Message-ID: <20010711151146.G24560@jester.slaysys.com>
39275      Branch: perl
39276            ! pp_sys.c t/lib/warnings/doio win32/win32.c
39277 ____________________________________________________________________________
39278 [ 11281] By: jhi                                   on 2001/07/12  00:32:17
39279         Log: Subject: [patch] pthread_atfork bandaid
39280              From: Doug MacEachern <dougm@covalent.net>
39281              Date: Wed, 11 Jul 2001 08:59:12 -0700 (PDT)
39282              Message-ID: <Pine.LNX.4.21.0107110855070.11688-100000@mako.covalent.net>
39283      Branch: perl
39284            ! miniperlmain.c perl.c
39285 ____________________________________________________________________________
39286 [ 11280] By: jhi                                   on 2001/07/12  00:31:34
39287         Log: Subject: [patch] perl_clone leaks
39288              From: Doug MacEachern <dougm@covalent.net>
39289              Date: Wed, 11 Jul 2001 08:43:32 -0700 (PDT)
39290              Message-ID: <Pine.LNX.4.21.0107110842390.11688-100000@mako.covalent.net>
39291      Branch: perl
39292            ! sv.c
39293 ____________________________________________________________________________
39294 [ 11279] By: nick                                  on 2001/07/11  15:49:38
39295         Log: Integrate mainline
39296      Branch: perlio
39297           +> ext/Encode/Encode/HZ.enc ext/PerlIO/t/encoding.t
39298           +> ext/Time/HiRes/hints/dynixptx.pl lib/Math/BigInt/Calc.pm
39299           +> lib/Math/BigInt/t/bigintc.t lib/Term/ANSIColor/ChangeLog
39300           +> lib/Term/ANSIColor/README
39301           !> (integrate 54 files)
39302 ____________________________________________________________________________
39303 [ 11278] By: jhi                                   on 2001/07/11  13:52:20
39304         Log: Update Changes.
39305      Branch: perl
39306            ! Changes patchlevel.h
39307 ____________________________________________________________________________
39308 [ 11277] By: jhi                                   on 2001/07/11  13:31:43
39309         Log: Subject: blead kit timestamps && the problem with running perl embed.pl
39310              From: Peter Prymmer <pvhp@forte.com>
39311              Date: Tue, 10 Jul 2001 19:33:00 -0700 (PDT)
39312              Message-ID: <Pine.OSF.4.10.10107101906360.137455-100000@aspara.forte.com>
39313              
39314              Backport of embed.pl to 5.003.
39315      Branch: perl
39316            ! embed.pl
39317 ____________________________________________________________________________
39318 [ 11276] By: jhi                                   on 2001/07/11  13:18:07
39319         Log: Subject: Re: POSIX test #14 on UTS 
39320              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
39321              Date: Wed, 11 Jul 2001 03:02:14 +0100
39322              Message-Id: <200107110202.f6B22Ea10727@crypt.compulink.co.uk>
39323      Branch: perl
39324            ! ext/POSIX/POSIX.t
39325 ____________________________________________________________________________
39326 [ 11275] By: jhi                                   on 2001/07/11  13:15:49
39327         Log: Make the I32 an IV to preserve structure alignment and size.
39328      Branch: perl
39329            ! op.h
39330 ____________________________________________________________________________
39331 [ 11274] By: jhi                                   on 2001/07/11  13:13:27
39332         Log: Subject: [PATCH] Threadsafe PMOPs! We might still win this war.
39333              From: "Artur Bergman" <artur@contiller.se>
39334              Date: Wed, 11 Jul 2001 14:23:37 +0200
39335              Message-ID: <000b01c10a04$4fa16a10$21000a0a@vogw2kdev>
39336              
39337              Threadsafe PMOPs for ithreads, waiting for AMS's Perl_re_dup().
39338      Branch: perl
39339            ! embedvar.h intrpvar.h op.c op.h perl.c perlapi.h
39340            ! pod/perlapi.pod sv.c
39341 ____________________________________________________________________________
39342 [ 11273] By: jhi                                   on 2001/07/11  03:53:28
39343         Log: Tweak until Pod::Parser gets updated.
39344      Branch: perl
39345            ! t/pod/special_seqs.xr
39346 ____________________________________________________________________________
39347 [ 11272] By: jhi                                   on 2001/07/11  00:46:05
39348         Log: File::Spec usage tweak.
39349      Branch: perl
39350            ! lib/ExtUtils.t
39351 ____________________________________________________________________________
39352 [ 11271] By: jhi                                   on 2001/07/11  00:37:19
39353         Log: Integrate #11263 from macperl; macos and macosx updates.
39354      Branch: perl
39355           !> pod/perlport.pod
39356 ____________________________________________________________________________
39357 [ 11270] By: jhi                                   on 2001/07/11  00:33:27
39358         Log: Subject: [PATCH: perl@11238] dynixptx updates for osvers='4.5.2'
39359              From: Peter Prymmer <pvhp@forte.com>
39360              Date: Tue, 10 Jul 2001 15:29:45 -0700 (PDT)
39361              Message-ID: <Pine.OSF.4.10.10107101519160.137455-100000@aspara.forte.com>
39362      Branch: perl
39363            + ext/Time/HiRes/hints/dynixptx.pl
39364            ! MANIFEST hints/dynixptx.sh
39365 ____________________________________________________________________________
39366 [ 11269] By: jhi                                   on 2001/07/11  00:32:16
39367         Log: Subject: [PATCH] ExtUtils::Constant (was Re: funny numconvert test in perl@11006 (was Re: report on BS2000 wit h perl@11006))
39368              From: Nicholas Clark <nick@ccl4.org>
39369              Date: Tue, 10 Jul 2001 23:17:43 +0100
39370              Message-ID: <20010710231742.B59620@plum.flirble.org>
39371      Branch: perl
39372            ! lib/ExtUtils.t lib/ExtUtils/Constant.pm
39373 ____________________________________________________________________________
39374 [ 11268] By: jhi                                   on 2001/07/11  00:30:56
39375         Log: Subject: [DOC PATCH] Pluggable runops
39376              From: Paul Johnson <paul@pjcj.net>
39377              Date: Tue, 10 Jul 2001 21:53:28 +0200
39378              Message-ID: <20010710215328.B26577@pjcj.net>
39379      Branch: perl
39380            ! pod/perlguts.pod
39381 ____________________________________________________________________________
39382 [ 11267] By: jhi                                   on 2001/07/11  00:29:59
39383         Log: Subject: [PATCH] Authors
39384              From: Artur Bergman <artur@contiller.se>
39385              Date: Tue, 10 Jul 2001 20:39:12 +0200
39386              Message-ID: <B771186F.21CD%artur@contiller.se>
39387      Branch: perl
39388            ! AUTHORS
39389 ____________________________________________________________________________
39390 [ 11266] By: jhi                                   on 2001/07/11  00:29:13
39391         Log: Subject: Re: [PATCH] Small fix to pp_gmtime
39392              From: Doug MacEachern <dougm@covalent.net>
39393              Date: Tue, 10 Jul 2001 11:19:43 -0700 (PDT)
39394              Message-ID: <Pine.LNX.4.21.0107101118020.10475-100000@mako.covalent.net>
39395      Branch: perl
39396            ! pp_ctl.c
39397 ____________________________________________________________________________
39398 [ 11265] By: jhi                                   on 2001/07/11  00:28:15
39399         Log: Subject: doc patch; times() in scalar context
39400              From: mjd@plover.com
39401              Date: 10 Jul 2001 18:01:17 -0000
39402              Message-ID: <20010710180117.12477.qmail@plover.com>
39403      Branch: perl
39404            ! pod/perlfunc.pod
39405 ____________________________________________________________________________
39406 [ 11264] By: jhi                                   on 2001/07/11  00:27:17
39407         Log: Subject: [PATCH] Small fix to pp_gmtime
39408              From: Artur Bergman <artur@contiller.se>
39409              Date: Tue, 10 Jul 2001 19:54:52 +0200
39410              Message-ID: <B7710E0B.21C5%artur@contiller.se>
39411      Branch: perl
39412            ! pp_sys.c
39413 ____________________________________________________________________________
39414 [ 11263] By: pudge                                 on 2001/07/10  21:06:10
39415         Log: Integrate changes from mainline perl, add notes about
39416              Mac OS X and Mac OS.
39417      Branch: maint-5.6/macperl
39418            ! pod/perlport.pod
39419 ____________________________________________________________________________
39420 [ 11262] By: jhi                                   on 2001/07/10  15:21:26
39421         Log: A proof of the dangers of package; ?
39422      Branch: perl
39423            ! t/lib/warnings/op
39424 ____________________________________________________________________________
39425 [ 11261] By: jhi                                   on 2001/07/10  15:02:27
39426         Log: Regen toc and modlib.
39427      Branch: perl
39428            ! pod/perlmodlib.pod pod/perltoc.pod
39429 ____________________________________________________________________________
39430 [ 11260] By: jhi                                   on 2001/07/10  15:00:37
39431         Log: Add compexcl(), casefold(), and casespec() interfaces;
39432              and make all interfaces to return hash references instead
39433              of hashes. 
39434      Branch: perl
39435            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
39436 ____________________________________________________________________________
39437 [ 11259] By: jhi                                   on 2001/07/10  13:50:17
39438         Log: Subject: [PATCH bleadperl] Math::Big* doc patches (and some code)
39439              From: "Philip Newton" <Philip.Newton@gmx.net>
39440              Date: Tue, 10 Jul 2001 09:55:59 +0200
39441              Message-ID: <20010710.095300@ID-11583.news.dfncis.de>
39442              
39443              Subject: [DOC PATCH bleadperl] detypo Math::BigInt docs
39444              From: "Philip Newton" <Philip.Newton@gmx.net>
39445              Date: Tue, 10 Jul 2001 09:56:37 +0200
39446              Message-ID: <20010710.095600@ID-11583.news.dfncis.de>
39447      Branch: perl
39448            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
39449            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintpm.t
39450 ____________________________________________________________________________
39451 [ 11258] By: jhi                                   on 2001/07/10  13:47:20
39452         Log: Subject: [patch] undef &xsub for 1,2
39453              From: Doug MacEachern <dougm@covalent.net>
39454              Date: Mon, 9 Jul 2001 20:16:49 -0700 (PDT)
39455              Message-ID: <Pine.LNX.4.21.0107092012570.1913-100000@mako.covalent.net>
39456              
39457              (This version of the patch with a comment from Gisle.)
39458      Branch: perl
39459            ! op.c
39460 ____________________________________________________________________________
39461 [ 11257] By: jhi                                   on 2001/07/10  13:45:44
39462         Log: Mention package; deprecation and the Win32 problems.
39463      Branch: perl
39464            ! pod/perl572delta.pod
39465 ____________________________________________________________________________
39466 [ 11256] By: jhi                                   on 2001/07/10  13:45:12
39467         Log: Subject: [PATCH] deprecate package with no arguments
39468              From: Robin Houston <robin@kitsite.com>
39469              Date: Tue, 10 Jul 2001 13:33:40 +0100
39470              Message-ID: <20010710133340.A13452@robin.kitsite.com>
39471      Branch: perl
39472            ! op.c pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/op
39473 ____________________________________________________________________________
39474 [ 11255] By: jhi                                   on 2001/07/10  13:16:11
39475         Log: Upgrade to podlators 1.10.
39476      Branch: perl
39477            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
39478            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
39479            ! pod/pod2man.PL pod/pod2text.PL
39480 ____________________________________________________________________________
39481 [ 11254] By: jhi                                   on 2001/07/10  13:09:34
39482         Log: Upgrade to Term::ANSIColor 1.04.
39483      Branch: perl
39484            + lib/Term/ANSIColor/ChangeLog lib/Term/ANSIColor/README
39485            ! MANIFEST lib/Term/ANSIColor.pm lib/Term/ANSIColor/test.pl
39486 ____________________________________________________________________________
39487 [ 11253] By: jhi                                   on 2001/07/10  12:59:27
39488         Log: Integrate perlio (the right fix for the ":layer(args)")
39489      Branch: perl
39490           !> perlio.c
39491 ____________________________________________________________________________
39492 [ 11252] By: nick                                  on 2001/07/10  06:58:14
39493         Log: Fix open(...,"...:layer(xxx)",...)
39494              - use memEQ not strEQ as there is '(' not '\0'
39495      Branch: perlio
39496            ! perlio.c
39497 ____________________________________________________________________________
39498 [ 11251] By: jhi                                   on 2001/07/10  04:04:18
39499         Log: Telling the number of tests helps.
39500      Branch: perl
39501            ! ext/PerlIO/t/encoding.t
39502 ____________________________________________________________________________
39503 [ 11250] By: jhi                                   on 2001/07/10  03:55:38
39504         Log: Require I18N::Langinfo, not use.
39505      Branch: perl
39506            ! lib/open.pm
39507 ____________________________________________________________________________
39508 [ 11249] By: jhi                                   on 2001/07/10  03:50:18
39509         Log: Add a test for for PerlIO ":encoding(...)" layer.
39510      Branch: perl
39511            + ext/PerlIO/t/encoding.t
39512            ! MANIFEST ext/Encode/Encode.pm
39513 ____________________________________________________________________________
39514 [ 11248] By: jhi                                   on 2001/07/10  02:06:57
39515         Log: PerlIO ":encoding(foobar)" temporary fix.
39516              Not really correct, I think, since the change means
39517              that prefixes match.
39518      Branch: perl
39519            ! perlio.c
39520 ____________________________________________________________________________
39521 [ 11247] By: jhi                                   on 2001/07/10  01:38:11
39522         Log: Update to Math::BigInt 1.36.  The biggest news is
39523              the separation of the backend; now the pure Perl
39524              implementation is in Math::BigInt::Calc, but one
39525              can plugin, say, Math::BigInt::BitVect, and get
39526              considerable speedup.
39527      Branch: perl
39528            + lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintc.t
39529            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
39530            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
39531            ! lib/Math/BigInt/t/mbimbf.t
39532 ____________________________________________________________________________
39533 [ 11246] By: jhi                                   on 2001/07/10  01:19:55
39534         Log: Subject: Re: compatibility question
39535              From: Peter Prymmer <pvhp@forte.com>
39536              Date: Mon, 9 Jul 2001 18:04:33 -0700 (PDT)
39537              Message-ID: <Pine.OSF.4.10.10107091619360.86512-100000@aspara.forte.com>
39538      Branch: perl
39539            ! lib/ExtUtils/MM_VMS.pm
39540 ____________________________________________________________________________
39541 [ 11245] By: jhi                                   on 2001/07/10  01:18:04
39542         Log: Subject: [PATCH ext/File/Glob/t/basic.t]
39543              From: Norton Allen <allen@huarp.harvard.edu>
39544              Date: Mon, 9 Jul 2001 17:16:15 -0400 (edt)
39545              Message-Id: <200107092116.RAA12010@bottesini.harvard.edu>
39546      Branch: perl
39547            ! ext/File/Glob/t/basic.t
39548 ____________________________________________________________________________
39549 [ 11244] By: jhi                                   on 2001/07/10  01:16:27
39550         Log: Subject: [PATCH] Encode::Tcl. add "HZ" encoding and bugfix
39551              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
39552              Date: Tue, 10 Jul 2001 00:29:55 +0900
39553              Message-Id: <20010710002756.B497.BQW10602@nifty.com>
39554      Branch: perl
39555            + ext/Encode/Encode/HZ.enc
39556            ! MANIFEST ext/Encode/Encode/7bit-kana.enc
39557            ! ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
39558            ! ext/Encode/Encode/iso2022-jp.enc
39559            ! ext/Encode/Encode/iso2022-kr.enc
39560 ____________________________________________________________________________
39561 [ 11243] By: pudge                                 on 2001/07/09  22:16:12
39562         Log: Add in all them there macos/ files.
39563      Branch: maint-5.6/macperl
39564            + (add 577 files)
39565 ____________________________________________________________________________
39566 [ 11242] By: jhi                                   on 2001/07/09  20:26:04
39567         Log: Add the new modules to the list of having those own tests.
39568      Branch: perl
39569            ! t/lib/1_compile.t
39570 ____________________________________________________________________________
39571 [ 11241] By: jhi                                   on 2001/07/09  19:09:58
39572         Log: Add INOUT to control both ways at the same time.
39573      Branch: perl
39574            ! lib/open.pm
39575 ____________________________________________________________________________
39576 [ 11240] By: nick                                  on 2001/07/09  16:33:50
39577         Log: Integrate mainline
39578      Branch: perlio
39579           +> ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
39580           +> ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
39581           !> (integrate 41 files)
39582 ____________________________________________________________________________
39583 [ 11239] By: jhi                                   on 2001/07/09  16:14:35
39584         Log: More encoding mapping magic.
39585      Branch: perl
39586            ! lib/open.pm
39587 ____________________________________________________________________________
39588 [ 11238] By: jhi                                   on 2001/07/09  14:40:43
39589         Log: Update Changes.
39590      Branch: perl
39591            ! Changes patchlevel.h
39592 ____________________________________________________________________________
39593 [ 11237] By: jhi                                   on 2001/07/09  14:27:27
39594         Log: (Retracted by #11285).
39595              
39596              Subject: [PATCH] OPpCONST_OCTAL fixes
39597              From: Abhijit Menon-Sen <ams@wiw.org>
39598              Date: Mon, 9 Jul 2001 07:38:45 +0530
39599              Message-ID: <20010709073845.A25406@lustre.dyn.wiw.org>
39600      Branch: perl
39601            ! op.c
39602 ____________________________________________________________________________
39603 [ 11236] By: jhi                                   on 2001/07/09  14:10:07
39604         Log: Add a pseudolayer ":locale" to the open pragma which
39605              will get the encoding from the locale.  Yet undocumented
39606              because I can't get the PerlIO :encoding(foobar) to work.
39607      Branch: perl
39608            ! ext/Encode/Encode.pm lib/open.pm
39609 ____________________________________________________________________________
39610 [ 11235] By: jhi                                   on 2001/07/09  13:38:43
39611         Log: Add more encoding mappings.
39612      Branch: perl
39613            ! ext/Encode/Encode.pm
39614 ____________________________________________________________________________
39615 [ 11234] By: jhi                                   on 2001/07/09  13:24:54
39616         Log: Document that using :encoding layer requires using Encode.
39617      Branch: perl
39618            ! ext/Encode/Encode.pm lib/PerlIO.pm
39619 ____________________________________________________________________________
39620 [ 11233] By: jhi                                   on 2001/07/09  13:19:34
39621         Log: Netware tweak from Ananth Kesari.
39622      Branch: perl
39623            ! NetWare/netware.h
39624 ____________________________________________________________________________
39625 [ 11232] By: gsar                                  on 2001/07/09  04:40:07
39626         Log: t/harness doesn't know about run/*.t
39627      Branch: perl
39628            ! t/harness
39629 ____________________________________________________________________________
39630 [ 11231] By: gsar                                  on 2001/07/09  04:36:30
39631         Log: run/exit.t busted on windows
39632      Branch: perl
39633            ! t/run/exit.t
39634 ____________________________________________________________________________
39635 [ 11230] By: gsar                                  on 2001/07/09  04:14:54
39636         Log: fix a couple of UCD.t tests that fail due to bad case
39637      Branch: perl
39638            ! lib/Unicode/UCD.t
39639 ____________________________________________________________________________
39640 [ 11229] By: gsar                                  on 2001/07/09  03:57:06
39641         Log: test skip logic was broken
39642      Branch: perl
39643            ! ext/I18N/Langinfo/Langinfo.t
39644 ____________________________________________________________________________
39645 [ 11228] By: gsar                                  on 2001/07/09  03:42:20
39646         Log: remove *.pdb files on windows upon $(MAKE) clean (fixes
39647              failure of ExtUtils.t#27 when built in debug mode)
39648      Branch: perl
39649            ! lib/ExtUtils/MM_Win32.pm
39650 ____________________________________________________________________________
39651 [ 11227] By: gsar                                  on 2001/07/09  02:11:04
39652         Log: I18N::Langinfo is not available on windows
39653      Branch: perl
39654            ! win32/FindExt.pm
39655 ____________________________________________________________________________
39656 [ 11226] By: gsar                                  on 2001/07/09  01:55:23
39657         Log: save a dTHX
39658      Branch: perl
39659            ! ext/POSIX/POSIX.xs
39660 ____________________________________________________________________________
39661 [ 11225] By: jhi                                   on 2001/07/08  23:42:37
39662         Log: Update Changes.
39663      Branch: perl
39664            ! Changes patchlevel.h
39665 ____________________________________________________________________________
39666 [ 11224] By: jhi                                   on 2001/07/08  23:05:41
39667         Log: Guard the nl_langinfo() with HAS_NL_LANGINFO 
39668              as pointed out by Sarathy.
39669      Branch: perl
39670            ! ext/I18N/Langinfo/Langinfo.xs
39671 ____________________________________________________________________________
39672 [ 11223] By: jhi                                   on 2001/07/08  22:59:01
39673         Log: Retract #11212.
39674      Branch: perl
39675            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
39676 ____________________________________________________________________________
39677 [ 11222] By: jhi                                   on 2001/07/08  17:41:22
39678         Log: Bump up the VERSION of Cwd.xs.
39679      Branch: perl
39680            ! ext/Cwd/Makefile.PL
39681 ____________________________________________________________________________
39682 [ 11221] By: jhi                                   on 2001/07/08  17:13:38
39683         Log: Retract #11220, the problem wasn't the missing leading zero.
39684              Here's the problem:
39685              $ ./perl -we 'chmod(oct("755"), ".")'
39686              Non-octal literal mode (493) specified at -e line 1.
39687              (Did you mean 0493 instead?)
39688      Branch: perl
39689            ! lib/ExtUtils/MM_Unix.pm
39690 ____________________________________________________________________________
39691 [ 11220] By: jhi                                   on 2001/07/08  17:05:55
39692         Log: (Retracted by #11221)
39693              Change the PERM_RW and PERM_RWX to 0644 and 0755
39694              (add the leading zero).
39695      Branch: perl
39696            ! lib/ExtUtils/MM_Unix.pm
39697 ____________________________________________________________________________
39698 [ 11219] By: jhi                                   on 2001/07/08  16:17:32
39699         Log: Integrate changes #11193, 11205, 11209 from macperl.
39700              
39701              Fix up AutoLoader to fudge for Mac paths in import().
39702              
39703              Allow symbols in try_symbol() to begin with "_".
39704              
39705              Small portability fix for Mac OS.
39706      Branch: perl
39707           !> lib/AutoLoader.pm lib/Cwd.pm makedef.pl
39708 ____________________________________________________________________________
39709 [ 11218] By: jhi                                   on 2001/07/08  16:10:30
39710         Log: Metaconfig unit change for #11217.
39711      Branch: metaconfig/U/perl
39712            ! Extensions.U
39713 ____________________________________________________________________________
39714 [ 11217] By: jhi                                   on 2001/07/08  16:10:07
39715         Log: Detypo, problem noticed by Gerrit P. Haase.
39716      Branch: perl
39717            ! Configure config_h.SH
39718 ____________________________________________________________________________
39719 [ 11216] By: jhi                                   on 2001/07/08  15:58:35
39720         Log: Cwd cleanups.
39721      Branch: perl
39722            ! ext/Cwd/Cwd.xs
39723 ____________________________________________________________________________
39724 [ 11215] By: jhi                                   on 2001/07/08  15:52:57
39725         Log: Slight tweaks on #11213.
39726      Branch: perl
39727            ! toke.c
39728 ____________________________________________________________________________
39729 [ 11214] By: jhi                                   on 2001/07/08  14:32:28
39730         Log: A missing dTHX noticed by Gerrit P. Haase.
39731      Branch: perl
39732            ! ext/POSIX/POSIX.xs
39733 ____________________________________________________________________________
39734 [ 11213] By: jhi                                   on 2001/07/08  14:24:44
39735         Log: Subject: [PATCH toke.c] Simplify yytoke()
39736              From: Simon Cozens <simon@netthink.co.uk>
39737              Date: Sun, 8 Jul 2001 13:24:34 +0100
39738              Message-ID: <20010708132434.A9448@deep-dark-truthful-mirror>
39739              
39740              Split out pending_ident().
39741      Branch: perl
39742            ! embed.h embed.pl pod/perlapi.pod proto.h toke.c
39743 ____________________________________________________________________________
39744 [ 11212] By: jhi                                   on 2001/07/08  14:17:10
39745         Log: (Retracted by #11223.)
39746              Subject: [PATCH] Re: Problem with Safe.pm and Perl 5.004
39747              Date: Wed, 05 Nov 1997 17:22:34 -0600
39748              From: Graham Barr <gbarr@ti.com>
39749              Message-Id: <3460FFBA.6DA51F46@ti.com>
39750      Branch: perl
39751            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
39752 ____________________________________________________________________________
39753 [ 11211] By: jhi                                   on 2001/07/08  13:53:38
39754         Log: Fix I18N::Langinfo nits noticed but Philip Newton.
39755      Branch: perl
39756            ! ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
39757            ! pod/perllocale.pod
39758 ____________________________________________________________________________
39759 [ 11210] By: jhi                                   on 2001/07/08  01:34:09
39760         Log: Really do the test under the C locale.
39761      Branch: perl
39762            ! ext/I18N/Langinfo/Langinfo.t
39763 ____________________________________________________________________________
39764 [ 11209] By: pudge                                 on 2001/07/08  01:19:25
39765         Log: Small portability fix for Mac OS.
39766      Branch: maint-5.6/macperl
39767            ! lib/Cwd.pm
39768 ____________________________________________________________________________
39769 [ 11208] By: jhi                                   on 2001/07/08  01:14:58
39770         Log: Metaconfig unit change for #11207.
39771      Branch: metaconfig/U/perl
39772            ! Extensions.U
39773 ____________________________________________________________________________
39774 [ 11207] By: jhi                                   on 2001/07/08  01:14:02
39775         Log: Add I18N::Langinfo, which is basically a wrapper around
39776              nl_langinfo(), which is an additional way to query locale
39777              specific information.
39778      Branch: perl
39779            + ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
39780            + ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
39781            ! Configure MANIFEST pod/perl572delta.pod pod/perllocale.pod
39782 ____________________________________________________________________________
39783 [ 11206] By: pudge                                 on 2001/07/08  00:56:29
39784         Log: Bugfixes for some tests.  commonsense.t not in perl 5.6,
39785              used in File::Find tests; replace with if.t.
39786      Branch: maint-5.6/macperl
39787            ! t/lib/filefind-taint.t t/lib/filefind.t t/op/taint.t
39788            ! t/pragma/warn/op
39789 ____________________________________________________________________________
39790 [ 11205] By: pudge                                 on 2001/07/07  23:55:56
39791         Log: Allow symbols in try_symbol() to begin with "_".
39792      Branch: maint-5.6/macperl
39793            ! makedef.pl
39794 ____________________________________________________________________________
39795 [ 11204] By: pudge                                 on 2001/07/07  23:53:37
39796         Log: Sync up the File::Find changes from the rewrite by
39797              Thomas Wegner, et al.
39798      Branch: maint-5.6/macperl
39799            + t/lib/filefind-taint.t
39800            ! lib/File/Find.pm t/lib/filefind.t
39801 ____________________________________________________________________________
39802 [ 11203] By: pudge                                 on 2001/07/07  23:43:06
39803         Log: Subject: [PATCHES] :t:pod: and :lib:Pod: stuff
39804              From: Thomas Wegner <wegner_thomas@yahoo.com>
39805              Date: Thu, 5 Jul 2001 20:31:25 +0200
39806              Message-Id: <p04320400b76a0fc8dea5@[149.225.100.38]>
39807      Branch: maint-5.6/macperl
39808            ! lib/Pod/Find.pm t/pod/find.t t/pod/testp2pt.pl
39809 ____________________________________________________________________________
39810 [ 11202] By: pudge                                 on 2001/07/07  23:38:36
39811         Log: Some more test portability fixes.
39812      Branch: maint-5.6/macperl
39813            ! t/lib/filecopy.t t/pragma/warn/pp_sys
39814 ____________________________________________________________________________
39815 [ 11201] By: jhi                                   on 2001/07/07  22:52:38
39816         Log: The #11200 removed wrong (non-existent) target.  Duh.
39817      Branch: perl
39818            ! Makefile.SH
39819 ____________________________________________________________________________
39820 [ 11200] By: jhi                                   on 2001/07/07  22:44:14
39821         Log: Zap the lib/re.pm before creating it.
39822      Branch: perl
39823            ! Makefile.SH
39824 ____________________________________________________________________________
39825 [ 11199] By: pudge                                 on 2001/07/07  20:54:35
39826         Log: Another test.  Please ignore.
39827      Branch: maint-5.6/macperl
39828            ! README.macos
39829 ____________________________________________________________________________
39830 [ 11198] By: pudge                                 on 2001/07/07  20:44:12
39831         Log: Portability fixes for a lot of tests, especially IO-related
39832              tests, and warnings, and the harness script.
39833      Branch: maint-5.6/macperl
39834            ! t/harness t/io/argv.t t/io/dup.t t/io/fs.t t/io/inplace.t
39835            ! t/io/iprefix.t t/io/open.t t/io/openpid.t t/lib/filepath.t
39836            ! t/lib/findbin.t t/lib/io_dup.t t/lib/socket.t t/op/die_exit.t
39837            ! t/op/misc.t t/op/read.t t/op/readdir.t t/op/runlevel.t
39838            ! t/op/stat.t t/op/subst_wamp.t t/op/taint.t
39839            ! t/pragma/diagnostics.t t/pragma/subs.t t/pragma/warn/doio
39840            ! t/pragma/warn/mg t/pragma/warn/op t/pragma/warn/pp_sys
39841            ! t/pragma/warnings.t
39842 ____________________________________________________________________________
39843 [ 11197] By: jhi                                   on 2001/07/07  20:32:28
39844         Log: Subject: [PATCH] lib/h2xs.t (was Re: [PATCH] h2xs)
39845              From: Nicholas Clark <nick@ccl4.org>
39846              Date: Sat, 7 Jul 2001 21:00:17 +0100
39847              Message-ID: <20010707210017.H59620@plum.flirble.org>
39848      Branch: perl
39849            ! lib/h2xs.t
39850 ____________________________________________________________________________
39851 [ 11196] By: jhi                                   on 2001/07/07  20:26:36
39852         Log: The UNICOS/mk SysV IPC problem has been fixed.
39853      Branch: perl
39854            ! pod/perl572delta.pod
39855 ____________________________________________________________________________
39856 [ 11195] By: jhi                                   on 2001/07/07  19:59:51
39857         Log: Slight update tweaks on perlunicode.pod.
39858      Branch: perl
39859            ! pod/perlunicode.pod
39860 ____________________________________________________________________________
39861 [ 11194] By: jhi                                   on 2001/07/07  17:53:03
39862         Log: Subject: Doc patch DB_File.pm: use umask-friendly modes
39863              From: Mark-Jason Dominus <mjd@plover.com>
39864              Date: Sat, 07 Jul 2001 13:04:04 -0400
39865              Message-ID: <20010707170404.32694.qmail@plover.com>
39866      Branch: perl
39867            ! ext/DB_File/DB_File.pm
39868 ____________________________________________________________________________
39869 [ 11193] By: pudge                                 on 2001/07/07  17:26:28
39870         Log: Fix up AutoLoader to fudge for Mac paths in import().
39871      Branch: maint-5.6/macperl
39872            ! lib/AutoLoader.pm
39873 ____________________________________________________________________________
39874 [ 11192] By: jhi                                   on 2001/07/07  17:03:06
39875         Log: Try to force the lib/re.pm to be there before entering
39876              the extensions builds, should help for parallel makes.
39877      Branch: perl
39878            ! Makefile.SH
39879 ____________________________________________________________________________
39880 [ 11191] By: jhi                                   on 2001/07/07  15:26:16
39881         Log: Subject: Re: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
39882              From: Norton Allen <allen@huarp.harvard.edu>
39883              Date: Fri, 6 Jul 2001 12:01:14 -0400 (edt)
39884              Message-Id: <200107061601.MAA00597@bottesini.harvard.edu>
39885      Branch: perl
39886            ! ext/POSIX/POSIX.xs
39887 ____________________________________________________________________________
39888 [ 11190] By: jhi                                   on 2001/07/07  15:22:08
39889         Log: Subject: [PATCH] Re: op/arith.t
39890              From: Nicholas Clark <nick@ccl4.org>
39891              Date: Sat, 7 Jul 2001 13:04:54 +0100
39892              Message-ID: <20010707130454.D59620@plum.flirble.org>
39893      Branch: perl
39894            ! numeric.c toke.c
39895 ____________________________________________________________________________
39896 [ 11189] By: jhi                                   on 2001/07/07  15:20:44
39897         Log: Subject: [PATCH] h2xs
39898              From: Nicholas Clark <nick@ccl4.org>
39899              Date: Fri, 6 Jul 2001 23:25:14 +0100
39900              Message-ID: <20010706232514.X59620@plum.flirble.org>
39901      Branch: perl
39902            ! utils/h2xs.PL
39903 ____________________________________________________________________________
39904 [ 11188] By: jhi                                   on 2001/07/07  15:12:36
39905         Log: Subject: Re: bleedperl perl_alloc..free leakage
39906              From: Radu Greab <radu@netsoft.ro>
39907              Date: Fri, 6 Jul 2001 19:48:54 +0300
39908              Message-ID: <15173.60406.308246.456184@ix.netsoft.ro>
39909              
39910              Leak-be-gone.
39911      Branch: perl
39912            ! op.c
39913 ____________________________________________________________________________
39914 [ 11187] By: pudge                                 on 2001/07/07  02:11:36
39915         Log: Test again.  Please ignore.
39916      Branch: maint-5.6/macperl
39917            ! README.macos
39918 ____________________________________________________________________________
39919 [ 11186] By: pudge                                 on 2001/07/07  02:08:13
39920         Log: Test.  Please ignore.
39921      Branch: maint-5.6/macperl
39922            ! README.macos
39923 ____________________________________________________________________________
39924 [ 11185] By: pudge                                 on 2001/07/06  23:46:57
39925         Log: Include changes already sent in separately as patches,
39926              before branch was created.
39927      Branch: maint-5.6/macperl
39928            ! ext/File/Glob/bsd_glob.c ext/IO/lib/IO/Dir.pm gv.c
39929            ! lib/DirHandle.pm lib/File/Basename.pm lib/File/Copy.pm
39930            ! lib/File/Find.pm lib/diagnostics.pm perl.c t/base/term.t
39931            ! t/comp/cpp.t t/comp/multiline.t t/comp/script.t t/comp/term.t
39932            ! t/lib/anydbm.t t/lib/autoloader.t t/lib/dirhand.t
39933            ! t/lib/filefind.t t/lib/io_dir.t t/lib/selfloader.t
39934            ! t/op/anonsub.t t/op/closure.t t/op/defins.t t/op/die_exit.t
39935            ! t/op/exec.t t/op/goto.t t/op/misc.t t/op/pack.t t/op/regexp.t
39936            ! t/op/regexp_noamp.t t/op/split.t t/op/write.t
39937            ! t/pragma/strict.t
39938 ____________________________________________________________________________
39939 [ 11184] By: jhi                                   on 2001/07/06  16:41:30
39940         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
39941              From: Norton Allen <allen@huarp.harvard.edu>
39942              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
39943              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
39944      Branch: perl
39945            ! utf8.h
39946 ____________________________________________________________________________
39947 [ 11183] By: nick                                  on 2001/07/06  16:27:40
39948         Log: Integrate mainline
39949      Branch: perlio
39950           +> (branch 42 files)
39951            - NetWare/perlsdio.h ext/util/mkbootstrap lib/Net/DummyInetd.pm
39952            - lib/Net/PH.pm lib/Net/SNPP.pm lib/Net/t/ph.t
39953            - win32/bin/mdelete.bat
39954           !> (integrate 215 files)
39955 ____________________________________________________________________________
39956 [ 11182] By: jhi                                   on 2001/07/06  15:57:16
39957         Log: The #11166 needed also these updated.
39958      Branch: perl
39959            ! lib/warnings.pm warnings.h
39960 ____________________________________________________________________________
39961 [ 11181] By: jhi                                   on 2001/07/06  13:24:42
39962         Log: Update Changes.
39963      Branch: perl
39964            ! Changes patchlevel.h
39965 ____________________________________________________________________________
39966 [ 11180] By: jhi                                   on 2001/07/06  13:20:08
39967         Log: Regen toc.
39968      Branch: perl
39969            ! pod/perltoc.pod
39970 ____________________________________________________________________________
39971 [ 11179] By: jhi                                   on 2001/07/06  12:57:13
39972         Log: Nit from Abhijit.
39973      Branch: perl
39974            ! lib/CPAN.pm
39975 ____________________________________________________________________________
39976 [ 11178] By: jhi                                   on 2001/07/06  12:53:04
39977         Log: Retract #11172.
39978      Branch: perl
39979            ! t/op/method.t
39980 ____________________________________________________________________________
39981 [ 11177] By: jhi                                   on 2001/07/06  12:44:51
39982         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
39983              From: Norton Allen <allen@huarp.harvard.edu>
39984              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
39985              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
39986      Branch: perl
39987            ! lib/Cwd.pm
39988 ____________________________________________________________________________
39989 [ 11176] By: jhi                                   on 2001/07/06  12:42:45
39990         Log: (Accidentally empty check-in.)
39991      Branch: perl
39992            ! utf8.h
39993 ____________________________________________________________________________
39994 [ 11175] By: jhi                                   on 2001/07/06  12:29:56
39995         Log: Retract #11165 since Sarathy pointed out it'll not
39996              work properly under threads, the problem should be
39997              solved using "the savestack, either via SSNEW() or
39998              using a newSVpv()+SAVEFREESV() combo."
39999      Branch: perl
40000            ! ext/POSIX/POSIX.xs
40001 ____________________________________________________________________________
40002 [ 11174] By: jhi                                   on 2001/07/06  12:27:31
40003         Log: Retract #11125 since NI-S pointed out it'll not work in
40004              cases where the extension has their own handcrafted INC
40005              et alia.
40006      Branch: perl
40007            ! lib/ExtUtils/MM_Unix.pm
40008 ____________________________________________________________________________
40009 [ 11173] By: jhi                                   on 2001/07/06  12:20:50
40010         Log: Subject: RE: [PATCH] -I and MakeMaker again
40011              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
40012              Date: Fri, 6 Jul 2001 09:18:29 +0200
40013              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808C221@RU0022EXCH001U>
40014      Branch: perl
40015            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_VMS.pm
40016            ! lib/ExtUtils/MM_Win32.pm
40017 ____________________________________________________________________________
40018 [ 11172] By: jhi                                   on 2001/07/06  12:18:39
40019         Log: (Retracted by #11178)
40020              Subject: [PATCH t/op/method.t] SUPER:: strangeness
40021              From: Piers Cawley <pdcawley@iterative-software.com>
40022              Date: 06 Jul 2001 10:49:01 +0100
40023              Message-ID: <m2ith6xu9e.fsf@despairon.bofh.org.uk>
40024      Branch: perl
40025            ! t/op/method.t
40026 ____________________________________________________________________________
40027 [ 11171] By: jhi                                   on 2001/07/06  01:38:55
40028         Log: VOS README update from Paul Green.
40029      Branch: perl
40030            ! README.vos
40031 ____________________________________________________________________________
40032 [ 11170] By: jhi                                   on 2001/07/06  01:19:33
40033         Log: Subject: [PATCH README.qnx hints/qnx.sh]
40034              From: Norton Allen <allen@huarp.harvard.edu>
40035              Message-Id: <200107051755.NAA21422@bottesini.harvard.edu>
40036              Date: Thu, 5 Jul 2001 13:55:11 -0400 (edt)
40037      Branch: perl
40038            ! README.qnx hints/qnx.sh
40039 ____________________________________________________________________________
40040 [ 11169] By: jhi                                   on 2001/07/06  01:17:43
40041         Log: Subject: [PATCH] Doc patch for Tie::Hash
40042              From: Artur Bergman <artur@contiller.se>
40043              Date: Thu, 05 Jul 2001 22:51:18 +0200
40044              Message-ID: <B76A9FE6.1F04%artur@contiller.se>
40045      Branch: perl
40046            ! lib/Tie/Hash.pm
40047 ____________________________________________________________________________
40048 [ 11168] By: jhi                                   on 2001/07/06  01:16:27
40049         Log: Subject: [PATCH] perlfaq4.pod
40050              From: "Liney, Dave" <dave.liney@gbr.conoco.com>
40051              Message-ID: <1BB544A41666D311836C00902751FF6D01FD2D07@LONEX02>
40052              Date: Thu, 5 Jul 2001 18:44:10 +0100 
40053      Branch: perl
40054            ! pod/perlfaq4.pod
40055 ____________________________________________________________________________
40056 [ 11167] By: jhi                                   on 2001/07/06  01:14:41
40057         Log: Subject: [PATCH B::Deparse] Make warnings handling more robust
40058              From: Robin Houston <robin@kitsite.com>
40059              Date: Thu, 5 Jul 2001 18:33:21 +0100
40060              Message-ID: <20010705183321.A27345@robin.kitsite.com>
40061      Branch: perl
40062            ! ext/B/B/Deparse.pm
40063 ____________________________________________________________________________
40064 [ 11166] By: jhi                                   on 2001/07/06  01:11:50
40065         Log: (Retracted by #11285.)
40066              
40067              Subject: Re: [PATCH] mkdir() mode argument is missing initial 0
40068              From: Abhijit Menon-Sen <ams@wiw.org>
40069              Date: Fri, 6 Jul 2001 01:26:32 +0530
40070              Message-ID: <20010706012632.A28327@lustre.dyn.wiw.org>
40071      Branch: perl
40072            ! dump.c op.c op.h opcode.h opcode.pl pod/perldiag.pod pp.sym
40073            ! pp_proto.h t/lib/warnings/op t/lib/warnings/toke toke.c
40074            ! warnings.pl
40075 ____________________________________________________________________________
40076 [ 11165] By: jhi                                   on 2001/07/06  00:19:26
40077         Log: (Retracted by #11175)
40078              Subject: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
40079              From: Norton Allen <allen@huarp.harvard.edu>
40080              Message-Id: <200107051734.NAA13375@bottesini.harvard.edu>
40081              Date: Thu, 5 Jul 2001 13:34:51 -0400 (edt)
40082      Branch: perl
40083            ! ext/POSIX/POSIX.xs
40084 ____________________________________________________________________________
40085 [ 11164] By: jhi                                   on 2001/07/06  00:14:57
40086         Log: Unterminated C< (noticed by Richard Hatch), and few other
40087              small Unicode doc tweaks.
40088      Branch: perl
40089            ! pod/perlretut.pod
40090 ____________________________________________________________________________
40091 [ 11163] By: jhi                                   on 2001/07/05  19:33:34
40092         Log: More flexible argument understanding; add charblocks() and
40093              charscripts(); make charblock() and charscript() two-way;
40094              add charinrange(); separate the $Unicode::UCD::VERSION and
40095              the version of the Unicode by adding UnicodeVersion().
40096      Branch: perl
40097            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
40098 ____________________________________________________________________________
40099 [ 11162] By: jhi                                   on 2001/07/05  13:38:36
40100         Log: Update Unicode::UCD on \p{In...}.
40101      Branch: perl
40102            ! lib/Unicode/UCD.pm
40103 ____________________________________________________________________________
40104 [ 11161] By: jhi                                   on 2001/07/05  13:26:00
40105         Log: Subject: Re: [PATCH lib/ExtUtils.t] Extra Files for QNX
40106              From: Norton Allen <allen@huarp.harvard.edu>
40107              Date: Thu, 5 Jul 2001 09:57:14 -0400 (edt)
40108              Message-Id: <200107051357.JAA06285@bottesini.harvard.edu>
40109      Branch: perl
40110            ! lib/ExtUtils/MM_Unix.pm
40111 ____________________________________________________________________________
40112 [ 11160] By: jhi                                   on 2001/07/05  13:06:53
40113         Log: POSIX-BC tweaks from Thomas Dorner.
40114      Branch: perl
40115            ! hints/posix-bc.sh perlio.h
40116 ____________________________________________________________________________
40117 [ 11159] By: jhi                                   on 2001/07/05  04:17:18
40118         Log: Module updates for the delta.
40119      Branch: perl
40120            ! pod/perl572delta.pod
40121 ____________________________________________________________________________
40122 [ 11158] By: jhi                                   on 2001/07/05  03:45:19
40123         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sock.t] for QNX
40124              From: Norton Allen <allen@huarp.harvard.edu>
40125              Message-Id: <200107050259.WAA06843@bottesini.harvard.edu>
40126              Date: Wed, 4 Jul 2001 22:59:00 -0400 (edt)
40127      Branch: perl
40128            ! ext/IO/lib/IO/t/io_sock.t
40129 ____________________________________________________________________________
40130 [ 11157] By: jhi                                   on 2001/07/05  03:44:19
40131         Log: Subject: [PATCH perldiag.pod] Quick fixes
40132              From: Simon Cozens <simon@netthink.co.uk>
40133              Date: Wed, 4 Jul 2001 20:22:12 +0100
40134              Message-ID: <20010704202212.A3690@deep-dark-truthful-mirror>
40135      Branch: perl
40136            ! pod/perldiag.pod
40137 ____________________________________________________________________________
40138 [ 11156] By: jhi                                   on 2001/07/05  03:43:28
40139         Log: (retracted by #13533)
40140              
40141              Subject: [PATCH perl@11099]Re: [ID 20010704.003] Taint mode breaks global match
40142              From: Radu Greab <radu@netsoft.ro>
40143              Date: Wed, 4 Jul 2001 22:13:31 +0300
40144              Message-ID: <15171.27355.895094.128142@ix.netsoft.ro>
40145      Branch: perl
40146            ! op.c sv.c t/op/pos.t
40147 ____________________________________________________________________________
40148 [ 11155] By: jhi                                   on 2001/07/05  03:40:24
40149         Log: Subject: [PATCH] -I and MakeMaker again
40150              From: Michael G Schwern <schwern@pobox.com>
40151              Date: Wed, 4 Jul 2001 15:03:07 -0400
40152              Message-ID: <20010704150307.I20340@blackrider>
40153              
40154              (and retract #11145)
40155      Branch: perl
40156            ! ext/util/make_ext lib/ExtUtils/MM_Unix.pm
40157            ! lib/ExtUtils/MakeMaker.pm
40158 ____________________________________________________________________________
40159 [ 11154] By: jhi                                   on 2001/07/05  03:32:43
40160         Log: Subject: Re: PERFORCE change 11142 for review
40161              From: "Philip Newton" <Philip.Newton@gmx.net>
40162              Date: Wed, 4 Jul 2001 20:46:26 +0200
40163              Message-Id: <200107041841.VAA25380@taas.iki.fi>
40164      Branch: perl
40165            ! lib/ExtUtils/MakeMaker.pm
40166 ____________________________________________________________________________
40167 [ 11153] By: jhi                                   on 2001/07/05  03:29:21
40168         Log: Subject: Re: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
40169              From: Jonathan Stowe <gellyfish@gellyfish.com>
40170              Date: Mon, 2 Jul 2001 20:45:53 +0100 (BST)
40171              Message-ID: <Pine.LNX.4.33.0107022042570.8640-100000@orpheus.gellyfish.com>
40172      Branch: perl
40173            ! utils/pl2pm.PL
40174 ____________________________________________________________________________
40175 [ 11152] By: gsar                                  on 2001/07/05  00:52:57
40176         Log: fix the binary compatibility issue when building with/without
40177              usemymalloc by exporting Perl_malloc() et al as simple wrappers
40178              around the system functions (this allows most extensions built
40179              using one mode to coexist with perls built in the other mode)
40180              
40181              XXX the Perl_mfree() wrapper might need to do return(free()) on
40182              platforms where Free_t isn't "void"
40183      Branch: perl
40184            ! embed.h embed.pl makedef.pl proto.h util.c
40185 ____________________________________________________________________________
40186 [ 11151] By: gsar                                  on 2001/07/05  00:42:49
40187         Log: perl built with USE_ITHREADS can deadlock during fork() or backticks
40188              since it doesn't ensure threads other than the one calling fork()
40189              aren't holding any locks; the fix is to use pthread_atfork() to
40190              hold global locks
40191              
40192              building perl with -Dusemymalloc exacerbates the problem since
40193              Perl_malloc() holds a mutex, and perl's exec() calls New()
40194              
40195              XXX the code in win32thread.h may be needed on platforms that have
40196              no pthread_atfork()
40197      Branch: perl
40198            ! perl.c thread.h win32/win32thread.h
40199 ____________________________________________________________________________
40200 [ 11150] By: pudge                                 on 2001/07/04  20:07:54
40201         Log: Integrate #11009 from maintperl.
40202      Branch: maint-5.6/macperl
40203           !> lib/ExtUtils/Manifest.pm
40204 ____________________________________________________________________________
40205 [ 11149] By: pudge                                 on 2001/07/04  19:54:46
40206         Log: Flexing my Perforce muscles.
40207      Branch: maint-5.6/macperl
40208            ! README.macos
40209 ____________________________________________________________________________
40210 [ 11148] By: jhi                                   on 2001/07/04  17:14:51
40211         Log: Update Changes.
40212      Branch: perl
40213            ! Changes patchlevel.h
40214 ____________________________________________________________________________
40215 [ 11147] By: jhi                                   on 2001/07/04  16:41:25
40216         Log: Metaconfig unit change for #11146.
40217      Branch: metaconfig/U/perl
40218            ! d_fcntl_can_lock.U
40219 ____________________________________________________________________________
40220 [ 11146] By: jhi                                   on 2001/07/04  16:36:31
40221         Log: Somehow the #ifdefs of the added code (in #11093) made
40222              HP-UX to fail the fcntl locking test, without the ifdefs
40223              the test seems to be working again.  Reason unknown:
40224              HP-UX cc doesn't complain either way.
40225      Branch: perl
40226            ! Configure
40227 ____________________________________________________________________________
40228 [ 11145] By: jhi                                   on 2001/07/04  16:08:00
40229         Log: (Retracted by #11155) PERLRUNINST needed in some spots.
40230      Branch: perl
40231            ! lib/ExtUtils/MM_Unix.pm
40232 ____________________________________________________________________________
40233 [ 11144] By: jhi                                   on 2001/07/04  16:07:35
40234         Log: gcc -Wall nit.
40235      Branch: perl
40236            ! pp_hot.c
40237 ____________________________________________________________________________
40238 [ 11143] By: jhi                                   on 2001/07/04  15:08:26
40239         Log: When removing tests updating the test count is a good idea, too.
40240      Branch: perl
40241            ! lib/Net/t/require.t
40242 ____________________________________________________________________________
40243 [ 11142] By: jhi                                   on 2001/07/04  14:57:51
40244         Log: Document #11134 and add the new symbols to the list of
40245              of MakeMaker known ones.
40246      Branch: perl
40247            ! lib/ExtUtils/MakeMaker.pm
40248 ____________________________________________________________________________
40249 [ 11141] By: jhi                                   on 2001/07/04  14:34:11
40250         Log: Microperl update.
40251      Branch: perl
40252            ! uconfig.h
40253 ____________________________________________________________________________
40254 [ 11140] By: jhi                                   on 2001/07/04  14:32:27
40255         Log: Update the libnet tests as per #11138.
40256      Branch: perl
40257            - lib/Net/t/ph.t
40258            ! MANIFEST lib/Net/t/require.t
40259 ____________________________________________________________________________
40260 [ 11139] By: jhi                                   on 2001/07/04  14:14:33
40261         Log: Regen toc and modlib.
40262      Branch: perl
40263            ! pod/perlmodlib.pod pod/perltoc.pod
40264 ____________________________________________________________________________
40265 [ 11138] By: jhi                                   on 2001/07/04  14:10:38
40266         Log: Remove DummyInetd, PH, and SNPP from the libnet, as per
40267              Graham's request.
40268      Branch: perl
40269            - lib/Net/DummyInetd.pm lib/Net/PH.pm lib/Net/SNPP.pm
40270            ! MANIFEST
40271 ____________________________________________________________________________
40272 [ 11137] By: jhi                                   on 2001/07/04  14:06:35
40273         Log: Add the OS/390 harness results to the delta.
40274      Branch: perl
40275            ! pod/perl572delta.pod
40276 ____________________________________________________________________________
40277 [ 11136] By: jhi                                   on 2001/07/04  13:59:01
40278         Log: Avoid the two study tests in OS/390 until the bug has been solved.
40279      Branch: perl
40280            ! t/op/study.t
40281 ____________________________________________________________________________
40282 [ 11135] By: jhi                                   on 2001/07/04  13:49:08
40283         Log: DOS/DJGPP tweaks from Laszlo Molnar.
40284      Branch: perl
40285            ! AUTHORS djgpp/djgppsed.sh hints/dos_djgpp.sh t/op/write.t
40286 ____________________________________________________________________________
40287 [ 11134] By: jhi                                   on 2001/07/04  13:47:46
40288         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm and others] Fixing extra -I's with PERL_CORE
40289              From: Michael G Schwern <schwern@pobox.com>
40290              Date: Wed, 4 Jul 2001 00:01:16 -0400
40291              Message-ID: <20010704000116.C591@blackrider>
40292      Branch: perl
40293            ! ext/util/make_ext lib/ExtUtils.t lib/ExtUtils/MM_Unix.pm
40294 ____________________________________________________________________________
40295 [ 11133] By: jhi                                   on 2001/07/04  01:55:20
40296         Log: The #11132 missed singleton characters (not part
40297              of a unilo..unihi range) in Unicode scripts.
40298      Branch: perl
40299            ! lib/unicode/In/0.pl lib/unicode/In/1.pl lib/unicode/In/10.pl
40300            ! lib/unicode/In/11.pl lib/unicode/In/12.pl lib/unicode/In/13.pl
40301            ! lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
40302            ! lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/20.pl
40303            ! lib/unicode/In/21.pl lib/unicode/In/24.pl lib/unicode/In/29.pl
40304            ! lib/unicode/In/3.pl lib/unicode/In/30.pl lib/unicode/In/34.pl
40305            ! lib/unicode/In/35.pl lib/unicode/In/37.pl lib/unicode/In/39.pl
40306            ! lib/unicode/In/4.pl lib/unicode/In/5.pl lib/unicode/In/6.pl
40307            ! lib/unicode/In/8.pl lib/unicode/In/9.pl lib/unicode/Scripts.pl
40308            ! lib/unicode/mktables.PL t/op/pat.t
40309 ____________________________________________________________________________
40310 [ 11132] By: jhi                                   on 2001/07/04  01:32:11
40311         Log: Support preferentially the Unicode 'scripts' definition
40312              in the \p{In...} notation since according to Unicode the
40313              scripts concept is more natural for matching than using
40314              the somewhat artificial block names.  The block names are
40315              still available, though, and if there's a name conflict,
40316              the scripts one wins and the blocks one has to do with
40317              'Block' appended to its name.  For more information see
40318              
40319              http://www.unicode.org/unicode/reports/tr24/
40320      Branch: perl
40321            + lib/unicode/In/100.pl lib/unicode/In/101.pl
40322            + lib/unicode/In/102.pl lib/unicode/In/103.pl
40323            + lib/unicode/In/104.pl lib/unicode/In/105.pl
40324            + lib/unicode/In/106.pl lib/unicode/In/107.pl
40325            + lib/unicode/In/108.pl lib/unicode/In/109.pl
40326            + lib/unicode/In/110.pl lib/unicode/In/111.pl
40327            + lib/unicode/In/112.pl lib/unicode/In/113.pl
40328            + lib/unicode/In/114.pl lib/unicode/In/115.pl
40329            + lib/unicode/In/116.pl lib/unicode/In/117.pl
40330            + lib/unicode/In/118.pl lib/unicode/In/119.pl
40331            + lib/unicode/In/120.pl lib/unicode/In/121.pl
40332            + lib/unicode/In/122.pl lib/unicode/In/123.pl
40333            + lib/unicode/In/124.pl lib/unicode/In/125.pl
40334            + lib/unicode/In/126.pl lib/unicode/In/127.pl
40335            + lib/unicode/In/128.pl lib/unicode/In/129.pl
40336            + lib/unicode/In/130.pl lib/unicode/In/131.pl
40337            + lib/unicode/In/132.pl lib/unicode/In/133.pl
40338            + lib/unicode/In/134.pl lib/unicode/In/135.pl
40339            + lib/unicode/In/96.pl lib/unicode/In/97.pl lib/unicode/In/98.pl
40340            + lib/unicode/In/99.pl lib/unicode/Scripts.pl
40341            ! (edit 106 files)
40342 ____________________________________________________________________________
40343 [ 11131] By: jhi                                   on 2001/07/03  23:02:02
40344         Log: Better document the difference between a block and a script.
40345      Branch: perl
40346            ! lib/Unicode/UCD.pm
40347 ____________________________________________________________________________
40348 [ 11130] By: jhi                                   on 2001/07/03  22:49:15
40349         Log: Subject: [ perl 5.6.1 ] CPAN.pm doc patch
40350              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
40351              Date: Tue, 3 Jul 2001 15:04:23 -0500
40352              Message-ID: <20010703150423.C9787@chaos.wustl.edu>
40353      Branch: perl
40354            ! lib/CPAN.pm
40355 ____________________________________________________________________________
40356 [ 11129] By: jhi                                   on 2001/07/03  22:45:41
40357         Log: Add tests for charscript().
40358      Branch: perl
40359            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
40360 ____________________________________________________________________________
40361 [ 11128] By: jhi                                   on 2001/07/03  20:41:54
40362         Log: Add charscript() to get the UTR#24 script names of characters.
40363      Branch: perl
40364            ! lib/Unicode/UCD.pm
40365 ____________________________________________________________________________
40366 [ 11127] By: jhi                                   on 2001/07/03  19:53:29
40367         Log: Todo updates.
40368      Branch: perl
40369            ! pod/perltodo.pod
40370 ____________________________________________________________________________
40371 [ 11126] By: jhi                                   on 2001/07/03  19:45:30
40372         Log: Unicode::UCD updates.
40373      Branch: perl
40374            ! lib/Unicode/UCD.pm
40375 ____________________________________________________________________________
40376 [ 11125] By: jhi                                   on 2001/07/03  16:12:20
40377         Log: (Retracted by #11174)
40378              Subject: MakeMaker should pass through DEFINE and INC to subdirs
40379              From: Alan Burlison <Alan.Burlison@sun.com>
40380              Date: Tue, 03 Jul 2001 15:20:13 +0100
40381              Message-ID: <3B41D49D.A923D4F9@sun.com>
40382      Branch: perl
40383            ! lib/ExtUtils/MM_Unix.pm
40384 ____________________________________________________________________________
40385 [ 11124] By: jhi                                   on 2001/07/03  16:06:53
40386         Log: Subject: Patch needed for UTS
40387              From: hom00@utsglobal.com (Hal Morris)
40388              Date: Tue, 3 Jul 2001 09:38:22 -0700 (PDT)
40389              Message-Id: <200107031638.JAA11998@cepheus.utsglobal.com>
40390              
40391              Replace #11113 with a better version.
40392      Branch: perl
40393            ! perl.h
40394 ____________________________________________________________________________
40395 [ 11123] By: jhi                                   on 2001/07/03  16:04:49
40396         Log: Subject: Re: POINTERRIGOR
40397              From: Andy Dougherty <doughera@lafayette.edu>
40398              Date: Tue, 3 Jul 2001 11:49:28 -0400 (EDT)
40399              Message-ID: <Pine.SOL.4.10.10107031040030.1982-100000@maxwell.phys.lafayette.edu>
40400      Branch: perl
40401            ! util.c
40402 ____________________________________________________________________________
40403 [ 11122] By: jhi                                   on 2001/07/03  16:03:31
40404         Log: Subject: Re: [PATCH @11016] Fixes compile errors in four files
40405              From: "Philip Newton" <pnewton@gmx.de>
40406              Date: Tue, 3 Jul 2001 17:03:34 +0200
40407              Message-ID: <3B41FAE6.29564.660E117@localhost>
40408      Branch: perl
40409            ! pp_hot.c
40410 ____________________________________________________________________________
40411 [ 11121] By: jhi                                   on 2001/07/03  13:26:08
40412         Log: Typos.
40413      Branch: perl
40414            ! INSTALL
40415 ____________________________________________________________________________
40416 [ 11120] By: jhi                                   on 2001/07/03  11:34:47
40417         Log: Subject: [PATCH 5.6.1] debugger fixes
40418              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40419              Date: Tue, 3 Jul 2001 03:38:18 -0400
40420              Message-ID: <20010703033818.A16788@math.ohio-state.edu>
40421              
40422              The $^S is working again.
40423      Branch: perl
40424            ! lib/perl5db.pl
40425 ____________________________________________________________________________
40426 [ 11119] By: jhi                                   on 2001/07/03  11:33:27
40427         Log: Subject: Re: [PATCH 5.6.1] OS/2 improvements
40428              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40429              Date: Tue, 3 Jul 2001 03:34:06 -0400
40430              Message-ID: <20010703033406.A16776@math.ohio-state.edu>
40431      Branch: perl
40432            ! os2/OS2/Process/Process.pm
40433 ____________________________________________________________________________
40434 [ 11118] By: jhi                                   on 2001/07/03  11:29:54
40435         Log: Subject: [PATCH bleadperl] Bad lishp in change 11084
40436              From: "Philip Newton" <Philip.Newton@gmx.net>
40437              Date: Tue, 3 Jul 2001 09:11:27 +0200
40438              Message-Id: <200107030706.KAA04596@taas.iki.fi>
40439      Branch: perl
40440            ! lib/FindBin.pm
40441 ____________________________________________________________________________
40442 [ 11117] By: jhi                                   on 2001/07/03  11:25:14
40443         Log: Delta delta.
40444      Branch: perl
40445            ! pod/perl572delta.pod
40446 ____________________________________________________________________________
40447 [ 11116] By: jhi                                   on 2001/07/02  23:06:50
40448         Log: Metaconfig unit change for 11115.
40449      Branch: metaconfig
40450            ! U/modified/libc.U
40451 ____________________________________________________________________________
40452 [ 11115] By: jhi                                   on 2001/07/02  23:06:27
40453         Log: Whitespace allowed at the ends of /lib/syscalls.exp lines
40454              (from Richard Hatch) (this was the cause of pipes() and
40455              times() mysteriously not being found)
40456      Branch: perl
40457            ! Configure
40458 ____________________________________________________________________________
40459 [ 11114] By: jhi                                   on 2001/07/02  22:58:41
40460         Log: Retract #10142, the real culprit found by Richard Hatch,
40461              coming soon to Configure near you.
40462      Branch: perl
40463            ! hints/aix.sh
40464 ____________________________________________________________________________
40465 [ 11113] By: jhi                                   on 2001/07/02  22:56:09
40466         Log: (Replaced by #11124) UTS workaround from Hal Morris.
40467      Branch: perl
40468            ! perl.h
40469 ____________________________________________________________________________
40470 [ 11112] By: jhi                                   on 2001/07/02  22:53:29
40471         Log: Subject: [PATCH] grok not grocking correctly
40472              From: Nicholas Clark <nick@ccl4.org>
40473              Date: Tue, 3 Jul 2001 00:19:08 +0100
40474              Message-ID: <20010703001908.H59620@plum.flirble.org>
40475      Branch: perl
40476            ! numeric.c
40477 ____________________________________________________________________________
40478 [ 11111] By: jhi                                   on 2001/07/02  22:48:42
40479         Log: Subject: [PATCH Deparse.t] test just-posted patches
40480              From: Robin Houston <robin@kitsite.com>
40481              Date: Mon, 2 Jul 2001 23:46:15 +0100
40482              Message-Id: <E15HCUN-0000Rh-00.2001-07-02-23-48-19@mail18.svr.pol.co.uk>
40483      Branch: perl
40484            ! ext/B/Deparse.t
40485 ____________________________________________________________________________
40486 [ 11110] By: jhi                                   on 2001/07/02  22:27:10
40487         Log: Subject: [PATCH toke.c] autosplit into @F
40488              From: Robin Houston <robin@kitsite.com>
40489              Date: Mon, 2 Jul 2001 23:18:20 +0100
40490              Message-Id: <E15HC3M-0007jL-00.2001-07-02-23-20-24@mail18.svr.pol.co.uk>
40491      Branch: perl
40492            ! perl.c toke.c
40493 ____________________________________________________________________________
40494 [ 11109] By: jhi                                   on 2001/07/02  22:25:03
40495         Log: Subject: [PATCH B::Deparse] hash key auto-quoting
40496              From: Robin Houston <robin@kitsite.com>
40497              Date: Mon, 2 Jul 2001 23:00:48 +0100
40498              Message-Id: <E15HBmR-0006mc-00.2001-07-02-23-02-55@mail18.svr.pol.co.uk>
40499      Branch: perl
40500            ! ext/B/B/Deparse.pm
40501 ____________________________________________________________________________
40502 [ 11108] By: jhi                                   on 2001/07/02  19:21:18
40503         Log: Subject: Re: [PATCH perlsnap] '-' !~ /\w/
40504              From: "Philip Newton" <Philip.Newton@gmx.net>
40505              Date: Mon, 2 Jul 2001 22:06:22 +0200
40506              (no Message-Id)
40507      Branch: perl
40508            ! ext/NDBM_File/hints/linux.pl
40509 ____________________________________________________________________________
40510 [ 11107] By: jhi                                   on 2001/07/02  19:19:25
40511         Log: Subject: Re: Fixed pack problem - sort of
40512              From: Nicholas Clark <nick@ccl4.org>
40513              Date: Mon, 2 Jul 2001 20:59:20 +0100
40514              Message-ID: <20010702205919.F59620@plum.flirble.org>
40515      Branch: perl
40516            ! pp_pack.c t/op/pack.t
40517 ____________________________________________________________________________
40518 [ 11106] By: jhi                                   on 2001/07/02  19:18:28
40519         Log: Subject: Re: [PATCH 5.6.1] OS/2 cwd
40520              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40521              Date: Mon, 2 Jul 2001 15:45:41 -0400
40522              Message-ID: <20010702154541.B24295@math.ohio-state.edu>
40523      Branch: perl
40524            ! os2/os2.c
40525 ____________________________________________________________________________
40526 [ 11105] By: jhi                                   on 2001/07/02  19:17:27
40527         Log: (Mistaken retraction)
40528      Branch: perl
40529            ! utils/pl2pm.PL
40530 ____________________________________________________________________________
40531 [ 11104] By: jhi                                   on 2001/07/02  18:56:15
40532         Log: Detypo in #11103.
40533      Branch: perl
40534            ! utils/pl2pm.PL
40535 ____________________________________________________________________________
40536 [ 11103] By: jhi                                   on 2001/07/02  18:54:53
40537         Log: Subject: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
40538              From: Jonathan Stowe <gellyfish@gellyfish.com>
40539              Date: Mon, 2 Jul 2001 19:17:21 +0100 (BST)
40540              Message-ID: <Pine.LNX.4.33.0107021904530.7401-100000@orpheus.gellyfish.com>
40541      Branch: perl
40542            ! utils/pl2pm.PL
40543 ____________________________________________________________________________
40544 [ 11102] By: jhi                                   on 2001/07/02  18:16:09
40545         Log: Subject: [PATCH perl@11059] UCD.pm: if at first you don't succeed, croak?
40546              From: "Craig A. Berry" <craigberry@mac.com>
40547              Date: Mon, 02 Jul 2001 14:11:23 -0500
40548              Message-Id: <5.1.0.14.0.20010702140058.01b6c9c0@exchi01>
40549      Branch: perl
40550            ! lib/Unicode/UCD.pm
40551 ____________________________________________________________________________
40552 [ 11101] By: jhi                                   on 2001/07/02  18:14:51
40553         Log: Subject: [PATCH] Re: op/numconvert.t failures
40554              From: Nicholas Clark <nick@ccl4.org>
40555              Date: Mon, 2 Jul 2001 20:10:48 +0100
40556              Message-ID: <20010702201048.E59620@plum.flirble.org>
40557      Branch: perl
40558            ! t/op/numconvert.t
40559 ____________________________________________________________________________
40560 [ 11100] By: jhi                                   on 2001/07/02  17:51:44
40561         Log: Update Changes.
40562      Branch: perl
40563            ! Changes patchlevel.h
40564 ____________________________________________________________________________
40565 [ 11099] By: jhi                                   on 2001/07/02  17:46:31
40566         Log: Retract #11055, didn't help much (2736 bytes vs 2725 bytes leaked).
40567              The real fix must be more involved.  The line of code all the leaky
40568              call stacks seem to go through is op.c:2949, the PmopSTASH_set()
40569              line of Perl_newPMOP().
40570      Branch: perl
40571            ! op.h
40572 ____________________________________________________________________________
40573 [ 11098] By: jhi                                   on 2001/07/02  17:37:44
40574         Log: Based on
40575              
40576              Subject: Re: sizeof(struct sembuf)
40577              From: Nicholas Clark <nick@ccl4.org>
40578              Date: Sun, 1 Jul 2001 22:26:48 +0100
40579              Message-ID: <20010701222648.W59620@plum.flirble.org>
40580              
40581              but do semop() always the slow way.
40582      Branch: perl
40583            ! doio.c
40584 ____________________________________________________________________________
40585 [ 11097] By: jhi                                   on 2001/07/02  17:22:14
40586         Log: Subject: [PATCH] Encode/Tcl.t, for esc-seq encodings
40587              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
40588              Date: Tue, 03 Jul 2001 00:56:30 +0900
40589              Message-Id: <20010703005600.2225.BQW10602@nifty.com>
40590      Branch: perl
40591            ! ext/Encode/Encode/Tcl.t
40592 ____________________________________________________________________________
40593 [ 11096] By: jhi                                   on 2001/07/02  17:11:24
40594         Log: Subject: [PATCH] Encode/Tcl.pm, continuous sequences
40595              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
40596              Date: Tue, 03 Jul 2001 00:55:46 +0900
40597              Message-Id: <20010703005516.2222.BQW10602@nifty.com>
40598      Branch: perl
40599            ! ext/Encode/Encode/Tcl.pm
40600 ____________________________________________________________________________
40601 [ 11095] By: jhi                                   on 2001/07/02  17:07:14
40602         Log: Regen api and toc.
40603      Branch: perl
40604            ! pod/perlapi.pod pod/perltoc.pod
40605 ____________________________________________________________________________
40606 [ 11094] By: jhi                                   on 2001/07/02  16:29:42
40607         Log: Metaconfig unit change for #11093.
40608      Branch: metaconfig/U/perl
40609            ! d_fcntl_can_lock.U
40610 ____________________________________________________________________________
40611 [ 11093] By: jhi                                   on 2001/07/02  16:28:56
40612         Log: The fcntl locking test may hang if NFS locking messed up;
40613              break out with alarm(10).
40614      Branch: perl
40615            ! Configure
40616 ____________________________________________________________________________
40617 [ 11092] By: jhi                                   on 2001/07/02  14:11:31
40618         Log: Move the mdelete.bat from win32/bin to win32.
40619      Branch: perl
40620            ! MANIFEST
40621 ____________________________________________________________________________
40622 [ 11091] By: jhi                                   on 2001/07/02  14:10:01
40623         Log: Typo in #11083.
40624      Branch: perl
40625            ! ext/Time/Piece/Piece.t
40626 ____________________________________________________________________________
40627 [ 11090] By: jhi                                   on 2001/07/02  13:36:58
40628         Log: Netware tweaks from Guruprasad.
40629      Branch: perl
40630            - NetWare/perlsdio.h
40631            ! MANIFEST NetWare/Makefile NetWare/interface.c
40632            ! NetWare/interface.h NetWare/iperlhost.h NetWare/nwtinfo.h
40633            ! perlsdio.h
40634 ____________________________________________________________________________
40635 [ 11089] By: jhi                                   on 2001/07/02  13:25:40
40636         Log: Subject: Re: [PATH] shared -> unique;
40637              From: Abhijit Menon-Sen <ams@wiw.org>
40638              Date: Wed, 27 Jun 2001 03:51:27 +0530
40639              Message-ID: <20010627035127.A17623@lustre.lustre.dyn.wiw.org>
40640      Branch: perl
40641            ! dump.c gv.c gv.h op.c pp_sys.c sv.c toke.c xsutils.c
40642 ____________________________________________________________________________
40643 [ 11088] By: jhi                                   on 2001/07/02  13:24:27
40644         Log: Subject: Re: AIX / gcc-3.0
40645              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
40646              Date: Mon, 02 Jul 2001 15:20:21 +0200
40647              Message-Id: <20010702151904.49BB.H.M.BRAND@hccnet.nl>
40648      Branch: perl
40649            ! hints/aix.sh
40650 ____________________________________________________________________________
40651 [ 11087] By: jhi                                   on 2001/07/02  13:23:21
40652         Log: Subject: Re: Bug report: split splits on wrong pattern
40653              From: Abhijit Menon-Sen <ams@wiw.org>
40654              Message-ID: <20010702163133.A23186@lustre.dyn.wiw.org>
40655              Date: Mon, 2 Jul 2001 16:31:33 +0530
40656      Branch: perl
40657            ! pp_ctl.c
40658 ____________________________________________________________________________
40659 [ 11086] By: jhi                                   on 2001/07/02  13:22:30
40660         Log: Subject: [PATCH 5.6.1] test harness
40661              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40662              Date: Mon, 2 Jul 2001 06:29:21 -0400
40663              Message-ID: <20010702062921.A1810@math.ohio-state.edu>
40664      Branch: perl
40665            ! lib/Test/Harness.pm
40666 ____________________________________________________________________________
40667 [ 11085] By: jhi                                   on 2001/07/02  13:21:39
40668         Log: Subject: [PATCH 5.6.1] debugger goof
40669              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40670              Date: Mon, 2 Jul 2001 06:27:22 -0400
40671              Message-ID: <20010702062722.A1746@math.ohio-state.edu>
40672      Branch: perl
40673            ! lib/perl5db.pl
40674 ____________________________________________________________________________
40675 [ 11084] By: jhi                                   on 2001/07/02  13:20:50
40676         Log: Subject: [PATCH 5.6.1] OS/2 cwd
40677              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40678              Date: Mon, 2 Jul 2001 06:21:17 -0400
40679              Message-ID: <20010702062117.A1401@math.ohio-state.edu>
40680      Branch: perl
40681            ! lib/Cwd.pm lib/File/Find/taint.t lib/FindBin.pm os2/os2.c
40682 ____________________________________________________________________________
40683 [ 11083] By: jhi                                   on 2001/07/02  13:19:18
40684         Log: Make #11082 more OS/2-specific.
40685      Branch: perl
40686            ! ext/Time/Piece/Piece.t
40687 ____________________________________________________________________________
40688 [ 11082] By: jhi                                   on 2001/07/02  13:14:36
40689         Log: Subject: [PATCH 5.6.1] OS/2 gmtime()
40690              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40691              Date: Mon, 2 Jul 2001 06:06:34 -0400
40692              Message-ID: <20010702060634.A1356@math.ohio-state.edu>
40693      Branch: perl
40694            ! ext/Time/Piece/Piece.t
40695 ____________________________________________________________________________
40696 [ 11081] By: jhi                                   on 2001/07/02  13:13:08
40697         Log: Subject: [PATCH B::Deparse] version number & changes
40698              From: Robin Houston <robin@kitsite.com>  
40699              Date: Sun, 1 Jul 2001 17:17:29 +0100
40700              Message-ID: <20010701171729.A30678@puffinry.freeserve.co.uk>
40701      Branch: perl
40702            ! ext/B/B/Deparse.pm
40703 ____________________________________________________________________________
40704 [ 11080] By: jhi                                   on 2001/07/02  13:11:48
40705         Log: Subject: a small fix.
40706              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
40707              Date: Mon, 2 Jul 2001 12:17:53 +0200
40708              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B35@RU0022EXCH001U>
40709      Branch: perl
40710            ! ext/Thread/Thread.xs
40711 ____________________________________________________________________________
40712 [ 11079] By: jhi                                   on 2001/07/02  13:10:39
40713         Log: Subject: RE: perl@10907
40714              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
40715              Date: Mon, 2 Jul 2001 12:06:16 +0200
40716              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B2C@RU0022EXCH001U>
40717              
40718              Borland C vs PerlIO.
40719      Branch: perl
40720            ! win32/config.bc win32/config_H.bc
40721 ____________________________________________________________________________
40722 [ 11078] By: jhi                                   on 2001/07/02  13:03:44
40723         Log: Subject: [PATCH] Report /pro/3gl/CPAN/perl-5.7.1
40724              From: "H.M. Brand" <merijn@l1.procura.nl>
40725              Date: Mon, 02 Jul 2001 11:18:57 +0200
40726              Message-Id: <20010702100811.4999.MERIJN@l1.procura.nl>
40727      Branch: perl
40728            ! t/op/write.t
40729 ____________________________________________________________________________
40730 [ 11077] By: jhi                                   on 2001/07/02  12:58:27
40731         Log: Subject: [PATCH] Deleting ext/util/mkbootstrap
40732              From: Michael G Schwern <schwern@pobox.com>
40733              Date: Mon, 2 Jul 2001 00:26:24 -0400
40734              Message-ID: <20010702002624.A18302@blackrider>
40735      Branch: perl
40736            - ext/util/mkbootstrap
40737 ____________________________________________________________________________
40738 [ 11076] By: jhi                                   on 2001/07/02  12:56:20
40739         Log: Subject: [PATCH op.h] v minor comment tweak
40740              From: Robin Houston <robin@puffinry.freeserve.co.uk>
40741              Date: Mon, 2 Jul 2001 00:42:01 +0100
40742              Message-Id: <E15GqxK-0006WZ-00.2001-07-02-00-48-46@mail18.svr.pol.co.uk>
40743      Branch: perl
40744            ! op.h
40745 ____________________________________________________________________________
40746 [ 11075] By: jhi                                   on 2001/07/02  12:53:48
40747         Log: SysV IPC semops use native shorts, not forced-to-16-bit-shorts.
40748      Branch: perl
40749            ! pod/perlfunc.pod
40750 ____________________________________________________________________________
40751 [ 11074] By: jhi                                   on 2001/07/02  12:52:28
40752         Log: Subject: Re: sizeof(struct sembuf)
40753              From: Nicholas Clark <nick@ccl4.org>
40754              Date: Sun, 1 Jul 2001 19:23:16 +0100
40755              Message-ID: <20010701192316.V59620@plum.flirble.org>
40756              
40757              s/signaling/signalling/
40758      Branch: perl
40759            ! pod/perlfunc.pod
40760 ____________________________________________________________________________
40761 [ 11073] By: jhi                                   on 2001/07/02  12:49:51
40762         Log: Subject: [PATCH perlsnap] Suggestion for mnemonic for $^N
40763              From: "Philip Newton" <Philip.Newton@gmx.net>
40764              Date: Sun, 1 Jul 2001 09:37:56 +0200
40765              Message-Id: <200107010733.KAA03920@taas.iki.fi>
40766      Branch: perl
40767            ! pod/perlvar.pod
40768 ____________________________________________________________________________
40769 [ 11072] By: jhi                                   on 2001/07/02  12:48:03
40770         Log: Subject: [PATCH perlsnap] /^qnx|nto$/ --> /^(?:qnx|nto)$/
40771              From: "Philip Newton" <Philip.Newton@gmx.net>
40772              Date: Sun, 1 Jul 2001 09:37:56 +0200
40773              Message-Id: <200107010733.KAA03925@taas.iki.fi>
40774      Branch: perl
40775            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
40776 ____________________________________________________________________________
40777 [ 11071] By: jhi                                   on 2001/07/02  12:45:12
40778         Log: Metaconfig unit change for #11070.
40779      Branch: metaconfig
40780            ! U/compline/randfunc.U
40781 ____________________________________________________________________________
40782 [ 11070] By: jhi                                   on 2001/07/02  12:43:58
40783         Log: Subject: [PATCH perlsnap] its --> it's --> its
40784              From: "Philip Newton" <Philip.Newton@gmx.net>
40785              Date: Sun, 1 Jul 2001 09:37:56 +0200
40786              Message-Id: <200107010733.KAA03914@taas.iki.fi>
40787      Branch: perl
40788            ! Porting/config_H
40789 ____________________________________________________________________________
40790 [ 11069] By: jhi                                   on 2001/07/02  12:01:52
40791         Log: Sync with Sarathy; integrate with perlio.
40792      Branch: perl
40793           !> gv.c
40794 ____________________________________________________________________________
40795 [ 11068] By: gsar                                  on 2001/07/02  08:07:54
40796         Log: regenerate win32/config_H.?c files
40797      Branch: perl
40798            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
40799 ____________________________________________________________________________
40800 [ 11067] By: gsar                                  on 2001/07/02  08:03:55
40801         Log: rename s/sv_getcwd/getcwd_sv/ for better conformance to existing
40802              naming discipline
40803              
40804              win32 fix: enable getcwd_sv() to work on windows (POSIX.t was failing
40805              because of this)
40806              
40807              fix a warning about "fd" being used without being set in Cwd.xs
40808      Branch: perl
40809            ! embed.h embed.pl ext/Cwd/Cwd.xs ext/POSIX/POSIX.t
40810            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
40811            ! pod/perlapi.pod proto.h util.c win32/config.bc win32/config.gc
40812            ! win32/config.vc
40813 ____________________________________________________________________________
40814 [ 11066] By: gsar                                  on 2001/07/02  07:12:10
40815         Log: win32 fixes: fix various syntax errors ("no preprocessor directives
40816              within macro arguments") and warnings ("unary minus applied to
40817              unsigned type", among others)
40818      Branch: perl
40819            ! gv.c hv.c op.c pp.c sv.c toke.c
40820 ____________________________________________________________________________
40821 [ 11065] By: gsar                                  on 2001/07/02  06:26:22
40822         Log: win32 fixes: more spurious CRs
40823      Branch: perl
40824            ! win32/mdelete.bat
40825 ____________________________________________________________________________
40826 [ 11064] By: gsar                                  on 2001/07/02  06:25:22
40827         Log: win32 tweaks: remove extra CRs from makefile.mk; move mdelete.bat
40828              from win32/bin (or it gets deleted by distclean); don't delete
40829              lib/Cwd.pm during distclean; mdelete.bat doesn't work properly on
40830              NT (should be made Win9x specific, and added to makefile.mk)
40831      Branch: perl
40832           +> win32/mdelete.bat
40833            - win32/bin/mdelete.bat
40834            ! win32/Makefile win32/makefile.mk
40835 ____________________________________________________________________________
40836 [ 11063] By: nick                                  on 2001/07/01  18:54:09
40837         Log: Quick for for #ifdef mess
40838      Branch: perlio
40839            ! gv.c
40840 ____________________________________________________________________________
40841 [ 11062] By: nick                                  on 2001/07/01  18:47:42
40842         Log: Raw integrate - does not build #if mess in gv.c
40843      Branch: perlio
40844           !> (integrate 29 files)
40845 ____________________________________________________________________________
40846 [ 11061] By: jhi                                   on 2001/07/01  15:20:38
40847         Log: Make 'compile' target a little less broken.
40848              Still very broken, though: -Wall warnings from
40849              the generated code, boot_Foo prototypes missing,
40850              can't autoload Fcntl::SEEK_CUR et alia, ...
40851      Branch: perl
40852            ! ext/B/B/C.pm pod/Makefile.SH t/TEST utils/Makefile
40853            ! utils/perlcc.PL x2p/Makefile.SH
40854 ____________________________________________________________________________
40855 [ 11060] By: jhi                                   on 2001/07/01  14:04:20
40856         Log: Upgrade to Storable 1.0.12, from Raphael Manfredi.
40857      Branch: perl
40858            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
40859            ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
40860 ____________________________________________________________________________
40861 [ 11059] By: jhi                                   on 2001/07/01  05:02:59
40862         Log: Update Changes.
40863      Branch: perl
40864            ! Changes patchlevel.h
40865 ____________________________________________________________________________
40866 [ 11058] By: jhi                                   on 2001/07/01  04:57:05
40867         Log: Still one typo, regen toc.
40868      Branch: perl
40869            ! lib/Unicode/UCD.pm pod/perltoc.pod
40870 ____________________________________________________________________________
40871 [ 11057] By: jhi                                   on 2001/07/01  04:54:35
40872         Log: Detypos and regen toc.
40873      Branch: perl
40874            ! README.os2 lib/Unicode/UCD.pm pod/perltoc.pod
40875 ____________________________________________________________________________
40876 [ 11056] By: jhi                                   on 2001/07/01  04:26:08
40877         Log: VERSION tweak.
40878      Branch: perl
40879            ! ext/List/Util/lib/List/Util.pm
40880 ____________________________________________________________________________
40881 [ 11055] By: jhi                                   on 2001/06/30  22:18:37
40882         Log: Attempt at plugging the leak under ithreads detected by Doug.
40883      Branch: perl
40884            ! op.h
40885 ____________________________________________________________________________
40886 [ 11054] By: jhi                                   on 2001/06/30  21:33:29
40887         Log: gcc -Wall lint after #11051.
40888      Branch: perl
40889            ! pp_sys.c
40890 ____________________________________________________________________________
40891 [ 11053] By: jhi                                   on 2001/06/30  21:13:55
40892         Log: Integrate perlio.
40893      Branch: perl
40894           !> lib/File/Find/taint.t
40895 ____________________________________________________________________________
40896 [ 11052] By: jhi                                   on 2001/06/30  21:07:38
40897         Log: Don't use the v-strings for module VERSIONs.
40898      Branch: perl
40899            ! lib/Unicode/UCD.pm
40900 ____________________________________________________________________________
40901 [ 11051] By: jhi                                   on 2001/06/30  20:59:57
40902         Log: Code cleanup based on turning off the -woffs in IRIX.
40903              Not all of the gripes cleaned up (hairy code in hv.c and
40904              regcomp.c; unused newsp, gimme, and optype from cop.h macros;
40905              unused 'key' arguments in ?DBM_File.xs) (and the -woffs left
40906              to the IRIX hints)
40907      Branch: perl
40908            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs
40909            ! ext/IPC/SysV/SysV.xs ext/List/Util/Util.xs
40910            ! ext/PerlIO/Scalar/Scalar.xs gv.c mg.c op.c perlio.c pp_sys.c
40911            ! regcomp.c sv.c
40912 ____________________________________________________________________________
40913 [ 11050] By: nick                                  on 2001/06/30  20:46:46
40914         Log: Jeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t
40915      Branch: perlio
40916            ! lib/File/Find/taint.t
40917 ____________________________________________________________________________
40918 [ 11049] By: nick                                  on 2001/06/30  18:13:33
40919         Log: Integrate mainline
40920      Branch: perlio
40921           +> NetWare/nwstdio.h NetWare/perlsdio.h
40922           +> ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
40923           +> ext/Encode/Encode/7bit-kr.enc lib/Unicode/UCD.pm
40924           +> lib/Unicode/UCD.t t/run/exit.t
40925           !> (integrate 60 files)
40926 ____________________________________________________________________________
40927 [ 11048] By: jhi                                   on 2001/06/30  16:23:39
40928         Log: Delta delta.
40929      Branch: perl
40930            ! pod/perl572delta.pod
40931 ____________________________________________________________________________
40932 [ 11047] By: jhi                                   on 2001/06/30  16:03:40
40933         Log: More VERSION tuning: to avoid unnecessary Perl upgrades
40934              by CPAN.pm, use rather _00.
40935      Branch: perl
40936            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Dir.pm
40937            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
40938            ! ext/IO/lib/IO/Socket/UNIX.pm ext/IPC/SysV/Msg.pm
40939            ! ext/IPC/SysV/Semaphore.pm ext/IPC/SysV/SysV.pm
40940            ! ext/Time/HiRes/HiRes.pm lib/CGI/Pretty.pm lib/CPAN/Nox.pm
40941            ! lib/ExtUtils/Embed.pm lib/Test.pm
40942 ____________________________________________________________________________
40943 [ 11046] By: jhi                                   on 2001/06/30  15:53:22
40944         Log: Add a simple Unicode character database interface, Unicode::UCD.
40945      Branch: perl
40946            + lib/Unicode/UCD.pm lib/Unicode/UCD.t
40947            ! MANIFEST
40948 ____________________________________________________________________________
40949 [ 11045] By: jhi                                   on 2001/06/30  13:42:37
40950         Log: Subject: [PATCH] op/numconver.t
40951              From: Nicholas Clark <nick@ccl4.org>
40952              Date: Sat, 30 Jun 2001 15:40:10 +0100
40953              Message-ID: <20010630154010.I59620@plum.flirble.org>
40954      Branch: perl
40955            ! t/op/numconvert.t
40956 ____________________________________________________________________________
40957 [ 11044] By: jhi                                   on 2001/06/30  13:29:25
40958         Log: The $^N is now taken (by #11038).
40959      Branch: perl
40960            ! t/base/lex.t
40961 ____________________________________________________________________________
40962 [ 11043] By: jhi                                   on 2001/06/30  13:15:59
40963         Log: The #11040 had slipped to a wrong function...
40964      Branch: perl
40965            ! sv.c
40966 ____________________________________________________________________________
40967 [ 11042] By: jhi                                   on 2001/06/30  13:08:25
40968         Log: In 64-bit AIX 5L (oslevel 5.1.0.0, ccversion 5.0.2.0)
40969              the Configure library symbol probe mysteriously finds all
40970              symbols but those of pipe() and times().
40971      Branch: perl
40972            ! hints/aix.sh
40973 ____________________________________________________________________________
40974 [ 11041] By: jhi                                   on 2001/06/30  13:01:25
40975         Log: Subject: [PATCH] (was Re: not OK: perl@11006 on HP-UX B.11.00)
40976              From: Nicholas Clark <nick@ccl4.org>
40977              Date: Fri, 29 Jun 2001 23:49:07 +0100
40978              Message-ID: <20010629234907.D59620@plum.flirble.org>
40979      Branch: perl
40980            ! lib/ExtUtils.t
40981 ____________________________________________________________________________
40982 [ 11040] By: jhi                                   on 2001/06/30  13:00:24
40983         Log: Subject: [PATCH] weakref fix 2, not yet there
40984              From: Artur Bergman <artur@contiller.se>
40985              Date: Sat, 30 Jun 2001 01:18:16 +0200
40986              Message-ID: <B762D957.1CC9%artur@contiller.se>
40987      Branch: perl
40988            ! sv.c
40989 ____________________________________________________________________________
40990 [ 11039] By: jhi                                   on 2001/06/30  12:59:25
40991         Log: Subject: [PATCH t/run/exit.t] Another shot at testing exit codes.
40992              From: Michael G Schwern <schwern@pobox.com>
40993              Date: Fri, 29 Jun 2001 19:39:11 -0400
40994              Message-ID: <20010629193910.D25304@blackrider>
40995      Branch: perl
40996            + t/run/exit.t
40997            ! MANIFEST
40998 ____________________________________________________________________________
40999 [ 11038] By: jhi                                   on 2001/06/30  12:58:16
41000         Log: Add support for $^N, the most-recently closed group.
41001      Branch: perl
41002            ! embedvar.h gv.c mg.c perlapi.h pod/perlretut.pod
41003            ! pod/perltoc.pod pod/perlvar.pod regexec.c regexp.h t/op/pat.t
41004            ! thrdvar.h
41005 ____________________________________________________________________________
41006 [ 11037] By: jhi                                   on 2001/06/30  12:53:40
41007         Log: Subject: [ID 20010630.001] Editorial nits in README.solaris
41008              From: lvirden@cas.org
41009              Date: Sat, 30 Jun 2001 04:12:36 -0400 (EDT)
41010              Message-Id: <200106300812.f5U8CaG10447@lwv26awu.cas.org>
41011              
41012              Subject: [ID 20010630.002] Another editorial tweak to README.solaris
41013              From: lvirden@cas.org
41014              Date: Sat, 30 Jun 2001 04:17:55 -0400 (EDT)
41015              Message-Id: <200106300817.f5U8HtN10626@lwv26awu.cas.org>
41016      Branch: perl
41017            ! README.solaris
41018 ____________________________________________________________________________
41019 [ 11036] By: jhi                                   on 2001/06/30  12:51:45
41020         Log: Subject: [PATCH] Encode.pm to use escape-sequence encoding
41021              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
41022              Date: Sat, 30 Jun 2001 07:33:37 +0900
41023              Message-Id: <20010630073226.7C79.BQW10602@nifty.com>
41024              
41025              Subject: Re: [PATCH] Encode.pm to use escape-sequence encoding
41026              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
41027              Date: Sat, 30 Jun 2001 21:38:14 +0900
41028              Message-Id: <20010630213554.F67A.BQW10602@nifty.com>
41029      Branch: perl
41030            + ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
41031            + ext/Encode/Encode/7bit-kr.enc
41032            ! MANIFEST ext/Encode/Encode/Tcl.pm
41033 ____________________________________________________________________________
41034 [ 11035] By: jhi                                   on 2001/06/30  12:44:51
41035         Log: NetWare tweaks from Guruprasad.
41036      Branch: perl
41037            + NetWare/nwstdio.h NetWare/perlsdio.h
41038            ! MANIFEST NetWare/Makefile NetWare/config.wc
41039            ! NetWare/config_H.wc NetWare/nwperlsys.c NetWare/nwperlsys.h
41040            ! NetWare/t/Readme.txt
41041 ____________________________________________________________________________
41042 [ 11034] By: jhi                                   on 2001/06/29  23:28:16
41043         Log: More module $VERSION bump-ups.
41044      Branch: perl
41045            ! ext/Devel/Peek/Peek.pm lib/ExtUtils/Embed.pm
41046            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Manifest.pm
41047            ! lib/ExtUtils/Mksymlists.pm lib/IPC/Open3.pm
41048 ____________________________________________________________________________
41049 [ 11033] By: jhi                                   on 2001/06/29  21:25:23
41050         Log: Doc update due to #11032.
41051      Branch: perl
41052            ! pod/perl572delta.pod
41053 ____________________________________________________________________________
41054 [ 11032] By: jhi                                   on 2001/06/29  21:19:44
41055         Log: Subject: [PATCH: perl@11006] s/div/lib\$ediv/ in Time::HiRes for VAX
41056              From: Peter Prymmer <pvhp@forte.com>
41057              Date: Fri, 29 Jun 2001 14:02:16 -0700 (PDT)
41058              Message-ID: <Pine.OSF.4.10.10106291337520.65853-100000@aspara.forte.com>
41059      Branch: perl
41060            ! ext/Time/HiRes/HiRes.xs
41061 ____________________________________________________________________________
41062 [ 11031] By: jhi                                   on 2001/06/29  14:31:53
41063         Log: -lpthreads missing in AIX.
41064      Branch: perl
41065            ! hints/aix.sh
41066 ____________________________________________________________________________
41067 [ 11030] By: jhi                                   on 2001/06/29  14:08:12
41068         Log: Subject: [PATCH] CLONE && weakrefs
41069              From: Artur Bergman <artur@contiller.se>
41070              Date: Fri, 29 Jun 2001 17:02:00 +0200
41071              Message-ID: <B7626508.1CA0%artur@contiller.se>
41072      Branch: perl
41073            ! sv.c
41074 ____________________________________________________________________________
41075 [ 11029] By: jhi                                   on 2001/06/29  14:06:50
41076         Log: Subject: Re: Bug report: split splits on wrong pattern
41077              From: Radu Greab <radu@netsoft.ro>
41078              Date: Wed, 27 Jun 2001 21:50:52 +0300
41079              Message-ID: <15162.11020.279064.471031@ix.netsoft.ro>
41080      Branch: perl
41081            ! pp_ctl.c t/op/split.t
41082 ____________________________________________________________________________
41083 [ 11028] By: jhi                                   on 2001/06/29  13:47:38
41084         Log: Metaconfig unit change for #11027.
41085      Branch: metaconfig/U/perl
41086            ! d_modfl.U
41087 ____________________________________________________________________________
41088 [ 11027] By: jhi                                   on 2001/06/29  13:47:03
41089         Log: I thought this Configure glitch for AIX was just recently fixed?
41090      Branch: perl
41091            ! Configure
41092 ____________________________________________________________________________
41093 [ 11026] By: jhi                                   on 2001/06/29  13:14:07
41094         Log: Update Changes.
41095      Branch: perl
41096            ! Changes patchlevel.h
41097 ____________________________________________________________________________
41098 [ 11025] By: jhi                                   on 2001/06/29  13:07:57
41099         Log: Subject: Re: perl@10967, File::Find, and Cwd
41100              From: Mike Guy <mjtg@cam.ac.uk>
41101              Date: Fri, 29 Jun 2001 14:56:49 +0100
41102              Message-Id: <E15FylN-0004LT-00@draco.cus.cam.ac.uk>
41103      Branch: perl
41104            ! lib/File/Find/taint.t
41105 ____________________________________________________________________________
41106 [ 11024] By: jhi                                   on 2001/06/29  12:39:23
41107         Log: Update the sv_pvprintify() spec.
41108      Branch: perl
41109            ! pod/perltodo.pod
41110 ____________________________________________________________________________
41111 [ 11023] By: jhi                                   on 2001/06/29  12:33:33
41112         Log: Known test failures update.
41113      Branch: perl
41114            ! pod/perl572delta.pod
41115 ____________________________________________________________________________
41116 [ 11022] By: jhi                                   on 2001/06/29  12:24:32
41117         Log: Based on
41118              
41119              Subject: [PATCH @11016] More );) fixes
41120              From: Richard Soderberg <rs@crystalflame.net>
41121              Date: Fri, 29 Jun 2001 04:09:24 -0700 (PDT)
41122              Message-ID: <Pine.LNX.4.21.0106290408200.12037-100000@oregonnet.com> 
41123      Branch: perl
41124            ! ext/Thread/Thread.xs ext/Thread/typemap
41125 ____________________________________________________________________________
41126 [ 11021] By: jhi                                   on 2001/06/29  12:21:51
41127         Log: Subject: [PATCH @11016] Fixes compile errors in four files
41128              From: Richard Soderberg <rs@crystalflame.net>
41129              Date: Fri, 29 Jun 2001 03:35:11 -0700 (PDT)
41130              Message-ID: <Pine.LNX.4.21.0106290333270.9768-100000@oregonnet.com>
41131      Branch: perl
41132            ! mg.c pp.c pp_hot.c util.c
41133 ____________________________________________________________________________
41134 [ 11020] By: jhi                                   on 2001/06/29  12:05:54
41135         Log: AIX hints tweaking continues, from Merijn Brand.
41136      Branch: perl
41137            ! hints/aix.sh
41138 ____________________________________________________________________________
41139 [ 11019] By: jhi                                   on 2001/06/29  12:05:10
41140         Log: HP-UX needs gccversion sooner, from Merijn Brand.
41141      Branch: perl
41142            ! hints/hpux.sh
41143 ____________________________________________________________________________
41144 [ 11018] By: jhi                                   on 2001/06/29  11:52:31
41145         Log: Subject: [PATCH 5.6.1] OS/2 docs
41146              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41147              Date: Fri, 29 Jun 2001 02:34:12 -0400
41148              Message-ID: <20010629023412.A6033@math.ohio-state.edu>
41149      Branch: perl
41150            ! README.os2 os2/Changes
41151 ____________________________________________________________________________
41152 [ 11017] By: nick                                  on 2001/06/29  10:20:30
41153         Log: Integrate mainline
41154      Branch: perlio
41155           +> (branch 37 files)
41156            - ext/ODBM_File/sdbm.t
41157           !> (integrate 211 files)
41158 ____________________________________________________________________________
41159 [ 11016] By: jhi                                   on 2001/06/29  03:38:56
41160         Log: Bump up the VERSIONs of modules that have changed since 5.6.0,
41161              the modules found using a script written by Larry Schatzer Jr.
41162      Branch: perl
41163            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
41164            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm
41165            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
41166            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
41167            ! ext/IPC/SysV/SysV.pm ext/Opcode/Opcode.pm ext/Opcode/Safe.pm
41168            ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
41169            ! lib/AutoSplit.pm lib/Benchmark.pm lib/CGI/Pretty.pm
41170            ! lib/CPAN/Nox.pm lib/Exporter.pm lib/ExtUtils/Command.pm
41171            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Packlist.pm
41172            ! lib/File/Compare.pm lib/FileHandle.pm lib/Math/Complex.pm
41173            ! lib/Math/Trig.pm lib/Pod/Html.pm lib/Symbol.pm
41174            ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
41175            ! lib/Tie/Array.pm lib/attributes.pm lib/autouse.pm lib/base.pm
41176            ! lib/constant.pm lib/fields.pm lib/strict.pm
41177 ____________________________________________________________________________
41178 [ 11015] By: jhi                                   on 2001/06/29  02:55:58
41179         Log: The latest JPL from the anoncvs.
41180      Branch: perl
41181            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
41182 ____________________________________________________________________________
41183 [ 11014] By: jhi                                   on 2001/06/29  02:16:55
41184         Log: In EBCDIC assume UTF-EBCDIC, not UTF-8.
41185      Branch: perl
41186            ! t/op/pat.t
41187 ____________________________________________________________________________
41188 [ 11013] By: jhi                                   on 2001/06/28  23:14:53
41189         Log: Worrying about insecure directories now is a bit too late.
41190      Branch: perl
41191            ! lib/File/Find/taint.t
41192 ____________________________________________________________________________
41193 [ 11012] By: jhi                                   on 2001/06/28  21:36:36
41194         Log: Cannot DIE() in a void function,
41195              from Richard Hatch <rhatch@austin.ibm.com>.
41196      Branch: perl
41197            ! ext/IPC/SysV/SysV.xs
41198 ____________________________________________________________________________
41199 [ 11011] By: jhi                                   on 2001/06/28  19:32:13
41200         Log: Subject: [PATCH: perl@11006] s/qdiv/div/ in Time::HiRes for VAX
41201              From: Peter Prymmer <pvhp@forte.com>
41202              Date: Thu, 28 Jun 2001 13:00:18 -0700 (PDT)
41203              Message-ID: <Pine.OSF.4.10.10106281125220.508935-100000@aspara.forte.com>
41204              
41205              (unfinished: time/hires tests 3, 5, 14 failing, but better
41206              than wholesale failure)
41207      Branch: perl
41208            ! ext/Time/HiRes/HiRes.xs
41209 ____________________________________________________________________________
41210 [ 11010] By: jhi                                   on 2001/06/28  19:10:54
41211         Log: Subject: [PATCH 5.6.1] OS/2 improvements
41212              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41213              Date: Thu, 28 Jun 2001 16:03:14 -0400
41214              Message-ID: <20010628160314.A17906@math.ohio-state.edu>
41215      Branch: perl
41216            + os2/os2_base.t
41217            ! MANIFEST hints/os2.sh makedef.pl os2/OS2/PrfDB/PrfDB.xs
41218            ! os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
41219            ! os2/OS2/REXX/REXX.xs os2/dl_os2.c os2/dlfcn.h os2/os2.c
41220            ! os2/os2ish.h
41221 ____________________________________________________________________________
41222 [ 11009] By: jhi                                   on 2001/06/28  18:54:14
41223         Log: Subject: Incrementing Extutils::Manifest's $VERSION
41224              From: Michael G Schwern <schwern@pobox.com>
41225              Date: Thu, 28 Jun 2001 13:13:49 -0400
41226              Message-ID: <20010628131349.A14738@blackrider>
41227      Branch: maint-5.6/perl
41228            ! lib/ExtUtils/Manifest.pm
41229 ____________________________________________________________________________
41230 [ 11008] By: jhi                                   on 2001/06/28  18:52:20
41231         Log: AIX tweak from Merijn Brand.
41232      Branch: perl
41233            ! hints/aix.sh
41234 ____________________________________________________________________________
41235 [ 11007] By: jhi                                   on 2001/06/28  17:46:27
41236         Log: Create the macperl branch.
41237      Branch: maint-5.6/macperl
41238           +> (branch 1728 files)
41239 ____________________________________________________________________________
41240 [ 11006] By: jhi                                   on 2001/06/28  14:46:21
41241         Log: Update Changes.
41242      Branch: perl
41243            ! Changes patchlevel.h
41244 ____________________________________________________________________________
41245 [ 11005] By: jhi                                   on 2001/06/28  14:40:11
41246         Log: More Perforce lore.
41247      Branch: perl
41248            ! Porting/repository.pod
41249 ____________________________________________________________________________
41250 [ 11004] By: jhi                                   on 2001/06/28  14:12:50
41251         Log: Metaconfig unit changes for #11003.
41252      Branch: metaconfig/U/perl
41253            + d_nl_langinfo.U i_langinfo.U
41254 ____________________________________________________________________________
41255 [ 11003] By: jhi                                   on 2001/06/28  14:12:27
41256         Log: Add Configure probes for nl_langinfo() and <langinfo.h>.
41257              Expected not to exist in non-UNIX excepting in VMS, where
41258              according to a quick web survey they just might.
41259      Branch: perl
41260            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
41261            ! Porting/config_H config_h.SH configure.com epoc/config.sh
41262            ! perl.h uconfig.h uconfig.sh vos/config.alpha.def
41263            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
41264            ! win32/config.bc win32/config.gc win32/config.vc
41265 ____________________________________________________________________________
41266 [ 11002] By: jhi                                   on 2001/06/28  13:39:11
41267         Log: One shouldn't use XBS5_ILP32_OFFBIG_CFLAGS et alia
41268              in AIX is one is doing a 64-bit build.
41269      Branch: perl
41270            ! hints/aix.sh
41271 ____________________________________________________________________________
41272 [ 11001] By: jhi                                   on 2001/06/28  13:28:37
41273         Log: Metaconfig unit changes for #11000.
41274      Branch: metaconfig/U/perl
41275            ! use64bits.U uselfs.U
41276 ____________________________________________________________________________
41277 [ 11000] By: jhi                                   on 2001/06/28  13:21:16
41278         Log: Move use64bitint and use64bitall before uselargefiles.
41279      Branch: perl
41280            ! Configure
41281 ____________________________________________________________________________
41282 [ 10999] By: jhi                                   on 2001/06/28  03:49:07
41283         Log: Subject: [ID 20010625.009] open(FILE,"+foo") [PATCH]
41284              From: Robert Spier <rspier@pobox.com>
41285              Message-ID: <15162.41164.618712.841415@rls.cx>
41286              Date: Wed, 27 Jun 2001 23:13:16 -0400
41287      Branch: perl
41288            ! doio.c
41289 ____________________________________________________________________________
41290 [ 10998] By: jhi                                   on 2001/06/28  03:42:57
41291         Log: Subject: [PATCH: perl@10996] avoid overflow in numeric.c:S_mulexp10() on VAX
41292              From: Peter Prymmer <pvhp@forte.com>
41293              Date: Wed, 27 Jun 2001 19:25:49 -0700 (PDT)
41294              Message-ID: <Pine.OSF.4.10.10106271922120.465082-100000@aspara.forte.com>
41295      Branch: perl
41296            ! numeric.c
41297 ____________________________________________________________________________
41298 [ 10997] By: jhi                                   on 2001/06/28  03:42:12
41299         Log: Subject: [patch perl@10996] "fix" VAX Digest/MD5, Fcntl, brokennes in SDBM
41300              From: Peter Prymmer <pvhp@forte.com>
41301              Date: Wed, 27 Jun 2001 17:33:33 -0700 (PDT)
41302              Message-ID: <Pine.OSF.4.10.10106271705390.467850-100000@aspara.forte.com>
41303      Branch: perl
41304            ! configure.com ext/Digest/MD5/Makefile.PL
41305 ____________________________________________________________________________
41306 [ 10996] By: jhi                                   on 2001/06/27  20:34:11
41307         Log: Update Changes.
41308      Branch: perl
41309            ! Changes patchlevel.h
41310 ____________________________________________________________________________
41311 [ 10995] By: jhi                                   on 2001/06/27  20:06:28
41312         Log: Tiny EPOC updates.
41313      Branch: perl
41314            ! epoc/config.sh
41315 ____________________________________________________________________________
41316 [ 10994] By: jhi                                   on 2001/06/27  19:55:16
41317         Log: The Test::More and Test::Simple tests required help
41318              thanks to our schizophrenic test scheme.
41319      Branch: perl
41320            ! lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
41321            ! lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
41322            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
41323            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
41324            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
41325 ____________________________________________________________________________
41326 [ 10993] By: jhi                                   on 2001/06/27  17:17:30
41327         Log: Upgrade to Test::Simple 0.09.
41328      Branch: perl
41329            + lib/Test/Simple/Changes
41330            ! MANIFEST lib/Test/Simple.pm lib/Test/Simple/t/exit.t
41331            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
41332            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
41333            ! lib/Test/Simple/t/plan_is_noplan.t
41334 ____________________________________________________________________________
41335 [ 10992] By: jhi                                   on 2001/06/27  17:11:28
41336         Log: Upgrade to Test::More 0.07.
41337      Branch: perl
41338            + lib/Test/More/Changes
41339            ! MANIFEST lib/Test/More.pm lib/Test/More/t/fail-like.t
41340            ! lib/Test/More/t/fail.t lib/Test/More/t/plan_is_noplan.t
41341            ! lib/Test/More/t/skipall.t
41342 ____________________________________________________________________________
41343 [ 10991] By: jhi                                   on 2001/06/27  17:04:13
41344         Log: Subject: Re: [PATCH] gcc-3.0 warnings on HP-UX
41345              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
41346              Date: Wed, 27 Jun 2001 18:40:04 +0200
41347              Message-Id: <20010627182601.7261.H.M.BRAND@hccnet.nl>
41348      Branch: perl
41349            ! hints/hpux.sh
41350 ____________________________________________________________________________
41351 [ 10990] By: jhi                                   on 2001/06/27  17:02:55
41352         Log: Subject: [PATCH README.qnx hints/qnx.sh]
41353              From: Norton Allen <allen@huarp.harvard.edu>
41354              Date: Wed, 27 Jun 2001 13:46:03 -0400 (edt)
41355              Message-Id: <200106271746.NAA02789@bottesini.harvard.edu>
41356      Branch: perl
41357            ! README.qnx hints/qnx.sh
41358 ____________________________________________________________________________
41359 [ 10989] By: jhi                                   on 2001/06/27  14:33:53
41360         Log: Subject: [PATCH] two little documentation nits
41361              From: Abhijit Menon-Sen <ams@wiw.org>
41362              Date: Wed, 27 Jun 2001 20:07:50 +0530
41363              Message-ID: <20010627200750.A15756@lustre.lustre.dyn.wiw.org>
41364      Branch: perl
41365            ! sv.c sv.h
41366 ____________________________________________________________________________
41367 [ 10988] By: jhi                                   on 2001/06/27  13:33:32
41368         Log: Subject: [PATCH File/Spec/Unix.pm ExtUtils/MM_Unix.pm] for QNX
41369              From: Norton Allen <allen@huarp.harvard.edu>
41370              Date: Wed, 27 Jun 2001 10:33:05 -0400 (edt)
41371              Message-Id: <200106271433.KAA04947@bottesini.harvard.edu>
41372      Branch: perl
41373            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
41374 ____________________________________________________________________________
41375 [ 10987] By: jhi                                   on 2001/06/27  12:14:36
41376         Log: Subject: [PATCH vms/test.com] Adding TODO tests (was:  Re: a report on perl@10930 results on a couple of Alphas)
41377              From: Michael G Schwern <schwern@pobox.com>
41378              Date: Wed, 27 Jun 2001 02:34:58 -0400
41379              Message-ID: <20010627023458.K23874@blackrider>
41380      Branch: perl
41381            ! vms/test.com
41382 ____________________________________________________________________________
41383 [ 10986] By: jhi                                   on 2001/06/27  12:01:49
41384         Log: Add perl_clone_host() for Netware.
41385      Branch: perl
41386            ! NetWare/nw5.c
41387 ____________________________________________________________________________
41388 [ 10985] By: jhi                                   on 2001/06/27  11:56:53
41389         Log: GCC 3.0 hints for HP-UX.
41390      Branch: perl
41391            ! hints/hpux.sh
41392 ____________________________________________________________________________
41393 [ 10984] By: jhi                                   on 2001/06/27  11:55:06
41394         Log: In some Linux distributions the libndbm is broken
41395              (no null key support), therefore link with libgdbm
41396              (if available), since it has a working ndbm emulation,
41397              from Jonathan Stowe.
41398      Branch: perl
41399            + ext/NDBM_File/hints/linux.pl
41400            ! MANIFEST
41401 ____________________________________________________________________________
41402 [ 10983] By: jhi                                   on 2001/06/27  11:48:56
41403         Log: Subject: [PATCH perl@10930] find.t hack for VMS
41404              From: "Craig A. Berry" <craigberry@mac.com>
41405              Date: Tue, 26 Jun 2001 23:40:25 -0500
41406              Message-Id: <a05101000b75f10cdc80f@[192.168.56.145]>
41407      Branch: perl
41408            ! lib/File/Find/find.t
41409 ____________________________________________________________________________
41410 [ 10982] By: jhi                                   on 2001/06/27  11:47:30
41411         Log: AUTHORS updates.
41412      Branch: perl
41413            ! AUTHORS
41414 ____________________________________________________________________________
41415 [ 10981] By: jhi                                   on 2001/06/27  11:46:02
41416         Log: Metaconfig unit change like #10980.
41417      Branch: metaconfig
41418            ! U/compline/d_stdstdio.U
41419 ____________________________________________________________________________
41420 [ 10980] By: jhi                                   on 2001/06/27  11:45:29
41421         Log: "lose the it's", from Abhijit Menon-Sen.
41422              ("It's" not searched, pods not searched.)
41423      Branch: perl
41424            ! Porting/Glossary Porting/config_H README.qnx config_h.SH
41425            ! emacs/cperl-mode.el ext/IPC/SysV/Semaphore.pm
41426            ! ext/List/Util/lib/Scalar/Util.pm hints/next_3.sh hints/qnx.sh
41427            ! lib/CPAN/Nox.pm lib/ExtUtils/Embed.pm lib/ExtUtils/MM_NW5.pm
41428            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
41429            ! lib/ExtUtils/MM_Win32.pm lib/Net/DummyInetd.pm win32/win32.c
41430 ____________________________________________________________________________
41431 [ 10979] By: jhi                                   on 2001/06/27  11:36:40
41432         Log: "lose the looses", from Abhijit Menon-Sen.
41433      Branch: perl
41434            ! ext/B/B/Assembler.pm gv.c
41435 ____________________________________________________________________________
41436 [ 10978] By: jhi                                   on 2001/06/27  11:35:38
41437         Log: Catch FP exceptions also in z/OS (aka OS/390), from Peter Prymmer.
41438      Branch: perl
41439            ! hints/os390.sh
41440 ____________________________________________________________________________
41441 [ 10977] By: jhi                                   on 2001/06/27  11:33:28
41442         Log: DEC C 5.3 on the VAX simply doesn't seem to like
41443              compiling the MD5 extension, disable it there for now,
41444              from Peter Prymmer.
41445      Branch: perl
41446            ! configure.com
41447 ____________________________________________________________________________
41448 [ 10976] By: jhi                                   on 2001/06/26  21:35:40
41449         Log: Subject: Re: [PATCH perlfaq3.pod] and a question about it.
41450              From: Jonathan Stowe <gellyfish@gellyfish.com>
41451              Date: Tue, 26 Jun 2001 20:53:40 +0100 (BST)
41452              Message-ID: <Pine.LNX.4.33.0106262052060.10849-100000@orpheus.gellyfish.com>
41453      Branch: perl
41454            ! pod/perlfaq3.pod
41455 ____________________________________________________________________________
41456 [ 10975] By: jhi                                   on 2001/06/26  21:32:41
41457         Log: Subject: [PATCH 5.6.1] perlxs misprints
41458              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41459              Date: Tue, 26 Jun 2001 17:20:00 -0400
41460              Message-ID: <20010626172000.A26951@math.ohio-state.edu>
41461      Branch: perl
41462            ! pod/perlxs.pod
41463 ____________________________________________________________________________
41464 [ 10974] By: jhi                                   on 2001/06/26  21:31:51
41465         Log: Subject: [PATCH 5.6.1] xsubpp flags from the command line
41466              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41467              Date: Tue, 26 Jun 2001 17:27:07 -0400
41468              Message-ID: <20010626172707.A27097@math.ohio-state.edu>
41469      Branch: perl
41470            ! lib/ExtUtils/MM_Unix.pm
41471 ____________________________________________________________________________
41472 [ 10973] By: jhi                                   on 2001/06/26  21:27:05
41473         Log: Subject: [PATCH 5.6.1] OPTIMIZE=-g
41474              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41475              Date: Tue, 26 Jun 2001 17:23:24 -0400
41476              Message-ID: <20010626172324.A27003@math.ohio-state.edu>
41477      Branch: perl
41478            ! hints/os2.sh lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
41479 ____________________________________________________________________________
41480 [ 10972] By: jhi                                   on 2001/06/26  20:27:19
41481         Log: Better place for nop IN_LOCALE_NUMERIC, pointed out
41482              by Olaf Flebbe.
41483      Branch: perl
41484            ! perl.h
41485 ____________________________________________________________________________
41486 [ 10971] By: jhi                                   on 2001/06/26  19:59:41
41487         Log: Detypo.
41488      Branch: perl
41489            ! lib/Memoize/t/tie_sdbm.t
41490 ____________________________________________________________________________
41491 [ 10970] By: jhi                                   on 2001/06/26  19:10:19
41492         Log: perl_clone_host() needs PERL_IMPLICIT_SYS.
41493      Branch: perl
41494            ! win32/perllib.c
41495 ____________________________________________________________________________
41496 [ 10969] By: jhi                                   on 2001/06/26  17:21:31
41497         Log: Subject: [patch] perl_clone+CvFILE
41498              From: Doug MacEachern <dougm@covalent.net>
41499              Date: Tue, 26 Jun 2001 09:01:16 -0700 (PDT)
41500              Message-ID: <Pine.LNX.4.21.0106260900480.28420-100000@mako.covalent.net>
41501      Branch: perl
41502            ! sv.c
41503 ____________________________________________________________________________
41504 [ 10968] By: jhi                                   on 2001/06/26  16:48:32
41505         Log: Subject: Re: SDBM on VMS (was Re: a report on perl@10930 results on a couple of Alphas)
41506              From: Mark-Jason Dominus <mjd@plover.com>
41507              Date: Tue, 26 Jun 2001 12:33:01 -0400
41508              Message-ID: <20010626163301.31298.qmail@plover.com>
41509      Branch: perl
41510            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
41511 ____________________________________________________________________________
41512 [ 10967] By: jhi                                   on 2001/06/26  14:21:49
41513         Log: Update Changes.
41514      Branch: perl
41515            ! Changes patchlevel.h
41516 ____________________________________________________________________________
41517 [ 10966] By: jhi                                   on 2001/06/26  14:08:34
41518         Log: Also catfile() needs now to explicitly exported.
41519      Branch: perl
41520            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
41521 ____________________________________________________________________________
41522 [ 10965] By: jhi                                   on 2001/06/26  13:57:54
41523         Log: Regen toc.
41524      Branch: perl
41525            ! pod/perltoc.pod
41526 ____________________________________________________________________________
41527 [ 10964] By: jhi                                   on 2001/06/26  13:56:11
41528         Log: Nonexistent pod command.
41529      Branch: perl
41530            ! pod/perl572delta.pod
41531 ____________________________________________________________________________
41532 [ 10963] By: jhi                                   on 2001/06/26  13:50:53
41533         Log: Be more portable in the quest for tmpdir.
41534      Branch: perl
41535            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
41536 ____________________________________________________________________________
41537 [ 10962] By: jhi                                   on 2001/06/26  13:43:51
41538         Log: Be more portable in finding out the home directory,
41539              and use File::Spec to do the concat.
41540              (Come to think of it, couldn't File::Spec provide
41541              for a ->homedir method?)
41542      Branch: perl
41543            ! lib/Net/Config.pm
41544 ____________________________________________________________________________
41545 [ 10961] By: jhi                                   on 2001/06/26  13:37:30
41546         Log: Doc patch for #10959.
41547      Branch: perl
41548            ! pod/perlfunc.pod
41549 ____________________________________________________________________________
41550 [ 10960] By: jhi                                   on 2001/06/26  13:33:07
41551         Log: Subject: Re: [DOC PATCH bleadperl] Document $count = () = $string =~ /\d+/g
41552              From: "Philip Newton" <pnewton@gmx.de>
41553              Date: Tue, 26 Jun 2001 16:26:47 +0200
41554              Message-ID: <3B38B7C7.32635.1E8DC14@localhost>
41555      Branch: perl
41556            ! pod/perldata.pod
41557 ____________________________________________________________________________
41558 [ 10959] By: jhi                                   on 2001/06/26  13:31:57
41559         Log: Subject: [PATH] shared -> unique;
41560              From: "Artur Bergman" <artur@contiller.se>
41561              Date: Tue, 26 Jun 2001 16:18:40 +0200
41562              Message-ID: <002001c0fe4a$e623ba30$21000a0a@vogw2kdev>
41563              
41564              Because "shared" isn't: it's read-only.
41565      Branch: perl
41566            ! toke.c xsutils.c
41567 ____________________________________________________________________________
41568 [ 10958] By: jhi                                   on 2001/06/26  13:28:27
41569         Log: Escape multiline croak messages.
41570      Branch: perl
41571            ! t/op/ver.t
41572 ____________________________________________________________________________
41573 [ 10957] By: jhi                                   on 2001/06/26  13:18:34
41574         Log: No more pragma/*.t for minitest.
41575      Branch: perl
41576            ! Makefile.SH
41577 ____________________________________________________________________________
41578 [ 10956] By: jhi                                   on 2001/06/26  13:18:00
41579         Log: AUTHORS updates.
41580      Branch: perl
41581            ! AUTHORS
41582 ____________________________________________________________________________
41583 [ 10955] By: jhi                                   on 2001/06/26  13:17:05
41584         Log: delta updates.
41585      Branch: perl
41586            ! pod/perl572delta.pod
41587 ____________________________________________________________________________
41588 [ 10954] By: jhi                                   on 2001/06/26  12:36:07
41589         Log: Subject: [PATCH] Adds perl_clone_host under IMPLICIT SYS
41590              From: Artur Bergman <artur@contiller.se> 
41591              Date: Tue, 26 Jun 2001 15:32:53 +0200
41592              Message-ID: <B75E5BA5.1A7C%artur@contiller.se>
41593      Branch: perl
41594            ! makedef.pl sv.c sv.h win32/perllib.c
41595 ____________________________________________________________________________
41596 [ 10953] By: jhi                                   on 2001/06/26  12:33:55
41597         Log: Subject: [PATCH ext/Time/HiRes/Makefile.PL perl@10929] Test Fails on SCO
41598              From: Jonathan Stowe <gellyfish@gellyfish.com>
41599              Date: Tue, 26 Jun 2001 10:29:57 +0100 (BST)
41600              Message-ID: <Pine.LNX.4.33.0106261021540.18774-100000@orpheus.gellyfish.com>
41601              
41602              SCO OpenServer 5.0.5 needs an explicit -lc for usleep().
41603      Branch: perl
41604            + ext/Time/HiRes/hints/sco.pl
41605            ! MANIFEST
41606 ____________________________________________________________________________
41607 [ 10952] By: jhi                                   on 2001/06/26  11:57:44
41608         Log: Subject: [PATCH 5.6.1] static build
41609              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41610              Date: Tue, 26 Jun 2001 04:22:25 -0400
41611              Message-ID: <20010626042225.A2604@math.ohio-state.edu>
41612      Branch: perl
41613            ! ext/List/Util/Makefile.PL lib/ExtUtils.t
41614            ! lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
41615 ____________________________________________________________________________
41616 [ 10951] By: jhi                                   on 2001/06/26  11:55:59
41617         Log: DJGPP patches from Laszlo Molnar.
41618      Branch: perl
41619            ! djgpp/djgpp.c perl.c util.c
41620 ____________________________________________________________________________
41621 [ 10950] By: jhi                                   on 2001/06/26  11:54:32
41622         Log: Netware patches from Ananth Kesari.
41623      Branch: perl
41624            ! NetWare/Makefile NetWare/config_H.wc NetWare/nw5sck.c
41625            ! NetWare/nw5sck.h NetWare/nwperlsys.c NetWare/nwperlsys.h
41626            ! NetWare/nwtinfo.h
41627 ____________________________________________________________________________
41628 [ 10949] By: jhi                                   on 2001/06/26  11:49:09
41629         Log: Detypo.
41630      Branch: perl
41631            ! ext/Errno/Errno_pm.PL
41632 ____________________________________________________________________________
41633 [ 10948] By: jhi                                   on 2001/06/26  03:44:29
41634         Log: There seems to be two ways of spelling the $^O in *STEP.
41635      Branch: perl
41636            ! ext/Errno/Errno_pm.PL
41637 ____________________________________________________________________________
41638 [ 10947] By: jhi                                   on 2001/06/26  03:01:01
41639         Log: OpenSTEP has gcc 2.7.2.1 which recognizes but does not implement
41640              the -dM flag, from Daniel Ashton <jdashton@AshtonFam.org>.
41641      Branch: perl
41642            ! ext/Errno/Errno_pm.PL
41643 ____________________________________________________________________________
41644 [ 10946] By: jhi                                   on 2001/06/26  02:50:46
41645         Log: Known bugs update.
41646      Branch: perl
41647            ! pod/perl572delta.pod
41648 ____________________________________________________________________________
41649 [ 10945] By: jhi                                   on 2001/06/26  01:15:39
41650         Log: The default installation of Cygwin has 500 as root's uid.
41651      Branch: perl
41652            ! lib/User/pwent.t
41653 ____________________________________________________________________________
41654 [ 10944] By: jhi                                   on 2001/06/26  01:12:39
41655         Log: Be even more relaxed (re-allow having only one entry).
41656      Branch: perl
41657            ! t/op/grent.t t/op/pwent.t
41658 ____________________________________________________________________________
41659 [ 10943] By: jhi                                   on 2001/06/26  01:03:30
41660         Log: Test failure updates.
41661      Branch: perl
41662            ! pod/perl572delta.pod
41663 ____________________________________________________________________________
41664 [ 10942] By: jhi                                   on 2001/06/25  23:32:05
41665         Log: MPE/iX test tweaks from Mark Bixby.
41666      Branch: perl
41667            ! ext/POSIX/POSIX.t ext/Storable/t/lock.t ext/Time/HiRes/HiRes.t
41668            ! t/io/fs.t t/op/stat.t
41669 ____________________________________________________________________________
41670 [ 10941] By: jhi                                   on 2001/06/25  22:18:31
41671         Log: Microperl findings.
41672      Branch: perl
41673            ! perl.h pp_sys.c
41674 ____________________________________________________________________________
41675 [ 10940] By: jhi                                   on 2001/06/25  21:59:29
41676         Log: Touch uconfig.h.
41677      Branch: perl
41678            ! uconfig.h
41679 ____________________________________________________________________________
41680 [ 10939] By: jhi                                   on 2001/06/25  21:32:52
41681         Log: Subject: [PATCH] Proposed fix for Pod::Man
41682              From: Rob Napier <rnapier@employees.org>
41683              Date: Mon, 25 Jun 2001 15:49:24 -0400
41684              Message-ID: <20010625154924.N27568@rnapier-u5.cisco.com>
41685              
41686              Cater for Solaris nroff brokenness (shortchanges daisywheel
41687              printers, but hey, we also no more support PDPs.)
41688      Branch: perl
41689            ! lib/Pod/Man.pm
41690 ____________________________________________________________________________
41691 [ 10938] By: jhi                                   on 2001/06/25  21:14:41
41692         Log: Typo in #10937.
41693      Branch: perl
41694            ! ext/POSIX/sigaction.t
41695 ____________________________________________________________________________
41696 [ 10937] By: jhi                                   on 2001/06/25  19:42:02
41697         Log: SIGCONT not trappable in VMS.
41698      Branch: perl
41699            ! ext/POSIX/sigaction.t
41700 ____________________________________________________________________________
41701 [ 10936] By: jhi                                   on 2001/06/25  19:28:13
41702         Log: Subject: [DRAFT] Encode-Tcl.t
41703              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
41704              Date: Tue, 26 Jun 2001 03:38:08 +0900
41705              Message-Id: <20010626033550.BC35.BQW10602@nifty.com>
41706      Branch: perl
41707            + ext/Encode/Encode/Tcl.t
41708            ! MANIFEST ext/Encode/Encode/Tcl.pm
41709 ____________________________________________________________________________
41710 [ 10935] By: jhi                                   on 2001/06/25  18:40:03
41711         Log: Because of #10932 retract also the perlfunc hunk of #10910.
41712      Branch: perl
41713            ! pod/perlfunc.pod
41714 ____________________________________________________________________________
41715 [ 10934] By: jhi                                   on 2001/06/25  18:27:19
41716         Log: Tweak the XSFUNCTION, from Doug MacEachern, as suggested
41717              by Ilya Zakharevich in
41718              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2001-05/msg01582.html
41719      Branch: perl
41720            ! XSUB.h
41721 ____________________________________________________________________________
41722 [ 10933] By: jhi                                   on 2001/06/25  18:25:26
41723         Log: Typo in #10889.
41724      Branch: perl
41725            ! hints/uts.sh
41726 ____________________________________________________________________________
41727 [ 10932] By: jhi                                   on 2001/06/25  18:23:30
41728         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
41729              From: Abhijit Menon-Sen <ams@wiw.org>
41730              Date: Mon, 25 Jun 2001 23:45:45 +0530
41731              Message-ID: <20010625234545.A5022@lustre.linux.in>
41732      Branch: perl
41733            ! lib/overload.t opcode.h opcode.pl t/op/flip.t
41734 ____________________________________________________________________________
41735 [ 10931] By: jhi                                   on 2001/06/25  17:50:38
41736         Log: Subject: [PATCH lib/Test.pm] Re: "Deprecated interface" ??
41737              From: Michael G Schwern <schwern@pobox.com>
41738              Date: Mon, 25 Jun 2001 14:35:51 -0400
41739              Message-ID: <20010625143551.H13819@blackrider>
41740      Branch: perl
41741            ! lib/Test.pm
41742 ____________________________________________________________________________
41743 [ 10930] By: jhi                                   on 2001/06/25  14:33:46
41744         Log: Update Changes.
41745      Branch: perl
41746            ! Changes patchlevel.h
41747 ____________________________________________________________________________
41748 [ 10929] By: jhi                                   on 2001/06/25  14:17:57
41749         Log: Regen toc and modlib.
41750      Branch: perl
41751            ! pod/perlmodlib.pod pod/perltoc.pod
41752 ____________________________________________________________________________
41753 [ 10928] By: jhi                                   on 2001/06/25  14:13:09
41754         Log: Enclose the new symbols in START_EXTERN_C and END_EXTERN_C
41755              for the benefit of C++ compilers, as suggested by Guruprasad.
41756      Branch: perl
41757            ! embed.pl proto.h
41758 ____________________________________________________________________________
41759 [ 10927] By: jhi                                   on 2001/06/25  14:11:59
41760         Log: Subject: [PATCH ] Re: [ID 20010625.003] perlfaq5 correction
41761              From: Jonathan Stowe <gellyfish@gellyfish.com>
41762              Date: Mon, 25 Jun 2001 14:39:43 +0100 (BST)
41763              Message-ID: <Pine.LNX.4.33.0106251438080.14795-100000@orpheus.gellyfish.com>
41764      Branch: perl
41765            ! pod/perlfaq5.pod
41766 ____________________________________________________________________________
41767 [ 10926] By: jhi                                   on 2001/06/25  14:04:07
41768         Log: Missed from #10925.
41769      Branch: perl
41770            ! gv.c
41771 ____________________________________________________________________________
41772 [ 10925] By: jhi                                   on 2001/06/25  14:00:06
41773         Log: Subject: [PATCH] Re: CvFILE corruption under ithreads
41774              From: Robin Houston <robin@kitsite.com>
41775              Date: Sat, 19 May 2001 16:19:34 +0100
41776              Message-ID: <20010519161934.A12751@puffinry.freeserve.co.uk>
41777      Branch: perl
41778            ! cv.h gv.h op.c
41779 ____________________________________________________________________________
41780 [ 10924] By: jhi                                   on 2001/06/25  13:58:18
41781         Log: Netware README tweak.
41782      Branch: perl
41783            ! README.netware
41784 ____________________________________________________________________________
41785 [ 10923] By: jhi                                   on 2001/06/25  13:57:13
41786         Log: Subject: [PATCH] Re: overload.t fails
41787              From: Abhijit Menon-Sen <ams@wiw.org>
41788              Date: Mon, 25 Jun 2001 14:52:20 +0530
41789              Message-ID: <20010625145220.A24114@lustre.linux.in>
41790      Branch: perl
41791            ! lib/overload.t
41792 ____________________________________________________________________________
41793 [ 10922] By: jhi                                   on 2001/06/25  13:56:20
41794         Log: Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
41795              From: Mike Guy <mjtg@cam.ac.uk>
41796              Date: Mon, 25 Jun 2001 11:43:23 +0100
41797              Message-Id: <E15ETpz-0007AD-00@draco.cus.cam.ac.uk>
41798      Branch: perl
41799            ! lib/Carp.pm
41800 ____________________________________________________________________________
41801 [ 10921] By: jhi                                   on 2001/06/25  13:50:02
41802         Log: Subject: Re: [PATCH 5.6.1] OS2 syslog
41803              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41804              Date: Sun, 24 Jun 2001 05:17:05 -0400
41805              Message-ID: <20010624051704.A27604@math.ohio-state.edu>
41806      Branch: perl
41807            ! os2/os2ish.h
41808 ____________________________________________________________________________
41809 [ 10920] By: jhi                                   on 2001/06/25  13:49:13
41810         Log: Subject: [PATCH 5.6.1] crypt() on OS/2
41811              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41812              Date: Mon, 25 Jun 2001 05:52:27 -0400
41813              Message-ID: <20010625055227.A24635@math.ohio-state.edu>
41814      Branch: perl
41815            ! hints/os2.sh
41816 ____________________________________________________________________________
41817 [ 10919] By: jhi                                   on 2001/06/25  13:48:30
41818         Log: Subject: Re: [PATCH 5.6.1] OS2 system() broken
41819              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41820              Date: Mon, 25 Jun 2001 05:23:35 -0400
41821              Message-ID: <20010625052334.A24320@math.ohio-state.edu>
41822      Branch: perl
41823            ! os2/os2.c
41824 ____________________________________________________________________________
41825 [ 10918] By: jhi                                   on 2001/06/25  13:47:46
41826         Log: Subject: Re: [PATCH 5.6.1] OS2::DLL
41827              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41828              Date: Mon, 25 Jun 2001 05:04:32 -0400
41829              Message-ID: <20010625050432.A24128@math.ohio-state.edu>
41830      Branch: perl
41831            ! os2/OS2/REXX/DLL/DLL.pm
41832 ____________________________________________________________________________
41833 [ 10917] By: jhi                                   on 2001/06/25  13:44:14
41834         Log: Subject: Re: [PATCH 5.6.1] $^E on OS/2
41835              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41836              Date: Mon, 25 Jun 2001 05:02:36 -0400
41837              Message-ID: <20010625050235.A24046@math.ohio-state.edu>
41838      Branch: perl
41839            ! mg.c os2/dl_os2.c os2/os2.c
41840 ____________________________________________________________________________
41841 [ 10916] By: jhi                                   on 2001/06/25  13:41:20
41842         Log: Subject: Re: [PATCH 5.6.1] misprints
41843              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41844              Date: Mon, 25 Jun 2001 04:50:50 -0400
41845              Message-ID: <20010625045049.A23965@math.ohio-state.edu>
41846      Branch: perl
41847            ! os2/os2.c pp_sys.c
41848 ____________________________________________________________________________
41849 [ 10915] By: jhi                                   on 2001/06/25  13:39:59
41850         Log: Add Test::More and Test::Simple to the delta.
41851      Branch: perl
41852            ! pod/perl572delta.pod
41853 ____________________________________________________________________________
41854 [ 10914] By: jhi                                   on 2001/06/25  13:38:08
41855         Log: Add Test::More, from Michael G Schwern.
41856      Branch: perl
41857            + lib/Test/More.pm lib/Test/More/t/More.t
41858            + lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
41859            + lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
41860            + t/lib/Test/More/Catch.pm
41861            ! MANIFEST
41862 ____________________________________________________________________________
41863 [ 10913] By: jhi                                   on 2001/06/25  13:35:41
41864         Log: Add Test::Simple from Michael G Schwern.
41865      Branch: perl
41866            + lib/Test/Simple.pm lib/Test/Simple/t/exit.t
41867            + lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
41868            + lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
41869            + lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/simple.t
41870            + t/lib/Test/Simple/Catch.pm
41871            + t/lib/Test/Simple/sample_tests/death.plx
41872            + t/lib/Test/Simple/sample_tests/death_in_eval.plx
41873            + t/lib/Test/Simple/sample_tests/extras.plx
41874            + t/lib/Test/Simple/sample_tests/five_fail.plx
41875            + t/lib/Test/Simple/sample_tests/last_minute_death.plx
41876            + t/lib/Test/Simple/sample_tests/one_fail.plx
41877            + t/lib/Test/Simple/sample_tests/require.plx
41878            + t/lib/Test/Simple/sample_tests/success.plx
41879            + t/lib/Test/Simple/sample_tests/too_few.plx
41880            + t/lib/Test/Simple/sample_tests/two_fail.plx
41881            ! MANIFEST
41882 ____________________________________________________________________________
41883 [ 10912] By: jhi                                   on 2001/06/25  13:31:57
41884         Log: Subject: [PATCH perl@10907] RETURN requires dSP in pp_sys.c
41885              From: "Craig A. Berry" <craigberry@mac.com>
41886              Date: Sun, 24 Jun 2001 23:41:36 -0500
41887              Message-Id: <a0510100db75c6d44e34c@[172.16.52.1]>
41888      Branch: perl
41889            ! pp_sys.c
41890 ____________________________________________________________________________
41891 [ 10911] By: jhi                                   on 2001/06/25  13:05:00
41892         Log: Upgrade to Attribute::Handlers 0.70.
41893      Branch: perl
41894            + lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
41895            ! MANIFEST lib/Attribute/Handlers.pm
41896 ____________________________________________________________________________
41897 [ 10910] By: jhi                                   on 2001/06/25  00:09:27
41898         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
41899              From: Abhijit Menon-Sen <ams@wiw.org>
41900              Date: Sat, 23 Jun 2001 05:17:44 +0530
41901              Message-ID: <20010623051744.A18583@lustre.linux.in>
41902              
41903              (Can't think of a good place to put tests.)
41904      Branch: perl
41905            ! opcode.pl pod/perlfunc.pod t/op/flip.t toke.c
41906 ____________________________________________________________________________
41907 [ 10909] By: jhi                                   on 2001/06/24  23:45:13
41908         Log: Subject: [PATCH] t/op/pat.t typo fix
41909              From: Richard Soderberg <rs@crystalflame.net>
41910              Date: Sun, 24 Jun 2001 12:07:42 -0700 (PDT)
41911              Message-ID: <Pine.LNX.4.21.0106241207320.17075-100000@oregonnet.com>
41912      Branch: perl
41913            ! t/op/pat.t
41914 ____________________________________________________________________________
41915 [ 10908] By: jhi                                   on 2001/06/24  22:24:49
41916         Log: Move the pack warnings to their own file, as pointed
41917              out by Spider.
41918      Branch: perl
41919            + t/lib/warnings/pp_pack
41920            ! MANIFEST t/lib/warnings/pp
41921 ____________________________________________________________________________
41922 [ 10907] By: jhi                                   on 2001/06/24  19:55:15
41923         Log: Update Changes.
41924      Branch: perl
41925            ! Changes patchlevel.h
41926 ____________________________________________________________________________
41927 [ 10906] By: jhi                                   on 2001/06/24  19:50:40
41928         Log: Partially fix a problem noticed by IRIX compiler:
41929              the initialization of parse_start was bypassed by
41930              several gotos.  Now initialized to zero, which may
41931              not be the best choice.
41932      Branch: perl
41933            ! regcomp.c
41934 ____________________________________________________________________________
41935 [ 10905] By: jhi                                   on 2001/06/24  19:43:25
41936         Log: Relax the group and password tests back to moaning only
41937              if no matches at all are found.  (Even with a small sample
41938              I could find many sites where there are, umm, anomalies in
41939              the said databases.)       
41940      Branch: perl
41941            ! t/op/grent.t t/op/pwent.t
41942 ____________________________________________________________________________
41943 [ 10904] By: jhi                                   on 2001/06/24  18:45:55
41944         Log: Argh.  How hard it can be to re-apply a patch manually? :-)
41945      Branch: perl
41946            ! pp_ctl.c
41947 ____________________________________________________________________________
41948 [ 10903] By: jhi                                   on 2001/06/24  18:40:52
41949         Log: De-cut-and-pasto in #10902.
41950      Branch: perl
41951            ! pp_ctl.c
41952 ____________________________________________________________________________
41953 [ 10902] By: jhi                                   on 2001/06/24  18:35:18
41954         Log: The #10771 didn't take?
41955      Branch: perl
41956            ! pp_ctl.c
41957 ____________________________________________________________________________
41958 [ 10901] By: jhi                                   on 2001/06/24  18:29:50
41959         Log: Undo the filetests part of #10900, under multiplicity
41960              weird errors take place.
41961      Branch: perl
41962            ! pp_sys.c
41963 ____________________________________________________________________________
41964 [ 10900] By: jhi                                   on 2001/06/24  18:20:36
41965         Log: Misplaces dSPs and the like revealed by MPE/iX and Cygwin.
41966      Branch: perl
41967            ! ext/Cwd/Cwd.xs ext/Devel/Peek/Peek.xs pp_sys.c
41968 ____________________________________________________________________________
41969 [ 10899] By: jhi                                   on 2001/06/24  17:00:34
41970         Log: (Replaced by #10922)
41971              
41972              Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
41973              From: Tony Bowden <tony@kasei.com>
41974              Date: Sun, 24 Jun 2001 17:32:40 +0100
41975              Message-ID: <20010624173240.A16293@blackstar.co.uk>
41976              
41977              Document (well, mention) shortmess() and longmess()
41978              to rob people of their fun of reinventing the wheel.
41979      Branch: perl
41980            ! lib/Carp.pm
41981 ____________________________________________________________________________
41982 [ 10898] By: jhi                                   on 2001/06/24  16:51:40
41983         Log: Subject: Patch: pp_system() bounces out of Cygwin subsystem
41984              From: Brian Jepson <bjepson@oreilly.com>
41985              Date: Sun, 24 Jun 2001 12:13:21 -0400 (EDT)
41986              Message-ID: <Pine.GSO.4.21.0106241044110.15051-200000@sol.east.ora.com>
41987      Branch: perl
41988            ! pp_sys.c
41989 ____________________________________________________________________________
41990 [ 10897] By: jhi                                   on 2001/06/24  16:38:23
41991         Log: Subject: [PATCH CPAN.pm] missing DATE_OF_02
41992              From: Robin Barker <rmb1@cise.npl.co.uk> 
41993              Date: Fri, 22 Jun 2001 19:25:56 +0100 (BST)
41994              Message-Id: <200106221825.TAA16884@tempest.npl.co.uk>
41995      Branch: perl
41996            ! lib/CPAN.pm
41997 ____________________________________________________________________________
41998 [ 10896] By: jhi                                   on 2001/06/24  16:36:32
41999         Log: Memoize patch from mjd.
42000      Branch: perl
42001            ! lib/Memoize/t/tie_storable.t
42002 ____________________________________________________________________________
42003 [ 10895] By: jhi                                   on 2001/06/24  16:33:59
42004         Log: Spec the sv_pvprintify() a bit more.
42005      Branch: perl
42006            ! pod/perltodo.pod
42007 ____________________________________________________________________________
42008 [ 10894] By: jhi                                   on 2001/06/24  14:43:36
42009         Log: Upgrade to Memoize 0.65.
42010      Branch: perl
42011            + lib/Memoize/t/array_confusion.t
42012            ! MANIFEST lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
42013            ! lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
42014            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
42015            ! lib/Memoize/README lib/Memoize/SDBM_File.pm
42016            ! lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
42017            ! lib/Memoize/t/errors.t lib/Memoize/t/expire.t
42018            ! lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
42019            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
42020            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
42021            ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
42022            ! lib/Memoize/t/tie_storable.t
42023 ____________________________________________________________________________
42024 [ 10893] By: jhi                                   on 2001/06/24  14:21:09
42025         Log: Metaconfig unit change for #10892.
42026      Branch: metaconfig
42027            ! U/modified/Options.U
42028 ____________________________________________________________________________
42029 [ 10892] By: jhi                                   on 2001/06/24  14:20:38
42030         Log: Subject: Re: [PATCH 5.6.1] OS2 Configure
42031              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42032              Date: Sun, 24 Jun 2001 05:24:40 -0400
42033              Message-ID: <20010624052440.A27698@math.ohio-state.edu>
42034      Branch: perl
42035            ! Configure hints/os2.sh
42036 ____________________________________________________________________________
42037 [ 10891] By: jhi                                   on 2001/06/24  13:50:26
42038         Log: Subject: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of 
42039              From: Mike Guy <mjtg@cam.ac.uk>
42040              Date: Sun, 24 Jun 2001 15:28:39 +0100
42041              Message-Id: <E15EAsR-0007Bi-00@draco.cus.cam.ac.uk>
42042              
42043              Fix an ancient (5.002) bug.
42044      Branch: perl
42045            ! lib/Carp/Heavy.pm
42046 ____________________________________________________________________________
42047 [ 10890] By: jhi                                   on 2001/06/24  13:44:43
42048         Log: The #10881 was too vigorous in pp_system() in moving 'unused'
42049              variables.
42050      Branch: perl
42051            ! pp_sys.c
42052 ____________________________________________________________________________
42053 [ 10889] By: jhi                                   on 2001/06/24  13:24:00
42054         Log: Make UTS as per #10888.
42055      Branch: perl
42056            ! hints/uts.sh
42057 ____________________________________________________________________________
42058 [ 10888] By: jhi                                   on 2001/06/24  13:21:23
42059         Log: Factor the PERL_SYS_INIT() code, from Hugo van der Sanden.
42060      Branch: perl
42061            ! hints/freebsd.sh hints/posix-bc.sh hints/sco.sh
42062            ! mpeix/mpeixish.h perl.h unixish.h
42063 ____________________________________________________________________________
42064 [ 10887] By: jhi                                   on 2001/06/24  13:15:45
42065         Log: AUTHORS update.
42066      Branch: perl
42067            ! AUTHORS
42068 ____________________________________________________________________________
42069 [ 10886] By: jhi                                   on 2001/06/24  13:14:31
42070         Log: Subject: Encode::Tcl for multibyte doesnot work
42071              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
42072              Date: Sun, 24 Jun 2001 22:48:21 +0900
42073              Message-Id: <20010624223252.6658.BQW10602@nifty.com>
42074      Branch: perl
42075            ! ext/Encode/Encode/Tcl.pm
42076 ____________________________________________________________________________
42077 [ 10885] By: jhi                                   on 2001/06/24  13:12:46
42078         Log: Subject: [PATCH] Remove tautology in error messages
42079              From: Mike Guy <mjtg@cam.ac.uk>
42080              Date: Sun, 24 Jun 2001 13:31:00 +0100
42081              Message-Id: <E15E92a-0006em-00@draco.cus.cam.ac.uk>
42082      Branch: perl
42083            ! pp_sys.c
42084 ____________________________________________________________________________
42085 [ 10884] By: jhi                                   on 2001/06/24  13:11:36
42086         Log: Darwin needs -traditional-cpp for cppflags to build Errno. 
42087      Branch: perl
42088            ! hints/darwin.sh
42089 ____________________________________________________________________________
42090 [ 10883] By: jhi                                   on 2001/06/24  13:09:55
42091         Log: Subject: Re: [PATCH 5.6.1] test suite
42092              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42093              Date: Sun, 24 Jun 2001 05:47:05 -0400
42094              Message-ID: <20010624054705.A27890@math.ohio-state.edu>
42095              
42096              Test suite fixes.
42097      Branch: perl
42098            ! ext/POSIX/sigaction.t lib/File/stat.t perl.c t/io/utf8.t
42099 ____________________________________________________________________________
42100 [ 10882] By: jhi                                   on 2001/06/24  13:07:46
42101         Log: Subject: Re: [PATCH 5.6.1] OS2 warnings
42102              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42103              Date: Sun, 24 Jun 2001 05:37:19 -0400
42104              Message-ID: <20010624053719.A27866@math.ohio-state.edu>
42105      Branch: perl
42106            ! os2/dl_os2.c os2/os2.c os2/os2ish.h
42107 ____________________________________________________________________________
42108 [ 10881] By: jhi                                   on 2001/06/24  13:05:24
42109         Log: Subject: Re: [PATCH 5.6.1] pp_sys.c warnings
42110              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42111              Date: Sun, 24 Jun 2001 05:34:50 -0400
42112              Message-ID: <20010624053450.A27856@math.ohio-state.edu>
42113              
42114              Pacify compiler warnings.
42115      Branch: perl
42116            ! pp_sys.c
42117 ____________________________________________________________________________
42118 [ 10880] By: jhi                                   on 2001/06/24  13:02:30
42119         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
42120              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42121              Date: Sun, 24 Jun 2001 05:21:18 -0400
42122              Message-ID: <20010624052118.A27615@math.ohio-state.edu>
42123              
42124              Enable compression of executables during link time.
42125      Branch: perl
42126            ! hints/os2.sh
42127 ____________________________________________________________________________
42128 [ 10879] By: jhi                                   on 2001/06/24  13:00:47
42129         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
42130              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42131              Date: Sun, 24 Jun 2001 05:15:11 -0400
42132              Message-ID: <20010624051511.A27544@math.ohio-state.edu>
42133              
42134              Add ordinals to the export list for Perl DLL.
42135              (Breaks intra-version DLL compatibility.)
42136      Branch: perl
42137            ! makedef.pl
42138 ____________________________________________________________________________
42139 [ 10878] By: jhi                                   on 2001/06/24  02:12:04
42140         Log: Allow (displaying and) re-editing the Subject in perlbug.
42141              Also abstract the Subject quality control into a function.
42142      Branch: perl
42143            ! utils/perlbug.PL
42144 ____________________________________________________________________________
42145 [ 10877] By: jhi                                   on 2001/06/24  01:40:53
42146         Log: Display $ENV{CYGWIN} in perlbug if set (like #10875 for perl -V).
42147      Branch: perl
42148            ! utils/perlbug.PL
42149 ____________________________________________________________________________
42150 [ 10876] By: jhi                                   on 2001/06/24  01:37:05
42151         Log: Regen toc and modlib.
42152      Branch: perl
42153            ! pod/perlmodlib.pod pod/perltoc.pod
42154 ____________________________________________________________________________
42155 [ 10875] By: jhi                                   on 2001/06/24  01:29:33
42156         Log: In Cygwin display the $ENV{CYGWIN} under perl -V, as suggested
42157              by John Peacock.  (Can be 'ntea' which means emulate UNIX file
42158              attribute semantics as much as possible, or 'ntsec' which uses
42159              native NTFS semantics.)  (See also #10877.)
42160      Branch: perl
42161            ! perl.c
42162 ____________________________________________________________________________
42163 [ 10874] By: jhi                                   on 2001/06/23  23:57:28
42164         Log: (Retracted by #11586)
42165              
42166              Hack to get rid of the UNEXPECTEDLY succeeded message for now.
42167      Branch: perl
42168            ! lib/Test/Harness.pm
42169 ____________________________________________________________________________
42170 [ 10873] By: jhi                                   on 2001/06/23  23:36:56
42171         Log: Just zap the -uPerlio.
42172      Branch: perl
42173            ! ext/B/Stash.t
42174 ____________________________________________________________________________
42175 [ 10872] By: jhi                                   on 2001/06/23  21:29:10
42176         Log: Do not test PerlIO if PerlIO not used.
42177      Branch: perl
42178            ! ext/PerlIO/PerlIO.t
42179 ____________________________________________________________________________
42180 [ 10871] By: jhi                                   on 2001/06/23  21:12:49
42181         Log: Regen perlapi.
42182      Branch: perl
42183            ! pod/perlapi.pod
42184 ____________________________________________________________________________
42185 [ 10870] By: jhi                                   on 2001/06/23  21:03:31
42186         Log: Subject: [PATCH] Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
42187              From: Nicholas Clark <nick@ccl4.org>
42188              Date: Sat, 23 Jun 2001 22:55:47 +0100
42189              Message-ID: <20010623225547.Z98663@plum.flirble.org>
42190      Branch: perl
42191            ! numeric.c
42192 ____________________________________________________________________________
42193 [ 10869] By: jhi                                   on 2001/06/23  17:13:21
42194         Log: Subject: [PATCH: perl@10825] MacOS fixups for new lib/h2xs.t
42195              From: Prymmer/Kahn <pvhp@best.com>
42196              Date: Sat, 23 Jun 2001 11:08:52 -0700 (PDT)
42197              Message-ID: <Pine.BSF.4.21.0106231105380.25634-100000@shell8.ba.best.com>
42198      Branch: perl
42199            ! lib/h2xs.t
42200 ____________________________________________________________________________
42201 [ 10868] By: jhi                                   on 2001/06/23  16:04:38
42202         Log: cygwin needs cygwin1.dll in PATH or cwd to run external programs.
42203              cygwin does not taint cwd, just like win32.
42204      Branch: perl
42205            ! lib/File/Find/taint.t t/op/taint.t
42206 ____________________________________________________________________________
42207 [ 10867] By: jhi                                   on 2001/06/23  15:39:15
42208         Log: Retract #10865, the patch should be unnecessary.
42209              (But seemingly helpful in Cygwin?  Strange.)
42210      Branch: perl
42211            ! lib/Memoize/t/tie_ndbm.t
42212 ____________________________________________________________________________
42213 [ 10866] By: jhi                                   on 2001/06/23  15:06:30
42214         Log: Misplaced test file; plus Cygwin filesystem semantics.
42215      Branch: perl
42216            + ext/SDBM_File/sdbm.t
42217            - ext/ODBM_File/sdbm.t
42218            ! MANIFEST
42219 ____________________________________________________________________________
42220 [ 10865] By: jhi                                   on 2001/06/23  15:01:02
42221         Log: (Retracted by #10867.)
42222      Branch: perl
42223            ! lib/Memoize/t/tie_ndbm.t
42224 ____________________________________________________________________________
42225 [ 10864] By: jhi                                   on 2001/06/23  14:25:43
42226         Log: Metaconfig unit change for #10863.
42227      Branch: metaconfig/U/perl
42228            ! Extensions.U
42229 ____________________________________________________________________________
42230 [ 10863] By: jhi                                   on 2001/06/23  14:25:20
42231         Log: In Cygwin do not build NDBM_File and ODBM_File unless
42232              -lndbm and -ldbm are available.
42233      Branch: perl
42234            ! Configure config_h.SH
42235 ____________________________________________________________________________
42236 [ 10862] By: jhi                                   on 2001/06/23  14:02:14
42237         Log: More Cygwin filesystem semantics.
42238      Branch: perl
42239            ! t/io/fs.t t/op/stat.t
42240 ____________________________________________________________________________
42241 [ 10861] By: jhi                                   on 2001/06/23  13:38:00
42242         Log: More DOSish permission semantics for Cygwin.
42243      Branch: perl
42244            ! lib/AnyDBM_File.t
42245 ____________________________________________________________________________
42246 [ 10860] By: jhi                                   on 2001/06/23  13:32:41
42247         Log: Cygwin too has different permission semantics.
42248      Branch: perl
42249            ! ext/GDBM_File/gdbm.t
42250 ____________________________________________________________________________
42251 [ 10859] By: jhi                                   on 2001/06/23  13:30:06
42252         Log: The group (and assumedly passwd) databases can have
42253              only one entry (this is the case in cygwin).
42254      Branch: perl
42255            ! t/op/grent.t t/op/pwent.t
42256 ____________________________________________________________________________
42257 [ 10858] By: jhi                                   on 2001/06/23  13:16:26
42258         Log: Also in Cygwin use Socket to figure out domainname
42259              (if any) (avoids trying to call external 'domainname',
42260              which doesn't at the moment exist in Cygwin)
42261      Branch: perl
42262            ! lib/Net/Domain.pm
42263 ____________________________________________________________________________
42264 [ 10857] By: jhi                                   on 2001/06/23  12:48:32
42265         Log: Remove also the lib$Foo.def, not just $Foo.def.
42266      Branch: perl
42267            ! lib/ExtUtils/MM_Unix.pm
42268 ____________________________________________________________________________
42269 [ 10856] By: jhi                                   on 2001/06/23  12:21:53
42270         Log: In UTS do signal(SIGFPE, SIG_IGN) in PERL_SYS_INIT().
42271      Branch: perl
42272            ! unixish.h
42273 ____________________________________________________________________________
42274 [ 10855] By: jhi                                   on 2001/06/23  12:14:15
42275         Log: Fix for ID 20010619.003, the [[:print:]] is not supposed
42276              to match the whole isprint(), only the space character.
42277      Branch: perl
42278            ! handy.h pod/perlre.pod t/op/pat.t
42279 ____________________________________________________________________________
42280 [ 10854] By: nick                                  on 2001/06/23  08:09:33
42281         Log: Integrate mainline
42282      Branch: perlio
42283           !> Configure ext/IPC/SysV/Semaphore.pm hints/unicos.sh
42284           !> lib/ExtUtils.t lib/File/Find/taint.t
42285           !> lib/Math/BigInt/t/bigintpm.t lib/Net/netent.t
42286           !> lib/Net/protoent.t lib/Net/servent.t mg.c t/op/mkdir.t
42287           !> t/op/sprintf.t vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
42288 ____________________________________________________________________________
42289 [ 10853] By: jhi                                   on 2001/06/23  03:48:09
42290         Log: Make also the bigintpm.t (like op/sprintf.t) be less demanding
42291              with its floats    in os390 and s390 (UTS).
42292      Branch: perl
42293            ! lib/Math/BigInt/t/bigintpm.t
42294 ____________________________________________________________________________
42295 [ 10852] By: jhi                                   on 2001/06/23  03:38:53
42296         Log: Add also UTS (s390) to the non-IEEE float platforms.
42297      Branch: perl
42298            ! t/op/sprintf.t
42299 ____________________________________________________________________________
42300 [ 10851] By: jhi                                   on 2001/06/23  03:36:04
42301         Log: Subject: RFC: what are applicable standards for exponent sizes?
42302              From: Peter Prymmer <pvhp@forte.com>
42303              Date: Tue, 19 Jun 2001 17:18:06 -0700 (PDT)
42304              Message-ID: <Pine.OSF.4.10.10106191712070.361736-100000@aspara.forte.com>
42305      Branch: perl
42306            ! t/op/sprintf.t
42307 ____________________________________________________________________________
42308 [ 10850] By: jhi                                   on 2001/06/23  03:29:04
42309         Log: Subject: [PATCH: perl@10825] build (and test!) VMS::Stdio on VMS
42310              From: Peter Prymmer <pvhp@forte.com>
42311              Date: Fri, 22 Jun 2001 19:08:23 -0700 (PDT)
42312              Message-ID: <Pine.OSF.4.10.10106221903270.24012-100000@aspara.forte.com>
42313      Branch: perl
42314            ! vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
42315 ____________________________________________________________________________
42316 [ 10849] By: jhi                                   on 2001/06/23  03:27:21
42317         Log: Subject: [PATCH: perl@10825] correction to lib/ExtUtils.t patch
42318              From: Peter Prymmer <pvhp@forte.com>
42319              Date: Fri, 22 Jun 2001 17:56:01 -0700 (PDT)
42320              Message-ID: <Pine.OSF.4.10.10106221754180.24012-100000@aspara.forte.com>
42321      Branch: perl
42322            ! lib/ExtUtils.t
42323 ____________________________________________________________________________
42324 [ 10848] By: jhi                                   on 2001/06/22  21:51:31
42325         Log: Retract #10845.
42326      Branch: perl
42327            ! lib/File/Find/taint.t
42328 ____________________________________________________________________________
42329 [ 10847] By: jhi                                   on 2001/06/22  21:50:38
42330         Log: Yet another error message.
42331      Branch: perl
42332            ! t/op/mkdir.t
42333 ____________________________________________________________________________
42334 [ 10846] By: jhi                                   on 2001/06/22  21:48:39
42335         Log: The croak message for nonexistent socket functions may vary.
42336      Branch: perl
42337            ! lib/Net/netent.t lib/Net/protoent.t lib/Net/servent.t
42338 ____________________________________________________________________________
42339 [ 10845] By: jhi                                   on 2001/06/22  21:42:38
42340         Log: (Retracted by #10848.)
42341      Branch: perl
42342            ! lib/File/Find/taint.t
42343 ____________________________________________________________________________
42344 [ 10844] By: jhi                                   on 2001/06/22  21:32:58
42345         Log: Integrate perlio.
42346      Branch: perl
42347           !> lib/File/Find/taint.t t/op/write.t
42348 ____________________________________________________________________________
42349 [ 10843] By: nick                                  on 2001/06/22  21:24:51
42350         Log: Back out debug in taint.t
42351      Branch: perlio
42352            ! lib/File/Find/taint.t
42353 ____________________________________________________________________________
42354 [ 10842] By: jhi                                   on 2001/06/22  21:20:02
42355         Log: setitimer() does not exist in Unicos, despite of what
42356              Configure thinks, from Mark P. Lutz.
42357      Branch: perl
42358            ! hints/unicos.sh
42359 ____________________________________________________________________________
42360 [ 10841] By: nick                                  on 2001/06/22  21:19:36
42361         Log: Skip cwd test on Win32 ???
42362      Branch: perlio
42363            ! lib/File/Find/taint.t
42364 ____________________________________________________________________________
42365 [ 10840] By: jhi                                   on 2001/06/22  21:17:34
42366         Log: Casting this way seems to keep both 64-bitint x86 FreeBSD
42367              and Tru64 gcc -Wall happy.
42368      Branch: perl
42369            ! mg.c
42370 ____________________________________________________________________________
42371 [ 10839] By: jhi                                   on 2001/06/22  21:15:32
42372         Log: The packs must be done in native shorts, fix from Mark P. Lutz.
42373      Branch: perl
42374            ! ext/IPC/SysV/Semaphore.pm
42375 ____________________________________________________________________________
42376 [ 10838] By: jhi                                   on 2001/06/22  21:12:02
42377         Log: Metaconfig unit change for #10837.
42378      Branch: metaconfig/U/perl
42379            ! Cross.U
42380 ____________________________________________________________________________
42381 [ 10837] By: jhi                                   on 2001/06/22  21:09:42
42382         Log: Cleanup of the cross-compilation unit.
42383      Branch: perl
42384            ! Configure
42385 ____________________________________________________________________________
42386 [ 10836] By: nick                                  on 2001/06/22  20:45:12
42387         Log: Skip |- based op/write.t on Win32 as well as VMS
42388      Branch: perlio
42389            ! t/op/write.t
42390 ____________________________________________________________________________
42391 [ 10835] By: jhi                                   on 2001/06/22  20:44:20
42392         Log: Integrate perlio.
42393      Branch: perl
42394           !> util.c
42395 ____________________________________________________________________________
42396 [ 10834] By: nick                                  on 2001/06/22  20:41:54
42397         Log: Integrate mainline
42398      Branch: perlio
42399           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
42400           !> config_h.SH pp_sys.c uconfig.h util.c vos/config.alpha.h
42401           !> vos/config.ga.h
42402 ____________________________________________________________________________
42403 [ 10833] By: nick                                  on 2001/06/22  20:22:58
42404         Log: Patcho fix.
42405      Branch: perlio
42406            ! util.c
42407 ____________________________________________________________________________
42408 [ 10832] By: jhi                                   on 2001/06/22  20:13:02
42409         Log: Metaconfig unit changes for #10831.
42410      Branch: metaconfig
42411            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
42412 ____________________________________________________________________________
42413 [ 10831] By: jhi                                   on 2001/06/22  20:12:29
42414         Log: Subject: [PATCH 5.7.x] Further tiny bcopy cleanup
42415              From: Andy Dougherty <doughera@lafayette.edu>
42416              Date: Fri, 22 Jun 2001 14:29:51 -0400 (EDT)
42417              Message-ID: <Pine.SOL.4.10.10106221417030.28044-100000@maxwell.phys.lafayette.edu>
42418      Branch: perl
42419            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
42420            ! config_h.SH uconfig.h vos/config.alpha.h vos/config.ga.h
42421 ____________________________________________________________________________
42422 [ 10830] By: jhi                                   on 2001/06/22  19:50:15
42423         Log: MPE/iX prototype nits from Mark Bixby.
42424      Branch: perl
42425            ! pp_sys.c
42426 ____________________________________________________________________________
42427 [ 10829] By: jhi                                   on 2001/06/22  16:25:16
42428         Log: Detypo.
42429      Branch: perl
42430            ! util.c
42431 ____________________________________________________________________________
42432 [ 10828] By: nick                                  on 2001/06/22  15:33:37
42433         Log: Integrate mainline (in near desperate attempt to get Win32 to build...)
42434      Branch: perlio
42435           +> lib/h2xs.t
42436           !> AUTHORS Changes MANIFEST Makefile.SH NetWare/t/NWScripts.pl
42437           !> ext/B/Deparse.t ext/POSIX/POSIX.xs lib/ExtUtils.t
42438           !> lib/ExtUtils/Constant.pm lib/I18N/LangTags.pm
42439           !> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/test.pl
42440           !> lib/Locale/Maketext.pm lib/Locale/Maketext.pod
42441           !> lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
42442           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm patchlevel.h
42443           !> t/op/write.t t/pod/plainer.t utils/h2xs.PL vms/vms.c
42444           !> vms/vmsish.h
42445 ____________________________________________________________________________
42446 [ 10827] By: jhi                                   on 2001/06/22  14:15:26
42447         Log: Subject: [PATCH perl@10800] sigaction workaround for VMS
42448              Date: Fri, 22 Jun 2001 10:08:35 -0500
42449              From: "Craig A. Berry" <craigberry@mac.com>
42450              Message-Id: <a05101001b75908704194@[192.168.56.145]>
42451      Branch: perl
42452            ! vms/vms.c vms/vmsish.h
42453 ____________________________________________________________________________
42454 [ 10826] By: jhi                                   on 2001/06/22  13:35:37
42455         Log: NetWare scripts tweak from Ananth Kesari.
42456      Branch: perl
42457            ! NetWare/t/NWScripts.pl
42458 ____________________________________________________________________________
42459 [ 10825] By: jhi                                   on 2001/06/22  13:00:55
42460         Log: Update Changes.
42461      Branch: perl
42462            ! Changes patchlevel.h
42463 ____________________________________________________________________________
42464 [ 10824] By: jhi                                   on 2001/06/22  12:46:56
42465         Log: Add .i and .s targets.
42466      Branch: perl
42467            ! Makefile.SH
42468 ____________________________________________________________________________
42469 [ 10823] By: jhi                                   on 2001/06/22  12:25:20
42470         Log: Upgrade to Locale::Maketext 1.03.
42471      Branch: perl
42472            ! lib/Locale/Maketext.pm lib/Locale/Maketext.pod
42473            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
42474 ____________________________________________________________________________
42475 [ 10822] By: jhi                                   on 2001/06/22  12:23:57
42476         Log: Upgrade to I18N::LangTags 0.26.
42477      Branch: perl
42478            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
42479            ! lib/I18N/LangTags/test.pl
42480 ____________________________________________________________________________
42481 [ 10821] By: jhi                                   on 2001/06/22  12:16:41
42482         Log: The #10792 didn't take, and s/sighni/signi/, as noticed by
42483              Philip Newton.
42484      Branch: perl
42485            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
42486            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
42487 ____________________________________________________________________________
42488 [ 10820] By: jhi                                   on 2001/06/22  12:13:37
42489         Log: Subject: [PATCH: perl@10800] trigraphs and tests for h2xs
42490              From: Prymmer/Kahn <pvhp@best.com>
42491              Date: Fri, 22 Jun 2001 00:03:24 -0700 (PDT)
42492              Message-ID: <Pine.BSF.4.21.0106212354510.6026-100000@shell8.ba.best.com>
42493      Branch: perl
42494            + lib/h2xs.t
42495            ! MANIFEST utils/h2xs.PL
42496 ____________________________________________________________________________
42497 [ 10819] By: jhi                                   on 2001/06/22  12:11:56
42498         Log: Subject: [PATCH: perl@10800] nmake specific cleanliness for lib/ExtUtils.t
42499              From: Prymmer/Kahn <pvhp@best.com>
42500              Date: Thu, 21 Jun 2001 23:53:27 -0700 (PDT)
42501              Message-ID: <Pine.BSF.4.21.0106212346540.6026-100000@shell8.ba.best.com>
42502      Branch: perl
42503            ! lib/ExtUtils.t
42504 ____________________________________________________________________________
42505 [ 10818] By: jhi                                   on 2001/06/22  12:11:08
42506         Log: Subject: [PATCH: perl@10800] clean up after t/pod/plainer.t on Win32
42507              From: Prymmer/Kahn <pvhp@best.com>
42508              Date: Thu, 21 Jun 2001 23:45:15 -0700 (PDT)
42509              Message-ID: <Pine.BSF.4.21.0106212341510.6026-100000@shell8.ba.best.com>
42510      Branch: perl
42511            ! t/pod/plainer.t
42512 ____________________________________________________________________________
42513 [ 10817] By: jhi                                   on 2001/06/22  12:10:05
42514         Log: AUTHORS update.
42515      Branch: perl
42516            ! AUTHORS
42517 ____________________________________________________________________________
42518 [ 10816] By: jhi                                   on 2001/06/22  12:08:24
42519         Log: Subject: should POSIX.xs use XSRETURN_UNDEF in sigaction?
42520              From: "Craig A. Berry" <craigberry@mac.com>
42521              Date: Thu, 21 Jun 2001 18:20:38 -0500
42522              Message-Id: <5.1.0.14.0.20010621180227.02a8e930@exchi01>
42523      Branch: perl
42524            ! ext/POSIX/POSIX.xs
42525 ____________________________________________________________________________
42526 [ 10815] By: jhi                                   on 2001/06/22  12:07:19
42527         Log: Subject: [PATCH perl@10765] fix Deparse.t and write.t for VMS
42528              From: "Craig A. Berry" <craigberry@mac.com>
42529              Date: Thu, 21 Jun 2001 09:58:52 -0500
42530              Message-Id: <5.1.0.14.0.20010620172532.033cdb88@exchi01>
42531      Branch: perl
42532            ! ext/B/Deparse.t t/op/write.t
42533 ____________________________________________________________________________
42534 [ 10814] By: nick                                  on 2001/06/22  08:13:09
42535         Log: Integrate mainline.
42536      Branch: perlio
42537           !> (integrate 46 files)
42538 ____________________________________________________________________________
42539 [ 10813] By: jhi                                   on 2001/06/22  02:48:58
42540         Log: Change the prefixes only if $prefix is unset,
42541              as originally patched by Marcel Grunauer.
42542      Branch: perl
42543            ! hints/darwin.sh hints/rhapsody.sh
42544 ____________________________________________________________________________
42545 [ 10812] By: jhi                                   on 2001/06/22  02:44:41
42546         Log: Subject: Re: Patch for hints/darwin.sh
42547              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
42548              Date: Thu, 21 Jun 2001 11:23:46 -0700
42549              Message-Id: <200106211823.OAA01089@melbourne-city-street.mit.edu>
42550      Branch: perl
42551            ! hints/darwin.sh hints/rhapsody.sh
42552 ____________________________________________________________________________
42553 [ 10811] By: jhi                                   on 2001/06/22  02:34:27
42554         Log: Add .PHONY targets for non-file targets,
42555              from Wilfredo Sánchez.  Should help saying
42556              "make install" on case-insensitive filesystems.
42557      Branch: perl
42558            ! Makefile.SH
42559 ____________________________________________________________________________
42560 [ 10810] By: jhi                                   on 2001/06/22  02:01:23
42561         Log: Subject: Re: Automated smoke report for patch 10764 (truncated)
42562              From: Doug MacEachern <dougm@covalent.net>
42563              Date: Thu, 21 Jun 2001 19:32:05 -0700 (PDT)
42564              Message-ID: <Pine.LNX.4.21.0106211925020.17261-100000@mako.covalent.net>
42565              
42566              plus reword the getcwd() comment, plus use getcwd() buffer
42567              size minus one.
42568      Branch: perl
42569            ! util.c
42570 ____________________________________________________________________________
42571 [ 10809] By: jhi                                   on 2001/06/22  01:16:58
42572         Log: More gprofing from Doug MacEachern.
42573      Branch: perl
42574            ! Makefile.SH
42575 ____________________________________________________________________________
42576 [ 10808] By: jhi                                   on 2001/06/22  01:15:11
42577         Log: Metaconfig unit change for #10807.
42578      Branch: metaconfig/U/perl
42579            ! d_sfio.U
42580 ____________________________________________________________________________
42581 [ 10807] By: jhi                                   on 2001/06/22  01:14:43
42582         Log: Tell that you are removing the unneeded -lsfio.
42583      Branch: perl
42584            ! Configure
42585 ____________________________________________________________________________
42586 [ 10806] By: jhi                                   on 2001/06/22  01:03:14
42587         Log: More MPE/iX tweaks from Mark Bixby.
42588      Branch: perl
42589            ! perl.c t/op/magic.t
42590 ____________________________________________________________________________
42591 [ 10805] By: jhi                                   on 2001/06/21  22:41:11
42592         Log: The fchdir() proto is supposed to live in <unistd.h>.
42593      Branch: perl
42594            ! ext/Cwd/Cwd.xs
42595 ____________________________________________________________________________
42596 [ 10804] By: jhi                                   on 2001/06/21  22:24:42
42597         Log: This town is too small for the Cwd extension and me,
42598              it would seem...
42599      Branch: perl
42600            ! ext/Cwd/Cwd.xs
42601 ____________________________________________________________________________
42602 [ 10803] By: jhi                                   on 2001/06/21  21:54:00
42603         Log: Metaconfig unit change for #10802.
42604      Branch: metaconfig/U/perl
42605            ! d_modfl.U
42606 ____________________________________________________________________________
42607 [ 10802] By: jhi                                   on 2001/06/21  21:53:37
42608         Log: More d'ohs.
42609      Branch: perl
42610            ! Configure
42611 ____________________________________________________________________________
42612 [ 10801] By: jhi                                   on 2001/06/21  21:38:38
42613         Log: Off-by-one.  I'm so classic.
42614      Branch: perl
42615            ! util.c
42616 ____________________________________________________________________________
42617 [ 10800] By: jhi                                   on 2001/06/21  20:10:19
42618         Log: Update Changes.
42619      Branch: perl
42620            ! Changes patchlevel.h
42621 ____________________________________________________________________________
42622 [ 10799] By: jhi                                   on 2001/06/21  20:03:54
42623         Log: Subject: Documentation patch for Net::FTP
42624              From: Marcel Grunauer <marcel@codewerk.com>
42625              Date: Wed, 20 Jun 2001 23:03:26 +0200
42626              Message-Id: <20010620210309.DCMT6087.viemta06@localhost>
42627      Branch: perl
42628            ! lib/Net/FTP.pm
42629 ____________________________________________________________________________
42630 [ 10798] By: jhi                                   on 2001/06/21  20:01:14
42631         Log: Retract the #10417 mg.c and embed.pl parts because of
42632              strange SEGVs in 64bit x86 FreeBSD observed by
42633              Nicholas Clark.
42634      Branch: perl
42635            ! embed.pl mg.c perlapi.c pod/perlintern.pod proto.h
42636 ____________________________________________________________________________
42637 [ 10797] By: jhi                                   on 2001/06/21  19:40:34
42638         Log: Add fchdir() probe (in non-UNIX systems assume it doesn't exist).
42639      Branch: perl
42640            ! Configure NetWare/config.wc NetWare/config_H.wc
42641            ! Porting/Glossary Porting/config.sh Porting/config_H
42642            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
42643            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
42644            ! vos/config.ga.h win32/config.bc win32/config.gc
42645            ! win32/config.vc win32/config_H.bc win32/config_H.gc
42646            ! win32/config_H.vc
42647 ____________________________________________________________________________
42648 [ 10796] By: jhi                                   on 2001/06/21  19:08:28
42649         Log: Cwd tweak from Doug MacEachern.
42650      Branch: perl
42651            ! ext/Cwd/Cwd.xs
42652 ____________________________________________________________________________
42653 [ 10795] By: jhi                                   on 2001/06/21  19:03:48
42654         Log: Protect the fchdir() and lstat() with ifdefs.
42655              fchdir() needs a Configure probe.
42656      Branch: perl
42657            ! ext/Cwd/Cwd.xs
42658 ____________________________________________________________________________
42659 [ 10794] By: nick                                  on 2001/06/21  17:11:35
42660         Log: Integrate mainline
42661      Branch: perlio
42662           +> ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
42663           +> ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
42664           +> lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
42665           +> lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
42666           +> lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
42667           +> lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
42668           +> lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
42669           +> lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
42670            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
42671            - lib/File/Glob/case.t lib/File/Glob/global.t
42672            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
42673            - lib/File/Temp/posix.t lib/File/Temp/security.t
42674            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
42675            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
42676            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
42677            - lib/Text/Wrap/wrap.t
42678           !> (integrate 41 files)
42679 ____________________________________________________________________________
42680 [ 10793] By: jhi                                   on 2001/06/21  17:01:26
42681         Log: Subject: [PATCH perl@10765] fix Cwd.xs for VMS
42682              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
42683              Date: Thu, 21 Jun 2001 13:04:54 -0500
42684              Message-Id: <5.1.0.14.0.20010621124127.029fe120@exchi01>
42685      Branch: perl
42686            ! ext/Cwd/Cwd.xs
42687 ____________________________________________________________________________
42688 [ 10792] By: jhi                                   on 2001/06/21  16:13:57
42689         Log: Subject: [PATCH pod] overlong =item
42690              From: Robin Barker <rmb1@cise.npl.co.uk>
42691              Date: Thu, 21 Jun 2001 18:08:04 +0100 (BST)
42692              Message-Id: <200106211708.SAA08097@tempest.npl.co.uk>
42693      Branch: perl
42694            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
42695            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
42696 ____________________________________________________________________________
42697 [ 10791] By: jhi                                   on 2001/06/21  16:10:51
42698         Log: Subject: [PATCH perlio.c] format 
42699              From: Robin Barker <rmb1@cise.npl.co.uk>
42700              Date: Thu, 21 Jun 2001 18:05:02 +0100 (BST)
42701              Message-Id: <200106211705.SAA08067@tempest.npl.co.uk>
42702      Branch: perl
42703            ! perlio.c
42704 ____________________________________________________________________________
42705 [ 10790] By: jhi                                   on 2001/06/21  15:52:04
42706         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
42707              From: Radu Greab <radu@netsoft.ro>
42708              Date: Thu, 21 Jun 2001 19:06:02 +0300
42709              Message-ID: <15154.7018.376419.295092@ix.netsoft.ro>
42710      Branch: perl
42711            ! pod/perlapi.pod sv.c
42712 ____________________________________________________________________________
42713 [ 10789] By: jhi                                   on 2001/06/21  14:48:25
42714         Log: The metaconfig unit changes for #10788.
42715      Branch: metaconfig/U/perl
42716            ! Cross.U fflushall.U
42717 ____________________________________________________________________________
42718 [ 10788] By: jhi                                   on 2001/06/21  14:47:48
42719         Log: Cross-configuration changes: make $from to rm the files
42720              before copying them over (this means that he rm can be
42721              removed from the fflushall test), create $targetmkdir      
42722              (not documented in install since it is supposed to internal
42723              use only), make $run to copy over the executable only if
42724              a stamp file .xok doesn't already exist (to avoid unnecessary
42725              copying of the executable)
42726      Branch: perl
42727            ! Configure Makefile.SH
42728 ____________________________________________________________________________
42729 [ 10787] By: nick                                  on 2001/06/21  14:16:18
42730         Log: Integrate mainline
42731      Branch: perlio
42732           +> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
42733           +> lib/I18N/LangTags/README lib/Locale/Maketext/ChangeLog
42734           +> lib/Locale/Maketext/README lib/Locale/Maketext/test.pl
42735            - lib/I18N/LangTags/List.pod lib/Locale/Maketext.t
42736           !> (integrate 34 files)
42737 ____________________________________________________________________________
42738 [ 10786] By: jhi                                   on 2001/06/21  13:59:32
42739         Log: Re-add the files as text.
42740      Branch: perl
42741            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
42742 ____________________________________________________________________________
42743 [ 10785] By: jhi                                   on 2001/06/21  13:57:55
42744         Log: Delete the binary files.
42745      Branch: perl
42746            - t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
42747 ____________________________________________________________________________
42748 [ 10784] By: jhi                                   on 2001/06/21  13:49:47
42749         Log: Subject: [PATCH 5.7.x] Unnecessary pod2man calls in new extensions
42750              From: Andy Dougherty <doughera@lafayette.edu>
42751              Date: Thu, 21 Jun 2001 10:44:05 -0400 (EDT)
42752              Message-ID: <Pine.SOL.4.10.10106211040180.26439-100000@maxwell.phys.lafayette.edu>
42753      Branch: perl
42754            ! ext/Digest/MD5/Makefile.PL ext/List/Util/Makefile.PL
42755            ! ext/MIME/Base64/Makefile.PL ext/PerlIO/Scalar/Makefile.PL
42756            ! ext/PerlIO/Via/Makefile.PL ext/Time/HiRes/Makefile.PL
42757            ! ext/Time/Piece/Makefile.PL ext/XS/Typemap/Makefile.PL
42758 ____________________________________________________________________________
42759 [ 10783] By: jhi                                   on 2001/06/21  13:46:50
42760         Log: Subject: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
42761              From: 0000-Admin <root@egg.karlov.mff.cuni.cz>(0000)
42762              Date: Wed, 20 Jun 2001 14:11:49 +0200 (MET DST) 
42763              Message-Id: <200106201211.f5KCBnm24320@egg.karlov.mff.cuni.cz>
42764              
42765              Setting umask to something friendlier.
42766      Branch: perl
42767            ! installman installperl
42768 ____________________________________________________________________________
42769 [ 10782] By: jhi                                   on 2001/06/21  13:42:17
42770         Log: Shuffle around tests to (ext|lib)/.../t/ subdirectories.
42771              Resort MANIFEST with sort -f, looks much better.
42772      Branch: perl
42773            + ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
42774            + ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
42775            + lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
42776            + lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
42777            + lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
42778            + lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
42779            + lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
42780            + lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
42781            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
42782            - lib/File/Glob/case.t lib/File/Glob/global.t
42783            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
42784            - lib/File/Temp/posix.t lib/File/Temp/security.t
42785            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
42786            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
42787            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
42788            - lib/Text/Wrap/wrap.t
42789            ! MANIFEST
42790 ____________________________________________________________________________
42791 [ 10781] By: jhi                                   on 2001/06/21  13:16:04
42792         Log: Upgrade to I18N::LangTags 0.25.
42793      Branch: perl
42794            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
42795            ! lib/I18N/LangTags/List.pm
42796 ____________________________________________________________________________
42797 [ 10780] By: jhi                                   on 2001/06/21  13:12:54
42798         Log: Subject: [PATCH] Step 2: Use the new PM_GETRE/SETRE macros everywhere.
42799              From: Richard Soderberg <rs@crystalflame.net>
42800              Date: Thu, 21 Jun 2001 07:01:22 -0700 (PDT)
42801              Message-ID: <Pine.LNX.4.21.0106210657400.1693-100000@oregonnet.com>
42802      Branch: perl
42803            ! dump.c ext/B/B.xs ext/B/B/C.pm ext/ByteLoader/bytecode.h mg.c
42804            ! op.c pp.c pp_ctl.c pp_hot.c regexec.c
42805 ____________________________________________________________________________
42806 [ 10779] By: jhi                                   on 2001/06/21  12:59:57
42807         Log: Test obsoleted by change #10777.
42808      Branch: perl
42809            ! t/op/sub_lval.t
42810 ____________________________________________________________________________
42811 [ 10778] By: jhi                                   on 2001/06/21  12:52:37
42812         Log: Case of confused test numbering.
42813      Branch: perl
42814            ! t/op/pat.t
42815 ____________________________________________________________________________
42816 [ 10777] By: jhi                                   on 2001/06/21  12:30:57
42817         Log: Subject: Re: Opinion on undef lvalue
42818              From: Abhijit Menon-Sen <ams@wiw.org>
42819              Date: Sun, 17 Jun 2001 13:04:46 +0530
42820              Message-ID: <20010617130446.B27925@lustre.linux.in>
42821              
42822              Allow lvalue subs to return undef in array context.
42823      Branch: perl
42824            ! pp_hot.c
42825 ____________________________________________________________________________
42826 [ 10776] By: jhi                                   on 2001/06/21  12:27:48
42827         Log: Just a guess that using the same hack for cygwin as
42828              for win32 might help.
42829      Branch: perl
42830            ! lib/File/Find/find.t
42831 ____________________________________________________________________________
42832 [ 10775] By: jhi                                   on 2001/06/21  12:25:58
42833         Log: NetWare tweaks from Guruprasad.
42834      Branch: perl
42835            ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
42836            ! NetWare/config_H.wc NetWare/nw5sck.c NetWare/nw5sck.h
42837            ! NetWare/nwperlsys.c NetWare/t/NWModify.pl
42838            ! NetWare/t/NWScripts.pl NetWare/t/Readme.txt
42839 ____________________________________________________________________________
42840 [ 10774] By: jhi                                   on 2001/06/21  12:21:17
42841         Log: Subject: Re: perl@10722: Bogus warnings on REs 
42842              From: Hugo <hv@crypt.compulink.co.uk>
42843              Date: Thu, 21 Jun 2001 09:51:17 +0100
42844              Message-Id: <200106210851.JAA01942@crypt.compulink.co.uk>
42845              
42846              Unroll to avoid a UTS compiler bug.
42847      Branch: perl
42848            ! regcomp.c
42849 ____________________________________________________________________________
42850 [ 10773] By: jhi                                   on 2001/06/21  12:13:13
42851         Log: Subject: Re: [PATCH] Make /o work under i?threads
42852              From: Artur Bergman <artur@contiller.se>
42853              Date: Thu, 21 Jun 2001 14:38:03 +0200
42854              Message-ID: <B757B74A.184D%artur@contiller.se>
42855      Branch: perl
42856            ! t/op/pat.t
42857 ____________________________________________________________________________
42858 [ 10772] By: jhi                                   on 2001/06/21  12:12:23
42859         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
42860              From: Artur Bergman <artur@contiller.se> 
42861              Date: Thu, 21 Jun 2001 14:27:33 +0200
42862              Message-ID: <B757B4D4.1849%artur@contiller.se>
42863              
42864              Plus extra parentheses.
42865      Branch: perl
42866            ! op.h
42867 ____________________________________________________________________________
42868 [ 10771] By: jhi                                   on 2001/06/21  12:10:29
42869         Log: Subject: [PATCH] Make /o work under i?threads
42870              From: Richard Soderberg <rs@crystalflame.net>
42871              Date: Thu, 21 Jun 2001 05:21:43 -0700 (PDT)
42872              Message-ID: <Pine.LNX.4.21.0106210518210.2479-100000@oregonnet.com>
42873      Branch: perl
42874            ! pp_ctl.c
42875 ____________________________________________________________________________
42876 [ 10770] By: jhi                                   on 2001/06/21  12:09:28
42877         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
42878              From: Artur Bergman <artur@contiller.se>
42879              Date: Thu, 21 Jun 2001 14:04:54 +0200
42880              Message-ID: <B757AF86.1842%artur@contiller.se>
42881      Branch: perl
42882            ! op.h
42883 ____________________________________________________________________________
42884 [ 10769] By: jhi                                   on 2001/06/21  12:08:03
42885         Log: Subject: Re: perl@10765: sv.c not OK on win32
42886              From: Artur Bergman <artur@contiller.se>
42887              Date: Thu, 21 Jun 2001 10:31:06 +0200
42888              Message-ID: <B7577D69.182C%artur@contiller.se>
42889      Branch: perl
42890            ! sv.c
42891 ____________________________________________________________________________
42892 [ 10768] By: jhi                                   on 2001/06/21  12:03:56
42893         Log: Subject: [PATCH 5.6.1] OS2 getpw*, getgr*
42894              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42895              Date: Thu, 21 Jun 2001 06:23:56 -0400
42896              Message-ID: <20010621062356.A8619@math.ohio-state.edu>
42897              
42898              Subject: Re: [PATCH 5.6.1] OS2 getpw*, getgr*
42899              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42900              Date: Thu, 21 Jun 2001 06:32:21 -0400
42901              Message-ID: <20010621063221.A8823@math.ohio-state.edu>
42902      Branch: perl
42903            ! lib/File/Glob/basic.t makedef.pl os2/os2.c os2/os2ish.h
42904 ____________________________________________________________________________
42905 [ 10767] By: jhi                                   on 2001/06/21  12:00:07
42906         Log: Subject: [PATCH] make syslog test more verbose
42907              From: Robert Spier <rspier@pobox.com>
42908              Date: Thu, 21 Jun 2001 00:54:32 -0400
42909              Message-ID: <15153.32264.295807.333073@rls.cx>
42910      Branch: perl
42911            ! ext/Sys/Syslog/syslog.t
42912 ____________________________________________________________________________
42913 [ 10766] By: jhi                                   on 2001/06/20  23:27:57
42914         Log: Subject: op/study.t refinements
42915              From: Hugo <hv@crypt.compulink.co.uk>
42916              Date: Thu, 21 Jun 2001 00:29:07 +0100
42917              Message-Id: <200106202329.AAA31397@crypt.compulink.co.uk>
42918      Branch: perl
42919            ! t/op/study.t
42920 ____________________________________________________________________________
42921 [ 10765] By: jhi                                   on 2001/06/20  19:51:47
42922         Log: Update Changes.
42923      Branch: perl
42924            ! Changes patchlevel.h
42925 ____________________________________________________________________________
42926 [ 10764] By: jhi                                   on 2001/06/20  19:00:23
42927         Log: Subject: Re: [PATCH] djgpp updates
42928              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
42929              Date: Wed, 20 Jun 2001 10:05:15 +0200
42930              Message-ID: <20010620100515.L5600@libra.eth.ericsson.se>
42931      Branch: perl
42932            ! djgpp/config.over
42933 ____________________________________________________________________________
42934 [ 10763] By: jhi                                   on 2001/06/20  18:58:06
42935         Log: Fix for ID 20010619.002 "When building hash, hash keys that
42936              are function calls are not being called", from Abhijit.
42937      Branch: perl
42938            ! t/base/lex.t toke.c
42939 ____________________________________________________________________________
42940 [ 10762] By: jhi                                   on 2001/06/20  18:45:00
42941         Log: Upgrade to Locale::Maketext 1.02, from Sean Burke.
42942      Branch: perl
42943            + lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
42944            + lib/Locale/Maketext/test.pl
42945            - lib/Locale/Maketext.t
42946            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
42947            ! lib/Locale/Maketext/TPJ13.pod
42948 ____________________________________________________________________________
42949 [ 10761] By: jhi                                   on 2001/06/20  18:44:15
42950         Log: Metaconfig unit change for #10760.
42951      Branch: metaconfig
42952            ! U/modified/Cppsym.U
42953 ____________________________________________________________________________
42954 [ 10760] By: jhi                                   on 2001/06/20  18:42:04
42955         Log: Do not remove the ccsym* Cppsym* files since
42956              they are useful for metaconfig units coming after us.
42957              (This is the Configure nit mentioned in #10752.)
42958      Branch: perl
42959            ! Configure
42960 ____________________________________________________________________________
42961 [ 10759] By: jhi                                   on 2001/06/20  18:02:18
42962         Log: Update to I18N::LangTags 0.24, from Sean Burke.
42963      Branch: perl
42964            + lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
42965            + lib/I18N/LangTags/README
42966            - lib/I18N/LangTags/List.pod
42967            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/test.pl
42968 ____________________________________________________________________________
42969 [ 10758] By: jhi                                   on 2001/06/20  17:34:43
42970         Log: Regen headers.
42971      Branch: perl
42972            ! embed.h embedvar.h global.sym perlapi.c perlapi.h
42973            ! pod/perlapi.pod proto.h
42974 ____________________________________________________________________________
42975 [ 10757] By: jhi                                   on 2001/06/20  17:23:08
42976         Log: Subject: [PATCH] Fixes case of CvDEPTH for perl_clone
42977              From: Artur Bergman <artur@contiller.se>
42978              Date: Wed, 20 Jun 2001 11:31:32 +0200
42979              Message-ID: <B7563A14.17D8%artur@contiller.se>
42980      Branch: perl
42981            ! embed.pl hv.c intrpvar.h sv.c sv.h
42982 ____________________________________________________________________________
42983 [ 10756] By: jhi                                   on 2001/06/20  17:13:26
42984         Log: Subject: Fix for [ID 20010124.001] POSIX::errno unreliable
42985              From: Tim Sweetman <tim@aldigital.co.uk> 
42986              Date: Wed, 13 Jun 2001 14:25:17 +0100 
42987              Message-ID: <3B2769BD.68B4F4B3@aldigital.co.uk> 
42988      Branch: perl
42989            ! ext/POSIX/POSIX.t lib/AutoLoader.pm
42990 ____________________________________________________________________________
42991 [ 10755] By: nick                                  on 2001/06/20  16:12:37
42992         Log: Integrate mainline
42993      Branch: perlio
42994           !> embed.h embed.pl ext/Cwd/Cwd.xs ext/Filter/t/call.t
42995           !> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
42996           !> ext/POSIX/POSIX.xs hints/mpeix.sh lib/File/Temp/security.t
42997           !> lib/FileHandle.t mpeix/mpeixish.h mpeix/relink objXSUB.h
42998           !> perlapi.c pod/perldiag.pod pp_sys.c proto.h t/op/pwent.t
42999           !> t/op/study.t util.c
43000 ____________________________________________________________________________
43001 [ 10754] By: gsar                                  on 2001/06/20  15:22:27
43002         Log: missing ld entry in Config.pm on Windows (makefile.mk had it,
43003              but not Makefile)
43004      Branch: maint-5.6/perl
43005            ! win32/Makefile
43006 ____________________________________________________________________________
43007 [ 10753] By: jhi                                   on 2001/06/20  14:03:20
43008         Log: Security tweak on readlink().
43009      Branch: perl
43010            ! pp_sys.c
43011 ____________________________________________________________________________
43012 [ 10752] By: jhi                                   on 2001/06/20  14:00:23
43013         Log: MPE/iX fixes from Mark Bixby (a Configure fix is also needed.)
43014      Branch: perl
43015            ! ext/Filter/t/call.t ext/IO/lib/IO/t/io_sock.t hints/mpeix.sh
43016            ! lib/File/Temp/security.t lib/FileHandle.t mpeix/mpeixish.h
43017            ! mpeix/relink t/op/pwent.t
43018 ____________________________________________________________________________
43019 [ 10751] By: jhi                                   on 2001/06/20  13:57:27
43020         Log: Reinstate #10725 (with probe for alarm()).
43021      Branch: perl
43022            ! t/op/study.t
43023 ____________________________________________________________________________
43024 [ 10750] By: jhi                                   on 2001/06/20  13:53:46
43025         Log: Replace our implementation of realpath() with OpenBSD's
43026              (src/lib/libc/stdlib/realpath.c 1.4).
43027      Branch: perl
43028            ! embed.h embed.pl ext/Cwd/Cwd.xs objXSUB.h perlapi.c
43029            ! pod/perldiag.pod proto.h util.c
43030 ____________________________________________________________________________
43031 [ 10749] By: jhi                                   on 2001/06/20  13:07:49
43032         Log: Integrate perlio.
43033      Branch: perl
43034           !> perlio.c
43035 ____________________________________________________________________________
43036 [ 10748] By: jhi                                   on 2001/06/20  13:07:18
43037         Log: No point in going into memory-saving contortions
43038              with getcwd() since there's a danger of buffer overflow.
43039              Also make the POSIX extension to use sv_getcwd().
43040              Finally, a missed proto.h fragment.
43041      Branch: perl
43042            ! ext/POSIX/POSIX.xs proto.h util.c
43043 ____________________________________________________________________________
43044 [ 10747] By: nick                                  on 2001/06/20  12:38:26
43045         Log: Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.
43046      Branch: perlio
43047            ! perlio.c
43048 ____________________________________________________________________________
43049 [ 10746] By: jhi                                   on 2001/06/20  11:51:10
43050         Log: Subject: Re: Bug in IO::Socket::INET module (repeat)
43051              From: Graham Barr <gbarr@pobox.com>
43052              Date: Wed, 20 Jun 2001 11:05:49 +0100
43053              Message-ID: <20010620110549.I19188@pobox.com>
43054              
43055              reported in        
43056              
43057              Subject: Bug in IO::Socket::INET module (repeat)
43058              From: "Harmon S. Nine" <hnine@netarx.com>
43059              Date: Tue, 19 Jun 2001 09:41:35 -0400
43060              Message-ID: <3B2F568F.8080605@netarx.com>
43061              
43062              The bug was that the IO::Socket::INET constructor
43063              did not allow a 'LocalPort' of 0.
43064      Branch: perl
43065            ! ext/IO/lib/IO/Socket/INET.pm
43066 ____________________________________________________________________________
43067 [ 10745] By: nick                                  on 2001/06/20  08:56:39
43068         Log: Integrate mainline.
43069      Branch: perlio
43070           !> (integrate 37 files)
43071 ____________________________________________________________________________
43072 [ 10744] By: jhi                                   on 2001/06/20  04:54:53
43073         Log: After some reading I don't think we can blindly
43074              use systems' realpath().  Too many security problems,
43075              too many buggy implementations.
43076              
43077              TODO: the realpath() emulation code in util.c doesn't
43078              seem fully operational?  (readlink(), for example?)
43079      Branch: perl
43080            ! Configure Makefile.micro Porting/Glossary Porting/config.sh
43081            ! Porting/config_H config_h.SH embed.h embed.pl global.sym
43082            ! objXSUB.h perlapi.c pod/perldiag.pod pod/perltoc.pod uconfig.h
43083            ! uconfig.sh util.c vos/config.alpha.def vos/config.alpha.h
43084            ! vos/config.ga.def vos/config.ga.h win32/config_H.bc
43085            ! win32/config_H.gc win32/config_H.vc
43086 ____________________________________________________________________________
43087 [ 10743] By: jhi                                   on 2001/06/20  00:48:48
43088         Log: Metaconfig unit change for #10738.
43089      Branch: metaconfig
43090            ! U/compline/d_gconvert.U
43091 ____________________________________________________________________________
43092 [ 10742] By: jhi                                   on 2001/06/20  00:48:20
43093         Log: Integrate change #10739 from maintperl:
43094              
43095              C<eval "/x$\r\n/x"> fails to compile correctly 
43096      Branch: perl
43097           !> t/op/pat.t toke.c
43098 ____________________________________________________________________________
43099 [ 10741] By: jhi                                   on 2001/06/20  00:41:05
43100         Log: Retract #10725 (Hugo asked NOT to apply the patch)
43101      Branch: perl
43102            ! t/op/study.t
43103 ____________________________________________________________________________
43104 [ 10740] By: jhi                                   on 2001/06/19  23:58:25
43105         Log: The test.third results were funnily named because of the
43106              new test scheme.
43107      Branch: perl
43108            ! t/TEST
43109 ____________________________________________________________________________
43110 [ 10739] By: gsar                                  on 2001/06/19  23:49:15
43111         Log: C<eval "/x$\r\n/x"> fails to compile correctly
43112      Branch: maint-5.6/perl
43113            ! t/op/pat.t toke.c
43114 ____________________________________________________________________________
43115 [ 10738] By: jhi                                   on 2001/06/19  23:04:15
43116         Log: Subject: [ID 20010619.012] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED) 
43117              From: Spider Boardman <spider@Orb.Nashua.NH.US>
43118              Date: Tue, 19 Jun 2001 19:15:40 -0400
43119              Message-Id: <200106192315.TAA18531@Orb.Nashua.NH.US>
43120              
43121              The bigintpm.t #1183 failing in Tru64 (and also Cygwin)
43122              because "1e+129" being expected but "1.e+129" being returned.
43123              The culprit (at least in Tru64) is the use of gcvt().
43124      Branch: perl
43125            ! Configure
43126 ____________________________________________________________________________
43127 [ 10737] By: jhi                                   on 2001/06/19  22:56:52
43128         Log: Subject: [PATCH perl@10722] test hunting on VMS
43129              From: "Craig A. Berry" <craigberry@mac.com>
43130              Message-Id: <5.1.0.14.0.20010619183530.01c4bdb8@exchi01>
43131              Date: Tue, 19 Jun 2001 18:59:01 -0500
43132      Branch: perl
43133            ! vms/test.com
43134 ____________________________________________________________________________
43135 [ 10736] By: jhi                                   on 2001/06/19  21:32:29
43136         Log: Subject: [PATCH] s/typos//
43137              From: Abhijit Menon-Sen <ams@wiw.org>
43138              Date: Wed, 20 Jun 2001 02:15:02 +0530
43139              Message-ID: <20010620021502.A14541@lustre.linux.in>
43140              
43141              Without the op.h s/bearword/bareword/ hunk, see
43142              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-02/msg00370.html
43143      Branch: perl
43144            ! util.c
43145 ____________________________________________________________________________
43146 [ 10735] By: jhi                                   on 2001/06/19  21:26:43
43147         Log: Metaconfig unit change for #10732 and #10733.
43148      Branch: metaconfig/U/perl
43149            ! fflushall.U
43150 ____________________________________________________________________________
43151 [ 10734] By: jhi                                   on 2001/06/19  21:24:41
43152         Log: Subject: [PATCH perl@10722] build ext/Socket dynamically on VMS
43153              From: "Craig A. Berry" <craigberry@mac.com>
43154              Date: Tue, 19 Jun 2001 17:19:48 -0500
43155              Message-Id: <5.1.0.14.0.20010619165650.01bd8478@exchi01>
43156      Branch: perl
43157            ! configure.com vms/descrip_mms.template
43158 ____________________________________________________________________________
43159 [ 10733] By: jhi                                   on 2001/06/19  19:57:44
43160         Log: Subject: [ID 20010619.011] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
43161              From: Spider Boardman <spider@Orb.Nashua.NH.US>
43162              Date: Tue, 19 Jun 2001 16:48:07 -0400
43163              Message-Id: <200106192048.QAA20849@Orb.Nashua.NH.US>
43164              
43165              Further fixes to fflush(NULL) detection.
43166      Branch: perl
43167            ! Configure
43168 ____________________________________________________________________________
43169 [ 10732] By: jhi                                   on 2001/06/19  19:38:20
43170         Log: AIX test -s hangs with non-existent files?
43171              (A genuine logic bug in Configure, but AIX also broken?)
43172      Branch: perl
43173            ! Configure
43174 ____________________________________________________________________________
43175 [ 10731] By: jhi                                   on 2001/06/19  19:17:35
43176         Log: AUTHORS updates.
43177      Branch: perl
43178            ! AUTHORS
43179 ____________________________________________________________________________
43180 [ 10730] By: jhi                                   on 2001/06/19  19:03:07
43181         Log: Subject: [ID 20010619.007] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
43182              From: Spider Boardman <spider@Orb.Nashua.NH.US>
43183              Date: Tue, 19 Jun 2001 15:33:25 -0400
43184              Message-Id: <200106191933.PAA08415@Orb.Nashua.NH.US>
43185      Branch: perl
43186            ! ext/POSIX/POSIX.t lib/warnings.t perlio.c t/lib/1_compile.t
43187            ! t/lib/warnings/pp
43188 ____________________________________________________________________________
43189 [ 10729] By: jhi                                   on 2001/06/19  18:34:10
43190         Log: Integrate perlio.
43191      Branch: perl
43192           !> lib/File/Find/find.t win32/distclean.bat
43193 ____________________________________________________________________________
43194 [ 10728] By: nick                                  on 2001/06/19  18:24:53
43195         Log: Hack File/Find/find.t to use File::Spec::Unix on Win32.
43196      Branch: perlio
43197            ! lib/File/Find/find.t win32/distclean.bat
43198 ____________________________________________________________________________
43199 [ 10727] By: jhi                                   on 2001/06/19  18:07:31
43200         Log: Furthwer tweak the fdopen() spot as suggseted by Jeff Pinyan;
43201              also add information how to find out whether one has PerlIO.
43202      Branch: perl
43203            ! pod/perlfunc.pod
43204 ____________________________________________________________________________
43205 [ 10726] By: jhi                                   on 2001/06/19  17:59:30
43206         Log: Subject: [ID 20010619.005] two typos in pod/perlfunc.pod
43207              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
43208              Date: Tue, 19 Jun 2001 11:36:32 -0700 (PDT)
43209              Message-Id: <200106191836.LAA21471@ventrue.corp.yahoo.com>
43210      Branch: perl
43211            ! pod/perlfunc.pod
43212 ____________________________________________________________________________
43213 [ 10725] By: jhi                                   on 2001/06/19  17:28:30
43214         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
43215              From: Hugo <hv@crypt.compulink.co.uk>
43216              Date: Tue, 19 Jun 2001 12:37:30 +0100
43217              Message-Id: <200106191137.MAA15185@crypt.compulink.co.uk>
43218      Branch: perl
43219            ! t/op/study.t
43220 ____________________________________________________________________________
43221 [ 10724] By: jhi                                   on 2001/06/19  17:22:20
43222         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
43223              From: Hugo <hv@crypt.compulink.co.uk>
43224              Message-Id: <200106191215.NAA17691@crypt.compulink.co.uk>
43225              Date: Tue, 19 Jun 2001 13:15:17 +0100
43226      Branch: perl
43227            ! util.c
43228 ____________________________________________________________________________
43229 [ 10723] By: nick                                  on 2001/06/19  14:46:15
43230         Log: Integrate mainline
43231      Branch: perlio
43232           +> ext/IPC/SysV/ipcsysv.t ext/Thread/create.tx ext/Thread/die.tx
43233           +> ext/Thread/die2.tx ext/Thread/io.tx ext/Thread/join.tx
43234           +> ext/Thread/join2.tx ext/Thread/list.tx ext/Thread/lock.tx
43235           +> ext/Thread/queue.tx ext/Thread/specific.tx ext/Thread/sync.tx
43236           +> ext/Thread/sync2.tx ext/Thread/unsync.tx ext/Thread/unsync2.tx
43237           +> ext/Thread/unsync3.tx ext/Thread/unsync4.tx
43238            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
43239            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
43240            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
43241            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
43242            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
43243            - ext/Thread/unsync4.t
43244           !> Changes MANIFEST NetWare/Makefile NetWare/config.wc
43245           !> djgpp/config.over djgpp/fixpmain
43246           !> ext/DynaLoader/DynaLoader_pm.PL ext/IPC/SysV/t/msg.t
43247           !> ext/IPC/SysV/t/sem.t handy.h hv.c lib/ExtUtils/MM_Unix.pm
43248           !> patchlevel.h perl.h utils/libnetcfg.PL win32/Makefile
43249 ____________________________________________________________________________
43250 [ 10722] By: jhi                                   on 2001/06/19  11:55:30
43251         Log: Update Changes.
43252      Branch: perl
43253            ! Changes patchlevel.h
43254 ____________________________________________________________________________
43255 [ 10721] By: jhi                                   on 2001/06/19  11:29:34
43256         Log: The existence shall be MANIFESted.
43257      Branch: perl
43258            ! MANIFEST
43259 ____________________________________________________________________________
43260 [ 10720] By: jhi                                   on 2001/06/19  10:58:09
43261         Log: The old libnet.cfg is first searched from the current directory,
43262              only then from the module path.
43263      Branch: perl
43264            ! utils/libnetcfg.PL
43265 ____________________________________________________________________________
43266 [ 10719] By: jhi                                   on 2001/06/19  10:55:59
43267         Log: NetWare tweaks from Guruprasad.
43268      Branch: perl
43269            ! NetWare/Makefile NetWare/config.wc
43270 ____________________________________________________________________________
43271 [ 10718] By: jhi                                   on 2001/06/19  10:54:22
43272         Log: Subject: [PATCH] djgpp updates
43273              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
43274              Date: Tue, 19 Jun 2001 10:59:06 +0200
43275              Message-ID: <20010619105906.C5600@libra.eth.ericsson.se>
43276      Branch: perl
43277            ! djgpp/config.over djgpp/fixpmain
43278 ____________________________________________________________________________
43279 [ 10717] By: jhi                                   on 2001/06/19  10:53:20
43280         Log: Subject: [PATCH: perl@10689]let MS VC 5 resolve _PerlIO_win32
43281              From: Prymmer/Kahn <pvhp@best.com>
43282              Date: Mon, 18 Jun 2001 23:48:52 -0700 (PDT)
43283              Message-ID: <Pine.BSF.4.21.0106182345100.17670-100000@shell8.ba.best.com>
43284      Branch: perl
43285            ! win32/Makefile
43286 ____________________________________________________________________________
43287 [ 10716] By: jhi                                   on 2001/06/19  10:52:25
43288         Log: The INT32_MIN_BROKEN and INT64_MIN_BROKEN tweaks needs
43289              to happen right after the inclusion of <inttypes.h>,
43290              from Edward Moy.
43291      Branch: perl
43292            ! handy.h perl.h
43293 ____________________________________________________________________________
43294 [ 10715] By: jhi                                   on 2001/06/19  10:49:21
43295         Log: Subject: [patch] preserve @DynaLoader::dl_{librefs,modules}
43296              From: Doug MacEachern <dougm@covalent.net>
43297              Date: Mon, 18 Jun 2001 22:13:38 -0700 (PDT)
43298              Message-ID: <Pine.LNX.4.21.0106182210570.22114-100000@mako.covalent.net>
43299      Branch: perl
43300            ! ext/DynaLoader/DynaLoader_pm.PL
43301 ____________________________________________________________________________
43302 [ 10714] By: jhi                                   on 2001/06/19  10:48:19
43303         Log: Revert #10656 for performance reasons but leave in the
43304              use of Hv*() macros -- in comments, so that grepping the
43305              source is easier, from Abhijit.  (Also add the ENV_HV_NAME speedup
43306              suggested by Sarathy, also by Abhijit.)
43307      Branch: perl
43308            ! hv.c
43309 ____________________________________________________________________________
43310 [ 10713] By: jhi                                   on 2001/06/19  10:46:08
43311         Log: Subject: [patch] .s MakeMaker suffix
43312              From: Doug MacEachern <dougm@covalent.net>
43313              Date: Mon, 18 Jun 2001 21:23:11 -0700 (PDT)
43314              Message-ID: <Pine.LNX.4.21.0106182120250.22114-100000@mako.covalent.net>
43315      Branch: perl
43316            ! lib/ExtUtils/MM_Unix.pm
43317 ____________________________________________________________________________
43318 [ 10712] By: jhi                                   on 2001/06/19  10:34:35
43319         Log: One test lost in the big shuffle restored.
43320      Branch: perl
43321            + ext/IPC/SysV/ipcsysv.t
43322            ! MANIFEST ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
43323 ____________________________________________________________________________
43324 [ 10711] By: jhi                                   on 2001/06/19  10:25:46
43325         Log: Rename the old non-standard threads tests so that
43326              they won't be invoked.
43327      Branch: perl
43328            + ext/Thread/create.tx ext/Thread/die.tx ext/Thread/die2.tx
43329            + ext/Thread/io.tx ext/Thread/join.tx ext/Thread/join2.tx
43330            + ext/Thread/list.tx ext/Thread/lock.tx ext/Thread/queue.tx
43331            + ext/Thread/specific.tx ext/Thread/sync.tx ext/Thread/sync2.tx
43332            + ext/Thread/unsync.tx ext/Thread/unsync2.tx
43333            + ext/Thread/unsync3.tx ext/Thread/unsync4.tx
43334            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
43335            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
43336            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
43337            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
43338            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
43339            - ext/Thread/unsync4.t
43340            ! MANIFEST
43341 ____________________________________________________________________________
43342 [ 10710] By: jhi                                   on 2001/06/19  10:18:41
43343         Log: Integrate perlio.
43344      Branch: perl
43345           !> win32/config_sh.PL
43346 ____________________________________________________________________________
43347 [ 10709] By: nick                                  on 2001/06/19  08:18:18
43348         Log: Integrate mainline
43349      Branch: perlio
43350           +> (branch 40 files)
43351            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
43352            - lib/strict/subs lib/strict/vars lib/warnings/1global
43353            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
43354            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
43355            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
43356            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
43357            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
43358            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
43359            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
43360            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
43361            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
43362            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
43363            - lib/warnings/utf8 lib/warnings/util
43364           !> (integrate 57 files)
43365 ____________________________________________________________________________
43366 [ 10708] By: nick                                  on 2001/06/19  07:57:10
43367         Log: Get Win32 known_extensions and extensions right in config.sh and hence Config.pm
43368      Branch: perlio
43369            ! win32/config_sh.PL
43370 ____________________________________________________________________________
43371 [ 10707] By: nick                                  on 2001/06/19  07:05:07
43372         Log: Perly.y and related file fixes to keep mainframe yacc (and bison) happy.
43373      Branch: perl
43374            ! perly.c perly.y perly_c.diff vms/perly_c.vms
43375 ____________________________________________________________________________
43376 [ 10706] By: jhi                                   on 2001/06/19  02:58:26
43377         Log: More perl572delta tweaks.
43378      Branch: perl
43379            ! pod/perl572delta.pod
43380 ____________________________________________________________________________
43381 [ 10705] By: jhi                                   on 2001/06/19  01:53:40
43382         Log: Update perl572delta.
43383      Branch: perl
43384            ! pod/perl572delta.pod
43385 ____________________________________________________________________________
43386 [ 10704] By: jhi                                   on 2001/06/19  01:28:40
43387         Log: VOS updates from Paul Green.
43388      Branch: perl
43389            ! vos/Changes vos/build.cm vos/perl.bind
43390 ____________________________________________________________________________
43391 [ 10703] By: jhi                                   on 2001/06/19  01:03:53
43392         Log: Update the vos/config.*.* files.
43393      Branch: perl
43394            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
43395            ! vos/config.ga.h
43396 ____________________________________________________________________________
43397 [ 10702] By: jhi                                   on 2001/06/19  01:03:32
43398         Log: Add a makefile for more painless adding of symbols to the
43399              VOS headers while in UNIX (in VOS the vos/configure_perl.cm
43400              takes care of the adding)
43401      Branch: perl
43402            + vos/Makefile
43403 ____________________________________________________________________________
43404 [ 10701] By: jhi                                   on 2001/06/19  00:51:44
43405         Log: Make libnetcfg by default display the libnet configuration,
43406              -c to change, add -i for old config, document all options,
43407              regen toc.
43408      Branch: perl
43409            ! pod/perltoc.pod pod/perlutil.pod utils/libnetcfg.PL
43410 ____________________________________________________________________________
43411 [ 10700] By: jhi                                   on 2001/06/18  23:45:12
43412         Log: gcc -Wall sweep.
43413      Branch: perl
43414            ! ext/IO/IO.xs ext/Time/Piece/Piece.xs
43415 ____________________________________________________________________________
43416 [ 10699] By: jhi                                   on 2001/06/18  23:19:53
43417         Log: So there.
43418      Branch: perl
43419            ! universal.c
43420 ____________________________________________________________________________
43421 [ 10698] By: jhi                                   on 2001/06/18  23:10:22
43422         Log: Document the need for sv_printify().
43423              
43424              Document that 'use utf8' has been considered.
43425              
43426              (An unfinished, gcc 3.0 -Wall nit fix also slipped in, gack.)
43427      Branch: perl
43428            ! pod/perltodo.pod universal.c
43429 ____________________________________________________________________________
43430 [ 10697] By: jhi                                   on 2001/06/18  22:50:53
43431         Log: Subject: Re: [PATCH] Re: [PATCH] Re: perl@10611
43432              From: Nicholas Clark <nick@ccl4.org>
43433              Date: Mon, 18 Jun 2001 23:29:23 +0100
43434              Message-ID: <20010618232923.I98663@plum.flirble.org>
43435      Branch: perl
43436            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
43437            ! ext/Sys/Syslog/Makefile.PL
43438 ____________________________________________________________________________
43439 [ 10696] By: jhi                                   on 2001/06/18  22:39:32
43440         Log: Subject: [PATCH: 5.6.1] perl5db.pl v1.07 + docs
43441              From: Scott.L.Miller@Compaq.com
43442              Date: Mon, 18 Jun 2001 10:12:27 -0500
43443              Message-ID: <86256A6F.00538A54.00@omacmta01.custom-edge.com>
43444      Branch: perl
43445            ! lib/perl5db.pl pod/perldebug.pod
43446 ____________________________________________________________________________
43447 [ 10695] By: jhi                                   on 2001/06/18  22:35:13
43448         Log: Subject: [PATCH lib/Carp/Heavy.pm] malformed POSIX negation
43449              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
43450              Date: Mon, 18 Jun 2001 16:52:24 -0400 (EDT)
43451              Message-ID: <Pine.GSO.4.21.0106181650590.17386-100000@crusoe.crusoe.net>
43452      Branch: perl
43453            ! lib/Carp/Heavy.pm
43454 ____________________________________________________________________________
43455 [ 10694] By: jhi                                   on 2001/06/18  22:34:06
43456         Log: Subject: [PATCH] Documentation changes for CLONE
43457              From: Artur Bergman <artur@contiller.se>
43458              Date: Mon, 18 Jun 2001 22:06:37 +0200
43459              Message-ID: <B7542BEC.1719%artur@contiller.se>
43460      Branch: perl
43461            ! pod/perlmod.pod pod/perlsub.pod
43462 ____________________________________________________________________________
43463 [ 10693] By: jhi                                   on 2001/06/18  22:31:38
43464         Log: Subject: Re: configure.com
43465              From: "Craig A. Berry" <craigberry@mac.com>
43466              Date: Mon, 18 Jun 2001 16:04:38 -0500
43467              Message-Id: <5.1.0.14.0.20010618154549.0318c090@mail.mac.com>
43468      Branch: perl
43469            ! configure.com
43470 ____________________________________________________________________________
43471 [ 10692] By: jhi                                   on 2001/06/18  22:30:43
43472         Log: Subject: PL_nullstash + perl_clone()
43473              From: Doug MacEachern <dougm@covalent.net>
43474              Date: Mon, 18 Jun 2001 16:24:22 -0700 (PDT)
43475              Message-ID: <Pine.LNX.4.21.0106181621040.11974-100000@mako.covalent.net>
43476      Branch: perl
43477            ! sv.c
43478 ____________________________________________________________________________
43479 [ 10691] By: jhi                                   on 2001/06/18  22:26:20
43480         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
43481              From: davem@fdgroup.co.uk
43482              Date: Mon, 18 Jun 2001 21:29:45 +0100 (BST)
43483              Message-Id: <200106182029.VAA06503@gizmo.fdgroup.co.uk>
43484      Branch: perl
43485            ! embed.pl pod/perlapi.pod
43486 ____________________________________________________________________________
43487 [ 10690] By: jhi                                   on 2001/06/18  22:17:05
43488         Log: More cross-compilation defaults gleaned from -Dcc
43489              if it is CPU-OS-gcc.
43490      Branch: metaconfig
43491            ! U/modified/libc.U
43492      Branch: metaconfig/U/perl
43493            ! Cross.U
43494      Branch: perl
43495            ! Configure INSTALL
43496 ____________________________________________________________________________
43497 [ 10689] By: jhi                                   on 2001/06/18  13:59:47
43498         Log: Update Changes.
43499      Branch: perl
43500            ! Changes patchlevel.h
43501 ____________________________________________________________________________
43502 [ 10688] By: jhi                                   on 2001/06/18  13:44:18
43503         Log: Subject: [PATCH 5.7.1] sv.c documentation
43504              From: davem@fdgroup.co.uk
43505              Date: Mon, 18 Jun 2001 00:47:52 +0100 (BST)
43506              Message-Id: <200106172347.AAA05475@gizmo.fdgroup.co.uk>
43507      Branch: perl
43508            ! embed.pl pod/perlapi.pod pod/perlguts.pod pod/perlintern.pod
43509            ! sv.c sv.h
43510 ____________________________________________________________________________
43511 [ 10687] By: jhi                                   on 2001/06/18  13:38:03
43512         Log: Subject: [PATCH bleadperl DOC] $@ Clarification in pod/perlvar.pod
43513              From: "Jon Gunnip" <jongunnip@hotmail.com>
43514              Date: Sun, 17 Jun 2001 18:24:29 -0400
43515              Message-ID: <F136EXUIEAOeIiGXix40000e3a7@hotmail.com>
43516      Branch: perl
43517            ! pod/perlvar.pod
43518 ____________________________________________________________________________
43519 [ 10686] By: jhi                                   on 2001/06/18  13:32:13
43520         Log: Move the locale/strict/warnings helper files back
43521              under the t/lib; this way the amount of non-installabled
43522              stuff under lib/ stays smaller.
43523      Branch: perl
43524            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/strict/refs
43525            + t/lib/strict/subs t/lib/strict/vars t/lib/warnings/1global
43526            + t/lib/warnings/2use t/lib/warnings/3both t/lib/warnings/4lint
43527            + t/lib/warnings/5nolint t/lib/warnings/6default
43528            + t/lib/warnings/7fatal t/lib/warnings/8signal
43529            + t/lib/warnings/9enabled t/lib/warnings/av t/lib/warnings/doio
43530            + t/lib/warnings/doop t/lib/warnings/gv t/lib/warnings/hv
43531            + t/lib/warnings/malloc t/lib/warnings/mg t/lib/warnings/op
43532            + t/lib/warnings/perl t/lib/warnings/perlio t/lib/warnings/perly
43533            + t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
43534            + t/lib/warnings/pp_sys t/lib/warnings/regcomp
43535            + t/lib/warnings/regexec t/lib/warnings/run t/lib/warnings/sv
43536            + t/lib/warnings/taint t/lib/warnings/toke
43537            + t/lib/warnings/universal t/lib/warnings/utf8
43538            + t/lib/warnings/util
43539            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
43540            - lib/strict/subs lib/strict/vars lib/warnings/1global
43541            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
43542            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
43543            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
43544            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
43545            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
43546            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
43547            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
43548            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
43549            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
43550            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
43551            - lib/warnings/utf8 lib/warnings/util
43552            ! MANIFEST installperl lib/locale.t lib/strict.t
43553 ____________________________________________________________________________
43554 [ 10685] By: jhi                                   on 2001/06/18  13:11:49
43555         Log: Split off the pack/unpack code, from Nicholas Clark.
43556      Branch: perl
43557            + pp_pack.c
43558            ! MANIFEST Makefile.SH Makefile.micro cflags.SH embed.h embed.pl
43559            ! objXSUB.h perlapi.c pod/perlhack.pod pp.c proto.h
43560            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
43561 ____________________________________________________________________________
43562 [ 10684] By: jhi                                   on 2001/06/18  12:25:55
43563         Log: Guard the SysV IPC tests against being invoked in
43564              SysV-IPC-less places.
43565      Branch: perl
43566            ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
43567 ____________________________________________________________________________
43568 [ 10683] By: nick                                  on 2001/06/18  12:24:42
43569         Log: Integrate mainline (new test scheme now ok on Linux).
43570      Branch: perlio
43571           +> lib/warnings.t
43572           !> dump.c sv.c
43573 ____________________________________________________________________________
43574 [ 10682] By: jhi                                   on 2001/06/18  12:20:50
43575         Log: Add the locale.c and numeric.c to the microperl sources.
43576      Branch: perl
43577            ! Makefile.micro win32/Makefile
43578 ____________________________________________________________________________
43579 [ 10681] By: jhi                                   on 2001/06/18  11:57:45
43580         Log: Subject: [PATCH dump.c] FLAGS = (...,OUR,TYPED,...)
43581              From: Abhijit Menon-Sen <ams@wiw.org>
43582              Date: Mon, 18 Jun 2001 14:23:44 +0530
43583              Message-ID: <20010618142344.A13136@lustre.linux.in>
43584      Branch: perl
43585            ! dump.c
43586 ____________________________________________________________________________
43587 [ 10680] By: jhi                                   on 2001/06/18  11:56:12
43588         Log: Subject: Re: [PATCH] more anonymous stash cleanups
43589              From: Abhijit Menon-Sen <ams@wiw.org>
43590              Date: Mon, 18 Jun 2001 15:50:32 +0530
43591              Message-ID: <20010618155032.A13223@lustre.linux.in>
43592              
43593              Plus the comment left in as suggested by NI-S.
43594      Branch: perl
43595            ! sv.c
43596 ____________________________________________________________________________
43597 [ 10679] By: jhi                                   on 2001/06/18  11:49:27
43598         Log: One missed file.
43599      Branch: perl
43600            + lib/warnings.t
43601 ____________________________________________________________________________
43602 [ 10678] By: nick                                  on 2001/06/18  08:05:29
43603         Log: Integrate mainline (part2 - the deletes)
43604      Branch: perlio
43605            - lib/Text/Abbrev/t/abbrev.t t/lib/anydbm.t t/lib/b-stash.t
43606            - t/lib/bigfltpm.t t/lib/bigintpm.t t/lib/cwd.t t/lib/db-btree.t
43607            - t/lib/db-hash.t t/lib/db-recno.t t/lib/extutils.t
43608            - t/lib/filefind.t t/lib/filehand.t t/lib/filter-util.t
43609            - t/lib/findtaint.t t/lib/ftmp-security.t t/lib/gdbm.t
43610            - t/lib/glob-basic.t t/lib/glob-case.t t/lib/io_dup.t
43611            - t/lib/io_poll.t t/lib/io_sel.t t/lib/io_taint.t t/lib/mbimbf.t
43612            - t/lib/ndbm.t t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t
43613            - t/lib/open3.t t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t
43614            - t/lib/syslfs.t t/pragma/locale.t t/pragma/strict.t
43615            - t/pragma/subs.t t/pragma/warn/mg t/pragma/warnings.t
43616 ____________________________________________________________________________
43617 [ 10677] By: nick                                  on 2001/06/18  08:04:44
43618         Log: Integrate mainline (part1)
43619      Branch: perlio
43620           +> (branch 376 files)
43621            - (delete 219 files)
43622           !> (integrate 151 files)
43623 ____________________________________________________________________________
43624 [ 10676] By: jhi                                   on 2001/06/18  04:17:15
43625         Log: The Grand Trek: move the *.t files from t/ to lib/ and ext/.
43626              No doubt I made some mistakes like missed some files or
43627              misnamed some files.  The naming rules were more or less:
43628              (1) if the module is from CPAN, follows its ways, be it
43629              t/*.t or test.pl.
43630              (2) otherwise if there are multiple tests for a module
43631              put them in a t/
43632              (3) otherwise if there's only one test put it in Module.t
43633              (4) helper files go to module/ (locale, strict, warnings)
43634              (5) use longer filenames now that we can (but e.g. the
43635              compat-0.6.t and the Text::Balanced test files still
43636              were renamed to be more civil against the 8.3 people)
43637              installperl was updated appropriately not to install the
43638              *.t files or the help files from under lib.
43639              
43640              TODO: some helper files still remain under t/ that could
43641              follow their 'masters'.  UPDATE: On second thoughts, why
43642              should they.  They can continue to live under t/lib, and
43643              in fact the locale/strict/warnings helpers that were moved
43644              could be moved back.  This way the amount of non-installable
43645              stuff under lib/ stays smaller.
43646      Branch: perl
43647            + (add 253 files)
43648            - (delete 254 files)
43649            ! MANIFEST installperl lib/Test/Harness.pm t/TEST t/harness
43650 ____________________________________________________________________________
43651 [ 10675] By: jhi                                   on 2001/06/18  03:15:02
43652         Log: The warning no more comes from util.c, it comes from numeric.c.
43653      Branch: perl
43654            ! README.tru64
43655 ____________________________________________________________________________
43656 [ 10674] By: jhi                                   on 2001/06/18  00:56:22
43657         Log: Subject: Re: anyone good at casting spells?
43658              From: Spider Boardman <spider@Orb.Nashua.NH.US>
43659              Date: Sun, 17 Jun 2001 21:21:04 -0400
43660              Message-Id: <200106180121.VAA10195@Orb.Nashua.NH.US> 
43661      Branch: perl
43662            ! ext/POSIX/POSIX.xs hv.h
43663 ____________________________________________________________________________
43664 [ 10673] By: jhi                                   on 2001/06/17  22:24:53
43665         Log: Protect the (original) thread tests against testing if no 5.005
43666              threads have been configured.
43667      Branch: perl
43668            ! ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
43669            ! ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
43670            ! ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
43671            ! ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
43672            ! ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
43673            ! ext/Thread/unsync4.t
43674 ____________________________________________________________________________
43675 [ 10672] By: jhi                                   on 2001/06/17  22:09:28
43676         Log: Try the new test scanning scheme on Text::Abbrev.
43677      Branch: perl
43678            + lib/Text/Abbrev.t
43679            - lib/Text/Abbrev/t/abbrev.t
43680            ! MANIFEST
43681 ____________________________________________________________________________
43682 [ 10671] By: jhi                                   on 2001/06/17  22:07:08
43683         Log: Change the scan policy of the *.t and test.pl files,
43684              now the *.t do not need to live in a t/ directory.
43685      Branch: perl
43686            ! t/TEST t/harness
43687 ____________________________________________________________________________
43688 [ 10670] By: jhi                                   on 2001/06/17  20:32:35
43689         Log: Subject: [PATCH perlfaq7.pod] fix dangling L<perlobj/"WARNING">
43690              From: Ilmari Karonen <iltzu@sci.fi>
43691              Date: Mon, 18 Jun 2001 00:30:21 +0300 (EET DST)
43692              Message-ID: <Pine.SOL.3.96.1010618002009.6629A-100000@simpukka>
43693      Branch: perl
43694            ! pod/perlfaq7.pod
43695 ____________________________________________________________________________
43696 [ 10669] By: jhi                                   on 2001/06/17  20:30:22
43697         Log: Quench the warnings from Tru64; the HP-UX is still
43698              broken because it really, REALLY, doesn't like the
43699              HvARRAY() being lvalue:
43700              
43701              cc: "hv.c", line 192: warning 524: Cast (non-lvalue) appears on left-hand side of assignment.
43702              cc: "hv.c", line 192: error 1549: Modifiable lvalue required for assignment operator.
43703      Branch: perl
43704            ! hv.c
43705 ____________________________________________________________________________
43706 [ 10668] By: jhi                                   on 2001/06/17  19:13:24
43707         Log: Integrate change #10667 from maintperl:
43708              
43709              change#10449 broke the special-case that makes lexicals inside the
43710              eval"" within DB::DB() visible
43711      Branch: perl
43712           !> op.c
43713 ____________________________________________________________________________
43714 [ 10667] By: gsar                                  on 2001/06/17  19:08:27
43715         Log: change#10449 broke the special-case that makes lexicals inside the
43716              eval"" within DB::DB() visible
43717      Branch: maint-5.6/perl
43718            ! op.c
43719 ____________________________________________________________________________
43720 [ 10666] By: jhi                                   on 2001/06/17  17:50:07
43721         Log: Still spurious output; indent the code a bit.
43722              
43723              TODO1: separate the utility functions like MkDir
43724              into a helper script?
43725              
43726              TODO2: I see a lot of repetition in the filepath()
43727              and dirpath() calls.
43728      Branch: perl
43729            ! t/lib/filefind.t t/lib/findtaint.t
43730 ____________________________________________________________________________
43731 [ 10665] By: jhi                                   on 2001/06/17  16:59:42
43732         Log: Regen modlib, toc.
43733      Branch: perl
43734            ! pod/perlmodlib.pod pod/perltoc.pod
43735 ____________________________________________________________________________
43736 [ 10664] By: jhi                                   on 2001/06/17  16:55:28
43737         Log: Add libnetcfg to perlutil.
43738      Branch: perl
43739            ! pod/perlutil.pod
43740 ____________________________________________________________________________
43741 [ 10663] By: jhi                                   on 2001/06/17  16:53:29
43742         Log: Initial integration of libnet-1.0703.
43743              The Configure script renamed as libnetcfg, will be
43744              installed along other utilities.
43745      Branch: perl
43746            + lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.eg
43747            + lib/Net/Config.pm lib/Net/Domain.pm lib/Net/DummyInetd.pm
43748            + lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/FTP/E.pm
43749            + lib/Net/FTP/I.pm lib/Net/FTP/L.pm lib/Net/FTP/dataconn.pm
43750            + lib/Net/Hostname.eg lib/Net/NNTP.pm lib/Net/Netrc.pm
43751            + lib/Net/PH.pm lib/Net/POP3.pm lib/Net/README.config
43752            + lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/SNPP.pm
43753            + lib/Net/Time.pm lib/Net/demos/ftp lib/Net/demos/inetd
43754            + lib/Net/demos/nntp lib/Net/demos/nntp.mirror
43755            + lib/Net/demos/pop3 lib/Net/demos/smtp.self lib/Net/demos/snpp
43756            + lib/Net/demos/time lib/Net/libnet.ppd lib/Net/libnetFAQ.pod
43757            + lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
43758            + lib/Net/t/ph.t lib/Net/t/require.t lib/Net/t/smtp.t
43759            + utils/libnetcfg.PL
43760            ! MANIFEST utils.lst utils/Makefile
43761 ____________________________________________________________________________
43762 [ 10662] By: jhi                                   on 2001/06/17  15:37:32
43763         Log: Less potentially test-harness-confusing output.
43764      Branch: perl
43765            ! lib/Memoize/t/expire_module_t.t
43766 ____________________________________________________________________________
43767 [ 10661] By: jhi                                   on 2001/06/17  15:31:04
43768         Log: The final print annoys make test.
43769      Branch: perl
43770            ! t/lib/filefind.t t/lib/findtaint.t
43771 ____________________________________________________________________________
43772 [ 10660] By: jhi                                   on 2001/06/17  14:00:21
43773         Log: Add an option for handling dangling symbolic links.
43774      Branch: perl
43775            ! lib/File/Find.pm t/lib/filefind.t
43776 ____________________________________________________________________________
43777 [ 10659] By: jhi                                   on 2001/06/17  13:45:48
43778         Log: Subject: Re: [MacPerl-Porters] Re: [PATCH] File::Find for bleadperl, Mac OS  etc.
43779              From: Thomas Wegner <wegner_thomas@yahoo.com>
43780              Date: Sun, 17 Jun 2001 14:43:11 +0200
43781              Message-Id: <p04320400b751fb74714a@[149.225.10.45]>
43782      Branch: perl
43783            + t/lib/findtaint.t
43784            ! MANIFEST lib/File/Find.pm t/lib/filefind.t
43785 ____________________________________________________________________________
43786 [ 10658] By: jhi                                   on 2001/06/17  13:13:25
43787         Log: Subject: [PATCH ExtUtils/MM_Unix.pm perl@10654] Remove tmon.out in make clean
43788              From: Jonathan Stowe <gellyfish@gellyfish.com>
43789              Date: Sun, 17 Jun 2001 11:26:21 +0100 (BST)
43790              Message-ID: <Pine.LNX.4.33.0106171120540.28753-100000@orpheus.gellyfish.com>
43791      Branch: perl
43792            ! lib/ExtUtils/MM_Unix.pm
43793 ____________________________________________________________________________
43794 [ 10657] By: jhi                                   on 2001/06/17  13:12:25
43795         Log: Subject: [PATCH] more anonymous stash cleanups
43796              From: Abhijit Menon-Sen <ams@wiw.org>
43797              Date: Sun, 17 Jun 2001 11:44:06 +0530
43798              Message-ID: <20010617114406.A25203@lustre.linux.in>
43799      Branch: perl
43800            ! op.c
43801 ____________________________________________________________________________
43802 [ 10656] By: jhi                                   on 2001/06/17  13:11:11
43803         Log: Subject: [PATCH #1/7] xhv_array (was Re: Using xhv_foo instead of HvFOO)
43804              From: Abhijit Menon-Sen <ams@wiw.org>
43805              Date: Sun, 17 Jun 2001 08:02:59 +0530
43806              Message-ID: <20010617080259.A28776@lustre.linux.in>
43807              
43808              Subject: [PATCH #2/7] xhv_eiter
43809              From: Abhijit Menon-Sen <ams@wiw.org>
43810              Date: Sun, 17 Jun 2001 08:13:18 +0530
43811              Message-ID: <20010617081318.B28776@lustre.linux.in>
43812              
43813              Subject: [PATCH #3/7] xhv_fill
43814              From: Abhijit Menon-Sen <ams@wiw.org>
43815              Date: Sun, 17 Jun 2001 08:25:16 +0530
43816              Message-ID: <20010617082516.C28776@lustre.linux.in>
43817              
43818              Subject: [PATCH #4/7] xhv_keys
43819              From: Abhijit Menon-Sen <ams@wiw.org>
43820              Date: Sun, 17 Jun 2001 08:36:17 +0530
43821              Message-ID: <20010617083617.D28776@lustre.linux.in>
43822              
43823              Subject: [PATCH #5/7] xhv_max
43824              From: Abhijit Menon-Sen <ams@wiw.org>
43825              Date: Sun, 17 Jun 2001 08:39:48 +0530
43826              Message-ID: <20010617083948.E28776@lustre.linux.in>
43827              
43828              Subject: [PATCH #6,7/7] xhv_pmroot, xhv_riter
43829              From: Abhijit Menon-Sen <ams@wiw.org>
43830              Date: Sun, 17 Jun 2001 08:51:11 +0530
43831              Message-ID: <20010617085111.F28776@lustre.linux.in>
43832      Branch: perl
43833            ! hv.c
43834 ____________________________________________________________________________
43835 [ 10655] By: jhi                                   on 2001/06/16  23:32:03
43836         Log: Update Changes.
43837      Branch: perl
43838            ! Changes patchlevel.h
43839 ____________________________________________________________________________
43840 [ 10654] By: jhi                                   on 2001/06/16  23:18:37
43841         Log: Subject: [PATCH] Re: DYNAMIC_ENV_FETCH HvNAME abuse.
43842              From: Abhijit Menon-Sen <ams@wiw.org>
43843              Date: Sat, 16 Jun 2001 07:41:19 +0530
43844              Message-ID: <20010616074119.A24720@lustre.linux.in>
43845      Branch: perl
43846            ! hv.c perl.c vms/vmsish.h win32/win32.h
43847 ____________________________________________________________________________
43848 [ 10653] By: jhi                                   on 2001/06/16  23:15:11
43849         Log: Document tests failing when threaded, since we now have more.
43850      Branch: perl
43851            ! pod/perl572delta.pod
43852 ____________________________________________________________________________
43853 [ 10652] By: jhi                                   on 2001/06/16  23:12:19
43854         Log: -Wall cleanup.
43855      Branch: perl
43856            ! ext/Thread/Thread.xs
43857 ____________________________________________________________________________
43858 [ 10651] By: jhi                                   on 2001/06/16  23:06:55
43859         Log: pthread_attr_setstacksize() isn't absolutely necessary
43860              to call, only iff THREAD_CREATE_NEEDS_STACK.
43861      Branch: perl
43862            ! ext/Thread/Thread.xs
43863 ____________________________________________________________________________
43864 [ 10650] By: jhi                                   on 2001/06/16  22:58:48
43865         Log: -Wall strays.
43866      Branch: perl
43867            ! perl.c util.c
43868 ____________________________________________________________________________
43869 [ 10649] By: jhi                                   on 2001/06/16  22:47:40
43870         Log: Add workaround for Darwin's (Mac OS X's) INT32_MIN
43871              (and INT64_MIN) brokenness.
43872      Branch: perl
43873            ! hints/darwin.sh perl.h
43874 ____________________________________________________________________________
43875 [ 10648] By: jhi                                   on 2001/06/16  22:27:48
43876         Log: Subject: [PATCH] Re: [PATCH] Re: perl@10611
43877              From: Nicholas Clark <nick@ccl4.org>
43878              Date: Sun, 17 Jun 2001 00:16:05 +0100
43879              Message-ID: <20010617001605.V98663@plum.flirble.org>
43880      Branch: perl
43881            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.pm
43882            ! ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
43883            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
43884 ____________________________________________________________________________
43885 [ 10647] By: jhi                                   on 2001/06/16  22:24:47
43886         Log: Add perlnetware to docs; regen toc; supply skeleton
43887              docs for some Memoize submodules.
43888      Branch: perl
43889            ! lib/Memoize/AnyDBM_File.pm lib/Memoize/ExpireFile.pm
43890            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
43891            ! lib/Memoize/SDBM_File.pm lib/Memoize/Storable.pm
43892            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
43893            ! win32/Makefile win32/makefile.mk
43894 ____________________________________________________________________________
43895 [ 10646] By: jhi                                   on 2001/06/16  22:06:52
43896         Log: pod cleanup.
43897      Branch: perl
43898            ! README.netware
43899 ____________________________________________________________________________
43900 [ 10645] By: jhi                                   on 2001/06/16  21:47:00
43901         Log: Integrate Memoize 0.64.  Few tweaks were required in
43902              the test scripts.  Note that the speed and expire*
43903              tests take several dozen seconds to run.
43904      Branch: perl
43905            + lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
43906            + lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
43907            + lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
43908            + lib/Memoize/README lib/Memoize/SDBM_File.pm
43909            + lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
43910            + lib/Memoize/t/array.t lib/Memoize/t/correctness.t
43911            + lib/Memoize/t/errors.t lib/Memoize/t/expire.t
43912            + lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
43913            + lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
43914            + lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
43915            + lib/Memoize/t/speed.t lib/Memoize/t/tie.t
43916            + lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
43917            + lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
43918            + lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
43919            ! MANIFEST t/lib/1_compile.t
43920 ____________________________________________________________________________
43921 [ 10644] By: jhi                                   on 2001/06/16  20:35:49
43922         Log: Document the cross-compilation options.
43923      Branch: perl
43924            ! Cross/README INSTALL
43925 ____________________________________________________________________________
43926 [ 10643] By: jhi                                   on 2001/06/16  19:46:38
43927         Log: NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.
43928      Branch: perl
43929            + NetWare/CLIBsdio.h NetWare/CLIBstr.h NetWare/CLIBstuf.c
43930            + NetWare/CLIBstuf.h NetWare/Main.c NetWare/Makefile
43931            + NetWare/NWTInfo.c NetWare/NWUtil.c NetWare/Nwmain.c
43932            + NetWare/Nwpipe.c NetWare/bat/BldNWExt.bat
43933            + NetWare/bat/Buildtype.bat NetWare/bat/MPKBuild.bat
43934            + NetWare/bat/SetNWBld.bat NetWare/bat/Setmpksdk.bat
43935            + NetWare/bat/Setnlmsdk.bat NetWare/bat/Setwatcom.bat
43936            + NetWare/bat/ToggleD2.bat NetWare/bat/ToggleXDC.bat
43937            + NetWare/config.wc NetWare/config_H.wc NetWare/config_h.PL
43938            + NetWare/config_sh.PL NetWare/deb.h NetWare/dl_netware.xs
43939            + NetWare/intdef.h NetWare/interface.c NetWare/interface.h
43940            + NetWare/iperlhost.h NetWare/netware.h NetWare/nw5.c
43941            + NetWare/nw5iop.h NetWare/nw5sck.c NetWare/nw5sck.h
43942            + NetWare/nw5thread.c NetWare/nw5thread.h NetWare/nwperlsys.c
43943            + NetWare/nwperlsys.h NetWare/nwpipe.h NetWare/nwplglob.c
43944            + NetWare/nwplglob.h NetWare/nwtinfo.h NetWare/nwutil.h
43945            + NetWare/t/NWModify.pl NetWare/t/NWScripts.pl
43946            + NetWare/t/Readme.txt NetWare/testnlm/echo/echo.c
43947            + NetWare/testnlm/type/type.c NetWare/win32ish.h README.netware
43948            + lib/ExtUtils/MM_NW5.pm
43949            ! MANIFEST XSUB.h dosish.h ext/Errno/Errno_pm.PL ext/IO/IO.xs
43950            ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs installperl iperlsys.h
43951            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
43952            ! lib/File/Copy.pm lib/File/Find.pm lib/perl5db.pl makedef.pl
43953            ! perl.c perl.h perlio.c perlio.h pp_sys.c t/comp/multiline.t
43954            ! t/comp/script.t t/io/argv.t t/io/dup.t t/io/fs.t
43955            ! t/io/inplace.t t/io/iprefix.t t/io/tell.t t/lib/anydbm.t
43956            ! t/lib/b-stash.t t/lib/cwd.t t/lib/db-btree.t t/lib/db-hash.t
43957            ! t/lib/db-recno.t t/lib/filehand.t t/lib/filter-util.t
43958            ! t/lib/ftmp-security.t t/lib/gdbm.t t/lib/glob-basic.t
43959            ! t/lib/glob-case.t t/lib/io_dup.t t/lib/io_poll.t
43960            ! t/lib/io_sel.t t/lib/io_taint.t t/lib/ndbm.t
43961            ! t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t t/lib/open3.t
43962            ! t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t t/lib/syslfs.t
43963            ! t/op/anonsub.t t/op/closure.t t/op/die_exit.t t/op/exec.t
43964            ! t/op/fork.t t/op/goto.t t/op/groups.t t/op/lfs.t t/op/magic.t
43965            ! t/op/misc.t t/op/rand.t t/op/runlevel.t t/op/split.t
43966            ! t/op/stat.t t/op/sysio.t t/op/taint.t t/op/write.t
43967            ! t/pragma/locale.t t/pragma/strict.t t/pragma/subs.t
43968            ! t/pragma/warn/mg t/pragma/warnings.t thread.h toke.c util.c
43969            ! util.h x2p/a2py.c
43970 ____________________________________________________________________________
43971 [ 10642] By: jhi                                   on 2001/06/16  19:16:04
43972         Log: Resort MANIFEST.
43973      Branch: perl
43974            ! MANIFEST
43975 ____________________________________________________________________________
43976 [ 10641] By: jhi                                   on 2001/06/16  18:52:26
43977         Log: Integrate perlio.
43978      Branch: perl
43979           +> win32/win32io.c
43980           !> MANIFEST perlio.c perliol.h win32/makefile.mk
43981 ____________________________________________________________________________
43982 [ 10640] By: nick                                  on 2001/06/16  18:38:31
43983         Log: Disable :win32 layer as default till I get it working
43984      Branch: perlio
43985            ! MANIFEST perlio.c
43986 ____________________________________________________________________________
43987 [ 10639] By: jhi                                   on 2001/06/16  18:35:46
43988         Log: Try the new scheme by moving the Text::Abbrev test
43989              to a new place under lib.
43990      Branch: perl
43991            + lib/Text/Abbrev/t/abbrev.t
43992            - t/lib/abbrev.t
43993            ! MANIFEST
43994 ____________________________________________________________________________
43995 [ 10638] By: jhi                                   on 2001/06/16  18:34:30
43996         Log: Make the code even more dynamical so that testname
43997              suffix length can change.
43998      Branch: perl
43999            ! lib/Test/Harness.pm t/TEST
44000 ____________________________________________________________________________
44001 [ 10637] By: jhi                                   on 2001/06/16  18:16:28
44002         Log: Allow for deeper t/ and also a single test.pl.
44003      Branch: perl
44004            ! t/TEST t/harness
44005 ____________________________________________________________________________
44006 [ 10636] By: jhi                                   on 2001/06/16  18:13:59
44007         Log: #define fix from Nicholas Clark.
44008      Branch: perl
44009            ! ext/POSIX/POSIX.xs
44010 ____________________________________________________________________________
44011 [ 10635] By: jhi                                   on 2001/06/16  17:50:43
44012         Log: Initialization is nice.
44013      Branch: perl
44014            ! lib/Test/Harness.pm
44015 ____________________________________________________________________________
44016 [ 10634] By: jhi                                   on 2001/06/16  17:38:53
44017         Log: Make t/TEST and t/harness to test also the t/ tests
44018              under the main lib/ and ext/ directories.  Fix Test::Harness
44019              to dynamically change the width of its "foo/bar....ok" output.
44020      Branch: perl
44021            ! lib/Test/Harness.pm t/TEST t/TestInit.pm t/harness
44022 ____________________________________________________________________________
44023 [ 10633] By: jhi                                   on 2001/06/16  16:58:57
44024         Log: Subject: [PATCH] Re: perl@10611 
44025              From: Nicholas Clark <nick@ccl4.org>
44026              Date: Sat, 16 Jun 2001 16:52:47 +0100
44027              Message-ID: <20010616165247.O98663@plum.flirble.org>
44028              
44029              The .xs parts, too.
44030      Branch: perl
44031            ! ext/GDBM_File/GDBM_File.xs ext/POSIX/POSIX.xs
44032            ! ext/Socket/Socket.xs ext/Sys/Syslog/Syslog.xs
44033 ____________________________________________________________________________
44034 [ 10632] By: nick                                  on 2001/06/16  16:44:35
44035         Log: Work-in-progress win32 layer semi-functional, checking 
44036              for UNIX breakage.
44037      Branch: perlio
44038            ! perlio.c perliol.h win32/makefile.mk win32/win32io.c
44039 ____________________________________________________________________________
44040 [ 10631] By: jhi                                   on 2001/06/16  16:40:30
44041         Log: Subject: [PATCH] Re: perl@10611 
44042              From: Nicholas Clark <nick@ccl4.org>
44043              Date: Sat, 16 Jun 2001 16:52:47 +0100
44044              Message-ID: <20010616165247.O98663@plum.flirble.org>
44045      Branch: perl
44046            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/Makefile.PL
44047            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs
44048            ! ext/Socket/Makefile.PL ext/Socket/Socket.xs
44049            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
44050            ! lib/ExtUtils/Constant.pm
44051 ____________________________________________________________________________
44052 [ 10630] By: jhi                                   on 2001/06/16  15:11:38
44053         Log: Metaconfig unit change for #10629.
44054      Branch: metaconfig
44055            ! U/modified/Finish.U
44056 ____________________________________________________________________________
44057 [ 10629] By: jhi                                   on 2001/06/16  15:11:10
44058         Log: The extraction changed directories.
44059      Branch: perl
44060            ! Configure
44061 ____________________________________________________________________________
44062 [ 10628] By: jhi                                   on 2001/06/16  14:59:38
44063         Log: Math::BigInt 1.35 from Tels.
44064      Branch: perl
44065            + t/lib/mbimbf.t
44066            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
44067            ! t/lib/bigfltpm.t t/lib/bigintpm.t
44068 ____________________________________________________________________________
44069 [ 10627] By: nick                                  on 2001/06/16  14:54:52
44070         Log: Work in progress UNIX-side edit of win32 PerLIO layer
44071      Branch: perlio
44072            + win32/win32io.c
44073            ! perlio.c win32/makefile.mk
44074 ____________________________________________________________________________
44075 [ 10626] By: jhi                                   on 2001/06/16  14:01:50
44076         Log: Subject: [PATCH 5.6.1] os2/diff-configure
44077              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44078              Date: Fri, 15 Jun 2001 01:19:36 -0400
44079              Message-ID: <20010615011936.A26982@math.ohio-state.edu>
44080              
44081              Empty all of it because I think #10624 made even the
44082              last patch hunk unnecessary.
44083      Branch: perl
44084            ! os2/diff.configure
44085 ____________________________________________________________________________
44086 [ 10625] By: jhi                                   on 2001/06/16  13:58:34
44087         Log: Metaconfig unit change for 10624.
44088      Branch: metaconfig
44089            ! U/modified/libc.U
44090      Branch: perl
44091            ! config_h.SH
44092 ____________________________________________________________________________
44093 [ 10624] By: jhi                                   on 2001/06/16  13:58:13
44094         Log: Move the initialization of libnames to the beginning so
44095              that can one 'seed' it (as OS/2 does.)
44096      Branch: perl
44097            ! Configure
44098 ____________________________________________________________________________
44099 [ 10623] By: jhi                                   on 2001/06/16  13:47:54
44100         Log: Subject: [PATCH 5.6.1] OS2::DLL patch
44101              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44102              Date: Fri, 15 Jun 2001 19:10:57 -0400
44103              Message-ID: <20010615191057.A8050@math.ohio-state.edu>
44104      Branch: perl
44105            ! os2/OS2/REXX/DLL/DLL.pm
44106 ____________________________________________________________________________
44107 [ 10622] By: jhi                                   on 2001/06/16  13:29:42
44108         Log: Subject: [PATCH perl@10611] make VMS find util.c's offspring 
44109              From: "Craig A. Berry" <craigberry@mac.com>
44110              Date: Fri, 15 Jun 2001 17:00:03 -0500
44111              Message-Id: <a05101007b750342599be@[172.16.52.1]>
44112      Branch: perl
44113            ! vms/descrip_mms.template
44114 ____________________________________________________________________________
44115 [ 10621] By: jhi                                   on 2001/06/16  13:28:37
44116         Log: Subject: [PATCH perl@10611] get extutils.t working on VMS (again)
44117              From: "Craig A. Berry" <craigberry@mac.com>
44118              Date: Fri, 15 Jun 2001 18:39:42 -0500
44119              Message-Id: <a05101008b7503dc9dc2f@[172.16.52.1]>
44120      Branch: perl
44121            ! lib/File/Spec/VMS.pm t/lib/extutils.t
44122 ____________________________________________________________________________
44123 [ 10620] By: jhi                                   on 2001/06/16  13:25:06
44124         Log: Integrate perlio.
44125      Branch: perl
44126           !> embed.h embed.pl lib/open.pm perl.c perlio.c proto.h
44127           !> t/io/utf8.t t/lib/io_scalar.t
44128 ____________________________________________________________________________
44129 [ 10619] By: nick                                  on 2001/06/15  21:05:19
44130         Log: Generated files
44131      Branch: perlio
44132            ! embed.h proto.h
44133 ____________________________________________________________________________
44134 [ 10618] By: nick                                  on 2001/06/15  20:27:42
44135         Log: Fix open.pm to work via XS-implemented method calls rather
44136              than *open::layers variables which caused all the HV/AV hassle.
44137      Branch: perlio
44138            ! embed.pl lib/open.pm perl.c perlio.c t/io/utf8.t
44139            ! t/lib/io_scalar.t
44140 ____________________________________________________________________________
44141 [ 10617] By: jhi                                   on 2001/06/15  18:50:53
44142         Log: Integrate perlio.
44143      Branch: perl
44144           !> lib/ExtUtils/Constant.pm
44145 ____________________________________________________________________________
44146 [ 10616] By: nick                                  on 2001/06/15  18:46:47
44147         Log: pTHX_ / aTHX_ for ExtUtils/Constant.pm
44148      Branch: perlio
44149            ! lib/ExtUtils/Constant.pm
44150 ____________________________________________________________________________
44151 [ 10615] By: jhi                                   on 2001/06/15  18:36:43
44152         Log: Integrate perlio.
44153      Branch: perl
44154           !> ext/Socket/Socket.xs
44155 ____________________________________________________________________________
44156 [ 10614] By: nick                                  on 2001/06/15  18:33:37
44157         Log: MULTIPLICITY fix for Socket.xs
44158      Branch: perlio
44159            ! ext/Socket/Socket.xs
44160 ____________________________________________________________________________
44161 [ 10613] By: jhi                                   on 2001/06/15  16:34:06
44162         Log: Subject: Re: perl@10611
44163              From: Doug MacEachern <dougm@covalent.net>
44164              Date: Fri, 15 Jun 2001 10:10:33 -0700 (PDT)
44165              Message-ID: <Pine.LNX.4.21.0106151007420.10871-100000@mako.covalent.net>
44166      Branch: perl
44167            ! ext/Socket/Socket.xs
44168 ____________________________________________________________________________
44169 [ 10612] By: nick                                  on 2001/06/15  16:14:38
44170         Log: Raw integrate on mainline - MULTIPLICITY issues with Socket.xs
44171      Branch: perlio
44172           !> Changes ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
44173           !> ext/Socket/Socket.pm ext/Socket/Socket.xs
44174           !> lib/ExtUtils/Constant.pm lib/File/Find.pm opcode.pl
44175           !> patchlevel.h perlio.c t/lib/extutils.t t/lib/filefind.t
44176           !> t/lib/gdbm.t t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
44177           !> utils/h2ph.PL
44178 ____________________________________________________________________________
44179 [ 10611] By: jhi                                   on 2001/06/15  14:29:04
44180         Log: Update Changes.
44181      Branch: perl
44182            ! Changes patchlevel.h
44183 ____________________________________________________________________________
44184 [ 10610] By: jhi                                   on 2001/06/15  14:20:33
44185         Log: Upping the test count.
44186      Branch: perl
44187            ! t/lib/filefind.t
44188 ____________________________________________________________________________
44189 [ 10609] By: jhi                                   on 2001/06/15  14:13:29
44190         Log: Integrate perlio.
44191      Branch: perl
44192           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
44193 ____________________________________________________________________________
44194 [ 10608] By: jhi                                   on 2001/06/15  14:12:31
44195         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
44196              From: andreas.koenig@anima.de (Andreas J. Koenig)
44197              Date: 15 Jun 2001 13:30:39 +0200
44198              Message-ID: <m3hexikmjk.fsf@ak-71.mind.de>
44199              
44200              Record the grim history.
44201      Branch: perl
44202            ! lib/File/Find.pm
44203 ____________________________________________________________________________
44204 [ 10607] By: jhi                                   on 2001/06/15  14:08:19
44205         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
44206              From: Brian McCauley <nobull@mail.com>
44207              Date: 15 Jun 2001 07:51:26 +0100
44208              Message-Id: <200106150923.f5F9NpG02725@wcl-l.bham.ac.uk>
44209      Branch: perl
44210            ! lib/File/Find.pm t/lib/filefind.t
44211 ____________________________________________________________________________
44212 [ 10606] By: nick                                  on 2001/06/15  14:00:08
44213         Log: regen_config_h for Win32.
44214      Branch: perlio
44215            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
44216 ____________________________________________________________________________
44217 [ 10605] By: jhi                                   on 2001/06/15  13:49:55
44218         Log: Subject: [PATCH: perl@10576] handle tri graphs in h2ph.PL -> h2ph*
44219              From: Peter Prymmer <pvhp@forte.com>
44220              Date: Thu, 14 Jun 2001 16:25:33 -0700 (PDT)
44221              Message-ID: <Pine.OSF.4.10.10106141608080.110974-100000@aspara.forte.com>
44222      Branch: perl
44223            ! t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
44224 ____________________________________________________________________________
44225 [ 10604] By: jhi                                   on 2001/06/15  13:45:03
44226         Log: Some filesystems require writability for rename/unlink.
44227      Branch: perl
44228            ! opcode.pl
44229 ____________________________________________________________________________
44230 [ 10603] By: jhi                                   on 2001/06/15  13:41:34
44231         Log: Subject: Re: [PATCH} perlio and threading @ 10576 + report 
44232              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
44233              Date: Fri, 15 Jun 2001 12:08:53 +0200
44234              Message-Id: <20010615120320.F009.H.M.BRAND@hccnet.nl>
44235      Branch: perl
44236            ! perlio.c
44237 ____________________________________________________________________________
44238 [ 10602] By: jhi                                   on 2001/06/15  13:27:04
44239         Log: Subject: Re: [PATCH] opcode.pl is chmod'ing the original source tree
44240              From: Mike Guy <mjtg@cam.ac.uk>
44241              Date: Fri, 15 Jun 2001 14:11:49 +0100
44242              Message-Id: <E15AtO9-0006Nd-00@draco.cus.cam.ac.uk>
44243      Branch: perl
44244            ! opcode.pl
44245 ____________________________________________________________________________
44246 [ 10601] By: jhi                                   on 2001/06/15  13:21:18
44247         Log: Subject: [PATCH ?] INADDR_ANY INADDR_BROADCAST INADDR_LOOPBACK INADDR_NONE
44248              From: Nicholas Clark <nick@ccl4.org>
44249              Date: Thu, 14 Jun 2001 23:52:56 +0100
44250              Message-ID: <20010614235256.G98663@plum.flirble.org>
44251      Branch: perl
44252            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
44253            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
44254 ____________________________________________________________________________
44255 [ 10600] By: jhi                                   on 2001/06/15  13:16:56
44256         Log: Subject: Re: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
44257              From: Russ Allbery <rra@stanford.edu>
44258              Date: 14 Jun 2001 13:24:43 -0700
44259              Message-ID: <ylzobaizck.fsf@windlord.stanford.edu>
44260      Branch: perl
44261            ! ext/GDBM_File/GDBM_File.pm
44262 ____________________________________________________________________________
44263 [ 10599] By: jhi                                   on 2001/06/15  13:15:26
44264         Log: Subject: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
44265              From: Nicholas Clark <nick@ccl4.org>
44266              Date: Thu, 14 Jun 2001 20:37:47 +0100
44267              Message-ID: <20010614203747.F98663@plum.flirble.org>
44268      Branch: perl
44269            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
44270            ! t/lib/gdbm.t
44271 ____________________________________________________________________________
44272 [ 10598] By: jhi                                   on 2001/06/15  13:13:13
44273         Log: Integrate perlio.
44274      Branch: perl
44275           !> makedef.pl sv.c
44276 ____________________________________________________________________________
44277 [ 10597] By: nick                                  on 2001/06/15  11:08:13
44278         Log: Check that HVs with HvNAME() != NULL are really stashes before
44279              treating them as such. Also be more defensive on the GvCV.
44280              Win32 fork and dprof now working again. 
44281      Branch: perlio
44282            ! sv.c
44283 ____________________________________________________________________________
44284 [ 10596] By: nick                                  on 2001/06/15  10:11:20
44285         Log: Integrate mainline.
44286      Branch: perlio
44287           +> Cross/README
44288           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
44289           !> Porting/config_H config_h.SH configure.com epoc/config.sh
44290           !> hints/linux.sh pod/perltoc.pod uconfig.h uconfig.sh
44291           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
44292           !> vos/config.ga.h win32/config.bc win32/config.gc
44293           !> win32/config.vc win32/config_H.bc win32/config_H.gc
44294           !> win32/config_H.vc
44295 ____________________________________________________________________________
44296 [ 10595] By: nick                                  on 2001/06/15  09:37:17
44297         Log: Skip Perl_my_bcopy in .def file as we do not provide it.
44298              - Win32 (VC++) now builds but fails:
44299              filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
44300              fork.t     - No &___ENV_HV_NAME___::CLONE method ???
44301              write.t    - open(...,"|-") not implemented on Win32 
44302      Branch: perlio
44303            ! makedef.pl
44304 ____________________________________________________________________________
44305 [ 10594] By: jhi                                   on 2001/06/15  00:17:16
44306         Log: Integrate perlio.
44307      Branch: perl
44308           !> perlio.c win32/makefile.mk
44309 ____________________________________________________________________________
44310 [ 10593] By: jhi                                   on 2001/06/15  00:16:44
44311         Log: Metaconfig unit changes for #10592.
44312      Branch: metaconfig
44313            + U/modified/i_varhdr.U U/modified/startsh.U
44314            - U/a_dvisory/crosscompile.U U/target/Target.U
44315            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
44316            ! U/compline/bitpbyte.U U/compline/byteorder.U
44317            ! U/compline/ccflags.U U/compline/charsize.U
44318            ! U/compline/d_casti32.U U/compline/d_castneg.U
44319            ! U/compline/d_closedir.U U/compline/d_fd_set.U
44320            ! U/compline/d_gconvert.U U/compline/d_gnulibc.U
44321            ! U/compline/d_keepsig.U U/compline/d_open3.U
44322            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
44323            ! U/compline/d_sanemcmp.U U/compline/d_scannl.U
44324            ! U/compline/d_sgndchr.U U/compline/d_sigsetjmp.U
44325            ! U/compline/d_stdstdio.U U/compline/d_vprintf.U
44326            ! U/compline/doublesize.U U/compline/floatsize.U
44327            ! U/compline/nblock_io.U U/compline/orderlib.U
44328            ! U/compline/ptrsize.U U/compline/ssizetype.U U/ebcdic/ebcdic.U
44329            ! U/modified/Cppsym.U U/modified/Oldconfig.U U/modified/Signal.U
44330            ! U/modified/d_getpgrp.U U/modified/d_longdbl.U
44331            ! U/modified/d_longlong.U U/modified/d_setpgrp.U
44332            ! U/modified/d_strtoul.U U/modified/d_union_semun.U
44333            ! U/modified/spitshell.U U/threads/archname.U
44334            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
44335            ! U/typedefs/gidsize.U U/typedefs/lseektype.U
44336            ! U/typedefs/pidsign.U U/typedefs/pidsize.U
44337            ! U/typedefs/sizesize.U U/typedefs/ssizesize.U
44338            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
44339      Branch: metaconfig/U/perl
44340            + Cross.U
44341            ! d_dlsymun.U d_fcntl_can_lock.U d_modfl.U d_printfed.U
44342            ! d_strtoll.U d_strtoull.U d_strtouq.U d_u32align.U dlsrc.U
44343            ! fflushall.U fpossize.U gccvers.U i_db.U longdblfio.U
44344            ! need_va_copy.U perlxv.U quadfio.U selectminbits.U
44345            ! stdio_streams.U uselfs.U
44346 ____________________________________________________________________________
44347 [ 10592] By: jhi                                   on 2001/06/15  00:15:52
44348         Log: The first steps towards cross-compilation.
44349              
44350              Abstract execution of compiled test executables with $run,
44351              and abstract transfer of files with $to and $from.
44352              
44353              Under cross-compilation the $run, $to, and $from will point
44354              to appropriate wrapper scripts, by default ssh and scp,
44355              but also rsh, rcp, and cp are supported.  If not
44356              cross-compiling, they will be set to '', ':', and ':',
44357              respectively.
44358              
44359              With these patches I was able to get Configure for
44360              iPAQ ARM Linux on an Intel Linux about 95% right
44361              (only a few tests failed to execute or they produced
44362              incorrect results), and I was able to compile
44363              a functional miniperl.
44364              
44365              The symbol crosscompile renamed to be usecrosscompile,
44366              the corresponding C symbol from CROSSCOMPILE to
44367              USE_CROSS_COMPILE.
44368      Branch: perl
44369            ! Configure Cross/README Makefile.SH Porting/Glossary
44370            ! Porting/config.sh Porting/config_H config_h.SH configure.com
44371            ! epoc/config.sh hints/linux.sh pod/perltoc.pod uconfig.h
44372            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
44373            ! vos/config.ga.def vos/config.ga.h win32/config.bc
44374            ! win32/config.gc win32/config.vc win32/config_H.bc
44375            ! win32/config_H.gc win32/config_H.vc
44376 ____________________________________________________________________________
44377 [ 10591] By: nick                                  on 2001/06/14  20:00:12
44378         Log: Steps along the road toward Win32 building again.
44379      Branch: perlio
44380            ! perlio.c win32/makefile.mk
44381 ____________________________________________________________________________
44382 [ 10590] By: jhi                                   on 2001/06/14  16:11:11
44383         Log: Integrate perlio.
44384      Branch: perl
44385           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
44386 ____________________________________________________________________________
44387 [ 10589] By: nick                                  on 2001/06/14  13:54:07
44388         Log: Routine regen_config_h for Win32
44389      Branch: perlio
44390            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
44391 ____________________________________________________________________________
44392 [ 10588] By: jhi                                   on 2001/06/14  12:30:46
44393         Log: Integrate perlio.
44394      Branch: perl
44395           +> perlyline.pl
44396           !> MANIFEST Makefile.SH perly.c t/lib/filefind.t
44397 ____________________________________________________________________________
44398 [ 10587] By: jhi                                   on 2001/06/14  12:23:24
44399         Log: A placeholder.
44400      Branch: perl
44401            + Cross/README
44402 ____________________________________________________________________________
44403 [ 10586] By: nick                                  on 2001/06/14  08:25:07
44404         Log: Add new step to run_byacc which:
44405              A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
44406              B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
44407      Branch: perlio
44408            + perlyline.pl
44409            ! MANIFEST Makefile.SH perly.c
44410 ____________________________________________________________________________
44411 [ 10585] By: nick                                  on 2001/06/14  08:22:29
44412         Log: Integrate mainline
44413      Branch: perlio
44414           +> locale.c numeric.c
44415           !> Changes cygwin/Makefile.SHs embed.h embed.pl
44416           !> ext/re/Makefile.PL lib/Math/BigFloat.pm lib/Math/BigInt.pm
44417           !> objXSUB.h opcode.pl patchlevel.h perlapi.c pod/perlapi.pod
44418           !> proto.h t/lib/bigfltpm.t t/lib/bigintpm.t util.c
44419           !> x2p/Makefile.SH
44420 ____________________________________________________________________________
44421 [ 10584] By: nick                                  on 2001/06/14  08:05:53
44422         Log: Hack to remove insecure directories from PATH so test will run.
44423      Branch: perlio
44424            ! t/lib/filefind.t
44425 ____________________________________________________________________________
44426 [ 10583] By: jhi                                   on 2001/06/14  03:11:16
44427         Log: The test doesn't work (yet?), Math::BigInt::round_mode() is missing.
44428      Branch: perl
44429            - t/lib/mbimbf.t
44430            ! MANIFEST
44431 ____________________________________________________________________________
44432 [ 10582] By: jhi                                   on 2001/06/14  03:04:51
44433         Log: Detypo.
44434      Branch: perl
44435            ! x2p/Makefile.SH
44436 ____________________________________________________________________________
44437 [ 10581] By: jhi                                   on 2001/06/14  03:03:14
44438         Log: de-$CONFIG continues.
44439      Branch: perl
44440            ! cygwin/Makefile.SHs x2p/Makefile.SH
44441 ____________________________________________________________________________
44442 [ 10580] By: jhi                                   on 2001/06/13  23:56:59
44443         Log: Subject: [PATCH] opcode.pl is chmod'ing the original source tree
44444              From: Nicholas Clark <nick@ccl4.org>
44445              Date: Wed, 13 Jun 2001 21:20:13 +0100
44446              Message-ID: <20010613212013.D98663@plum.flirble.org>
44447      Branch: perl
44448            ! opcode.pl
44449 ____________________________________________________________________________
44450 [ 10579] By: jhi                                   on 2001/06/13  23:55:29
44451         Log: Subject: splitting util.c
44452              From: Hugo <hv@crypt.compulink.co.uk>
44453              Date: Thu, 14 Jun 2001 00:41:08 +0100
44454              Message-Id: <200106132341.AAA24935@crypt.compulink.co.uk>
44455      Branch: perl
44456            + locale.c numeric.c
44457            ! MANIFEST Makefile.SH embed.h embed.pl objXSUB.h perlapi.c
44458            ! pod/perlapi.pod proto.h util.c
44459 ____________________________________________________________________________
44460 [ 10578] By: jhi                                   on 2001/06/13  23:45:11
44461         Log: Upgrade to Math::BigInt 1.34 from Tels.
44462      Branch: perl
44463            + t/lib/mbimbf.t
44464            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
44465            ! t/lib/bigfltpm.t t/lib/bigintpm.t
44466 ____________________________________________________________________________
44467 [ 10577] By: nick                                  on 2001/06/13  19:02:48
44468         Log: Integrate mainline. Storable fail has gone, insecure dependancy still there.
44469      Branch: perlio
44470           !> (integrate 125 files)
44471 ____________________________________________________________________________
44472 [ 10576] By: jhi                                   on 2001/06/13  18:10:01
44473         Log: Update Changes.
44474      Branch: perl
44475            ! Changes patchlevel.h
44476 ____________________________________________________________________________
44477 [ 10575] By: jhi                                   on 2001/06/13  18:05:09
44478         Log: Subject: Re: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
44479              From: "Craig A. Berry" <craigberry@mac.com>
44480              Date: Wed, 13 Jun 2001 13:24:28 -0500
44481              Message-Id: <5.1.0.14.0.20010613131907.01bbc210@mail.mac.com>
44482      Branch: perl
44483            ! ext/re/Makefile.PL
44484 ____________________________________________________________________________
44485 [ 10574] By: jhi                                   on 2001/06/13  17:34:36
44486         Log: Mc.u.c. for #10573.
44487      Branch: metaconfig
44488            ! U/threads/usethreads.U
44489 ____________________________________________________________________________
44490 [ 10573] By: jhi                                   on 2001/06/13  17:34:00
44491         Log: It would be also be good if I could type.
44492      Branch: perl
44493            ! Configure
44494 ____________________________________________________________________________
44495 [ 10572] By: jhi                                   on 2001/06/13  17:26:29
44496         Log: Metaconfig unit change for #10571.
44497      Branch: metaconfig
44498            ! U/threads/usethreads.U
44499 ____________________________________________________________________________
44500 [ 10571] By: jhi                                   on 2001/06/13  17:26:05
44501         Log: A non-empty default is a good thing.
44502      Branch: perl
44503            ! Configure
44504 ____________________________________________________________________________
44505 [ 10570] By: jhi                                   on 2001/06/13  17:15:16
44506         Log: Metaconfig unit change for #10569.
44507      Branch: metaconfig
44508            ! U/threads/usethreads.U
44509 ____________________________________________________________________________
44510 [ 10569] By: jhi                                   on 2001/06/13  17:14:17
44511         Log: Add Configure directive -Dusereentrant for Artur's ithreads work,
44512              extremely experimental, not even prompted for.
44513      Branch: perl
44514            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
44515            ! config_h.SH configure.com epoc/config.sh perl.h uconfig.h
44516            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
44517            ! win32/config.bc win32/config.gc win32/config.vc
44518 ____________________________________________________________________________
44519 [ 10568] By: jhi                                   on 2001/06/13  16:22:27
44520         Log: FAQ tweak for Vanina Arca <varca@baufest.com>.
44521      Branch: perl
44522            ! pod/perlfaq6.pod
44523 ____________________________________________________________________________
44524 [ 10567] By: jhi                                   on 2001/06/13  16:20:23
44525         Log: Integrate perlio; conflicts, accept Nick's versions.
44526      Branch: perl
44527           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
44528           !> ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
44529 ____________________________________________________________________________
44530 [ 10566] By: jhi                                   on 2001/06/13  16:17:42
44531         Log: Subject: Re: ext/ + -Wall
44532              From: Doug MacEachern <dougm@covalent.net>
44533              Date: Wed, 13 Jun 2001 10:02:16 -0700 (PDT)
44534              Message-ID: <Pine.LNX.4.21.0106130959050.24181-100000@mako.covalent.net>
44535      Branch: perl
44536            ! XSUB.h lib/ExtUtils/xsubpp perl.h
44537 ____________________________________________________________________________
44538 [ 10565] By: jhi                                   on 2001/06/13  16:16:07
44539         Log: Similar logic as DB_File.xs, using the modern macros and
44540              defines them to older ones for older Perls where PERL_VERSION
44541              is not defined, from Doug MacEachern.
44542      Branch: perl
44543            ! ext/Storable/Storable.xs
44544 ____________________________________________________________________________
44545 [ 10564] By: nick                                  on 2001/06/13  15:22:01
44546         Log: Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
44547              and using that instead (name lookups are sequential search for now).
44548      Branch: perlio
44549            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
44550            ! ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
44551 ____________________________________________________________________________
44552 [ 10563] By: jhi                                   on 2001/06/13  14:07:43
44553         Log: Subject: [PATCH] Re: [ID 20010526.001] localized glob loses value when assigned to
44554              From: "Richard Soderberg" <rs@crystalflame.net>
44555              Date: Sat, 26 May 2001 06:44:20 -0700
44556              Message-ID: <NAEKLNAAHLMBPMPNBMLECECHDFAA.rs@crystalflame.net>
44557      Branch: perl
44558            ! sv.c t/op/glob.t
44559 ____________________________________________________________________________
44560 [ 10562] By: jhi                                   on 2001/06/13  13:55:10
44561         Log: Subject: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
44562              From: "Craig A. Berry" <craigberry@mac.com>
44563              Date: Tue, 12 Jun 2001 23:55:26 -0500
44564              Message-Id: <a05101002b74ca0013cf5@[192.168.56.160]>
44565      Branch: perl
44566            ! ext/re/Makefile.PL ext/re/re.xs
44567 ____________________________________________________________________________
44568 [ 10561] By: jhi                                   on 2001/06/13  13:44:58
44569         Log: Hide __attribute__((unused)) behind PERL_UNUSED_DECL as
44570              suggested by NI-S.
44571      Branch: perl
44572            ! XSUB.h malloc.c perl.h
44573 ____________________________________________________________________________
44574 [ 10560] By: jhi                                   on 2001/06/13  13:35:42
44575         Log: Regen toc.
44576      Branch: perl
44577            ! pod/perltoc.pod
44578 ____________________________________________________________________________
44579 [ 10559] By: jhi                                   on 2001/06/13  12:53:18
44580         Log: Subject: [patch] perl.gprof control
44581              From: Doug MacEachern <dougm@covalent.net>
44582              Date: Tue, 12 Jun 2001 23:05:44 -0700 (PDT)
44583              Message-ID: <Pine.LNX.4.21.0106122247380.24181-100000@mako.covalent.net>
44584      Branch: perl
44585            ! miniperlmain.c perl.h
44586 ____________________________________________________________________________
44587 [ 10558] By: jhi                                   on 2001/06/13  12:51:47
44588         Log: Subject: Re: ext/ + -Wall
44589              From: Doug MacEachern <dougm@covalent.net>
44590              Date: Tue, 12 Jun 2001 22:04:50 -0700 (PDT)
44591              Message-ID: <Pine.LNX.4.21.0106122151180.24181-100000@mako.covalent.net>
44592              
44593              Document ax and break up dXSARGS.
44594      Branch: perl
44595            ! XSUB.h pod/perlapi.pod
44596 ____________________________________________________________________________
44597 [ 10557] By: jhi                                   on 2001/06/13  12:39:55
44598         Log: More AIX tweakage from Merijn.
44599      Branch: perl
44600            ! hints/aix.sh
44601 ____________________________________________________________________________
44602 [ 10556] By: jhi                                   on 2001/06/13  03:26:58
44603         Log: Subject: [PATCH perl@10538] make VMS autosplit earlier in build
44604              From: "Craig A. Berry" <craigberry@mac.com>
44605              Date: Tue, 12 Jun 2001 22:57:45 -0500
44606              Message-Id: <a05101001b74c943d7af4@[192.168.56.160]>
44607      Branch: perl
44608            ! vms/descrip_mms.template
44609 ____________________________________________________________________________
44610 [ 10555] By: jhi                                   on 2001/06/13  02:50:43
44611         Log: Subject: Re: hacking util.c, attrs.xs, and re.xs to compile on VMS
44612              From: "Craig A. Berry" <craigberry@mac.com>
44613              Date: Tue, 12 Jun 2001 22:21:39 -0500
44614              Message-Id: <a05101000b74c8698483b@[172.16.52.1]>
44615      Branch: perl
44616            ! configure.com util.c
44617 ____________________________________________________________________________
44618 [ 10554] By: jhi                                   on 2001/06/13  02:23:16
44619         Log: New AIX dynaloading code from Jens-Uwe Mager.
44620              Does break binary compatibility.
44621      Branch: perl
44622            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
44623 ____________________________________________________________________________
44624 [ 10553] By: jhi                                   on 2001/06/13  02:10:16
44625         Log: VMS DEC C compiler found nits by Peter Prymmer.
44626      Branch: perl
44627            ! util.c
44628 ____________________________________________________________________________
44629 [ 10552] By: jhi                                   on 2001/06/13  01:36:12
44630         Log: Subject: [PATCH: perl@10538] fix for file locking and filecomp test
44631              From: Peter Prymmer <pvhp@forte.com>
44632              Date: Tue, 12 Jun 2001 19:34:08 -0700 (PDT)
44633              Message-ID: <Pine.OSF.4.10.10106121927580.15174-100000@aspara.forte.com>
44634      Branch: perl
44635            ! t/lib/filecomp.t
44636 ____________________________________________________________________________
44637 [ 10551] By: jhi                                   on 2001/06/13  01:26:53
44638         Log: I wonder how many $CONFIGs still lurk in the shadows.
44639      Branch: perl
44640            ! pod/Makefile.SH x2p/cflags.SH
44641 ____________________________________________________________________________
44642 [ 10550] By: jhi                                   on 2001/06/13  01:25:12
44643         Log: Grok three kinds of line endings, should fix [ID 20010612.003]
44644      Branch: perl
44645            ! pod/checkpods.PL
44646 ____________________________________________________________________________
44647 [ 10549] By: jhi                                   on 2001/06/13  01:05:28
44648         Log: Use __attribute__((unused)) to silence -Wall on unused ax.
44649      Branch: perl
44650            ! XSUB.h ext/DB_File/DB_File.xs lib/ExtUtils/xsubpp
44651 ____________________________________________________________________________
44652 [ 10548] By: jhi                                   on 2001/06/13  00:41:28
44653         Log: Subject: [patch] rid local_patches warnings
44654              From: Doug MacEachern <dougm@covalent.net>
44655              Date: Tue, 12 Jun 2001 10:26:34 -0700 (PDT)
44656              Message-ID: <Pine.LNX.4.21.0106121024470.24181-100000@mako.covalent.net>
44657      Branch: perl
44658            ! ext/List/Util/Util.xs ext/Storable/Storable.xs
44659 ____________________________________________________________________________
44660 [ 10547] By: jhi                                   on 2001/06/13  00:40:29
44661         Log: Subject: Re: ext/ + -Wall
44662              From: Doug MacEachern <dougm@covalent.net>
44663              Date: Tue, 12 Jun 2001 09:38:09 -0700 (PDT)
44664              Message-ID: <Pine.LNX.4.21.0106120927100.24181-100000@mako.covalent.net>
44665      Branch: perl
44666            ! ext/attrs/attrs.xs
44667 ____________________________________________________________________________
44668 [ 10546] By: jhi                                   on 2001/06/13  00:39:06
44669         Log: Subject: [PATCH] perlretut.pod: unterminated C<>
44670              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
44671              Date: Tue, 12 Jun 2001 14:36:20 -0400
44672              Message-ID: <20010612143619.A37113@linguist.thayer.dartmouth.edu>
44673      Branch: perl
44674            ! pod/perlretut.pod
44675 ____________________________________________________________________________
44676 [ 10545] By: jhi                                   on 2001/06/13  00:38:02
44677         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
44678              From: Mike Guy <mjtg@cam.ac.uk>
44679              Date: Tue, 12 Jun 2001 19:10:31 +0100
44680              Message-Id: <E159scZ-0000r2-00@draco.cus.cam.ac.uk>
44681              
44682              Subject: Re: [ID 20010612.001] out of memory during regex compilation
44683              From: Mike Guy <mjtg@cam.ac.uk>
44684              Date: Tue, 12 Jun 2001 19:21:01 +0100
44685              Message-Id: <E159smj-0000wY-00@draco.cus.cam.ac.uk>
44686      Branch: perl
44687            ! pod/perlop.pod
44688 ____________________________________________________________________________
44689 [ 10544] By: jhi                                   on 2001/06/13  00:34:39
44690         Log: AIX tweaks from Merijn H. Brand.
44691      Branch: perl
44692            ! hints/aix.sh
44693 ____________________________________________________________________________
44694 [ 10543] By: jhi                                   on 2001/06/13  00:11:42
44695         Log: Subject: [PATCH] 5.6.1 -- add LC_MESSAGES constant to POSIX module
44696              From: "Brendan O'Dea" <bod@compusol.com.au>
44697              Date: Wed, 13 Jun 2001 05:16:47 +1000
44698              Message-ID: <20010613051647.A8945@compusol.com.au>
44699      Branch: maint-5.6/perl
44700            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
44701 ____________________________________________________________________________
44702 [ 10542] By: jhi                                   on 2001/06/13  00:07:50
44703         Log: Subject: Small bcopy cleanup
44704              From: Andy Dougherty <doughera@lafayette.edu>
44705              Date: Tue, 12 Jun 2001 17:11:52 -0400 (EDT)
44706              Message-ID: <Pine.SOL.4.10.10106121706360.11034-100000@maxwell.phys.lafayette.edu>
44707      Branch: perl
44708            ! embed.h embed.pl objXSUB.h perlapi.c proto.h util.c x2p/a2p.h
44709 ____________________________________________________________________________
44710 [ 10541] By: jhi                                   on 2001/06/13  00:05:18
44711         Log: Subject: [PATCH] Re: ext/ + -Wall
44712              From: Nicholas Clark <nick@ccl4.org>
44713              Date: Wed, 13 Jun 2001 00:04:30 +0100
44714              Message-ID: <20010613000430.M5901@plum.flirble.org>
44715      Branch: perl
44716            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
44717 ____________________________________________________________________________
44718 [ 10540] By: jhi                                   on 2001/06/13  00:02:25
44719         Log: Subject: [PATCH] Re: [PATCH] ExtUtils::Constant
44720              From: Nicholas Clark <nick@ccl4.org>
44721              Date: Tue, 12 Jun 2001 23:53:07 +0100
44722              Message-ID: <20010612235307.L5901@plum.flirble.org>
44723      Branch: perl
44724            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
44725 ____________________________________________________________________________
44726 [ 10539] By: jhi                                   on 2001/06/12  23:59:10
44727         Log: MPE/iX tweaks from Mark Bixby.
44728      Branch: perl
44729            ! hints/mpeix.sh mpeix/mpeixish.h util.c
44730 ____________________________________________________________________________
44731 [ 10538] By: jhi                                   on 2001/06/12  14:16:15
44732         Log: Update Changes.
44733      Branch: perl
44734            ! Changes patchlevel.h
44735 ____________________________________________________________________________
44736 [ 10537] By: jhi                                   on 2001/06/12  14:11:26
44737         Log: One less -Wall whine (found under DEBUGGING).
44738      Branch: perl
44739            ! x2p/Makefile.SH x2p/a2p.c
44740 ____________________________________________________________________________
44741 [ 10536] By: jhi                                   on 2001/06/12  13:32:09
44742         Log: s/case-independent/case-insensitive/g
44743      Branch: perl
44744            ! pod/perldebug.pod
44745 ____________________________________________________________________________
44746 [ 10535] By: jhi                                   on 2001/06/12  13:27:28
44747         Log: As suggested in    
44748              
44749              Subject: Re: ext/ + -Wall
44750              From: Gurusamy Sarathy <gsar@ActiveState.com>
44751              Date: Mon, 11 Jun 2001 23:34:31 -0700
44752              Message-Id: <200106120634.f5C6YVM07246@smtp3.ActiveState.com>
44753      Branch: perl
44754            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs globals.c
44755            ! perl.h
44756 ____________________________________________________________________________
44757 [ 10534] By: jhi                                   on 2001/06/12  13:13:27
44758         Log: Subject: ext/ + -Wall
44759              From: Doug MacEachern <dougm@covalent.net>
44760              Date: Mon, 11 Jun 2001 22:19:45 -0700 (PDT)
44761              Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net>
44762      Branch: perl
44763            ! ext/ByteLoader/ByteLoader.xs ext/DB_File/DB_File.xs
44764            ! ext/DB_File/version.c ext/Devel/DProf/DProf.xs
44765            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
44766            ! ext/Encode/Encode.xs ext/File/Glob/bsd_glob.c
44767            ! ext/Filter/Util/Call/Call.xs ext/GDBM_File/GDBM_File.xs
44768            ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
44769            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
44770            ! ext/PerlIO/Via/Via.xs ext/Time/HiRes/HiRes.xs
44771            ! ext/Time/Piece/Piece.xs ext/attrs/attrs.xs globals.c
44772            ! lib/ExtUtils/xsubpp
44773 ____________________________________________________________________________
44774 [ 10533] By: jhi                                   on 2001/06/12  12:52:57
44775         Log: Subject: [PATCH] anonymous stashes
44776              From: Abhijit Menon-Sen <ams@wiw.org>
44777              Date: Tue, 12 Jun 2001 12:47:04 +0530
44778              Message-ID: <20010612124704.A29029@lustre.linux.in>
44779      Branch: perl
44780            ! dump.c gv.c sv.c xsutils.c
44781 ____________________________________________________________________________
44782 [ 10532] By: jhi                                   on 2001/06/12  12:37:36
44783         Log: One more test for $^S.
44784      Branch: perl
44785            ! t/op/magic.t
44786 ____________________________________________________________________________
44787 [ 10531] By: jhi                                   on 2001/06/12  12:35:02
44788         Log: Subject: [PATCH 20010612.002] $^S almost entirely broken with 5.6.1
44789              From: Abhijit Menon-Sen <ams@wiw.org>
44790              Date: Tue, 12 Jun 2001 17:35:55 +0530
44791              Message-ID: <20010612173555.A32426@lustre.linux.in>
44792      Branch: perl
44793            ! mg.c t/op/magic.t
44794 ____________________________________________________________________________
44795 [ 10530] By: jhi                                   on 2001/06/12  12:31:11
44796         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
44797              From: Mike Guy <mjtg@cam.ac.uk>
44798              Date: Tue, 12 Jun 2001 13:14:15 +0100
44799              Message-Id: <E159n3n-0000xa-00@draco.cus.cam.ac.uk>
44800      Branch: perl
44801            ! pod/perlop.pod
44802 ____________________________________________________________________________
44803 [ 10529] By: jhi                                   on 2001/06/12  12:21:06
44804         Log: AUTHORS updates.
44805      Branch: perl
44806            ! AUTHORS
44807 ____________________________________________________________________________
44808 [ 10528] By: jhi                                   on 2001/06/12  12:19:47
44809         Log: Subject: [PATCH] rhapsody/darwin minor cleanup
44810              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
44811              Content-Transfer-Encoding: 7bit
44812              Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu>
44813      Branch: perl
44814            ! Makefile.SH hints/darwin.sh hints/rhapsody.sh
44815 ____________________________________________________________________________
44816 [ 10527] By: jhi                                   on 2001/06/12  11:58:53
44817         Log: Subject: [MacPerl-Porters] Re: [PATCH] Mac OS Compatability for bleadperl
44818              From: "Philip Newton" <Philip.Newton@gmx.net>
44819              Date: Mon, 11 Jun 2001 07:08:03 +0200
44820              Message-Id: <200106120802.LAA08992@taas.iki.fi>
44821      Branch: perl
44822            ! t/base/term.t
44823 ____________________________________________________________________________
44824 [ 10526] By: jhi                                   on 2001/06/12  01:35:34
44825         Log: Cleanup the a2p.c for -Wall.
44826      Branch: perl
44827            ! x2p/Makefile.SH x2p/a2p.c
44828 ____________________________________________________________________________
44829 [ 10525] By: jhi                                   on 2001/06/12  01:10:56
44830         Log: File::Find update for MacOS from Chris Nandor.
44831      Branch: perl
44832            ! lib/File/Find.pm t/lib/filefind.t
44833 ____________________________________________________________________________
44834 [ 10524] By: jhi                                   on 2001/06/12  00:29:20
44835         Log: gcc -Wall nits picked out by a non-UNIX system
44836              (courtesy of Mark Bixby)
44837      Branch: perl
44838            ! doio.c ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_mpeix.xs
44839            ! ext/IO/IO.xs ext/PerlIO/Via/Via.xs ext/Socket/Socket.xs
44840            ! pp_sys.c util.c
44841 ____________________________________________________________________________
44842 [ 10523] By: jhi                                   on 2001/06/11  22:34:03
44843         Log: Metaconfig unit change for #10522.  (The d_modfl changes
44844              placate metalint.)
44845      Branch: metaconfig/U/perl
44846            ! d_modfl.U d_u32align.U
44847 ____________________________________________________________________________
44848 [ 10522] By: jhi                                   on 2001/06/11  22:33:00
44849         Log: Buglet found by Mark Bixby: "./try >&2 >/dev/null" should
44850              be "./try 2>&1 >/dev/null".
44851      Branch: perl
44852            ! Configure
44853 ____________________________________________________________________________
44854 [ 10521] By: jhi                                   on 2001/06/11  19:49:54
44855         Log: Subject: [PATCH perl@10517] DCL quoting syntax drives pumpking mad
44856              From: "Craig A. Berry" <craigberry@mac.com>
44857              Date: Mon, 11 Jun 2001 14:00:32 -0500
44858              Message-Id: <5.1.0.14.0.20010611134750.03985cb8@exchi01>
44859      Branch: perl
44860            ! configure.com
44861 ____________________________________________________________________________
44862 [ 10520] By: jhi                                   on 2001/06/11  17:55:47
44863         Log: Move the full \p\P lists to perlunicode.
44864      Branch: perl
44865            ! pod/perlretut.pod pod/perlunicode.pod
44866 ____________________________________________________________________________
44867 [ 10519] By: jhi                                   on 2001/06/11  17:10:00
44868         Log: VOS build tweak for 5.6.1 from Paul Green.
44869      Branch: maint-5.6/perl
44870            ! vos/build.cm
44871 ____________________________________________________________________________
44872 [ 10518] By: jhi                                   on 2001/06/11  17:07:03
44873         Log: Subject: [PATCH perl@10476] no PerlIO at startup time on VMS
44874              From: "Craig A. Berry" <craigberry@mac.com>
44875              Date: Fri, 8 Jun 2001 18:08:18 -0500
44876              Message-Id: <a05101000b746f9dd4fca@[192.168.56.145]>
44877      Branch: perl
44878            ! vms/vms.c
44879 ____________________________________________________________________________
44880 [ 10517] By: jhi                                   on 2001/06/11  14:52:01
44881         Log: Update Changes.
44882      Branch: perl
44883            ! Changes patchlevel.h
44884 ____________________________________________________________________________
44885 [ 10516] By: jhi                                   on 2001/06/11  14:46:33
44886         Log: Add the modfl_pow32_bug (anti)definition also to VOS headers.
44887      Branch: perl
44888            ! vos/config.alpha.h vos/config.ga.h
44889 ____________________________________________________________________________
44890 [ 10515] By: jhi                                   on 2001/06/11  14:39:05
44891         Log: VOS updates from Paul Green for @10476.
44892      Branch: perl
44893            ! README.vos vos/Changes vos/build.cm vos/compile_perl.cm
44894            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
44895            ! vos/config.ga.h vos/configure_perl.cm
44896 ____________________________________________________________________________
44897 [ 10514] By: jhi                                   on 2001/06/11  12:58:43
44898         Log: Subject: [PATCH] Not many people know this ...
44899              From: Mike Guy <mjtg@cam.ac.uk>
44900              Date: Mon, 11 Jun 2001 14:55:15 +0100
44901              Message-Id: <E159S9z-00015D-00@draco.cus.cam.ac.uk>
44902      Branch: perl
44903            ! pod/perldebug.pod
44904 ____________________________________________________________________________
44905 [ 10513] By: jhi                                   on 2001/06/11  12:30:06
44906         Log: Add final commas to lists as suggested by Philip Newton.
44907      Branch: perl
44908            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
44909 ____________________________________________________________________________
44910 [ 10512] By: jhi                                   on 2001/06/11  12:28:49
44911         Log: Subject: [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl
44912              Date: Sun, 10 Jun 2001 23:35:38 -0400
44913              From: Chris Nandor <pudge@pobox.com>
44914              Message-Id: <p05100306b749ec0eaade@[10.0.1.177]>
44915      Branch: perl
44916            ! lib/DirHandle.pm lib/File/Basename.pm lib/diagnostics.pm
44917            ! perl.c t/base/term.t t/comp/cpp.t t/comp/multiline.t
44918            ! t/comp/script.t t/lib/anydbm.t t/lib/autoloader.t
44919            ! t/lib/dirhand.t t/lib/selfloader.t t/op/anonsub.t
44920            ! t/op/closure.t t/op/defins.t t/op/exec.t t/op/goto.t
44921            ! t/op/pack.t t/op/regexp.t t/op/regexp_noamp.t t/op/split.t
44922            ! t/op/write.t t/pragma/strict.t
44923 ____________________________________________________________________________
44924 [ 10511] By: jhi                                   on 2001/06/11  12:13:31
44925         Log: Subject: [RESEND] [PATCH] Mac OS lib patches for bleadperl
44926              From: Chris Nandor <pudge@pobox.com>
44927              Date: Mon, 11 Jun 2001 08:24:28 -0400
44928              Message-Id: <p05100303b74a66faf625@[10.0.1.177]>
44929      Branch: perl
44930            ! ext/IO/lib/IO/Dir.pm lib/File/Copy.pm t/lib/filecopy.t
44931            ! t/lib/io_dir.t
44932 ____________________________________________________________________________
44933 [ 10510] By: jhi                                   on 2001/06/11  12:03:16
44934         Log: One more run_byacc (a hand-tweaked version had slipped in).
44935      Branch: perl
44936            ! perly.c vms/perly_c.vms
44937 ____________________________________________________________________________
44938 [ 10509] By: nick                                  on 2001/06/11  07:49:15
44939         Log: Integrate mainline
44940      Branch: perlio
44941           !> Makefile.SH embed.h embed.pl global.sym
44942           !> lib/ExtUtils/Constant.pm lib/ExtUtils/Manifest.pm objXSUB.h
44943           !> perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
44944           !> perly_c.diff pod/perl572delta.pod pod/perlapi.pod proto.h sv.c
44945           !> t/lib/extutils.t util.c vms/perly_c.vms vms/perly_h.vms
44946 ____________________________________________________________________________
44947 [ 10508] By: jhi                                   on 2001/06/10  22:38:05
44948         Log: Subject: [PATCH] ExtUtils::Manifest not -w clean
44949              From: Mike Guy <mjtg@cam.ac.uk>
44950              Reply-To: mjtg@cam.ac.uk
44951              Message-Id: <E159Ei8-0006Tz-00@draco.cus.cam.ac.uk>
44952      Branch: perl
44953            ! lib/ExtUtils/Manifest.pm
44954 ____________________________________________________________________________
44955 [ 10507] By: jhi                                   on 2001/06/10  22:37:16
44956         Log: Subject: [PATCH] ExtUtils::Constant
44957              From: Nicholas Clark <nick@ccl4.org>
44958              Date: Sun, 10 Jun 2001 23:25:41 +0100
44959              Message-ID: <20010610232540.C76396@plum.flirble.org>
44960      Branch: perl
44961            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
44962 ____________________________________________________________________________
44963 [ 10506] By: jhi                                   on 2001/06/10  20:57:20
44964         Log: Integrate perlio.
44965      Branch: perl
44966           !> iperlsys.h
44967 ____________________________________________________________________________
44968 [ 10505] By: jhi                                   on 2001/06/10  18:37:57
44969         Log: Move the grok_number and its lieutenant grok_numeric_radix
44970              from sv.c statics to util.c and public.
44971      Branch: perl
44972            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c
44973            ! perlapi.h pod/perlapi.pod proto.h sv.c util.c
44974 ____________________________________________________________________________
44975 [ 10504] By: nick                                  on 2001/06/10  17:47:06
44976         Log: Fix (valid) -Wall warnings in perlio.c
44977      Branch: perlio
44978            ! iperlsys.h
44979 ____________________________________________________________________________
44980 [ 10503] By: jhi                                   on 2001/06/10  17:38:28
44981         Log: Update perly_c.diff, update perly.fixer to edit away
44982              some of the -Wall noise.
44983      Branch: perl
44984            ! perly.c perly.fixer perly_c.diff vms/perly_c.vms
44985 ____________________________________________________________________________
44986 [ 10502] By: jhi                                   on 2001/06/10  17:09:42
44987         Log: Check the version of byacc.
44988      Branch: perl
44989            ! Makefile.SH
44990 ____________________________________________________________________________
44991 [ 10501] By: jhi                                   on 2001/06/10  17:00:08
44992         Log: Subject: [PATCH] perly.y overhaul
44993              From: Simon Cozens <simon@netthink.co.uk>
44994              Date: Sun, 10 Jun 2001 16:56:54 +0100
44995              Message-ID: <20010610165654.A16597@deep-dark-truthful-mirror.pmb.ox.ac.uk>
44996              
44997              Plus make run_byacc.
44998      Branch: perl
44999            ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
45000 ____________________________________________________________________________
45001 [ 10500] By: jhi                                   on 2001/06/10  16:07:28
45002         Log: Integrate perlio.
45003      Branch: perl
45004           !> perlio.c perlsfio.h
45005 ____________________________________________________________________________
45006 [ 10499] By: nick                                  on 2001/06/10  15:01:08
45007         Log: Integrate mainline
45008      Branch: perlio
45009           !> Changes Configure embed.h embed.pl patchlevel.h proto.h sv.c
45010           !> t/pragma/locale.t util.c
45011 ____________________________________________________________________________
45012 [ 10498] By: jhi                                   on 2001/06/10  13:49:23
45013         Log: Put some meat on the perl572delta bones.  The list of
45014              selected bug fixes needs more work, as does still the
45015              whole document.
45016      Branch: perl
45017            ! pod/perl572delta.pod
45018 ____________________________________________________________________________
45019 [ 10497] By: nick                                  on 2001/06/10  12:27:51
45020         Log: Paper over a crack or two with USE_SFIO
45021      Branch: perlio
45022            ! perlio.c perlsfio.h
45023 ____________________________________________________________________________
45024 [ 10496] By: jhi                                   on 2001/06/10  11:04:22
45025         Log: Update Changes.
45026      Branch: perl
45027            ! Changes patchlevel.h
45028 ____________________________________________________________________________
45029 [ 10495] By: jhi                                   on 2001/06/10  10:55:34
45030         Log: Subject: Re: pragma/locale.t #107
45031              From: Hugo <hv@crypt.compulink.co.uk>
45032              Date: Sun, 10 Jun 2001 11:23:30 +0100
45033              Message-Id: <200106101023.LAA32085@crypt.compulink.co.uk>
45034              
45035              Encapsulate the scan of the decimal radix separator.
45036      Branch: perl
45037            ! embed.h embed.pl proto.h sv.c
45038 ____________________________________________________________________________
45039 [ 10494] By: jhi                                   on 2001/06/10  03:00:17
45040         Log: Try to grok numbers both with the locale specific separator
45041              and with the usual "." (if different from the lss); add a test
45042              to locale.t to do also a little bit of math in addition to just
45043              equalness testing; remove extraneous logic as suggested in
45044              
45045              Subject: Re: pragma/locale.t #107
45046              From: Nicholas Clark <nick@ccl4.org>
45047              Date: Sat, 9 Jun 2001 22:37:36 +0100
45048              Message-ID: <20010609223735.Y76396@plum.flirble.org>
45049      Branch: perl
45050            ! sv.c t/pragma/locale.t
45051 ____________________________________________________________________________
45052 [ 10493] By: jhi                                   on 2001/06/10  01:25:23
45053         Log: Metaconfig unit change for #10492.
45054      Branch: metaconfig/U/perl
45055            ! Extensions.U
45056 ____________________________________________________________________________
45057 [ 10492] By: jhi                                   on 2001/06/10  01:23:59
45058         Log: Subject: [PATCH] Don't build Thread.pm if USEITHREADS
45059              From: Artur Bergman <artur@contiller.se> 
45060              Date: Sat, 09 Jun 2001 21:03:51 +0200
45061              Message-ID: <B7483FB6.1398%artur@contiller.se>
45062      Branch: perl
45063            ! Configure
45064 ____________________________________________________________________________
45065 [ 10491] By: jhi                                   on 2001/06/10  01:15:40
45066         Log: Integrate perlio.
45067      Branch: perl
45068           !> perlsfio.h
45069 ____________________________________________________________________________
45070 [ 10490] By: jhi                                   on 2001/06/10  01:08:26
45071         Log: Do locale specific separator if only in locale.
45072      Branch: perl
45073            ! util.c
45074 ____________________________________________________________________________
45075 [ 10489] By: nick                                  on 2001/06/09  19:13:25
45076         Log: Make XS/Typemap compile (but fail) with sfio
45077      Branch: perlio
45078            ! perlsfio.h
45079 ____________________________________________________________________________
45080 [ 10488] By: nick                                  on 2001/06/09  19:12:51
45081         Log: Re-integrate mainline
45082      Branch: perlio
45083           !> embed.h embed.pl embedvar.h intrpvar.h perl.h perlapi.h
45084           !> proto.h sv.c util.c
45085 ____________________________________________________________________________
45086 [ 10487] By: nick                                  on 2001/06/09  16:26:29
45087         Log: Integrate mainline
45088      Branch: perlio
45089           !> (integrate 31 files)
45090 ____________________________________________________________________________
45091 [ 10486] By: jhi                                   on 2001/06/09  16:11:51
45092         Log: Subject: [PATCH] New attempt to clone callack
45093              From: Artur Bergman <artur@contiller.se> 
45094              Date: Thu, 07 Jun 2001 11:52:16 +0200
45095              Message-ID: <B7451B6F.12B7%artur@contiller.se>
45096      Branch: perl
45097            ! embedvar.h intrpvar.h perlapi.h sv.c
45098 ____________________________________________________________________________
45099 [ 10485] By: jhi                                   on 2001/06/09  15:23:52
45100         Log: Numeric conversion tweaks suggested by Hugo and Nicholas.
45101      Branch: perl
45102            ! embed.h embed.pl perl.h proto.h sv.c util.c
45103 ____________________________________________________________________________
45104 [ 10484] By: jhi                                   on 2001/06/09  14:47:25
45105         Log: Subject: Re: pragma/locale.t #107
45106              From: Nicholas Clark <nick@ccl4.org>
45107              Date: Sat, 9 Jun 2001 16:26:10 +0100
45108              Message-ID: <20010609162609.V76396@plum.flirble.org>
45109              
45110              A missing NVification.
45111      Branch: perl
45112            ! sv.c
45113 ____________________________________________________________________________
45114 [ 10483] By: jhi                                   on 2001/06/08  19:40:32
45115         Log: Redo the #10482, there already was a test script for formats.
45116      Branch: perl
45117            - t/io/format.t
45118            ! MANIFEST t/op/write.t
45119 ____________________________________________________________________________
45120 [ 10482] By: jhi                                   on 2001/06/08  19:34:45
45121         Log: Twisted format testing, from Merijn.
45122      Branch: perl
45123            + t/io/format.t
45124            ! MANIFEST
45125 ____________________________________________________________________________
45126 [ 10481] By: jhi                                   on 2001/06/08  19:21:56
45127         Log: More \p{In...} testing, combined with \N{...}.
45128      Branch: perl
45129            ! lib/utf8_heavy.pl t/op/pat.t
45130 ____________________________________________________________________________
45131 [ 10480] By: jhi                                   on 2001/06/08  14:16:06
45132         Log: Metaconfig changes for #10479.
45133      Branch: metaconfig
45134            ! U/Glossary.patch
45135      Branch: metaconfig/U/perl
45136            ! d_modfl.U
45137 ____________________________________________________________________________
45138 [ 10479] By: jhi                                   on 2001/06/08  14:15:32
45139         Log: Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
45140      Branch: perl
45141            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
45142            ! config_h.SH configure.com epoc/config.sh pp.c uconfig.h
45143            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
45144            ! win32/config.bc win32/config.gc win32/config.vc
45145 ____________________________________________________________________________
45146 [ 10478] By: jhi                                   on 2001/06/08  12:20:41
45147         Log: Subject: Re: [PATCH perl@10439] fix old $^S description in perlvms.pod
45148              From: "Craig A. Berry" <craigberry@mac.com>
45149              Date: Thu, 7 Jun 2001 14:27:20 -0500
45150              Message-Id: <a05100e01b7458075db7d@[172.16.52.1]>
45151      Branch: perl
45152            ! vms/perlvms.pod
45153 ____________________________________________________________________________
45154 [ 10477] By: jhi                                   on 2001/06/08  12:19:00
45155         Log: Subject: [PATCH] Unresolved symbol in ext/re/re.xs
45156              From: Gisle Aas <gisle@ActiveState.com>
45157              Date: 07 Jun 2001 17:04:29 -0700
45158              Message-ID: <lrae3jsupe.fsf@caliper.ActiveState.com>
45159      Branch: perl
45160            ! ext/re/re.xs
45161 ____________________________________________________________________________
45162 [ 10476] By: jhi                                   on 2001/06/08  01:35:42
45163         Log: Update Changes.
45164      Branch: perl
45165            ! Changes patchlevel.h
45166 ____________________________________________________________________________
45167 [ 10475] By: jhi                                   on 2001/06/08  00:53:45
45168         Log: Regen Glossary et alia.
45169      Branch: perl
45170            ! Porting/Glossary Porting/config.sh Porting/config_H
45171 ____________________________________________________________________________
45172 [ 10474] By: jhi                                   on 2001/06/07  22:06:38
45173         Log: Metaconfig unit changes for #10473.
45174      Branch: metaconfig/U/perl
45175            ! d_modfl.U
45176 ____________________________________________________________________________
45177 [ 10473] By: jhi                                   on 2001/06/07  22:06:16
45178         Log: Harumph, also AIX will spill its guts (i.e. dump core)
45179              if an executable contains modfl() but it hasn't been
45180              compiled right (in the case of AIX, with cc -qlongdouble).
45181      Branch: perl
45182            ! Configure
45183 ____________________________________________________________________________
45184 [ 10472] By: gsar                                  on 2001/06/07  20:04:28
45185         Log: integrate change#10471 from mainline
45186              
45187              in change#10451, check that CvOUTSIDE is a CV before looking in
45188              (it can apparently be SVt_NULL during global destruction)
45189      Branch: maint-5.6/perl
45190           !> op.c
45191 ____________________________________________________________________________
45192 [ 10471] By: gsar                                  on 2001/06/07  20:01:31
45193         Log: in change#10451, check that CvOUTSIDE is a CV before looking in
45194              (it can apparently be SVt_NULL during global destruction)
45195      Branch: perl
45196            ! op.c
45197 ____________________________________________________________________________
45198 [ 10470] By: jhi                                   on 2001/06/07  12:17:51
45199         Log: Subject: Re: [PATCH perl@10439] diagnostics and long C<=item>s
45200              From: Robin Barker <rmb1@cise.npl.co.uk>
45201              Date: Thu, 7 Jun 2001 13:01:06 +0100 (BST)
45202              Message-Id: <200106071201.NAA13627@tempest.npl.co.uk>
45203      Branch: perl
45204            ! lib/diagnostics.pm pod/perldiag.pod
45205 ____________________________________________________________________________
45206 [ 10469] By: jhi                                   on 2001/06/07  12:16:12
45207         Log: Subject: [PATCH perl@10439] long =item
45208              From: Robin Barker <rmb1@cise.npl.co.uk>
45209              Date: Thu, 7 Jun 2001 12:34:08 +0100 (BST)
45210              Message-Id: <200106071134.MAA10288@tempest.npl.co.uk>
45211      Branch: perl
45212            ! README.amiga lib/Attribute/Handlers.pm
45213            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
45214 ____________________________________________________________________________
45215 [ 10468] By: jhi                                   on 2001/06/07  12:08:56
45216         Log: Subject: [PATCH 5.7.1 pod/perlguts.pod] IOK vs pIOK docs
45217              Date: Thu, 7 Jun 2001 10:09:59 +0100 (BST)
45218              Reply-To: Dave Mitchell <davem@fdgroup.co.uk>
45219              Message-Id: <200106070909.KAA25610@gizmo.fdgroup.co.uk>
45220      Branch: perl
45221            ! pod/perlguts.pod
45222 ____________________________________________________________________________
45223 [ 10467] By: jhi                                   on 2001/06/07  12:04:26
45224         Log: Integrate perlio.
45225      Branch: perl
45226           !> sv.c
45227 ____________________________________________________________________________
45228 [ 10466] By: nick                                  on 2001/06/07  10:25:40
45229         Log: MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
45230              whitespace tweaks.
45231              Still coredumps in pragma/overload.t - what a nice hard fail that is...
45232      Branch: perlio
45233            ! sv.c
45234 ____________________________________________________________________________
45235 [ 10465] By: nick                                  on 2001/06/07  08:41:58
45236         Log: Raw integrate of mainline for S_grok_number debug
45237              (sv.c has MULTIPLICITY issues as well as whatever else ...)
45238      Branch: perlio
45239            - plan9/perlplan9.doc plan9/perlplan9.pod
45240           !> (integrate 46 files)
45241 ____________________________________________________________________________
45242 [ 10464] By: jhi                                   on 2001/06/06  23:33:58
45243         Log: The proper prototyping for #10463.
45244      Branch: perl
45245            ! embed.h embed.pl proto.h sv.c
45246 ____________________________________________________________________________
45247 [ 10463] By: jhi                                   on 2001/06/06  23:15:30
45248         Log: Subject: Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
45249              From: Nicholas Clark <nick@ccl4.org>
45250              Date: Thu, 7 Jun 2001 00:29:59 +0100
45251              Message-ID: <20010607002959.Z76396@plum.flirble.org>
45252      Branch: perl
45253            ! sv.c
45254 ____________________________________________________________________________
45255 [ 10462] By: jhi                                   on 2001/06/06  23:13:19
45256         Log: Subject: [PATCH perl@10439] fix old $^S description in perlvms.pod
45257              From: "Craig A. Berry" <craigberry@mac.com>
45258              Date: Wed, 06 Jun 2001 17:54:30 -0500
45259              Message-Id: <5.1.0.14.0.20010606174814.03c2c880@exchi01>
45260      Branch: perl
45261            ! vms/perlvms.pod
45262 ____________________________________________________________________________
45263 [ 10461] By: jhi                                   on 2001/06/06  23:10:00
45264         Log: Podify the remaining README.platform files;
45265              merge README.plan9 and plan9/perlplan9.pod;
45266              delete plan9/perlplan9.* (the perlplan.doc needs to
45267              be regenerated in Plan 9); make the =head1 and =head2
45268              in the README.platform to be a little more verbose
45269              (skipped README.os2 not to anger Ilya) so that they
45270              look better in the toc; regen toc.
45271      Branch: perl
45272            - plan9/perlplan9.doc plan9/perlplan9.pod
45273            ! MANIFEST README.aix README.amiga README.apollo README.beos
45274            ! README.bs2000 README.cygwin README.dgux README.dos README.epoc
45275            ! README.hpux README.hurd README.machten README.macos
45276            ! README.micro README.mint README.mpeix README.os390
45277            ! README.plan9 README.qnx README.solaris README.threads
45278            ! README.tru64 README.vmesa README.vms README.vos README.win32
45279            ! plan9/mkfile pod/buildtoc.PL pod/perl.pod pod/perlport.pod
45280            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
45281 ____________________________________________________________________________
45282 [ 10460] By: jhi                                   on 2001/06/06  20:58:53
45283         Log: Subject: [PATCH] Re: Bug in perlguts documentation?
45284              From: Mike Guy <mjtg@cam.ac.uk>
45285              Reply-To: mjtg@cam.ac.uk
45286              Message-Id: <E157fiS-0006Q7-00@draco.cus.cam.ac.uk>
45287      Branch: perl
45288            ! pod/perlguts.pod
45289 ____________________________________________________________________________
45290 [ 10459] By: jhi                                   on 2001/06/06  20:58:15
45291         Log: Subject: [PATCH] Re: [ID 20010604.015] taint + comma = false insecurity
45292              From: Mike Guy <mjtg@cam.ac.uk>
45293              Reply-To: mjtg@cam.ac.uk
45294              Message-Id: <E157flx-0006Uz-00@draco.cus.cam.ac.uk>
45295      Branch: perl
45296            ! pod/perlsec.pod
45297 ____________________________________________________________________________
45298 [ 10458] By: jhi                                   on 2001/06/06  20:56:04
45299         Log: Disable long doubles from pre-5.0 Tru64s.
45300      Branch: perl
45301            ! README.tru64 hints/dec_osf.sh
45302 ____________________________________________________________________________
45303 [ 10457] By: jhi                                   on 2001/06/06  20:49:23
45304         Log: The #10455 exposed that modfl() is fundamentally busted
45305              (as in: dumps core) in pre-5.0 Tru64, so better avoid even
45306              testing it.
45307      Branch: perl
45308            ! hints/dec_osf.sh
45309 ____________________________________________________________________________
45310 [ 10456] By: jhi                                   on 2001/06/06  20:48:35
45311         Log: Metaconfig unit change for #10455.
45312      Branch: metaconfig/U/perl
45313            ! d_modfl.U
45314 ____________________________________________________________________________
45315 [ 10455] By: jhi                                   on 2001/06/06  20:48:09
45316         Log: Configure check for geborken modfl(), inspired by
45317              
45318              Subject: Re: [20010118.017] op/int.t failure 
45319              From: Hugo <hv@crypt.compulink.co.uk>
45320              Date: Tue, 05 Jun 2001 13:43:27 +0100
45321              Message-Id: <200106051243.NAA15525@crypt.compulink.co.uk>
45322      Branch: perl
45323            ! Configure
45324 ____________________________________________________________________________
45325 [ 10454] By: jhi                                   on 2001/06/06  11:45:08
45326         Log: Integrate changes #10450 and #10451 from maintperl:
45327              
45328              optimize change#10448 slightly (don't repeat search in eval""s lexical
45329              scope, since that has already been searched)
45330              
45331              change#9108 needs subtler treatment for case of closures created
45332              within eval""
45333      Branch: perl
45334           !> op.c t/op/misc.t
45335 ____________________________________________________________________________
45336 [ 10453] By: jhi                                   on 2001/06/06  11:42:10
45337         Log: MakeMaker magic to compile (when no dynamic loading)
45338              List/Util.xsc as (ListUtil.c and) ListUtil.o since
45339              POSIX-BC (BS2000) linker has an evil limitation of
45340              being unable to include in the same executable several
45341              object files with the same name - case-insensitively -
45342              because otherwise we conflict with util.c.
45343              Strictly speaking currently required only in POSIX-BC
45344              but probably will do no harm elsewhere where static
45345              linking is required.
45346      Branch: perl
45347            ! ext/List/Util/Makefile.PL
45348 ____________________________________________________________________________
45349 [ 10452] By: nick                                  on 2001/06/06  08:59:51
45350         Log: Integrate mainline.
45351      Branch: perlio
45352           +> lib/Attribute/Handlers/demo/Demo.pm
45353           +> lib/Attribute/Handlers/demo/Descriptions.pm
45354           +> lib/Attribute/Handlers/demo/MyClass.pm
45355           +> lib/Attribute/Handlers/demo/demo.pl
45356           +> lib/Attribute/Handlers/demo/demo2.pl
45357           +> lib/Attribute/Handlers/demo/demo3.pl
45358           +> lib/Attribute/Handlers/demo/demo4.pl
45359           +> lib/Attribute/Handlers/demo/demo_call.pl
45360           +> lib/Attribute/Handlers/demo/demo_chain.pl
45361           +> lib/Attribute/Handlers/demo/demo_cycle.pl
45362           +> lib/Attribute/Handlers/demo/demo_hashdir.pl
45363           +> lib/Attribute/Handlers/demo/demo_phases.pl
45364           +> lib/Attribute/Handlers/demo/demo_range.pl
45365           +> lib/Attribute/Handlers/demo/demo_rawdata.pl t/op/override.t
45366           +> uts/strtol_wrap.c
45367           !> (integrate 91 files)
45368 ____________________________________________________________________________
45369 [ 10451] By: gsar                                  on 2001/06/06  07:11:36
45370         Log: change#9108 needs subtler treatment for case of closures created
45371              within eval""
45372      Branch: maint-5.6/perl
45373            ! op.c t/op/misc.t
45374 ____________________________________________________________________________
45375 [ 10450] By: gsar                                  on 2001/06/06  05:47:25
45376         Log: optimize change#10448 slightly (don't repeat search in eval""s lexical
45377              scope, since that has already been searched)
45378      Branch: maint-5.6/perl
45379            ! op.c
45380 ____________________________________________________________________________
45381 [ 10449] By: jhi                                   on 2001/06/06  01:33:31
45382         Log: Integrate change #10448 from maintperl; lexicals
45383              outside an eval"" weren't resolved correctly inside a subroutine
45384              definition inside the eval"" if they were not already referenced
45385              in the toplevel of the eval""-ed code
45386      Branch: perl
45387           !> cop.h op.c pp_ctl.c t/op/misc.t
45388 ____________________________________________________________________________
45389 [ 10448] By: gsar                                  on 2001/06/06  01:03:26
45390         Log: fix yet another bug of hoary vintage found by change#10394: lexicals
45391              outside an eval"" weren't resolved correctly inside a subroutine
45392              definition inside the eval"" if they were not already referenced
45393              in the toplevel of the eval""-ed code
45394      Branch: maint-5.6/perl
45395            ! cop.h op.c pp_ctl.c t/op/misc.t
45396 ____________________________________________________________________________
45397 [ 10447] By: jhi                                   on 2001/06/06  00:51:04
45398         Log: Subject: [PATCH] perl570delta.pod
45399              From: Peter Scott <Peter@PSDT.com> 
45400              Date: Tue, 05 Jun 2001 18:51:02 -0700
45401              Message-Id: <4.3.2.7.2.20010605183619.00a94400@psdt.com>
45402      Branch: perl
45403            ! pod/perl570delta.pod
45404 ____________________________________________________________________________
45405 [ 10446] By: jhi                                   on 2001/06/05  23:45:05
45406         Log: The fudge factor is no more needed.  I hope.
45407      Branch: perl
45408            ! t/lib/posix.t
45409 ____________________________________________________________________________
45410 [ 10445] By: jhi                                   on 2001/06/05  23:19:19
45411         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms 
45412              From: Hugo <hv@crypt.compulink.co.uk>
45413              Date: Tue, 05 Jun 2001 12:58:19 +0100
45414              Message-Id: <200106051158.MAA04605@crypt.compulink.co.uk>
45415      Branch: perl
45416            ! util.c
45417 ____________________________________________________________________________
45418 [ 10444] By: jhi                                   on 2001/06/05  11:09:01
45419         Log: Make up prototypes only for those who have the functions
45420              but not the prototypes.
45421      Branch: perl
45422            ! perl.h
45423 ____________________________________________________________________________
45424 [ 10443] By: jhi                                   on 2001/06/05  11:02:13
45425         Log: Subject: Re: Not OK: perl@10439 on win32 
45426              From: Prymmer/Kahn <pvhp@best.com> 
45427              Date: Mon, 4 Jun 2001 22:11:02 -0700 (PDT)
45428              Message-ID: <Pine.BSF.4.21.0106042136410.26316-100000@shell8.ba.best.com>
45429      Branch: perl
45430            ! perl.h util.c
45431 ____________________________________________________________________________
45432 [ 10442] By: jhi                                   on 2001/06/05  00:55:46
45433         Log: The metaconfig units changes for #10441.
45434      Branch: metaconfig
45435            ! U/modified/Extract.U U/modified/Extractall.U
45436            ! U/modified/Finish.U
45437 ____________________________________________________________________________
45438 [ 10441] By: jhi                                   on 2001/06/05  00:55:17
45439         Log: Extraction of the *.SH wasn't quite working with -Dmksymlinks.
45440      Branch: perl
45441            ! Configure
45442 ____________________________________________________________________________
45443 [ 10440] By: jhi                                   on 2001/06/05  00:28:27
45444         Log: Unnecessary fuzziness undone, noted by Mike Guy.
45445      Branch: perl
45446            ! t/op/tr.t
45447 ____________________________________________________________________________
45448 [ 10439] By: jhi                                   on 2001/06/04  17:14:31
45449         Log: Update Changes.
45450      Branch: perl
45451            ! Changes patchlevel.h
45452 ____________________________________________________________________________
45453 [ 10438] By: jhi                                   on 2001/06/04  17:10:16
45454         Log: Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance
45455              bug found by Ilmari Karonen; the bug fixed by Sarathy's lexical
45456              leakage patch.
45457      Branch: perl
45458            ! t/op/misc.t
45459 ____________________________________________________________________________
45460 [ 10437] By: jhi                                   on 2001/06/04  17:01:06
45461         Log: Test case for #10433/#10424.
45462      Branch: perl
45463            ! t/op/misc.t
45464 ____________________________________________________________________________
45465 [ 10436] By: jhi                                   on 2001/06/04  16:54:21
45466         Log: Subject: One fix for strtoul not setting errno
45467              From: hom00@utsglobal.com (Hal Morris)
45468              Date: Sat, 2 Jun 2001 09:23:11 -0700 (PDT)
45469              Message-Id: <200106021623.JAA06906@cepheus.utsglobal.com>
45470      Branch: perl
45471            + uts/strtol_wrap.c
45472            ! MANIFEST hints/uts.sh
45473 ____________________________________________________________________________
45474 [ 10435] By: jhi                                   on 2001/06/04  16:54:01
45475         Log: Metaconfig units changes for #10434.
45476      Branch: metaconfig
45477            ! U/modified/Cppsym.U
45478      Branch: metaconfig/U/perl
45479            + d_dbminitproto.U d_flockproto.U d_sockatmarkproto.U
45480            + d_syscallproto.U d_usleepproto.U
45481            ! longdblfio.U quadfio.U
45482 ____________________________________________________________________________
45483 [ 10434] By: jhi                                   on 2001/06/04  16:48:33
45484         Log: Configure tweaks; add prototype probes, make the cpp symbols
45485              probe to cast, not whine; test for %Ld and %Lf before %lld and
45486              %llf because the L is the ANSI way.
45487      Branch: perl
45488            ! Configure config_h.SH configure.com epoc/config.sh
45489            ! ext/ODBM_File/ODBM_File.xs perl.h pod/perltoc.pod uconfig.h
45490            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
45491            ! win32/config.bc win32/config.gc win32/config.vc x2p/str.c
45492 ____________________________________________________________________________
45493 [ 10433] By: jhi                                   on 2001/06/04  16:45:23
45494         Log: Sigh.  This is what #10424 was supposed to check in.
45495      Branch: perl
45496            ! op.c sv.c sv.h
45497 ____________________________________________________________________________
45498 [ 10432] By: jhi                                   on 2001/06/04  16:29:40
45499         Log: More verbose failure.
45500      Branch: perl
45501            ! t/op/ver.t
45502 ____________________________________________________________________________
45503 [ 10431] By: jhi                                   on 2001/06/04  16:21:55
45504         Log: The .pm changes to go with #10428.
45505      Branch: perl
45506            ! ext/Fcntl/Fcntl.pm ext/Socket/Socket.pm
45507            ! ext/Sys/Syslog/Syslog.pm
45508 ____________________________________________________________________________
45509 [ 10430] By: jhi                                   on 2001/06/04  16:05:20
45510         Log: On second thoughts show to utf8 skippage message only
45511              on failures, it's too confusing otherwise,
45512      Branch: perl
45513            ! t/pragma/locale.t
45514 ____________________________________________________________________________
45515 [ 10429] By: jhi                                   on 2001/06/04  14:47:50
45516         Log: Do not import anything from Encode.
45517      Branch: perl
45518            ! ext/MIME/Base64/QuotedPrint.pm
45519 ____________________________________________________________________________
45520 [ 10428] By: jhi                                   on 2001/06/04  14:45:47
45521         Log: The #10402 didn't take.  Weird.
45522      Branch: perl
45523            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
45524            ! ext/Sys/Syslog/Syslog.xs
45525 ____________________________________________________________________________
45526 [ 10427] By: jhi                                   on 2001/06/04  12:55:39
45527         Log: Eradicate traces of 'asciirange' re subpragma.
45528      Branch: perl
45529            ! ext/B/B/Deparse.pm ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm
45530            ! pod/perldiag.pod
45531 ____________________________________________________________________________
45532 [ 10426] By: jhi                                   on 2001/06/04  12:44:05
45533         Log: use is a compile-time thing.
45534      Branch: perl
45535            ! ext/MIME/Base64/QuotedPrint.pm
45536 ____________________________________________________________________________
45537 [ 10425] By: jhi                                   on 2001/06/04  12:39:44
45538         Log: Subject: [PATCH perl@10419] -Wall casting patch
45539              From: Robin Barker <rmb1@cise.npl.co.uk>
45540              Date: Mon, 4 Jun 2001 14:27:28 +0100 (BST)
45541              Message-Id: <200106041327.OAA15338@tempest.npl.co.uk>
45542      Branch: perl
45543            ! ext/Devel/DProf/DProf.xs mg.c
45544 ____________________________________________________________________________
45545 [ 10424] By: jhi                                   on 2001/06/04  12:23:30
45546         Log: Subject: [PATCH #2] introducing SVpad_TYPED
45547              From: Abhijit Menon-Sen <ams@wiw.org>
45548              Date: Mon, 4 Jun 2001 12:26:02 +0530
45549              Message-ID: <20010604122602.A5775@lustre.linux.in>
45550      Branch: perl
45551            ! op.c sv.c sv.h
45552 ____________________________________________________________________________
45553 [ 10423] By: gsar                                  on 2001/06/04  05:12:18
45554         Log: testsuite for change#10192 (from Gisle Aas)
45555      Branch: perl
45556            + t/op/override.t
45557            ! MANIFEST
45558 ____________________________________________________________________________
45559 [ 10422] By: gsar                                  on 2001/06/04  02:32:03
45560         Log: integrate changes#10414-10416 from mainline
45561              
45562              Potential buffer overrun if the radix separator is more than
45563              one byte.  Also, under locales, prefer the locale-specific
45564              separator over the old boring ".".
45565              
45566              "10.", that is, decimal numbers can have no decimal part at all.
45567              
45568              The non-locale places need love, too.
45569      Branch: maint-5.6/perl
45570           !> perl.h sv.c
45571 ____________________________________________________________________________
45572 [ 10421] By: jhi                                   on 2001/06/04  02:25:53
45573         Log: Missed from #10420.
45574      Branch: perl
45575            ! epoc/config.sh
45576 ____________________________________________________________________________
45577 [ 10420] By: jhi                                   on 2001/06/04  02:19:58
45578         Log: Missed HAS_SETRESGID_PROTO.  No serious harm done since
45579              often this prototype goes with HAS_SETRESUID_PROTO.
45580      Branch: perl
45581            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
45582            ! config_h.SH configure.com perl.h uconfig.h
45583 ____________________________________________________________________________
45584 [ 10419] By: jhi                                   on 2001/06/04  00:24:55
45585         Log: Update Changes.
45586      Branch: perl
45587            ! Changes patchlevel.h
45588 ____________________________________________________________________________
45589 [ 10418] By: jhi                                   on 2001/06/03  23:58:04
45590         Log: -Wall "subscript has type `char'" cleanup.
45591      Branch: perl
45592            ! ext/File/Glob/bsd_glob.c x2p/a2py.c x2p/str.c x2p/walk.c
45593 ____________________________________________________________________________
45594 [ 10417] By: jhi                                   on 2001/06/03  23:37:17
45595         Log: Various "cast to pointer from integer of different size"
45596              picked up by gcc -Wall (in Tru64 where pointers are 64 bits
45597              wide but I32 (int) only 32 bits wide).
45598              
45599              WARNING: the classnum and tagnum changes in Storable.xs
45600              may not be wise, they may be breaking binary compatibility
45601              (in 64-bit platforms), asked Raphael Manfredi about the changes.
45602      Branch: perl
45603            ! embed.pl ext/Devel/DProf/DProf.xs ext/Storable/Storable.xs
45604            ! mg.c proto.h
45605 ____________________________________________________________________________
45606 [ 10416] By: jhi                                   on 2001/06/03  23:15:24
45607         Log: The non-locale places need love, too.
45608      Branch: perl
45609            ! perl.h
45610 ____________________________________________________________________________
45611 [ 10415] By: jhi                                   on 2001/06/03  23:10:55
45612         Log: "10.", that is, decimal numbers can have no decimal part at all.
45613      Branch: perl
45614            ! perl.h
45615 ____________________________________________________________________________
45616 [ 10414] By: jhi                                   on 2001/06/03  22:49:55
45617         Log: Potential buffer overrun if the radix separator is more than
45618              one byte.  Also, under locales, prefer the locale-specific
45619              separator over the old boring ".".
45620      Branch: perl
45621            ! perl.h sv.c
45622 ____________________________________________________________________________
45623 [ 10413] By: jhi                                   on 2001/06/03  22:42:10
45624         Log: Integrate change #10412 from maintperl; locale is now
45625              per-cop, not per-op; plus retweak the locale.t to always
45626              list the skipped utf8 locales.
45627      Branch: perl
45628            ! t/pragma/locale.t
45629           !> embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
45630           !> pp.sym pp_ctl.c pp_proto.h pp_sys.c util.c
45631 ____________________________________________________________________________
45632 [ 10412] By: gsar                                  on 2001/06/03  22:23:16
45633         Log: rationalize locale handling to fix the bugs uncovered by change#10394
45634              
45635              the major issue was that the runtime was looking at PL_hints rather
45636              than op_private to notice whether locale was enabled
45637              
45638              the secondary issue was that many locale-sensitive numeric ops didn't
45639              have HINT_LOCALE propagated into their op_private
45640              
45641              HINT_LOCALE is now propagated per-statement (i.e., via PL_curcop)
45642              instead of per-op, just like HINT_BYTE and the hints for lexical
45643              warnings (this makes the hint available to every op via PL_curcop)
45644              
45645              pragma/locale.t may need to be reworked with these fixes in mind
45646              (it currently passes its tests)
45647      Branch: maint-5.6/perl
45648            ! embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
45649            ! pp.sym pp_ctl.c pp_proto.h pp_sys.c t/pragma/locale.t util.c
45650 ____________________________________________________________________________
45651 [ 10411] By: jhi                                   on 2001/06/03  17:50:49
45652         Log: More verbose debugging.
45653      Branch: perl
45654            ! t/pragma/locale.t
45655 ____________________________________________________________________________
45656 [ 10410] By: jhi                                   on 2001/06/03  17:36:40
45657         Log: Subject: RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
45658              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
45659              Date: Sat, 2 Jun 2001 22:53:33 +0100
45660              Message-ID: <000601c0ebae$77d10dc0$99dcfea9@bfs.phone.com>
45661      Branch: perl
45662            ! regcomp.c t/pragma/warn/regcomp
45663 ____________________________________________________________________________
45664 [ 10409] By: jhi                                   on 2001/06/03  17:27:13
45665         Log: Mention that lexicalizing $a or $b is a bad idea if one
45666              wants to use sort().
45667      Branch: perl
45668            ! pod/perlvar.pod
45669 ____________________________________________________________________________
45670 [ 10408] By: jhi                                   on 2001/06/03  16:52:41
45671         Log: Tweak the test to be happy if the accuracy is 'good enough'.
45672      Branch: perl
45673            ! t/lib/posix.t
45674 ____________________________________________________________________________
45675 [ 10407] By: jhi                                   on 2001/06/03  16:50:33
45676         Log: Upgrade to Attribute::Handlers 0.70.
45677              
45678              NOTE: this unearthed the "too late for CHECK block" bug,
45679              that's why the 1_compile.t change.
45680      Branch: perl
45681            + lib/Attribute/Handlers/demo/Demo.pm
45682            + lib/Attribute/Handlers/demo/Descriptions.pm
45683            + lib/Attribute/Handlers/demo/MyClass.pm
45684            + lib/Attribute/Handlers/demo/demo.pl
45685            + lib/Attribute/Handlers/demo/demo2.pl
45686            + lib/Attribute/Handlers/demo/demo3.pl
45687            + lib/Attribute/Handlers/demo/demo4.pl
45688            + lib/Attribute/Handlers/demo/demo_call.pl
45689            + lib/Attribute/Handlers/demo/demo_chain.pl
45690            + lib/Attribute/Handlers/demo/demo_cycle.pl
45691            + lib/Attribute/Handlers/demo/demo_hashdir.pl
45692            + lib/Attribute/Handlers/demo/demo_phases.pl
45693            + lib/Attribute/Handlers/demo/demo_range.pl
45694            + lib/Attribute/Handlers/demo/demo_rawdata.pl
45695            ! MANIFEST lib/Attribute/Handlers.pm t/lib/1_compile.t
45696            ! t/lib/attrhand.t
45697 ____________________________________________________________________________
45698 [ 10406] By: jhi                                   on 2001/06/03  16:40:03
45699         Log: One less -Wall whine.
45700      Branch: perl
45701            ! regcomp.c
45702 ____________________________________________________________________________
45703 [ 10405] By: jhi                                   on 2001/06/03  16:30:34
45704         Log: Integrate change #10404 from maintperl; eval.t was in pre-10394 mood.
45705      Branch: perl
45706           !> t/op/eval.t
45707 ____________________________________________________________________________
45708 [ 10404] By: gsar                                  on 2001/06/03  16:23:07
45709         Log: eval.t was relying on pre-change#10394 buggy behavior (lexicals
45710              aren't "normally" visible inside eval""s contained in subs unless
45711              a cloned reference to them already exists)
45712              
45713              strangely enough, t/harness didn't show this up as a failure
45714              (harness needs fixing?)
45715      Branch: maint-5.6/perl
45716            ! t/op/eval.t
45717 ____________________________________________________________________________
45718 [ 10403] By: jhi                                   on 2001/06/03  16:22:59
45719         Log: Update to Text::Balanced 1.85.
45720      Branch: perl
45721            ! lib/Text/Balanced.pm t/lib/tb-xvari.t
45722 ____________________________________________________________________________
45723 [ 10402] By: jhi                                   on 2001/06/03  16:18:09
45724         Log: Subject: [PATCH] Re: ext/Socket/Socket.xs
45725              From: Nicholas Clark <nick@ccl4.org>
45726              Date: Sun, 3 Jun 2001 17:54:36 +0100
45727              Message-ID: <20010603175436.E76396@plum.flirble.org> 
45728      Branch: perl
45729            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
45730            ! ext/Sys/Syslog/Syslog.xs
45731 ____________________________________________________________________________
45732 [ 10401] By: jhi                                   on 2001/06/03  16:09:33
45733         Log: Unused variables.
45734      Branch: perl
45735            ! util.c
45736 ____________________________________________________________________________
45737 [ 10400] By: jhi                                   on 2001/06/03  16:04:26
45738         Log: Subject: [PATCH] APIfy op_clear 
45739              From: Simon Cozens <simon@netthink.co.uk>
45740              Date: Sun, 3 Jun 2001 13:51:46 +0100
45741              Message-ID: <20010603135146.A9984@deep-dark-truthful-mirror.pmb.ox.ac.uk>
45742              
45743              (despite the subject line, op_null is APIfied by the patch)
45744      Branch: perl
45745            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
45746 ____________________________________________________________________________
45747 [ 10399] By: jhi                                   on 2001/06/03  15:51:35
45748         Log: Subject: [PATCH] t/lib/extutils.t
45749              From: Nicholas Clark <nick@ccl4.org>
45750              Date: Sat, 2 Jun 2001 23:57:05 +0100
45751              Message-ID: <20010602235705.Q12698@plum.flirble.org>
45752      Branch: perl
45753            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
45754 ____________________________________________________________________________
45755 [ 10398] By: jhi                                   on 2001/06/03  15:34:11
45756         Log: Subject: [PATCH: perl@10360] update two win32 Makefiles
45757              From: Prymmer/Kahn <pvhp@best.com>
45758              Date: Sun, 3 Jun 2001 08:55:14 -0700 (PDT)
45759              Message-ID: <Pine.BSF.4.21.0106030845550.21619-100000@shell8.ba.best.com>
45760      Branch: perl
45761            ! win32/Makefile win32/makefile.mk
45762 ____________________________________________________________________________
45763 [ 10397] By: jhi                                   on 2001/06/03  15:12:13
45764         Log: Subject: Re: 'decimal digits' macro? 
45765              From: Hugo <hv@crypt.compulink.co.uk>
45766              Date: Sun, 03 Jun 2001 04:26:36 +0100
45767              Message-Id: <200106030326.EAA18786@crypt.compulink.co.uk>
45768      Branch: perl
45769            ! handy.h t/lib/posix.t t/op/tr.t
45770 ____________________________________________________________________________
45771 [ 10396] By: jhi                                   on 2001/06/03  15:10:49
45772         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
45773              From: Hugo <hv@crypt.compulink.co.uk>
45774              Date: Sun, 03 Jun 2001 14:56:30 +0100
45775              Message-Id: <200106031356.OAA12517@crypt.compulink.co.uk>
45776      Branch: perl
45777            ! util.c
45778 ____________________________________________________________________________
45779 [ 10395] By: jhi                                   on 2001/06/03  14:59:41
45780         Log: Integrate change #10394 from maintperl; lexical file scope leakage.
45781      Branch: perl
45782           !> perly.c perly.y t/op/misc.t t/pragma/warn/universal
45783           !> vms/perly_c.vms
45784 ____________________________________________________________________________
45785 [ 10394] By: gsar                                  on 2001/06/03  03:05:43
45786         Log: fix leakage of lexicals at file scope into subroutines that were
45787              declared before them; this appears to be a longstanding bug that
45788              meant that lexicals at file scope were never "deintroduced", meaning
45789              their scope range was never properly closed, and their visibility
45790              extended to all subsequent eval""s or requires
45791              
45792              added a test case
45793              
45794              seems to also fix a case of bogus duplicate warnings
45795      Branch: maint-5.6/perl
45796            ! perly.c perly.y t/op/misc.t t/pragma/warn/universal
45797            ! vms/perly_c.vms
45798 ____________________________________________________________________________
45799 [ 10393] By: jhi                                   on 2001/06/02  16:55:03
45800         Log: More VMS tweaks from Craig A. Berry.
45801      Branch: perl
45802            ! configure.com t/lib/extutils.t
45803 ____________________________________________________________________________
45804 [ 10392] By: jhi                                   on 2001/06/02  16:48:26
45805         Log: -Wall cleanup continues.
45806      Branch: perl
45807            ! README.tru64 embed.h embed.pl ext/NDBM_File/NDBM_File.xs
45808            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
45809            ! ext/Storable/Storable.xs ext/Sys/Hostname/Hostname.xs
45810            ! ext/Sys/Syslog/Syslog.xs perl.c proto.h regcomp.c regexec.c
45811            ! run.c toke.c util.c
45812 ____________________________________________________________________________
45813 [ 10391] By: jhi                                   on 2001/06/02  13:29:47
45814         Log: The metaconfig unit change for #10390.
45815      Branch: metaconfig/U/perl
45816            ! gccvers.U
45817 ____________________________________________________________________________
45818 [ 10390] By: jhi                                   on 2001/06/02  13:29:12
45819         Log: Drop the -ansi from the default gcc flags.
45820              
45821              Off_t/off_t is a struct in Solaris with largefiles, and with -ansi
45822              that struct cannot be compared with a flat integer, such as STRLEN.
45823              The -ansi will also cause a lot of noise in Solaris because of:
45824              /usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside parameter list
45825      Branch: perl
45826            ! Configure
45827 ____________________________________________________________________________
45828 [ 10389] By: jhi                                   on 2001/06/02  13:14:57
45829         Log: Integrate perlio.
45830      Branch: perl
45831           !> pod/perlapi.pod util.c
45832 ____________________________________________________________________________
45833 [ 10388] By: nick                                  on 2001/06/02  08:01:12
45834         Log: Integrate mainline
45835      Branch: perlio
45836           +> lib/Attribute/Handlers.pm t/lib/attrhand.t
45837           !> MANIFEST configure.com ext/MIME/Base64/QuotedPrint.pm
45838           !> lib/File/Find.pm pod/perlmodlib.pod pod/perltoc.pod
45839           !> t/lib/1_compile.t t/lib/mimeqp.t
45840 ____________________________________________________________________________
45841 [ 10387] By: nick                                  on 2001/06/02  07:39:17
45842         Log: Tweak util.c's atof2 for MULTIPLICITY
45843      Branch: perlio
45844            ! util.c
45845 ____________________________________________________________________________
45846 [ 10386] By: nick                                  on 2001/06/02  07:38:33
45847         Log: Integrate mainline
45848      Branch: perlio
45849           !> (integrate 41 files)
45850 ____________________________________________________________________________
45851 [ 10385] By: jhi                                   on 2001/06/01  22:12:48
45852         Log: Add Attribute::Handlers 0.61 from Damian Conway.
45853      Branch: perl
45854            + lib/Attribute/Handlers.pm t/lib/attrhand.t
45855            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod t/lib/1_compile.t
45856 ____________________________________________________________________________
45857 [ 10384] By: jhi                                   on 2001/06/01  21:53:14
45858         Log: Subject: [PATCH: perl@10328] allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machines
45859              From: Peter Prymmer <pvhp@forte.com>
45860              Date: Fri, 1 Jun 2001 15:49:22 -0700 (PDT)
45861              Message-ID: <Pine.OSF.4.10.10106011545140.323662-100000@aspara.forte.com>
45862      Branch: perl
45863            ! ext/MIME/Base64/QuotedPrint.pm t/lib/mimeqp.t
45864 ____________________________________________________________________________
45865 [ 10383] By: jhi                                   on 2001/06/01  21:36:11
45866         Log: Subject: [PATCH File::Find] 'do 1' and puzzling (?>...)
45867              From: Jeff Pinyan <jeffp@crusoe.net>
45868              Date: Fri, 1 Jun 2001 14:13:56 -0400 (EDT)
45869              Message-ID: <Pine.GSO.4.21.0106011412520.21027-100000@crusoe.crusoe.net>
45870      Branch: perl
45871            ! lib/File/Find.pm
45872 ____________________________________________________________________________
45873 [ 10382] By: jhi                                   on 2001/06/01  21:35:02
45874         Log: Subject: [PATCH perl@10381] configure.com tweaks
45875              From: "Craig A. Berry" <craigberry@mac.com>
45876              Date: Fri, 1 Jun 2001 13:55:43 -0500
45877              Message-Id: <a05100e00b73d942aa9da@[172.16.52.1]>
45878      Branch: perl
45879            ! configure.com
45880 ____________________________________________________________________________
45881 [ 10381] By: jhi                                   on 2001/06/01  16:37:21
45882         Log: Update Changes.
45883      Branch: perl
45884            ! Changes patchlevel.h
45885 ____________________________________________________________________________
45886 [ 10380] By: jhi                                   on 2001/06/01  16:19:18
45887         Log: Subject: [PATCH] Re: [ID 20010529.004] program doesn't work unless in debug mode
45888              From: Mike Guy <mjtg@cam.ac.uk>
45889              Date: Fri, 01 Jun 2001 18:17:02 +0100
45890              Message-Id: <E155sXm-0001C2-00@draco.cus.cam.ac.uk>
45891      Branch: perl
45892            ! lib/perl5db.pl
45893 ____________________________________________________________________________
45894 [ 10379] By: jhi                                   on 2001/06/01  16:13:28
45895         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
45896              From: Hugo <hv@crypt.compulink.co.uk>
45897              Date: Thu, 31 May 2001 20:49:48 +0100
45898              Message-Id: <200105311949.UAA02798@crypt.compulink.co.uk>
45899      Branch: perl
45900            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c proto.h
45901            ! util.c
45902 ____________________________________________________________________________
45903 [ 10378] By: jhi                                   on 2001/06/01  15:56:35
45904         Log: Zero() is not available in x2p (or, rather, some of its
45905              implementations like memzero() might not be available.)
45906      Branch: perl
45907            ! x2p/hash.c
45908 ____________________________________________________________________________
45909 [ 10377] By: jhi                                   on 2001/06/01  15:44:48
45910         Log: Subject: [PATCH x2p/hash.c] bzero -> memset
45911              From: Michael G Schwern <schwern@pobox.com>
45912              Date: Fri, 1 Jun 2001 12:00:29 +0100
45913              Message-ID: <20010601120029.F29027@blackrider.blackstar.co.uk>
45914              
45915              (But use Zero() instead of memset.)
45916      Branch: perl
45917            ! x2p/hash.c
45918 ____________________________________________________________________________
45919 [ 10376] By: jhi                                   on 2001/06/01  15:39:52
45920         Log: Subject: Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
45921              From: Jeff Pinyan <jeffp@crusoe.net>
45922              Date: Fri, 1 Jun 2001 10:33:55 -0400 (EDT)
45923              Message-ID: <Pine.GSO.4.21.0106011032080.21027-100000@crusoe.crusoe.net>
45924      Branch: perl
45925            ! pod/perldiag.pod regcomp.c t/op/pat.t
45926 ____________________________________________________________________________
45927 [ 10375] By: jhi                                   on 2001/06/01  15:36:35
45928         Log: Retract #10324 and #10333; not needed.
45929      Branch: perl
45930            ! hints/irix_6.sh hints/linux.sh
45931 ____________________________________________________________________________
45932 [ 10374] By: jhi                                   on 2001/06/01  15:35:19
45933         Log: The #10370 wasn't quite right.
45934      Branch: perl
45935            ! ext/XS/Typemap/Typemap.xs
45936 ____________________________________________________________________________
45937 [ 10373] By: jhi                                   on 2001/06/01  15:34:49
45938         Log: The metaconfig units changes for #10372.
45939      Branch: metaconfig/U/perl
45940            + d_realpath.U d_sresgproto.U d_sresuproto.U
45941            ! gccvers.U i_db.U
45942 ____________________________________________________________________________
45943 [ 10372] By: jhi                                   on 2001/06/01  15:34:24
45944         Log: Configure tweaks; record the Berkeley DB version,
45945              probe for realpath(), for setresuid() and setresgid()
45946              prototypes; use realpath() (try to be paranoid enough),
45947              use the setres[ug]id prototypes because glibc has the functions
45948              but not their prototypes; add -Wall -ansi to gcc ccflags;
45949              regen toc.
45950      Branch: perl
45951            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
45952            ! config_h.SH configure.com epoc/config.sh
45953            ! ext/DB_File/DB_File.xs perl.h pod/perlapi.pod pod/perltoc.pod
45954            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
45955            ! vos/config.ga.def win32/config.bc win32/config.gc
45956            ! win32/config.vc
45957 ____________________________________________________________________________
45958 [ 10371] By: jhi                                   on 2001/06/01  12:50:05
45959         Log: Subject: Re: [PATCH xsutils.c] Quieting warnings
45960              From: Michael G Schwern <schwern@pobox.com>
45961              Date: Fri, 1 Jun 2001 11:28:14 +0100
45962              Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk>
45963      Branch: perl
45964            ! lib/attributes.pm xsutils.c
45965 ____________________________________________________________________________
45966 [ 10370] By: jhi                                   on 2001/06/01  12:48:55
45967         Log: Subject: [PATCH] Fix -Wall on XS::Typemap
45968              From: Tim Jenness <t.jenness@jach.hawaii.edu>
45969              Date: Thu, 31 May 2001 16:15:37 -1000 (HST)
45970              Message-ID: <Pine.LNX.4.33.0105311610110.9337-100000@lapaki.jach.hawaii.edu>
45971      Branch: perl
45972            ! ext/XS/Typemap/Typemap.xs
45973 ____________________________________________________________________________
45974 [ 10369] By: jhi                                   on 2001/06/01  12:47:21
45975         Log: Subject: [patch] Cwd.xs optimizations/abstraction
45976              From: Doug MacEachern <dougm@covalent.net>
45977              Date: Thu, 31 May 2001 17:37:37 -0700 (PDT)
45978              Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net> 
45979      Branch: perl
45980            ! embed.h embed.pl ext/Cwd/Cwd.xs global.sym lib/Cwd.pm
45981            ! objXSUB.h perlapi.c pod/perlapi.pod proto.h util.c
45982 ____________________________________________________________________________
45983 [ 10368] By: jhi                                   on 2001/06/01  12:32:00
45984         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!])
45985              From: Nicholas Clark <nick@ccl4.org>
45986              Date: Thu, 31 May 2001 23:56:40 +0100
45987              Message-ID: <20010531235640.F12698@plum.flirble.org>
45988              
45989              Make the test work also under only static extensions
45990              (sh Configure -Uusedl fakes this nicely)
45991      Branch: perl
45992            ! t/lib/extutils.t
45993 ____________________________________________________________________________
45994 [ 10367] By: jhi                                   on 2001/06/01  12:27:53
45995         Log: Subject: [PATCH hv.c] Eliminating trigraph
45996              From: Michael G Schwern <schwern@pobox.com>
45997              Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk>
45998              Date: Fri, 1 Jun 2001 11:49:56 +0100
45999      Branch: perl
46000            ! hv.c
46001 ____________________________________________________________________________
46002 [ 10366] By: jhi                                   on 2001/06/01  12:14:57
46003         Log: Subject: Re: [PATCH] Tests for File::Compare 
46004              From: "Philip Newton" <Philip.Newton@gmx.net>
46005              Date: Thu, 31 May 2001 19:44:05 +0200
46006              Message-Id: <200105311748.f4VHmCt18269@chaos.wustl.edu>
46007              
46008              Unnecessary "quotation marks".
46009      Branch: perl
46010            ! t/lib/filecomp.t
46011 ____________________________________________________________________________
46012 [ 10365] By: jhi                                   on 2001/06/01  12:13:26
46013         Log: Integrate perlio.
46014      Branch: perl
46015           !> lib/ExtUtils/MM_Win32.pm t/lib/filecomp.t
46016 ____________________________________________________________________________
46017 [ 10364] By: nick                                  on 2001/06/01  10:13:31
46018         Log: Cleanup dll.base and dll.exp created by GCC builds.
46019      Branch: perlio
46020            ! lib/ExtUtils/MM_Win32.pm
46021 ____________________________________________________________________________
46022 [ 10363] By: nick                                  on 2001/06/01  10:02:17
46023         Log: Make filecomp test work on CRLF platforms by adding binmode.
46024      Branch: perlio
46025            ! t/lib/filecomp.t
46026 ____________________________________________________________________________
46027 [ 10362] By: nick                                  on 2001/06/01  08:37:17
46028         Log: Integrate mainline
46029      Branch: perlio
46030           !> Changes Configure patchlevel.h perlio.c
46031 ____________________________________________________________________________
46032 [ 10361] By: jhi                                   on 2001/05/31  15:09:34
46033         Log: panic:claustrophobia.
46034      Branch: perl
46035            ! perlio.c
46036 ____________________________________________________________________________
46037 [ 10360] By: jhi                                   on 2001/05/31  13:04:25
46038         Log: Update Changes.
46039      Branch: perl
46040            ! Changes patchlevel.h
46041 ____________________________________________________________________________
46042 [ 10359] By: nick                                  on 2001/05/31  12:35:50
46043         Log: Integrate mainline.
46044      Branch: perlio
46045           +> t/lib/filecomp.t
46046           !> AUTHORS MANIFEST ext/Storable/Storable.xs gv.c perl.c perl.h
46047           !> pp_ctl.c sv.c t/lib/1_compile.t toke.c util.c
46048 ____________________________________________________________________________
46049 [ 10358] By: jhi                                   on 2001/05/31  12:35:05
46050         Log: Integrate perlio.
46051      Branch: perl
46052           !> t/pragma/warn/toke win32/config_H.bc win32/config_H.gc
46053           !> win32/config_H.vc
46054 ____________________________________________________________________________
46055 [ 10357] By: jhi                                   on 2001/05/31  12:34:04
46056         Log: Metaconfig unit change for #10356.
46057      Branch: metaconfig
46058            ! U/installdirs/inc_version_list.U
46059 ____________________________________________________________________________
46060 [ 10356] By: jhi                                   on 2001/05/31  12:33:41
46061         Log: Allow Configure -Dinc_version_list='5.6.0/$archname 5.6.0' ...
46062              (idea from Sarathy; implementation from Andy)
46063      Branch: perl
46064            ! Configure
46065 ____________________________________________________________________________
46066 [ 10355] By: jhi                                   on 2001/05/31  12:18:06
46067         Log: More AUTHORS.
46068      Branch: perl
46069            ! AUTHORS
46070 ____________________________________________________________________________
46071 [ 10354] By: jhi                                   on 2001/05/31  12:16:24
46072         Log: Subject: Re: [PATCH] Tests for File::Compare
46073              From: Alexander Gough <alexander.gough@st-hughs.oxford.ac.uk>
46074              Date: Thu, 31 May 2001 13:26:34 +0100 (GMT)
46075              Message-Id: <E155RX8-0004X2-00@wing1.herald.ox.ac.uk>
46076      Branch: perl
46077            + t/lib/filecomp.t
46078            ! MANIFEST t/lib/1_compile.t
46079 ____________________________________________________________________________
46080 [ 10353] By: jhi                                   on 2001/05/31  12:11:24
46081         Log: Subject: [PATCH] DEBUG_* macro cleanups
46082              From: Abhijit Menon-Sen <ams@wiw.org>
46083              Date: Thu, 31 May 2001 12:16:22 +0530
46084              Message-ID: <20010531121622.B4829@lustre.linux.in>
46085              
46086              Subject: Re: [PATCH] DEBUG_* macro cleanups
46087              From: Abhijit Menon-Sen <ams@wiw.org>
46088              Date: Thu, 31 May 2001 13:57:01 +0530
46089              Message-ID: <20010531135701.A21775@lustre.linux.in>
46090              
46091              (The DEBUG_ definitions in perl.h changed to use the
46092              STMT_START and STMT_END.)
46093      Branch: perl
46094            ! perl.h pp_ctl.c sv.c toke.c
46095 ____________________________________________________________________________
46096 [ 10352] By: jhi                                   on 2001/05/31  11:53:31
46097         Log: Subject: [PATCH] -Wall cleanups: perl.c, gv.c, Storable.xs
46098              From: Abhijit Menon-Sen <ams@wiw.org>
46099              Date: Thu, 31 May 2001 08:27:55 +0530
46100              Message-ID: <20010531082755.A10018@lustre.linux.in>
46101      Branch: perl
46102            ! ext/Storable/Storable.xs gv.c perl.c
46103 ____________________________________________________________________________
46104 [ 10351] By: jhi                                   on 2001/05/31  11:45:16
46105         Log: Subject: [PATCH] AUTHORS
46106              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
46107              Date: Thu, 31 May 2001 01:27:59 -0500
46108              Message-ID: <20010531012758.A1595@staff1.cso.uiuc.edu>
46109              
46110              Subject: Re: [PATCH] AUTHORS
46111              From: "Philip Newton" <Philip.Newton@gmx.net>
46112              Date: Thu, 31 May 2001 10:08:06 +0200
46113              (Message-Id missing?)
46114      Branch: perl
46115            ! AUTHORS
46116 ____________________________________________________________________________
46117 [ 10350] By: nick                                  on 2001/05/31  11:40:43
46118         Log: win32 - dmake regen_config_h
46119      Branch: perlio
46120            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
46121 ____________________________________________________________________________
46122 [ 10349] By: jhi                                   on 2001/05/31  11:38:27
46123         Log: Subject: Re: [PATCH util.c] More warning cleanups.
46124              From: "Philip Newton" <Philip.Newton@gmx.net>
46125              Date: Thu, 31 May 2001 07:41:36 +0200
46126              Message-Id: <200105310538.IAA25458@taku.hut.fi>
46127              
46128              Undo C++-ism that snekt in.
46129      Branch: perl
46130            ! util.c
46131 ____________________________________________________________________________
46132 [ 10348] By: nick                                  on 2001/05/31  11:36:46
46133         Log: Tolerate Win32 numerics
46134      Branch: perlio
46135            ! t/pragma/warn/toke
46136 ____________________________________________________________________________
46137 [ 10347] By: jhi                                   on 2001/05/31  11:29:40
46138         Log: Integrate perlio.
46139      Branch: perl
46140           !> perlio.c win32/win32.h
46141 ____________________________________________________________________________
46142 [ 10346] By: nick                                  on 2001/05/31  10:54:55
46143         Log: Hack to restore Win32 pseudo fork broken by Multiple Interpreter
46144              perlio.c change 10255.
46145      Branch: perlio
46146            ! perlio.c
46147 ____________________________________________________________________________
46148 [ 10345] By: nick                                  on 2001/05/31  10:01:57
46149         Log: Conditionally put back some "unused" dTHX which are used
46150              with PERL_IMPLICIT_SYS
46151      Branch: perlio
46152            ! perlio.c
46153 ____________________________________________________________________________
46154 [ 10344] By: nick                                  on 2001/05/31  10:00:59
46155         Log: Fix Win32 for new spelling IN_BYTES 
46156      Branch: perlio
46157            ! win32/win32.h
46158 ____________________________________________________________________________
46159 [ 10343] By: nick                                  on 2001/05/31  08:01:32
46160         Log: perlio.c -Wall cleaner under MULTIPLICITY
46161              - still minor noise with linux stdio
46162      Branch: perlio
46163            ! perlio.c
46164 ____________________________________________________________________________
46165 [ 10342] By: nick                                  on 2001/05/31  07:52:23
46166         Log: Integrate mainline.
46167      Branch: perlio
46168           !> (integrate 42 files)
46169 ____________________________________________________________________________
46170 [ 10341] By: jhi                                   on 2001/05/31  01:39:02
46171         Log: AUTHORS updates.
46172      Branch: perl
46173            ! AUTHORS
46174 ____________________________________________________________________________
46175 [ 10340] By: jhi                                   on 2001/05/31  00:19:29
46176         Log: Subject: [PATCH: perl@10328] new md5sum for modified MD5.xs file
46177              From: Peter Prymmer <pvhp@forte.com>
46178              Date: Wed, 30 May 2001 17:57:20 -0700 (PDT)
46179              Message-ID: <Pine.OSF.4.10.10105301753210.129765-100000@aspara.forte.com>
46180      Branch: perl
46181            ! t/lib/md5-file.t
46182 ____________________________________________________________________________
46183 [ 10339] By: jhi                                   on 2001/05/31  00:16:44
46184         Log: Salvage bits and pieces from the experimental 'utf8 everywhere'
46185              patch: rename HINT_BYTE and IN_BYTE to HINT_BYTES and IN_BYTES
46186              to match the pragma name; various robustness cleanups.
46187      Branch: perl
46188            ! lib/utf8_heavy.pl mg.c perl.h pp.c pp_ctl.c pp_sys.c regexec.c
46189            ! sv.c toke.c utf8.c utf8.h utfebcdic.h
46190 ____________________________________________________________________________
46191 [ 10338] By: jhi                                   on 2001/05/30  23:56:14
46192         Log: More -Wall sweeping.
46193      Branch: perl
46194            ! av.c doio.c ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs
46195            ! ext/Devel/Peek/Peek.xs ext/Encode/Encode.xs
46196            ! ext/List/Util/Util.xs gv.c op.c pp.c pp_ctl.c pp_hot.c
46197            ! regcomp.c sv.c toke.c utf8.c
46198 ____________________________________________________________________________
46199 [ 10337] By: jhi                                   on 2001/05/30  23:20:23
46200         Log: Subject: [PATCH] (was Re: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1)
46201              From: Nicholas Clark <nick@ccl4.org>
46202              Date: Wed, 30 May 2001 22:34:41 +0100
46203              Message-ID: <20010530223441.Y86445@plum.flirble.org>
46204      Branch: perl
46205            ! t/op/cmp.t
46206 ____________________________________________________________________________
46207 [ 10336] By: jhi                                   on 2001/05/30  23:18:48
46208         Log: It's is not, it isn't ain't, and it's it's, not its,
46209              if you mean it is. If you don't, it's its. Then too,
46210              it's hers. It isn't her's. It isn't our's either.
46211              It's ours, and likewise yours and theirs.
46212              -- Oxford University Press, Edpress News
46213      Branch: perl
46214            ! lib/autouse.pm
46215 ____________________________________________________________________________
46216 [ 10335] By: jhi                                   on 2001/05/30  23:12:30
46217         Log: More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.
46218      Branch: perl
46219            ! doop.c ext/ByteLoader/bytecode.h ext/DB_File/DB_File.xs mg.c
46220            ! perl.c perlio.c regexec.c universal.c util.c x2p/a2py.c
46221            ! x2p/str.c x2p/walk.c xsutils.c
46222 ____________________________________________________________________________
46223 [ 10334] By: jhi                                   on 2001/05/30  22:52:41
46224         Log: Subject: [PATCH perl.c t/run/runenv.t] (was Re: [[ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
46225              From: Michael G Schwern <schwern@pobox.com>
46226              Date: Wed, 30 May 2001 17:10:38 +0100
46227              Message-ID: <20010530171038.L670@blackrider.blackstar.co.uk>
46228              
46229              Subject: Re: [PATCH perl.c t/run/runenv.t] (was Re: [ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
46230              From: Abhijit Menon-Sen <ams@wiw.org>
46231              Date: Wed, 30 May 2001 23:16:13 +0530
46232              Message-ID: <20010530231613.A31933@lustre.linux.in>
46233      Branch: perl
46234            ! perl.c t/run/runenv.t
46235 ____________________________________________________________________________
46236 [ 10333] By: jhi                                   on 2001/05/30  22:25:02
46237         Log: (Retracted by #10375.)
46238              
46239              IRIX hints patch from Merijn Broeren.
46240              
46241              TODO: (this and the earlier Linux hints patch) should be solved
46242              at Configure level.  Merijn: -ldb should not be used on any platform
46243              for perl, just when linking DBFile itself. Trying to be helpful here
46244              is counterproductive.
46245      Branch: perl
46246            ! hints/irix_6.sh
46247 ____________________________________________________________________________
46248 [ 10332] By: jhi                                   on 2001/05/30  22:11:13
46249         Log: Subject: Re: [PATCH doop.c] unused variable in Perl_do_join
46250              From: Nicholas Clark <nick@ccl4.org>
46251              Date: Wed, 30 May 2001 23:20:58 +0100
46252              Message-ID: <20010530232058.B86445@plum.flirble.org>
46253      Branch: perl
46254            ! doop.c
46255 ____________________________________________________________________________
46256 [ 10331] By: jhi                                   on 2001/05/30  22:09:49
46257         Log: Subject: Re: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
46258              From: Michael G Schwern <schwern@pobox.com> 
46259              Date: Wed, 30 May 2001 15:24:20 +0100
46260              Message-ID: <20010530152420.H670@blackrider.blackstar.co.uk>
46261      Branch: perl
46262            ! t/pragma/autouse.t
46263 ____________________________________________________________________________
46264 [ 10330] By: jhi                                   on 2001/05/30  22:02:21
46265         Log: The regex trick wasn't a good idea.
46266      Branch: perl
46267            ! pod/perlfaq4.pod
46268 ____________________________________________________________________________
46269 [ 10329] By: nick                                  on 2001/05/30  18:34:35
46270         Log: Integrate mainline
46271      Branch: perlio
46272           !> (integrate 40 files)
46273 ____________________________________________________________________________
46274 [ 10328] By: jhi                                   on 2001/05/30  14:28:39
46275         Log: Update Changes.
46276      Branch: perl
46277            ! Changes patchlevel.h
46278 ____________________________________________________________________________
46279 [ 10327] By: jhi                                   on 2001/05/30  14:07:01
46280         Log: The metaconfig unit change for #10325.
46281      Branch: metaconfig
46282            + U/modified/afs.U
46283 ____________________________________________________________________________
46284 [ 10326] By: jhi                                   on 2001/05/30  14:06:36
46285         Log: More -Wall cleanup from Schwern; the EBCDIC MD5.xs checksum
46286              is now wrong.
46287      Branch: perl
46288            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
46289 ____________________________________________________________________________
46290 [ 10325] By: jhi                                   on 2001/05/30  14:04:28
46291         Log: Introduce $Config{afsroot}.
46292      Branch: perl
46293            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
46294            ! config_h.SH epoc/config.sh uconfig.sh win32/config.bc
46295            ! win32/config.gc win32/config.vc
46296 ____________________________________________________________________________
46297 [ 10324] By: jhi                                   on 2001/05/30  13:49:44
46298         Log: (Retracted by #10375.)
46299              
46300              Linux DB tweak from Merijn Broeren <merijnb@iloquent.nl>.
46301      Branch: perl
46302            ! hints/linux.sh
46303 ____________________________________________________________________________
46304 [ 10323] By: jhi                                   on 2001/05/30  13:49:29
46305         Log: AFS patches from Merijn Broeren <merijnb@iloquent.nl>.
46306              (Also Configure tweaks needed; coming up soon.)
46307      Branch: perl
46308            ! t/io/fs.t t/lib/glob-basic.t t/op/stat.t
46309 ____________________________________________________________________________
46310 [ 10322] By: jhi                                   on 2001/05/30  13:37:56
46311         Log: Subject: [PATCH lib/perl5db.pl] Conditional breakpoints
46312              From: Michael G Schwern <schwern@pobox.com>
46313              Date: Sun, 27 May 2001 10:29:43 +0100
46314              Message-ID: <20010527102942.J711@blackrider.blackstar.co.uk>
46315      Branch: perl
46316            ! lib/perl5db.pl
46317 ____________________________________________________________________________
46318 [ 10321] By: jhi                                   on 2001/05/30  13:36:28
46319         Log: Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,
46320              and Abhijit Menon-Sen.
46321      Branch: perl
46322            ! av.c doio.c doop.c dump.c ext/Digest/MD5/MD5.xs malloc.c op.c
46323            ! perl.c pp_sys.c regcomp.c
46324 ____________________________________________________________________________
46325 [ 10320] By: jhi                                   on 2001/05/30  13:35:27
46326         Log: Fix the BOOT section to call myU2time properly.
46327      Branch: perl
46328            ! ext/Time/HiRes/HiRes.xs
46329 ____________________________________________________________________________
46330 [ 10319] By: jhi                                   on 2001/05/30  13:06:09
46331         Log: Subject: Re: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
46332              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
46333              Date: Wed, 30 May 2001 09:44:29 -0400
46334              Message-ID: <20010530094429.B133085@linguist.thayer.dartmouth.edu>
46335              
46336              Detypo; plus add one more trick.
46337      Branch: perl
46338            ! pod/perlfaq4.pod
46339 ____________________________________________________________________________
46340 [ 10318] By: jhi                                   on 2001/05/30  12:47:11
46341         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)
46342              From: Michael G Schwern <schwern@pobox.com>
46343              Date: Wed, 30 May 2001 14:39:06 +0100
46344              Message-ID: <20010530143906.E670@blackrider.blackstar.co.uk>
46345      Branch: perl
46346            ! lib/autouse.pm t/pragma/autouse.t
46347 ____________________________________________________________________________
46348 [ 10317] By: jhi                                   on 2001/05/30  12:46:02
46349         Log: Subject: Re: AIX and gcc (moving targets)
46350              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
46351              Date: Wed, 30 May 2001 15:25:08 +0200
46352              Message-Id: <20010530152117.7097.H.M.BRAND@hccnet.nl>
46353      Branch: perl
46354            ! ext/Time/HiRes/HiRes.xs
46355 ____________________________________________________________________________
46356 [ 10316] By: jhi                                   on 2001/05/30  12:40:46
46357         Log: Subject: [PATCH t/TEST] sorting tests
46358              From: Michael G Schwern <schwern@pobox.com>
46359              Date: Wed, 30 May 2001 10:24:02 +0100
46360              Message-ID: <20010530102402.Q670@blackrider.blackstar.co.uk>
46361      Branch: perl
46362            ! t/TEST
46363 ____________________________________________________________________________
46364 [ 10315] By: jhi                                   on 2001/05/30  12:37:43
46365         Log: Subject: [ID 20010529.002] typos in man page perlre
46366              From: bart@cg681574-a.adubn1.nj.home.com 
46367              Date: Tue, 29 May 2001 13:58:59 -0500
46368              Message-Id: <E154ohn-00053j-00@debian.adubn1.nj.home.com>
46369      Branch: perl
46370            ! pod/perlre.pod
46371 ____________________________________________________________________________
46372 [ 10314] By: jhi                                   on 2001/05/30  12:33:53
46373         Log: Subject: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
46374              From: "Craig A. Berry" <craigberry@mac.com>
46375              Date: Tue, 29 May 2001 23:23:45 -0500
46376              Message-Id: <a05100e01b73a21721dee@[192.168.56.153]>
46377      Branch: perl
46378            ! t/lib/extutils.t t/pragma/autouse.t
46379 ____________________________________________________________________________
46380 [ 10313] By: jhi                                   on 2001/05/30  12:32:17
46381         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)
46382              From: David Dyck <dcd@tc.fluke.com>
46383              Date: Tue, 29 May 2001 22:05:28 -0700 (PDT)
46384              Message-ID: <Pine.LNX.4.33.0105292200060.26992-100000@dd.tc.fluke.com>
46385      Branch: perl
46386            ! t/lib/filefind.t
46387 ____________________________________________________________________________
46388 [ 10312] By: jhi                                   on 2001/05/30  12:31:02
46389         Log: AIX hints update for gcc from Merijn H. Brand.
46390      Branch: perl
46391            ! hints/aix.sh
46392 ____________________________________________________________________________
46393 [ 10311] By: jhi                                   on 2001/05/30  12:18:20
46394         Log: Retract #10295 and #10296: a more generic solution
46395              is needed (there's something funny with gcc on AIX).
46396      Branch: perl
46397            ! ext/POSIX/Makefile.PL ext/Storable/Makefile.PL
46398 ____________________________________________________________________________
46399 [ 10310] By: jhi                                   on 2001/05/30  12:08:07
46400         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
46401              From: Hugo <hv@crypt.compulink.co.uk>
46402              Date: Wed, 30 May 2001 11:59:19 +0100
46403              Message-Id: <200105301059.LAA03182@crypt.compulink.co.uk>
46404              
46405              localizing $@ has unfortunate semantics - if you die past
46406              a local $@, the die message is lost.
46407      Branch: perl
46408            ! lib/utf8_heavy.pl
46409 ____________________________________________________________________________
46410 [ 10309] By: nick                                  on 2001/05/30  08:23:02
46411         Log: Integrate mainline (autouse works again.)
46412      Branch: perlio
46413           !> ext/Time/Piece/Piece.pm hints/os2.sh lib/File/Find.pm
46414           !> lib/autouse.pm pod/perlfaq4.pod pod/perlfaq6.pod
46415           !> pod/perlvar.pod t/op/cmp.t
46416 ____________________________________________________________________________
46417 [ 10308] By: jhi                                   on 2001/05/30  01:55:02
46418         Log: Subject: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (with proposed patch)
46419              From: David Dyck <dcd@tc.fluke.com>
46420              Date: Tue, 29 May 2001 12:19:38 -0700 (PDT)
46421              Message-Id: <Pine.LNX.4.33.0105291216510.17409-100000@dd.tc.fluke.com>
46422      Branch: perl
46423            ! lib/File/Find.pm
46424 ____________________________________________________________________________
46425 [ 10307] By: jhi                                   on 2001/05/30  01:47:22
46426         Log: Subject: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1
46427              From: Nicholas Clark <nick@ccl4.org>
46428              Date: Tue, 29 May 2001 23:16:09 +0100
46429              Message-ID: <20010529231609.U86445@plum.flirble.org>
46430              
46431              Make the test output slightly clearer by distinguishing
46432              between '' and undef.
46433      Branch: perl
46434            ! t/op/cmp.t
46435 ____________________________________________________________________________
46436 [ 10306] By: jhi                                   on 2001/05/30  01:45:12
46437         Log: Subject: [PATCH 5.6.1] flushNULL OS/2
46438              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46439              Date: Tue, 29 May 2001 19:15:19 -0400
46440              Message-ID: <20010529191519.A16020@math.ohio-state.edu>
46441      Branch: perl
46442            ! hints/os2.sh
46443 ____________________________________________________________________________
46444 [ 10305] By: jhi                                   on 2001/05/30  01:42:36
46445         Log: Subject: perlvar.pod addition
46446              From: Peter Gessner <peter.gessner@post.rwth-aachen.de>
46447              Date: Fri, 25 May 2001 20:23:12 +0200
46448              Message-ID: <3B0EA310.B265C048@post.rwth-aachen.de>
46449              
46450              Subject: Re: perlvar.pod addition
46451              From: "Abigail" <abigail@foad.org> 
46452              Date: Fri, 25 May 2001 22:00:39 +0200
46453              Message-ID: <20010525200039.28029.qmail@foad.org>
46454              
46455              Mention $a and $b in perlvar.
46456      Branch: perl
46457            ! pod/perlvar.pod
46458 ____________________________________________________________________________
46459 [ 10304] By: jhi                                   on 2001/05/30  01:36:37
46460         Log: Subject: [PATCH] perlvar.pod -- why isn't @F here?
46461              From: Jeff Pinyan <jeffp@crusoe.net>
46462              Date: Tue, 29 May 2001 22:27:51 -0400 (EDT)
46463              Message-ID: <Pine.GSO.4.21.0105292227150.1961-100000@crusoe.crusoe.net>
46464      Branch: perl
46465            ! pod/perlvar.pod
46466 ____________________________________________________________________________
46467 [ 10303] By: jhi                                   on 2001/05/30  01:35:31
46468         Log: Subject: Re: [PATCH] perlfaq6.pod -- case-aware s///
46469              From: Jeff Pinyan <jeffp@crusoe.net>
46470              Date: Tue, 29 May 2001 18:03:27 -0400 (EDT)
46471              Message-ID: <Pine.GSO.4.21.0105291802330.1961-100000@crusoe.crusoe.net>
46472      Branch: perl
46473            ! pod/perlfaq6.pod
46474 ____________________________________________________________________________
46475 [ 10302] By: jhi                                   on 2001/05/29  20:18:49
46476         Log: Mention Time::localtime and Time::gmtime.
46477      Branch: perl
46478            ! ext/Time/Piece/Piece.pm
46479 ____________________________________________________________________________
46480 [ 10301] By: jhi                                   on 2001/05/29  20:13:54
46481         Log: Subject: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
46482              From: Michael G Schwern <schwern@pobox.com>
46483              Date: Tue, 29 May 2001 18:51:32 +0100
46484              Message-ID: <20010529185132.C706@blackrider.blackstar.co.uk>
46485      Branch: perl
46486            ! pod/perlfaq4.pod
46487 ____________________________________________________________________________
46488 [ 10300] By: jhi                                   on 2001/05/29  20:12:09
46489         Log: Retract #10243.
46490      Branch: perl
46491            ! lib/autouse.pm
46492 ____________________________________________________________________________
46493 [ 10299] By: nick                                  on 2001/05/29  18:41:19
46494         Log: Post weekend integrate mainline (fails one test pragma/autouse).
46495      Branch: perlio
46496           +> (branch 29 files)
46497           !> (integrate 91 files)
46498 ____________________________________________________________________________
46499 [ 10298] By: jhi                                   on 2001/05/29  16:29:19
46500         Log: Update Changes.
46501      Branch: perl
46502            ! Changes patchlevel.h
46503 ____________________________________________________________________________
46504 [ 10297] By: jhi                                   on 2001/05/29  16:25:47
46505         Log: Fix Perl_swash_init & Perl_swash_fetch to save ERRSV (= $@)
46506              before Perl_load_module/Perl_call_method and restore the value
46507              after if !SvTRUE(ERRSV).  (from Inaba Hiroto)
46508      Branch: perl
46509            ! utf8.c
46510 ____________________________________________________________________________
46511 [ 10296] By: jhi                                   on 2001/05/29  16:01:53
46512         Log: Subject: Re: AIX and gcc (moving targets)
46513              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
46514              Date: Tue, 29 May 2001 17:59:40 +0200
46515              Message-Id: <20010529175841.7078.H.M.BRAND@hccnet.nl>
46516      Branch: perl
46517            ! ext/Storable/Makefile.PL
46518 ____________________________________________________________________________
46519 [ 10295] By: jhi                                   on 2001/05/29  15:59:05
46520         Log: Subject: Re: AIX and gcc (moving targets)
46521              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
46522              Date: Tue, 29 May 2001 12:32:57 +0200
46523              Message-Id: <20010529115151.9FE0.H.M.BRAND@hccnet.nl>
46524      Branch: perl
46525            ! ext/POSIX/Makefile.PL
46526 ____________________________________________________________________________
46527 [ 10294] By: jhi                                   on 2001/05/29  15:53:43
46528         Log: Subject: [PATCH lib/Test/Harness.pm t/lib/test-harness.t] Syncing with 1.21
46529              From: Michael G Schwern <schwern@pobox.com>
46530              Date: Tue, 29 May 2001 09:53:29 +0100
46531              Message-ID: <20010529095329.T675@blackrider.blackstar.co.uk>
46532              
46533              (#10280 retracted)
46534      Branch: perl
46535            ! lib/Test/Harness.pm t/lib/test-harness.t
46536 ____________________________________________________________________________
46537 [ 10293] By: jhi                                   on 2001/05/29  15:46:10
46538         Log: Subject: [PATCH t/TEST lib/Test.pm t/lib/Test/*.t] Syncing with Test-1.17
46539              From: Michael G Schwern <schwern@pobox.com>
46540              Date: Tue, 29 May 2001 09:19:52 +0100
46541              Message-ID: <20010529091952.R675@blackrider.blackstar.co.uk>
46542      Branch: perl
46543            + t/lib/Test/fail.t t/lib/Test/mix.t t/lib/Test/onfail.t
46544            + t/lib/Test/qr.t t/lib/Test/skip.t t/lib/Test/success.t
46545            + t/lib/Test/todo.t
46546            ! MANIFEST lib/Test.pm t/TEST
46547 ____________________________________________________________________________
46548 [ 10292] By: jhi                                   on 2001/05/29  15:34:08
46549         Log: From: Michael G Schwern <schwern@pobox.com>
46550              Subject: Re: [PATCH t/TEST] Allowing deeper test subdirectories
46551              Date: Tue, 29 May 2001 08:26:09 +0100
46552              Message-ID: <20010529082609.P675@blackrider.blackstar.co.uk>
46553      Branch: perl
46554            ! t/TEST
46555 ____________________________________________________________________________
46556 [ 10291] By: jhi                                   on 2001/05/29  15:29:37
46557         Log: Add tests for Time::gmtime and Time::localtime.
46558      Branch: perl
46559            + t/lib/time-gmtime.t t/lib/time-localtime.t
46560            ! MANIFEST t/lib/1_compile.t
46561 ____________________________________________________________________________
46562 [ 10290] By: jhi                                   on 2001/05/29  15:15:44
46563         Log: Add test for File::stat.
46564      Branch: perl
46565            + t/lib/filestat.t
46566            ! MANIFEST t/lib/1_compile.t
46567 ____________________________________________________________________________
46568 [ 10289] By: jhi                                   on 2001/05/29  15:05:38
46569         Log: Add test for Net::servent.
46570      Branch: perl
46571            + t/lib/net-sent.t
46572            ! MANIFEST t/lib/1_compile.t
46573 ____________________________________________________________________________
46574 [ 10288] By: jhi                                   on 2001/05/29  14:57:15
46575         Log: Add test for Net::protoent.
46576      Branch: perl
46577            + t/lib/net-pent.t
46578            ! MANIFEST t/lib/1_compile.t
46579 ____________________________________________________________________________
46580 [ 10287] By: jhi                                   on 2001/05/29  14:53:10
46581         Log: Add test for Net::netent.
46582      Branch: perl
46583            + t/lib/net-nent.t
46584            ! MANIFEST t/lib/1_compile.t
46585 ____________________________________________________________________________
46586 [ 10286] By: jhi                                   on 2001/05/29  14:31:57
46587         Log: Add test for User::grent.  Portability doubtful.
46588      Branch: perl
46589            + t/lib/user-grent.t
46590            ! MANIFEST t/lib/1_compile.t
46591 ____________________________________________________________________________
46592 [ 10285] By: jhi                                   on 2001/05/29  14:24:20
46593         Log: Add test for User::pwent.
46594              Probably will fall down somewhere for portability reasons.
46595      Branch: perl
46596            + t/lib/user-pwent.t
46597            ! MANIFEST t/lib/1_compile.t
46598 ____________________________________________________________________________
46599 [ 10284] By: jhi                                   on 2001/05/29  13:26:43
46600         Log: Metaconfig units changes for #10283.
46601      Branch: metaconfig
46602            ! U/installdirs/inc_version_list.U U/installdirs/perl5.U
46603            ! U/installdirs/siteman1.U U/installdirs/siteman3.U
46604            ! U/installdirs/sitescript.U U/modified/Signal.U
46605 ____________________________________________________________________________
46606 [ 10283] By: jhi                                   on 2001/05/29  13:26:24
46607         Log: Subject: [PATCH 5.6.1] signal names in Configure
46608              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46609              Date: Tue, 29 May 2001 03:52:25 -0400
46610              Message-ID: <20010529035225.A9400@math.ohio-state.edu>
46611              
46612              Subject: [PATCH 5.6.1] older perl in Configure
46613              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46614              Date: Tue, 29 May 2001 03:55:40 -0400
46615              Message-ID: <20010529035539.A9411@math.ohio-state.edu>
46616              
46617              Subject: [PATCH 5.6.1] goofs in Configure
46618              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46619              Date: Tue, 29 May 2001 04:13:07 -0400
46620              Message-ID: <20010529041307.A9658@math.ohio-state.edu>
46621              
46622              Configure portability tweaks.
46623      Branch: perl
46624            ! Configure
46625 ____________________________________________________________________________
46626 [ 10282] By: jhi                                   on 2001/05/29  12:41:41
46627         Log: Subject: [PATCH 5.6.1] extLibpath for OS/2
46628              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46629              Date: Tue, 29 May 2001 04:07:06 -0400
46630              Message-ID: <20010529040706.A9579@math.ohio-state.edu>
46631      Branch: perl
46632            ! os2/os2.c
46633 ____________________________________________________________________________
46634 [ 10281] By: jhi                                   on 2001/05/29  12:40:31
46635         Log: Subject: [PATCH 5.6.1] extra static libs for OS/2
46636              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46637              Date: Tue, 29 May 2001 04:01:38 -0400
46638              Message-ID: <20010529040138.A9482@math.ohio-state.edu>
46639      Branch: perl
46640            ! hints/os2.sh os2/Makefile.SHs
46641 ____________________________________________________________________________
46642 [ 10280] By: jhi                                   on 2001/05/29  12:38:48
46643         Log: Subject: Re: [PATCH 5.6.1] Test::Harness clumsy
46644              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46645              Date: Tue, 29 May 2001 03:50:18 -0400
46646              Message-ID: <20010529035018.A9387@math.ohio-state.edu>
46647      Branch: perl
46648            ! lib/Test/Harness.pm
46649 ____________________________________________________________________________
46650 [ 10279] By: jhi                                   on 2001/05/29  12:34:53
46651         Log: Additional safeguard against $@ getting trampled; idea from Hugo.
46652      Branch: perl
46653            ! lib/utf8_heavy.pl
46654 ____________________________________________________________________________
46655 [ 10278] By: jhi                                   on 2001/05/29  02:15:24
46656         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
46657              From: Hugo <hv@crypt.compulink.co.uk>
46658              Date: Tue, 29 May 2001 03:03:45 +0100
46659              Message-Id: <200105290203.DAA00825@crypt.compulink.co.uk>
46660              
46661              Explanation why the $@ always gets the UTF8 flag when under use utf8--
46662              because we told it to have the flag when under use utf8.
46663      Branch: perl
46664            ! pp_ctl.c
46665 ____________________________________________________________________________
46666 [ 10277] By: jhi                                   on 2001/05/29  00:51:34
46667         Log: At least a partial fix for 20010528.004.
46668      Branch: perl
46669            ! lib/utf8_heavy.pl
46670 ____________________________________________________________________________
46671 [ 10276] By: jhi                                   on 2001/05/29  00:42:59
46672         Log: Subject: Re: Report /pro/3gl/CPAN/perl-5.7.1
46673              From: Nicholas Clark <nick@ccl4.org> 
46674              Date: Mon, 28 May 2001 23:39:38 +0100
46675              Message-ID: <20010528233938.M86445@plum.flirble.org>
46676              
46677              More portable non-zero UV.
46678      Branch: perl
46679            ! t/lib/extutils.t
46680 ____________________________________________________________________________
46681 [ 10275] By: jhi                                   on 2001/05/29  00:40:28
46682         Log: Subject: [PATCH] (was Re: Why t/lib/extutils.t is failing ...
46683              From: Nicholas Clark <nick@ccl4.org>
46684              Date: Mon, 28 May 2001 22:46:09 +0100
46685              Message-ID: <20010528224608.L86445@plum.flirble.org>
46686              
46687              Test also "make clean".
46688      Branch: perl
46689            ! t/lib/extutils.t
46690 ____________________________________________________________________________
46691 [ 10274] By: jhi                                   on 2001/05/29  00:39:18
46692         Log: Subject: Re: Would -Wno-unused -Wall be better?
46693              From: Michael G Schwern <schwern@pobox.com>
46694              Date: Tue, 29 May 2001 00:55:54 +0100
46695              Message-ID: <20010529005553.B675@blackrider.blackstar.co.uk>
46696      Branch: perl
46697            ! pp.h
46698 ____________________________________________________________________________
46699 [ 10273] By: jhi                                   on 2001/05/29  00:36:06
46700         Log: Add a test for 20010528.007, fixed in #10272.
46701      Branch: perl
46702            ! t/op/misc.t toke.c
46703 ____________________________________________________________________________
46704 [ 10272] By: jhi                                   on 2001/05/29  00:21:12
46705         Log: Subject: Re: [ID 20010528.007] "\x{" causes panic:constant overflowed allocated space 
46706              From: Hugo <hv@crypt.compulink.co.uk>
46707              Date: Tue, 29 May 2001 00:23:23 +0100
46708              Message-Id: <200105282323.AAA07930@crypt.compulink.co.uk>
46709      Branch: perl
46710            ! toke.c
46711 ____________________________________________________________________________
46712 [ 10271] By: jhi                                   on 2001/05/28  22:52:11
46713         Log: Subject: Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
46714              From: Michael G Schwern <schwern@pobox.com>
46715              Date: Tue, 29 May 2001 00:42:59 +0100
46716              Message-ID: <20010529004259.A675@blackrider.blackstar.co.uk>
46717      Branch: perl
46718            ! t/pragma/autouse.t
46719 ____________________________________________________________________________
46720 [ 10270] By: jhi                                   on 2001/05/28  21:44:06
46721         Log: Some shells seemingly arrange the signal handlers differently
46722              (bug id 20010521.004).
46723      Branch: perl
46724            ! t/lib/sigaction.t
46725 ____________________________________________________________________________
46726 [ 10269] By: jhi                                   on 2001/05/28  20:34:21
46727         Log: Regen perlmodlib.
46728      Branch: perl
46729            ! pod/perlmodlib.pod
46730 ____________________________________________________________________________
46731 [ 10268] By: jhi                                   on 2001/05/28  19:08:45
46732         Log: Update Changes.
46733      Branch: perl
46734            ! Changes patchlevel.h
46735 ____________________________________________________________________________
46736 [ 10267] By: jhi                                   on 2001/05/28  19:03:54
46737         Log: Subject: [PATCH] perlnewmod.pod to reflect DLSI(P) change
46738              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
46739              Date: Mon, 28 May 2001 14:56:35 -0500
46740              Message-ID: <20010528145635.L8487@chaos.wustl.edu>
46741      Branch: perl
46742            ! pod/perlnewmod.pod
46743 ____________________________________________________________________________
46744 [ 10266] By: jhi                                   on 2001/05/28  18:35:03
46745         Log: Regen toc.
46746      Branch: perl
46747            ! pod/perltoc.pod
46748 ____________________________________________________________________________
46749 [ 10265] By: jhi                                   on 2001/05/28  18:33:32
46750         Log: Subject: [PATCH] RE: [20000223.001] no test cases for splice(@array) 
46751              From: "Richard Soderberg" <rs@crystalflame.net>
46752              Date: Mon, 28 May 2001 12:31:23 -0700
46753              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFLDFAA.rs@crystalflame.net>
46754      Branch: perl
46755            ! t/op/splice.t
46756 ____________________________________________________________________________
46757 [ 10264] By: jhi                                   on 2001/05/28  17:59:00
46758         Log: The #10260 was too bold: locales and utf8 still do not mix.
46759      Branch: perl
46760            ! t/pragma/locale.t
46761 ____________________________________________________________________________
46762 [ 10263] By: jhi                                   on 2001/05/28  17:52:25
46763         Log: Subject: [PATCH] Pod nitpicks
46764              From: "Richard Soderberg" <rs@crystalflame.net>
46765              Date: Mon, 28 May 2001 10:08:58 -0700
46766              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net>
46767      Branch: perl
46768            ! pod/perl571delta.pod pod/perlapi.pod sv.h
46769 ____________________________________________________________________________
46770 [ 10262] By: jhi                                   on 2001/05/28  17:50:05
46771         Log: Upgrade to I18N::LangTags 0.22.
46772      Branch: perl
46773            + lib/I18N/LangTags/List.pod
46774            ! MANIFEST lib/I18N/LangTags.pm
46775 ____________________________________________________________________________
46776 [ 10261] By: jhi                                   on 2001/05/28  17:23:40
46777         Log: A slightly more serious bug found by -Mutf8; op/misc and
46778              lib/complex dumped core.
46779      Branch: perl
46780            ! regexec.c
46781 ____________________________________________________________________________
46782 [ 10260] By: jhi                                   on 2001/05/28  16:58:11
46783         Log: Various buglets shaken out by -Mutf8.
46784      Branch: perl
46785            ! t/io/utf8.t t/lib/charnames.t t/lib/lc-language.t
46786            ! t/pragma/locale.t
46787 ____________________________________________________________________________
46788 [ 10259] By: jhi                                   on 2001/05/28  15:48:46
46789         Log: STDERR looks much like STDOUT.  (Subtest #2 wasn't really okay.)
46790      Branch: perl
46791            ! t/lib/carp.t
46792 ____________________________________________________________________________
46793 [ 10258] By: jhi                                   on 2001/05/28  15:32:41
46794         Log: Subject: [PATCH] todo patch
46795              From: Artur Bergman <artur@contiller.se> 
46796              Date: Mon, 28 May 2001 17:03:51 +0200
46797              Message-ID: <B7383577.F34%artur@contiller.se>
46798      Branch: perl
46799            ! pod/perltodo.pod
46800 ____________________________________________________________________________
46801 [ 10257] By: jhi                                   on 2001/05/28  15:31:25
46802         Log: Subject: typo in perlguts.pod
46803              From: "John P. Linderman" <jpl@research.att.com>
46804              Date: Mon, 28 May 2001 09:35:47 -0400 (EDT)
46805              Message-Id: <200105281335.JAA27851@raptor.research.att.com>
46806      Branch: perl
46807            ! pod/perlguts.pod
46808 ____________________________________________________________________________
46809 [ 10256] By: jhi                                   on 2001/05/28  15:30:42
46810         Log: Subject: AIX and gcc (moving targets)
46811              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
46812              Date: Mon, 28 May 2001 12:54:04 +0200
46813              Message-Id: <20010528124531.9FAB.H.M.BRAND@hccnet.nl>
46814      Branch: perl
46815            ! hints/aix.sh
46816 ____________________________________________________________________________
46817 [ 10255] By: jhi                                   on 2001/05/28  15:28:55
46818         Log: Subject: Re: perlio + multiple perl_alloc..destruct
46819              From: Doug MacEachern <dougm@covalent.net>
46820              Date: Sun, 27 May 2001 13:47:13 -0700 (PDT)
46821              Message-ID: <Pine.LNX.4.21.0105271340370.5938-100000@mako.covalent.net>
46822      Branch: perl
46823            ! perlio.c
46824 ____________________________________________________________________________
46825 [ 10254] By: jhi                                   on 2001/05/28  15:27:49
46826         Log: The #10251 wasn't quite up-to-the-code.
46827      Branch: perl
46828            ! t/op/misc.t
46829 ____________________________________________________________________________
46830 [ 10253] By: jhi                                   on 2001/05/28  15:26:39
46831         Log: Test case for bug 20010526.004, fixed in #10252.
46832      Branch: perl
46833            ! t/op/taint.t
46834 ____________________________________________________________________________
46835 [ 10252] By: jhi                                   on 2001/05/28  15:26:14
46836         Log: Subject: Re: [ID 20010526.004] Taint looses value
46837              From: Hugo <hv@crypt.compulink.co.uk>
46838              Date: Sun, 27 May 2001 20:39:32 +0100
46839              Message-Id: <200105271939.UAA27591@crypt.compulink.co.uk>
46840      Branch: perl
46841            ! sv.c
46842 ____________________________________________________________________________
46843 [ 10251] By: jhi                                   on 2001/05/28  15:13:40
46844         Log: Test case for 20010422.005, fixed by #10250.
46845      Branch: perl
46846            ! t/op/misc.t
46847 ____________________________________________________________________________
46848 [ 10250] By: jhi                                   on 2001/05/28  15:11:16
46849         Log: Subject: [PATCH] Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD 
46850              From: Spider Boardman <spider@Orb.Nashua.NH.US>
46851              Date: Mon, 28 May 2001 06:39:12 -0400
46852              Message-Id: <200105281039.GAA03962@Orb.Nashua.NH.US>
46853      Branch: perl
46854            ! toke.c
46855 ____________________________________________________________________________
46856 [ 10249] By: jhi                                   on 2001/05/28  15:09:24
46857         Log: Linerewrapping.
46858      Branch: perl
46859            ! lib/open.pm
46860 ____________________________________________________________________________
46861 [ 10248] By: jhi                                   on 2001/05/28  15:09:07
46862         Log: Updates on the modules list.
46863      Branch: perl
46864            ! t/lib/1_compile.t
46865 ____________________________________________________________________________
46866 [ 10247] By: jhi                                   on 2001/05/28  15:03:35
46867         Log: Add a test for PerlIO.
46868              
46869              (I probably got the crlf/raw thing wrong for clrfy platforms...)
46870      Branch: perl
46871            + t/lib/perlio.t
46872            ! MANIFEST lib/PerlIO.pm
46873 ____________________________________________________________________________
46874 [ 10246] By: jhi                                   on 2001/05/28  14:24:08
46875         Log: Add a test for carp et alia.
46876      Branch: perl
46877            + t/lib/carp.t
46878            ! MANIFEST
46879 ____________________________________________________________________________
46880 [ 10245] By: jhi                                   on 2001/05/28  13:42:55
46881         Log: Adding the new test would be swell.
46882      Branch: perl
46883            + t/pragma/autouse.t
46884 ____________________________________________________________________________
46885 [ 10244] By: jhi                                   on 2001/05/28  13:42:34
46886         Log: Add a test for the autouse pragma.
46887      Branch: perl
46888            ! MANIFEST
46889 ____________________________________________________________________________
46890 [ 10243] By: jhi                                   on 2001/05/28  13:26:25
46891         Log: Subject: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
46892              From: dLux <dlux@spam.sch.bme.hu>
46893              Date: Sun, 27 May 2001 16:14:26 +0200
46894              Message-Id: <E1541JK-0000YC-00@dl.sch.bme.hu>
46895      Branch: perl
46896            ! lib/autouse.pm
46897 ____________________________________________________________________________
46898 [ 10242] By: jhi                                   on 2001/05/28  13:21:50
46899         Log: Subject: [PATCH #2] RE: [ID 20010528.002] dprofpp: "-R" does not work
46900              From: "Richard Soderberg" <rs@crystalflame.net>
46901              Date: Mon, 28 May 2001 03:56:36 -0700
46902              Message-ID: <NAEKLNAAHLMBPMPNBMLEEEFADFAA.rs@crystalflame.net>
46903      Branch: perl
46904            ! utils/dprofpp.PL
46905 ____________________________________________________________________________
46906 [ 10241] By: jhi                                   on 2001/05/28  13:18:56
46907         Log: Subject: Re: [ID 20010522.003] Time::Local module bug
46908              From: "Stephen P. Potter" <spp@spotter.yi.org>
46909              Date: Tue, 22 May 2001 11:40:25 -0400
46910              Message-Id: <20010522154030.584F4729E2@belgarath.spotter.yi.org>
46911              
46912              Subject: Re: [ID 20010522.003] Time::Local module bug
46913              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu> 
46914              Date: Tue, 22 May 2001 11:50:19 -0400
46915              Message-ID: <20010522115019.D48634@linguist.thayer.dartmouth.edu>
46916      Branch: perl
46917            ! lib/Time/Local.pm
46918 ____________________________________________________________________________
46919 [ 10240] By: jhi                                   on 2001/05/27  22:44:49
46920         Log: The PERL_DL_NONLAZY can have whitespace in front.
46921      Branch: perl
46922            ! t/lib/extutils.t
46923 ____________________________________________________________________________
46924 [ 10239] By: jhi                                   on 2001/05/27  21:23:21
46925         Log: Document strftime() and strptime().
46926      Branch: perl
46927            ! ext/POSIX/POSIX.pod ext/Time/Piece/Piece.pm t/lib/time-piece.t
46928 ____________________________________________________________________________
46929 [ 10238] By: jhi                                   on 2001/05/27  20:29:07
46930         Log: Make Time::Piece::strptime() to be a function, not a method.
46931      Branch: perl
46932            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
46933 ____________________________________________________________________________
46934 [ 10237] By: jhi                                   on 2001/05/27  20:22:09
46935         Log: Tweak the test to be more portable.
46936      Branch: perl
46937            ! t/lib/extutils.t
46938 ____________________________________________________________________________
46939 [ 10236] By: jhi                                   on 2001/05/27  19:15:54
46940         Log: Subject: PATCH: Re: Re: Attributes that tie
46941              From: Leon Brocard <acme@astray.com>
46942              Date: Sun, 27 May 2001 12:37:29 +0100
46943              Message-ID: <20010527123729.A22663@ns0.astray.com>
46944              
46945              Document that variable attributes are not currently usable
46946              for tieing.  (An ugly limitation that should be fixed.)
46947      Branch: perl
46948            ! lib/attributes.pm
46949 ____________________________________________________________________________
46950 [ 10235] By: jhi                                   on 2001/05/27  19:03:31
46951         Log: Microperl tweaks.
46952      Branch: perl
46953            ! Makefile.micro uconfig.h uconfig.sh
46954 ____________________________________________________________________________
46955 [ 10234] By: jhi                                   on 2001/05/27  18:22:09
46956         Log: Add make target for microperl (kind of silly, but convenient).
46957      Branch: perl
46958            ! Makefile.SH
46959 ____________________________________________________________________________
46960 [ 10233] By: jhi                                   on 2001/05/27  18:18:56
46961         Log: O_APPEND and O_TRUNC are not portable.  (Not available e.g.
46962              for microperl.)
46963      Branch: perl
46964            ! doio.c
46965 ____________________________________________________________________________
46966 [ 10232] By: jhi                                   on 2001/05/27  17:57:18
46967         Log: Subject: [PATCH] [ID 19991013.005] utime undef, undef, @files  
46968              From: rspier@pobox.com (Robert Spier)
46969              Date: Sat, 26 May 2001 20:05:23 -0400
46970              Message-ID: <15120.17603.148648.12430@rls.cx>
46971              
46972              Subject: Re: [PATCH] [ID 19991013.005] utime undef, undef, @files
46973              From: rspier@pobox.com (Robert Spier)
46974              Date: Sun, 27 May 2001 00:23:12 -0400
46975              Message-ID: <15120.33072.511966.767230@rls.cx>
46976      Branch: perl
46977            ! doio.c pod/perlfunc.pod
46978 ____________________________________________________________________________
46979 [ 10231] By: jhi                                   on 2001/05/27  15:45:20
46980         Log: Regen toc.  (And add the README.tru64 from #10230 to MANIFEST.)
46981      Branch: perl
46982            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
46983 ____________________________________________________________________________
46984 [ 10230] By: jhi                                   on 2001/05/27  15:41:06
46985         Log: Add README.tru64.
46986      Branch: perl
46987            + README.tru64
46988 ____________________________________________________________________________
46989 [ 10229] By: jhi                                   on 2001/05/27  13:50:57
46990         Log: Integrate Locale::Maketext 1.01 from Sean Burke.
46991      Branch: perl
46992            + lib/Locale/Maketext.pm lib/Locale/Maketext.pod
46993            + lib/Locale/Maketext/TPJ13.pod t/lib/lc-maketext.t
46994            ! MANIFEST
46995 ____________________________________________________________________________
46996 [ 10228] By: jhi                                   on 2001/05/27  13:43:38
46997         Log: Integrate I18N::LangTags from Sean Burke.
46998              
46999              TODO: the language list from RFC 3066 needs to be integrated
47000              and made available somehow.  The list is included in the
47001              I18N-LangTags 0.21 distribution, but it is undocumented
47002              and unconnected to the module.
47003      Branch: perl
47004            + lib/I18N/LangTags.pm t/lib/i18n-langtags.t
47005            ! MANIFEST
47006 ____________________________________________________________________________
47007 [ 10227] By: jhi                                   on 2001/05/27  01:41:33
47008         Log: Allow 'eval "v200"' to work (part of 20000323.059); fix as
47009              envisioned by Sarathy.
47010      Branch: perl
47011            ! t/op/ver.t toke.c
47012 ____________________________________________________________________________
47013 [ 10226] By: jhi                                   on 2001/05/27  00:28:34
47014         Log: Subject: [ID 20010525.001] Pod typo nits fixed
47015              From: lvirden@cas.org
47016              Date: Fri, 25 May 2001 06:57:43 -0400 (EDT)
47017              Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org>
47018              
47019              minus the perlsolaris decimation plus the
47020              
47021              Subject: Re: [ID 20010525.001] Pod typo nits fixed
47022              From: "Philip Newton" <Philip.Newton@gmx.net>
47023              Date: Fri, 25 May 2001 18:05:55 +0200
47024              Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu>
47025      Branch: perl
47026            ! README.amiga README.cygwin README.mpeix pod/perl5005delta.pod
47027            ! pod/perldebtut.pod pod/perlebcdic.pod pod/perlfaq3.pod
47028            ! pod/perlhack.pod pod/perltoc.pod pod/perltodo.pod
47029            ! pod/perlutil.pod pod/perlxstut.pod
47030 ____________________________________________________________________________
47031 [ 10225] By: jhi                                   on 2001/05/26  22:38:16
47032         Log: return clauses are nice.
47033      Branch: perl
47034            ! sv.c
47035 ____________________________________________________________________________
47036 [ 10224] By: jhi                                   on 2001/05/26  22:35:31
47037         Log: Subject: change 10199 backwards?
47038              From: Doug MacEachern <dougm@covalent.net>
47039              Date: Sat, 26 May 2001 11:26:07 -0700 (PDT)
47040              Message-ID: <Pine.LNX.4.21.0105261118510.22038-100000@mako.covalent.net>
47041      Branch: perl
47042            ! sv.c
47043 ____________________________________________________________________________
47044 [ 10223] By: jhi                                   on 2001/05/26  22:31:46
47045         Log: Subject: Re: 5.6.*, bleadperl: bugs in pp_concat
47046              From: Hugo <hv@crypt.compulink.co.uk>
47047              Date: Sat, 26 May 2001 17:05:12 +0100
47048              Message-Id: <200105261605.RAA12295@crypt.compulink.co.uk>
47049      Branch: perl
47050            + t/op/gmagic.t
47051            ! MANIFEST doop.c embed.h embed.pl global.sym
47052            ! lib/File/Basename.pm objXSUB.h perlapi.c pod/perlapi.pod
47053            ! pp_hot.c proto.h sv.c sv.h t/pragma/warn/pp_hot
47054 ____________________________________________________________________________
47055 [ 10222] By: jhi                                   on 2001/05/26  22:10:38
47056         Log: Regen headers for #10221.
47057      Branch: perl
47058            ! global.sym objXSUB.h perlapi.c
47059 ____________________________________________________________________________
47060 [ 10221] By: jhi                                   on 2001/05/26  22:06:06
47061         Log: Subject: [ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl)
47062              From: Juha Laiho <juha.laiho@Elma.Net>
47063              Date: Thu, 3 May 2001 09:51:30 +0300
47064              Message-Id: <200105030651.JAA327254@tokka.elma.fi>
47065      Branch: perl
47066            ! embed.pl
47067 ____________________________________________________________________________
47068 [ 10220] By: jhi                                   on 2001/05/26  22:01:30
47069         Log: Subject: Re: [PATCH] Re: stability of sort()?
47070              From: "John P. Linderman" <jpl@research.att.com>
47071              Date: Sat, 26 May 2001 13:27:19 -0400
47072              Message-Id: <200105261727.NAA06654@raptor.research.att.com>
47073      Branch: perl
47074            ! pod/perlfunc.pod
47075 ____________________________________________________________________________
47076 [ 10219] By: jhi                                   on 2001/05/26  14:02:34
47077         Log: Integrate perlio.
47078      Branch: perl
47079           !> pod/perlguts.pod
47080 ____________________________________________________________________________
47081 [ 10218] By: jhi                                   on 2001/05/26  13:39:52
47082         Log: Subject: [PATCH perl@10210] PerlIO for VMS
47083              From: "Craig A. Berry" <craigberry@mac.com>
47084              Date: Sat, 26 May 2001 09:34:11 -0500
47085              Message-Id: <a05100e0ab734816701a5@[172.16.52.1]>
47086      Branch: perl
47087            ! configure.com doio.c iperlsys.h perlio.c perlio.h perliol.h
47088            ! perlsdio.h vms/ext/Stdio/Stdio.xs vms/gen_shrfls.pl vms/vms.c
47089            ! vms/vmsish.h
47090 ____________________________________________________________________________
47091 [ 10217] By: jhi                                   on 2001/05/26  13:19:05
47092         Log: Subject: patch to fix: [ID 20010524.004] perl5db.pl version 1.12  doesn't stop on breakpoints
47093              From: David Dyck <dcd@tc.fluke.com>
47094              Date: Fri, 25 May 2001 00:03:04 -0700 (PDT)
47095              Message-ID: <Pine.LNX.4.33.0105242354030.17331-100000@dd.tc.fluke.com>
47096      Branch: perl
47097            ! lib/perl5db.pl
47098 ____________________________________________________________________________
47099 [ 10216] By: jhi                                   on 2001/05/26  13:17:47
47100         Log: Subject: utf8 regexp tests
47101              From: Hugo <hv@crypt.compulink.co.uk>
47102              Date: Fri, 25 May 2001 22:35:01 +0100
47103              Message-Id: <200105252135.WAA03197@crypt.compulink.co.uk>
47104      Branch: perl
47105            ! t/op/regexp.t
47106 ____________________________________________________________________________
47107 [ 10215] By: jhi                                   on 2001/05/26  13:15:40
47108         Log: Subject: [PATCH] Re: stability of sort()?
47109              From: Nicholas Clark <nick@ccl4.org>
47110              Date: Fri, 25 May 2001 22:40:19 +0100
47111              Message-ID: <20010525224019.B86445@plum.flirble.org>
47112      Branch: perl
47113            ! pod/perlfunc.pod
47114 ____________________________________________________________________________
47115 [ 10214] By: jhi                                   on 2001/05/26  13:14:30
47116         Log: Subject: Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]
47117              From: John Peacock <jpeacock@rowman.com>
47118              Date: Thu, 24 May 2001 22:14:01 -0400
47119              Message-ID: <3B0DBFE9.A7C49084@rowman.com>
47120      Branch: perl
47121            ! mg.c scope.c sv.c
47122 ____________________________________________________________________________
47123 [ 10213] By: jhi                                   on 2001/05/26  13:08:56
47124         Log: Subject: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
47125              From: Nicholas Clark <nick@ccl4.org>
47126              Date: Sun, 20 May 2001 19:24:13 +0100
47127              Message-ID: <20010520192413.G83222@plum.flirble.org>
47128      Branch: perl
47129            + lib/ExtUtils/Constant.pm t/lib/extutils.t
47130            ! MANIFEST utils/h2xs.PL
47131 ____________________________________________________________________________
47132 [ 10212] By: nick                                  on 2001/05/26  09:49:28
47133         Log: Change perlguts docs to not suggest PUSHi etc. for multiple results,
47134              add a few more notes there on use of mortals on the stack.
47135      Branch: perlio
47136            ! pod/perlguts.pod
47137 ____________________________________________________________________________
47138 [ 10211] By: nick                                  on 2001/05/26  09:05:36
47139         Log: Integrate mainline
47140      Branch: perlio
47141           +> t/lib/fcntl.t t/pragma/vars.t
47142           !> (integrate 49 files)
47143 ____________________________________________________________________________
47144 [ 10210] By: jhi                                   on 2001/05/25  12:29:16
47145         Log: Update Changes.
47146      Branch: perl
47147            ! Changes patchlevel.h
47148 ____________________________________________________________________________
47149 [ 10209] By: jhi                                   on 2001/05/25  12:24:45
47150         Log: Based on
47151              
47152              Subject: [PATCH pp.c] Wrapping pack("C",256)
47153              From: Simon Cozens <simon@netthink.co.uk>
47154              Date: Sat, 12 May 2001 17:58:41 +0100
47155              Message-ID: <20010512175841.A6132@netthink.co.uk>
47156      Branch: perl
47157            ! pod/perldiag.pod pp.c t/pragma/warn/pp
47158 ____________________________________________________________________________
47159 [ 10208] By: jhi                                   on 2001/05/25  01:37:03
47160         Log: Subject: [PATCH] 5.6.1 Term::Cap -- add terminfo fallback
47161              From: "Brendan O'Dea" <bod@compusol.com.au>
47162              Date: Fri, 25 May 2001 11:18:29 +1000
47163              Message-ID: <20010525111829.A28411@compusol.com.au>
47164              
47165              (Slightly modified.)
47166      Branch: perl
47167            ! lib/Term/Cap.pm
47168 ____________________________________________________________________________
47169 [ 10207] By: jhi                                   on 2001/05/25  01:12:14
47170         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string 
47171              From: Hugo <hv@crypt.compulink.co.uk>
47172              Date: Fri, 25 May 2001 02:13:25 +0100
47173              Message-Id: <200105250113.CAA23158@crypt.compulink.co.uk>
47174      Branch: perl
47175            ! t/op/misc.t
47176 ____________________________________________________________________________
47177 [ 10206] By: jhi                                   on 2001/05/25  01:07:59
47178         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
47179              From: Inaba Hiroto <hiroto.inaba@toshiba.co.jp>
47180              Date: Fri, 25 May 2001 10:25:36 +0900
47181              Message-Id: <200105250124.KAA19571@toshiba.co.jp> 
47182      Branch: perl
47183            ! regcomp.c regexec.c
47184 ____________________________________________________________________________
47185 [ 10205] By: jhi                                   on 2001/05/25  01:07:00
47186         Log: Subject: [PATCH #2] stash autovivification and method call error messages
47187              From: Ilmari Karonen <iltzu@sci.fi>
47188              Date: Thu, 24 May 2001 01:51:48 +0300 (EET DST)
47189              Message-ID: <Pine.SOL.3.96.1010524013737.18819D-100000@simpukka>
47190      Branch: perl
47191            ! gv.c pp_hot.c t/op/method.t
47192 ____________________________________________________________________________
47193 [ 10204] By: jhi                                   on 2001/05/25  01:03:50
47194         Log: Add make target and documentation for gprof profiling.
47195      Branch: perl
47196            ! Makefile.SH pod/perlhack.pod
47197 ____________________________________________________________________________
47198 [ 10203] By: jhi                                   on 2001/05/24  21:09:36
47199         Log: Subject: Don't think about UTF8 
47200              From: Mike Guy <mjtg@cam.ac.uk> 
47201              Date: Tue, 22 May 2001 14:35:39 +0100
47202              Message-Id: <E152CK3-00028O-00@virgo.cus.cam.ac.uk>
47203      Branch: perl
47204            ! sv.h
47205 ____________________________________________________________________________
47206 [ 10202] By: jhi                                   on 2001/05/24  21:07:25
47207         Log: Subject: [ID 20010524.002] find2perl bug in fileglob_to_re
47208              From: Geraint A Edwards <gedge@serf.org> 
47209              Date: Thu, 24 May 2001 22:51:24 +0100
47210              Message-Id: <20010524225124.A34981@cymru.serf.org>
47211      Branch: perl
47212            ! x2p/find2perl.PL
47213 ____________________________________________________________________________
47214 [ 10201] By: jhi                                   on 2001/05/24  21:02:30
47215         Log: DB_File has its own attribute story.
47216      Branch: perl
47217            ! ext/DB_File/DB_File.xs
47218 ____________________________________________________________________________
47219 [ 10200] By: jhi                                   on 2001/05/24  19:54:21
47220         Log: Subject: Re: Making perl with -Wall
47221              From: Andy Dougherty <doughera@lafayette.edu>
47222              Date: Thu, 24 May 2001 14:33:37 -0400 (EDT)
47223              Message-ID: <Pine.SOL.4.10.10105241415460.2443-100000@maxwell.phys.lafayette.edu>
47224      Branch: perl
47225            ! perl.h
47226 ____________________________________________________________________________
47227 [ 10199] By: jhi                                   on 2001/05/24  15:15:03
47228         Log: Subject: RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc(SvRV(sstr)) wasn't checking SvWEAKREF
47229              From: "Richard Soderberg" <rs@crystalflame.net>
47230              Date: Thu, 24 May 2001 08:58:16 -0700
47231              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEPODEAA.rs@crystalflame.net>
47232      Branch: perl
47233            ! sv.c
47234 ____________________________________________________________________________
47235 [ 10198] By: jhi                                   on 2001/05/24  15:10:04
47236         Log: IV/UV casting fixes from Nicholas Clark.
47237      Branch: perl
47238            ! perl.h pp_sys.c util.c
47239 ____________________________________________________________________________
47240 [ 10197] By: jhi                                   on 2001/05/24  14:19:44
47241         Log: Subject: Re: Making perl with -Wall
47242              From: Michael G Schwern <schwern@pobox.com>
47243              Date: Thu, 24 May 2001 15:40:28 +0100
47244              Message-ID: <20010524154028.B1988@blackrider.blackstar.co.uk>
47245      Branch: perl
47246            ! malloc.c perl.h
47247 ____________________________________________________________________________
47248 [ 10196] By: jhi                                   on 2001/05/24  14:04:41
47249         Log: Subject: [PATCH] Re: [ID 20010521.004] Two test suite failures on this platform with latest rsync 
47250              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
47251              Date: Tue, 22 May 2001 11:49:37 +0200
47252              Message-Id: <20010522114044.BC4E.H.M.BRAND@hccnet.nl>
47253      Branch: metaconfig
47254            ! U/modified/Oldsym.U
47255      Branch: metaconfig/U/perl
47256            ! patchlevel.U
47257      Branch: perl
47258            ! Configure config_h.SH myconfig.SH
47259 ____________________________________________________________________________
47260 [ 10195] By: jhi                                   on 2001/05/24  13:25:04
47261         Log: Under versiononly install also the scripts with the version suffix.
47262              (e.g. .../bin/h2xs5.7.1)
47263      Branch: perl
47264            ! installperl
47265 ____________________________________________________________________________
47266 [ 10194] By: jhi                                   on 2001/05/24  13:02:49
47267         Log: Subject: [PATCH] Stop segfault in mg.c:636
47268              From: "Richard Soderberg" <rs@crystalflame.net>
47269              Date: Thu, 24 May 2001 05:51:52 -0700
47270              Message-ID: <NAEKLNAAHLMBPMPNBMLEGEPGDEAA.rs@crystalflame.net>
47271      Branch: perl
47272            ! mg.c
47273 ____________________________________________________________________________
47274 [ 10193] By: jhi                                   on 2001/05/24  12:37:13
47275         Log: Iteration continues; hopefully convergently.
47276      Branch: perl
47277            ! t/lib/b-stash.t
47278 ____________________________________________________________________________
47279 [ 10192] By: jhi                                   on 2001/05/24  12:36:35
47280         Log: Subject: [PATCH] CORE::GLOBAL::require override happens too early
47281              From: Gisle Aas <gisle@ActiveState.com>
47282              Date: 23 May 2001 16:13:10 -0700
47283              Message-ID: <lrofsjfym1.fsf@caliper.ActiveState.com>
47284      Branch: perl
47285            ! op.c toke.c
47286 ____________________________________________________________________________
47287 [ 10191] By: jhi                                   on 2001/05/24  12:25:12
47288         Log: Subject: [PATCH] lib/dumpvar.pl, lib/perl5db.pl - fix warnings
47289              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
47290              Date: Thu, 24 May 2001 05:05:22 -0500
47291              Message-ID: <20010524050522.A18997@staff1.cso.uiuc.edu>
47292      Branch: perl
47293            ! lib/dumpvar.pl lib/perl5db.pl
47294 ____________________________________________________________________________
47295 [ 10190] By: jhi                                   on 2001/05/24  12:24:07
47296         Log: Subject: Re: [ID 20010524.001] perl5db.pl   x @INC  doesn't work like it used to
47297              From: David Dyck <dcd@tc.fluke.com>
47298              Date: Thu, 24 May 2001 01:42:09 -0700 (PDT)
47299              Message-ID: <Pine.LNX.4.33.0105240134580.5179-100000@dd.tc.fluke.com>
47300      Branch: perl
47301            ! lib/perl5db.pl
47302 ____________________________________________________________________________
47303 [ 10189] By: jhi                                   on 2001/05/23  22:43:31
47304         Log: Tiny pod nits on READMEs, mostly whitespace issues.
47305      Branch: perl
47306            ! README.amiga README.dos README.macos README.mpeix README.vmesa
47307            ! README.win32
47308 ____________________________________________________________________________
47309 [ 10188] By: jhi                                   on 2001/05/23  22:26:03
47310         Log: The DG/UX part of the 20010521.005.
47311      Branch: perl
47312            ! README.dgux
47313 ____________________________________________________________________________
47314 [ 10187] By: jhi                                   on 2001/05/23  22:04:05
47315         Log: Subject: Re: [ID 20000716.007] \G in a m//g expression causes problems 
47316              From: Hugo <hv@crypt.compulink.co.uk>
47317              Date: Mon, 21 May 2001 16:32:02 +0100
47318              Message-Id: <200105211532.QAA03999@crypt.compulink.co.uk>
47319      Branch: perl
47320            ! regcomp.c t/op/misc.t
47321 ____________________________________________________________________________
47322 [ 10186] By: jhi                                   on 2001/05/23  21:42:15
47323         Log: Subject: [PATCH] Extra UNIVERSAL tests
47324              From: Mike Guy <mjtg@cam.ac.uk>
47325              Date: Wed, 23 May 2001 12:29:20 +0100
47326              Message-Id: <E152WpM-0001yP-00@virgo.cus.cam.ac.uk>
47327      Branch: perl
47328            ! t/op/universal.t
47329 ____________________________________________________________________________
47330 [ 10185] By: jhi                                   on 2001/05/23  21:38:48
47331         Log: Subject: [PATCH] Remove EQ keyword
47332              From: Mike Guy <mjtg@cam.ac.uk>
47333              Message-Id: <E152Vhp-00072x-00@virgo.cus.cam.ac.uk>
47334              Date: Wed, 23 May 2001 11:17:29 +0100
47335      Branch: perl
47336            ! keywords.h keywords.pl
47337 ____________________________________________________________________________
47338 [ 10184] By: jhi                                   on 2001/05/23  21:29:41
47339         Log: Subject: [PATCH] lib/perl5db.pl
47340              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
47341              Date: Wed, 23 May 2001 02:18:03 -0500
47342              Message-ID: <20010523021803.A21965@staff1.cso.uiuc.edu>
47343      Branch: perl
47344            ! lib/perl5db.pl
47345 ____________________________________________________________________________
47346 [ 10183] By: jhi                                   on 2001/05/23  21:27:54
47347         Log: Subject: [PATCH lib/Term/Cap.pm] Avoid -W warnings in Tgetent and Tputs
47348              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
47349              Date: Tue, 22 May 2001 23:34:41 -0500
47350              Message-ID: <20010522233441.A12431@staff1.cso.uiuc.edu>
47351      Branch: perl
47352            ! lib/Term/Cap.pm
47353 ____________________________________________________________________________
47354 [ 10182] By: jhi                                   on 2001/05/23  21:24:30
47355         Log: Subject: [PATCH emacs/e2ctags.pl] big speedup
47356              From: davem@fdgroup.co.uk
47357              Date: Tue, 22 May 2001 22:08:09 +0100 (BST)
47358              Message-Id: <200105222108.WAA09442@gizmo.fdgroup.co.uk>
47359      Branch: perl
47360            ! emacs/e2ctags.pl
47361 ____________________________________________________________________________
47362 [ 10181] By: jhi                                   on 2001/05/23  21:23:29
47363         Log: Subject: [PATCH lib/vars.pm] Sensible minimum version
47364              From: Michael G Schwern <schwern@pobox.com>
47365              Date: Tue, 22 May 2001 14:15:09 +0100
47366              Message-ID: <20010522141509.J701@blackrider.blackstar.co.uk>
47367      Branch: perl
47368            ! lib/vars.pm
47369 ____________________________________________________________________________
47370 [ 10180] By: jhi                                   on 2001/05/23  21:22:14
47371         Log: Subject: [PATCH lib/vars.pm] Odd code nit
47372              From: Michael G Schwern <schwern@pobox.com>
47373              Date: Tue, 22 May 2001 14:14:28 +0100
47374              Message-ID: <20010522141427.I701@blackrider.blackstar.co.uk>
47375      Branch: perl
47376            ! lib/vars.pm
47377 ____________________________________________________________________________
47378 [ 10179] By: jhi                                   on 2001/05/23  21:19:51
47379         Log: Use the new use vars feature.
47380      Branch: perl
47381            ! t/lib/b-stash.t
47382 ____________________________________________________________________________
47383 [ 10178] By: jhi                                   on 2001/05/23  21:19:28
47384         Log: Subject: [PATCH] vars.pm to support qualified variables (was Re: [ID 20010521.001])
47385              From: Mike Guy <mjtg@cam.ac.uk>
47386              Sender: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
47387              Date: Tue, 22 May 2001 13:11:39 +0100
47388      Branch: perl
47389            + t/pragma/vars.t
47390            ! MANIFEST lib/vars.pm t/lib/1_compile.t
47391 ____________________________________________________________________________
47392 [ 10177] By: jhi                                   on 2001/05/23  21:01:48
47393         Log: -qlongdouble considered harmful by Merijn.
47394      Branch: perl
47395            ! hints/aix.sh
47396 ____________________________________________________________________________
47397 [ 10176] By: jhi                                   on 2001/05/21  13:21:21
47398         Log: Update Changes.
47399      Branch: perl
47400            ! Changes patchlevel.h
47401 ____________________________________________________________________________
47402 [ 10175] By: jhi                                   on 2001/05/21  13:17:28
47403         Log: Add a test of its very own for Fcntl.  Hopefully portable.
47404      Branch: perl
47405            + t/lib/fcntl.t
47406            ! MANIFEST
47407 ____________________________________________________________________________
47408 [ 10174] By: jhi                                   on 2001/05/21  12:45:41
47409         Log: Must be trickier for 'minitest' not to die.
47410      Branch: perl
47411            ! t/op/taint.t
47412 ____________________________________________________________________________
47413 [ 10173] By: jhi                                   on 2001/05/21  11:24:43
47414         Log: Can't declare other people's variables.
47415      Branch: perl
47416            ! t/lib/b-stash.t
47417 ____________________________________________________________________________
47418 [ 10172] By: jhi                                   on 2001/05/20  20:33:08
47419         Log: Fix for ID 20010519.003: sysopen() wasn't tainting :-(
47420      Branch: perl
47421            ! doio.c t/op/taint.t
47422 ____________________________________________________________________________
47423 [ 10171] By: jhi                                   on 2001/05/20  20:18:45
47424         Log: The OS/2 variable needs to be declared.
47425      Branch: perl
47426            ! t/lib/b-stash.t
47427 ____________________________________________________________________________
47428 [ 10170] By: nick                                  on 2001/05/20  16:48:29
47429         Log: Integrate mainline
47430      Branch: perlio
47431           !> (integrate 41 files)
47432 ____________________________________________________________________________
47433 [ 10169] By: jhi                                   on 2001/05/20  11:50:20
47434         Log: Small perlsec updates: clarify the taintedness of filename
47435              globbing; suggest using Scalar::Util::tainted().
47436      Branch: perl
47437            ! pod/perlsec.pod
47438 ____________________________________________________________________________
47439 [ 10168] By: jhi                                   on 2001/05/20  11:24:11
47440         Log: Subject: [PATCH 5.7.1@10135] [LARGE!] symbolic magic
47441              From: Dave Mitchell <davem@fdgroup.co.uk>
47442              Date: Sat, 19 May 2001 20:12:56 +0100 (BST)
47443              Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
47444      Branch: perl
47445            ! av.c cc_runtime.h doop.c dump.c gv.c hv.c mg.c op.c perl.c
47446            ! perl.h perlio.c pod/perlguts.pod pp.c pp_ctl.c pp_hot.c
47447            ! pp_sys.c regexec.c scope.c sv.c t/lib/peek.t taint.c util.c
47448            ! xsutils.c
47449 ____________________________________________________________________________
47450 [ 10167] By: jhi                                   on 2001/05/20  11:12:14
47451         Log: Subject: [PATCH 5.6.1] DLL descriptions on OS/2
47452              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47453              Date: Sat, 19 May 2001 04:08:46 -0400
47454              Message-ID: <20010519040846.A16969@math.ohio-state.edu>
47455      Branch: perl
47456            ! lib/ExtUtils/Mksymlists.pm makedef.pl
47457 ____________________________________________________________________________
47458 [ 10166] By: jhi                                   on 2001/05/20  11:08:27
47459         Log: Subject: [PATCH 5.6.1] DLL name mangling on OS/2
47460              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47461              Date: Sat, 19 May 2001 04:30:45 -0400
47462              Message-ID: <20010519043045.A17033@math.ohio-state.edu>
47463      Branch: perl
47464            ! os2/os2.c
47465 ____________________________________________________________________________
47466 [ 10165] By: jhi                                   on 2001/05/20  11:07:06
47467         Log: Subject: [PATCH 5.6.1] build bugs OS/2
47468              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47469              Date: Sat, 19 May 2001 04:35:28 -0400
47470              Message-ID: <20010519043528.A17363@math.ohio-state.edu>
47471      Branch: perl
47472            ! os2/Makefile.SHs os2/os2.c
47473 ____________________________________________________________________________
47474 [ 10164] By: jhi                                   on 2001/05/20  11:06:01
47475         Log: Subject: [PATCH 5.6.1] Mis-Failing tests
47476              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47477              Date: Sat, 19 May 2001 04:04:23 -0400
47478              Message-ID: <20010519040423.A16861@math.ohio-state.edu>
47479              
47480              (In bleadperl patched b-stash.t instead of b.t)
47481      Branch: perl
47482            ! t/lib/b-stash.t t/lib/bigfltpm.t
47483 ____________________________________________________________________________
47484 [ 10163] By: jhi                                   on 2001/05/20  10:59:46
47485         Log: Subject: [PATCH 5.6.1] perl5db
47486              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47487              Date: Sat, 19 May 2001 03:49:09 -0400
47488              Message-ID: <20010519034909.A14902@math.ohio-state.edu>
47489      Branch: perl
47490            ! lib/perl5db.pl
47491 ____________________________________________________________________________
47492 [ 10162] By: jhi                                   on 2001/05/20  10:58:18
47493         Log: Subject: [PATCH] require $mod where $mod has touched numeric context
47494              From: Gisle Aas <gisle@ActiveState.com>
47495              Date: 18 May 2001 14:24:51 -0700
47496              Message-ID: <lr3da2cpuk.fsf@caliper.ActiveState.com>
47497      Branch: perl
47498            ! pp_ctl.c
47499 ____________________________________________________________________________
47500 [ 10161] By: jhi                                   on 2001/05/20  10:57:00
47501         Log: Subject: [PATCH] Chomp should not always stringify
47502              From: Gisle Aas <gisle@ActiveState.com>
47503              Date: 18 May 2001 07:55:25 -0700
47504              Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com>
47505      Branch: perl
47506            ! doop.c t/op/chop.t
47507 ____________________________________________________________________________
47508 [ 10160] By: jhi                                   on 2001/05/20  10:49:40
47509         Log: Integrate perlio.
47510      Branch: perl
47511           !> pod/perlfunc.pod
47512 ____________________________________________________________________________
47513 [ 10159] By: nick                                  on 2001/05/20  09:39:46
47514         Log: Document some more of open's features.
47515      Branch: perlio
47516            ! pod/perlfunc.pod
47517 ____________________________________________________________________________
47518 [ 10158] By: gsar                                  on 2001/05/18  18:43:38
47519         Log: back out change#10153 (it has compatibility issues such as the
47520              changed behavior of /[~%@+-]/, and after talking to Jarkko, the
47521              benefit for 5.6.x doesn't seem worth the risk)
47522      Branch: maint-5.6/perl
47523            ! toke.c
47524 ____________________________________________________________________________
47525 [ 10157] By: jhi                                   on 2001/05/18  17:05:40
47526         Log: \$escaping the $vars in !GROK!THIS! section is a good idea.
47527      Branch: perl
47528            ! x2p/s2p.PL
47529 ____________________________________________________________________________
47530 [ 10156] By: jhi                                   on 2001/05/18  12:06:40
47531         Log: Update Changes.
47532      Branch: perl
47533            ! Changes patchlevel.h
47534 ____________________________________________________________________________
47535 [ 10155] By: jhi                                   on 2001/05/18  11:58:57
47536         Log: Integrate change #10144 from maintperl.
47537              
47538              s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
47539      Branch: perl
47540           !> win32/config.bc win32/config.gc win32/config.vc
47541           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
47542 ____________________________________________________________________________
47543 [ 10154] By: nick                                  on 2001/05/18  07:23:03
47544         Log: Integrate mainline.
47545      Branch: perlio
47546           +> README.dgux t/lib/i18n-collate.t utils.lst
47547           !> (integrate 49 files)
47548 ____________________________________________________________________________
47549 [ 10153] By: jhi                                   on 2001/05/18  00:41:51
47550         Log: Integrate change #7224 from mainline into maintperl.
47551              
47552              Allow @+ and @- to be doublequoted, from Simon Cozens. 
47553              (Approved by Larry, see Tom's comment in 20000830.005.)
47554      Branch: maint-5.6/perl
47555           !> toke.c
47556 ____________________________________________________________________________
47557 [ 10152] By: jhi                                   on 2001/05/17  23:18:15
47558         Log: Subject: [PATCH bleadperl] small lookbehind fix
47559              From: Hugo <hv@crypt.compulink.co.uk>
47560              Date: Fri, 18 May 2001 00:07:19 +0100
47561              Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk>
47562      Branch: perl
47563            ! regexec.c
47564 ____________________________________________________________________________
47565 [ 10151] By: jhi                                   on 2001/05/17  22:00:06
47566         Log: Detypos.
47567      Branch: perl
47568            ! installman utils.lst
47569 ____________________________________________________________________________
47570 [ 10150] By: jhi                                   on 2001/05/17  20:32:48
47571         Log: Add better debug to glob/basic #8 as suggested by Nick Clark
47572              in 20001222.001.
47573      Branch: perl
47574            ! t/lib/glob-basic.t
47575 ____________________________________________________________________________
47576 [ 10149] By: jhi                                   on 2001/05/17  20:08:58
47577         Log: Subject: [PATCH] Test for bug 20010515.004
47578              From: Benjamin Sugars <bsugars@canoe.ca>
47579              Date: Thu, 17 May 2001 15:48:18 -0400 (EDT)
47580              Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca>
47581      Branch: perl
47582            ! t/op/misc.t
47583 ____________________________________________________________________________
47584 [ 10148] By: jhi                                   on 2001/05/17  20:06:23
47585         Log: Integrate #10145 from maintperl.
47586              
47587              fix for ID 20010515.004 (needs test)
47588      Branch: perl
47589           !> pp_hot.c
47590 ____________________________________________________________________________
47591 [ 10147] By: jhi                                   on 2001/05/17  19:10:46
47592         Log: Thinko noticed by Doug MacEachern.
47593      Branch: perl
47594            ! thread.h
47595 ____________________________________________________________________________
47596 [ 10146] By: jhi                                   on 2001/05/17  17:30:37
47597         Log: Subject: Re: [PATCH] HERE mark in regex
47598              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
47599              Date: Thu, 17 May 2001 12:20:33 -0400
47600              Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu> 
47601      Branch: perl
47602            ! t/op/re_tests
47603 ____________________________________________________________________________
47604 [ 10145] By: gsar                                  on 2001/05/17  16:59:55
47605         Log: fix for ID 20010515.004 (needs test)
47606      Branch: maint-5.6/perl
47607            ! pp_hot.c
47608 ____________________________________________________________________________
47609 [ 10144] By: gsar                                  on 2001/05/17  16:39:02
47610         Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g
47611      Branch: maint-5.6/perl
47612            ! win32/config.bc win32/config.gc win32/config.vc
47613            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
47614 ____________________________________________________________________________
47615 [ 10143] By: jhi                                   on 2001/05/17  14:21:08
47616         Log: Macrofy the getspecific (and use it also in util.c)
47617      Branch: perl
47618            ! thread.h util.c
47619 ____________________________________________________________________________
47620 [ 10142] By: jhi                                   on 2001/05/17  01:43:50
47621         Log: Use the unchecked thread-specific key fetch also in Tru64.
47622      Branch: perl
47623            ! thread.h
47624 ____________________________________________________________________________
47625 [ 10141] By: jhi                                   on 2001/05/17  01:41:07
47626         Log: Subject: [PATCH 5.6.1]Quick thread speedup
47627              From: Dan Sugalski <dan@sidhe.org> 
47628              Date: Wed, 16 May 2001 18:05:19 -0400
47629              Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48>
47630      Branch: perl
47631            ! thread.h util.c
47632 ____________________________________________________________________________
47633 [ 10140] By: jhi                                   on 2001/05/16  19:58:29
47634         Log: I think this is quite enough testing for a deprecated feature.
47635      Branch: perl
47636            + t/lib/i18n-collate.t
47637            ! MANIFEST t/lib/1_compile.t
47638 ____________________________________________________________________________
47639 [ 10139] By: jhi                                   on 2001/05/16  18:47:03
47640         Log: More HP-UX lore from Jeff Okamoto.
47641      Branch: perl
47642            ! README.hpux
47643 ____________________________________________________________________________
47644 [ 10138] By: jhi                                   on 2001/05/16  18:21:04
47645         Log: Sort utils.lst for easier maintenance.
47646      Branch: perl
47647            ! utils.lst
47648 ____________________________________________________________________________
47649 [ 10137] By: jhi                                   on 2001/05/16  18:12:01
47650         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
47651              From: Tim Jenness <t.jenness@jach.hawaii.edu>
47652              Date: Wed, 16 May 2001 08:59:59 -1000 (HST)
47653              Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu>
47654              
47655              Add pod2latex to utils.lst.
47656      Branch: perl
47657            ! MANIFEST utils.lst
47658 ____________________________________________________________________________
47659 [ 10136] By: jhi                                   on 2001/05/16  18:00:00
47660         Log: Subject: Re: [PATCH] HERE mark in regex
47661              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
47662              Date: Wed, 16 May 2001 13:04:43 -0400
47663              Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu> 
47664      Branch: perl
47665            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
47666            ! t/op/regmesg.t t/pragma/warn/regcomp
47667 ____________________________________________________________________________
47668 [ 10135] By: jhi                                   on 2001/05/16  17:51:50
47669         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
47670              From: Simon Cozens <simon@netthink.co.uk>
47671              Date: Wed, 16 May 2001 18:02:08 +0100
47672              Message-ID: <20010516180208.A6458@netthink.co.uk>
47673      Branch: perl
47674            ! installman utils.lst
47675 ____________________________________________________________________________
47676 [ 10134] By: jhi                                   on 2001/05/16  17:47:26
47677         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
47678              From: "Philip Newton" <pnewton@gmx.de>
47679              Date: Tue, 15 May 2001 15:09:30 +0200
47680              Message-ID: <3B0146AA.2839.17BFDA6@localhost>
47681              
47682              Test case for #10128.
47683      Branch: perl
47684            ! t/pragma/warn/pp_hot
47685 ____________________________________________________________________________
47686 [ 10133] By: jhi                                   on 2001/05/16  15:12:52
47687         Log: Update Changes.
47688      Branch: perl
47689            ! Changes patchlevel.h
47690 ____________________________________________________________________________
47691 [ 10132] By: jhi                                   on 2001/05/16  14:50:55
47692         Log: Deprecate pseudo-hashes.
47693      Branch: perl
47694            ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod
47695 ____________________________________________________________________________
47696 [ 10131] By: jhi                                   on 2001/05/16  14:26:01
47697         Log: HP-UX hints update from Merijn.
47698      Branch: perl
47699            ! hints/hpux.sh
47700 ____________________________________________________________________________
47701 [ 10130] By: jhi                                   on 2001/05/16  14:23:01
47702         Log: README.hpux update from Merijn.
47703      Branch: perl
47704            ! README.hpux
47705 ____________________________________________________________________________
47706 [ 10129] By: jhi                                   on 2001/05/16  14:18:56
47707         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
47708              From: Simon Cozens <simon@netthink.co.uk>
47709              Date: Wed, 16 May 2001 15:57:55 +0100
47710              Message-ID: <20010516155755.A4728@netthink.co.uk>
47711      Branch: perl
47712            + utils.lst
47713            ! MANIFEST installman installperl
47714 ____________________________________________________________________________
47715 [ 10128] By: jhi                                   on 2001/05/16  14:15:36
47716         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
47717              From: "Philip Newton" <pnewton@gmx.de>
47718              Date: Tue, 15 May 2001 16:31:05 +0200
47719              Message-ID: <3B0159C9.1905.1C6AEF9@localhost>
47720              
47721              Fix PERL_Y2KWARN test to check before rather than after appending.
47722      Branch: perl
47723            ! pp_hot.c
47724 ____________________________________________________________________________
47725 [ 10127] By: jhi                                   on 2001/05/16  14:08:15
47726         Log: Regen Porting stuff.
47727      Branch: perl
47728            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
47729            ! config_h.SH
47730 ____________________________________________________________________________
47731 [ 10126] By: jhi                                   on 2001/05/16  13:41:50
47732         Log: Metaconfig unit change for #10125.
47733      Branch: metaconfig
47734            ! U/modified/Oldconfig.U
47735 ____________________________________________________________________________
47736 [ 10125] By: jhi                                   on 2001/05/16  13:41:35
47737         Log: Use OSVERS.
47738      Branch: perl
47739            ! Configure config_h.SH perl.c
47740 ____________________________________________________________________________
47741 [ 10124] By: jhi                                   on 2001/05/16  13:41:09
47742         Log: Regen toc.
47743      Branch: perl
47744            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
47745 ____________________________________________________________________________
47746 [ 10123] By: jhi                                   on 2001/05/16  13:25:38
47747         Log: Adding the README.dgux to the MANIFEST would be a good idea.
47748      Branch: perl
47749            ! MANIFEST
47750 ____________________________________________________________________________
47751 [ 10122] By: jhi                                   on 2001/05/16  13:08:33
47752         Log: Move the stack desire definition to thread.h.
47753      Branch: perl
47754            ! ext/Thread/Thread.xs thread.h
47755 ____________________________________________________________________________
47756 [ 10121] By: jhi                                   on 2001/05/16  13:00:12
47757         Log: DG-UX threading patches, including a README.dgux,
47758              from Takis Psarogiannakopoulos.
47759      Branch: perl
47760            + README.dgux
47761            ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c
47762 ____________________________________________________________________________
47763 [ 10120] By: jhi                                   on 2001/05/16  12:55:33
47764         Log: Subject: [PATCH B::Deparse] More on /x regexes
47765              From: Robin Houston <robin@kitsite.com>
47766              Date: Tue, 15 May 2001 19:09:35 +0100
47767              Message-ID: <20010515190935.A27268@penderel>
47768      Branch: perl
47769            ! ext/B/B/Deparse.pm
47770 ____________________________________________________________________________
47771 [ 10119] By: jhi                                   on 2001/05/16  12:45:29
47772         Log: Document that the core time() may be rounding rather
47773              than truncating, would have saved at least my confusion.
47774      Branch: perl
47775            ! ext/Time/HiRes/HiRes.pm
47776 ____________________________________________________________________________
47777 [ 10118] By: jhi                                   on 2001/05/16  12:37:57
47778         Log: Subject: perl-current/t/time-hires.t
47779              From: John Peacock <jpeacock@rowman.com>
47780              Date: Fri, 11 May 2001 14:09:41 -0400
47781              Message-ID: <3AFC2AE5.5E787E54@rowman.com>
47782      Branch: perl
47783            ! t/lib/time-hires.t
47784 ____________________________________________________________________________
47785 [ 10117] By: jhi                                   on 2001/05/15  13:40:33
47786         Log: Subject: [PATCH dump.c] Op private flags
47787              From: Simon Cozens <simon@netthink.co.uk>
47788              Date: Sun, 13 May 2001 20:20:36 +0100
47789              Message-ID: <20010513202036.A21896@netthink.co.uk>
47790      Branch: perl
47791            ! dump.c
47792 ____________________________________________________________________________
47793 [ 10116] By: jhi                                   on 2001/05/15  13:28:26
47794         Log: Upgrade to Switch 2.03.
47795      Branch: perl
47796            ! lib/Switch.pm
47797 ____________________________________________________________________________
47798 [ 10115] By: jhi                                   on 2001/05/15  13:19:01
47799         Log: Integrate change #10113 from mainline: rename CONFIGDOTSH
47800              to PERL_CONFIG_SH and use it consistently.
47801      Branch: maint-5.6/perl
47802           !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
47803           !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH
47804           !> myconfig.SH writemain.SH
47805 ____________________________________________________________________________
47806 [ 10114] By: jhi                                   on 2001/05/15  13:13:21
47807         Log: Metaconfig units changes for #10113.
47808      Branch: metaconfig
47809            ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U
47810 ____________________________________________________________________________
47811 [ 10113] By: jhi                                   on 2001/05/15  13:12:40
47812         Log: The problem described in 20010514.031 still wasn't
47813              fully cured, there were remnants of $CONFIG when
47814              $CONFIGDOTSH was expected.  Now renamed to PERL_CONFIG_SH
47815              to avoid future conflicts.
47816      Branch: perl
47817            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
47818            ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH
47819            ! myconfig.SH writemain.SH
47820 ____________________________________________________________________________
47821 [ 10112] By: jhi                                   on 2001/05/15  11:55:44
47822         Log: Half of #10107 got lost.
47823      Branch: perl
47824            ! ext/B/B/Deparse.pm
47825 ____________________________________________________________________________
47826 [ 10111] By: nick                                  on 2001/05/15  08:39:14
47827         Log: Integrate mainline.
47828      Branch: perlio
47829           +> ext/POSIX/hints/uts.pl
47830            - Todo Todo-5.6 t/camel-III/vstring.t
47831           !> (integrate 48 files)
47832 ____________________________________________________________________________
47833 [ 10110] By: jhi                                   on 2001/05/15  02:04:05
47834         Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance
47835              From: Robin Houston <robin@kitsite.com>
47836              Date: Mon, 14 May 2001 22:27:08 +0100
47837              Message-ID: <20010514222708.A22963@penderel>
47838      Branch: perl
47839            ! t/TestInit.pm
47840 ____________________________________________________________________________
47841 [ 10109] By: jhi                                   on 2001/05/15  02:03:12
47842         Log: Subject: [PATCH B::Deparse] Lvaluable method calls
47843              From: Robin Houston <robin@kitsite.com>
47844              Date: Mon, 14 May 2001 22:16:43 +0100
47845              Message-ID: <20010514221643.A22437@penderel>
47846      Branch: perl
47847            ! ext/B/B/Deparse.pm
47848 ____________________________________________________________________________
47849 [ 10108] By: jhi                                   on 2001/05/15  02:02:17
47850         Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier
47851              From: Robin Houston <robin@kitsite.com>
47852              Date: Mon, 14 May 2001 22:03:44 +0100
47853              Message-ID: <20010514220344.A20643@penderel>
47854      Branch: perl
47855            ! ext/B/B/Deparse.pm
47856 ____________________________________________________________________________
47857 [ 10107] By: jhi                                   on 2001/05/15  02:01:24
47858         Log: Subject: [PATCH B::Deparse] "${foo}_bar"
47859              From: Robin Houston <robin@kitsite.com>
47860              Date: Mon, 14 May 2001 22:10:07 +0100
47861              Message-ID: <20010514221007.A21118@penderel>
47862      Branch: perl
47863            ! ext/B/B/Deparse.pm
47864 ____________________________________________________________________________
47865 [ 10106] By: jhi                                   on 2001/05/15  01:41:26
47866         Log: Fix for 20010514.037; substr() didn't invalidate the locale
47867              collation magic.
47868      Branch: perl
47869            ! pp.c
47870 ____________________________________________________________________________
47871 [ 10105] By: jhi                                   on 2001/05/14  18:18:24
47872         Log: Update Changes.
47873      Branch: perl
47874            ! Changes patchlevel.h
47875 ____________________________________________________________________________
47876 [ 10104] By: jhi                                   on 2001/05/14  18:09:07
47877         Log: Retract #10094.
47878      Branch: perl
47879            ! lib/Pod/Text.pm
47880 ____________________________________________________________________________
47881 [ 10103] By: jhi                                   on 2001/05/14  15:20:58
47882         Log: Integrate change #10100 from maintperl.
47883              
47884              PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
47885              bug ID 20010514.027)
47886      Branch: perl
47887           !> mg.c pp_ctl.c
47888 ____________________________________________________________________________
47889 [ 10102] By: jhi                                   on 2001/05/14  15:19:21
47890         Log: Document the deprecatedness of suidperl.
47891      Branch: perl
47892            ! INSTALL pod/perlfaq1.pod
47893 ____________________________________________________________________________
47894 [ 10101] By: jhi                                   on 2001/05/14  14:54:31
47895         Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
47896              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
47897              Date: Mon, 14 May 2001 09:38:59 -0400
47898              Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
47899      Branch: perl
47900            ! lib/ExtUtils/MM_Unix.pm
47901 ____________________________________________________________________________
47902 [ 10100] By: gsar                                  on 2001/05/14  14:43:50
47903         Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
47904              bug ID 20010514.027)
47905              
47906              TODO: this needs a testsuite addition
47907      Branch: maint-5.6/perl
47908            ! mg.c pp_ctl.c
47909 ____________________________________________________________________________
47910 [ 10099] By: jhi                                   on 2001/05/14  13:42:38
47911         Log: More DWIMminess for Class::Struct: calling the array or hash
47912              accessors only with one argument, an array or a hash reference,
47913              sets the underlying array or hash.  This mirrors nicely also
47914              the usage in the constructor.
47915              From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
47916      Branch: perl
47917            ! lib/Class/Struct.pm t/lib/class-struct.t
47918 ____________________________________________________________________________
47919 [ 10098] By: jhi                                   on 2001/05/14  13:10:34
47920         Log: Reference cmp'ing should go through the whole stringification
47921              process shebang, as pointed out by Sarathy in #10091.
47922      Branch: perl
47923            ! pp.c
47924 ____________________________________________________________________________
47925 [ 10097] By: jhi                                   on 2001/05/14  12:54:31
47926         Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
47927              From: Simon Cozens <simon@netthink.co.uk>
47928              Date: Sat, 12 May 2001 16:36:27 +0100
47929              Message-ID: <20010512163627.A5522@netthink.co.uk>
47930              
47931              with some additions salvaged from Todo and Todo-5.6 before
47932              retiring them.
47933      Branch: perl
47934            - Todo Todo-5.6
47935            ! MANIFEST pod/perltodo.pod
47936 ____________________________________________________________________________
47937 [ 10096] By: jhi                                   on 2001/05/14  12:37:01
47938         Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
47939              From: "Golubev I. N." <gin@mo.msk.ru>
47940              Date: Mon, 07 May 2001 14:33:34 (GMT)
47941              Message-Id: <02453af6b23e63-gin@mo.msk.ru>
47942      Branch: perl
47943            ! perl.h
47944 ____________________________________________________________________________
47945 [ 10095] By: jhi                                   on 2001/05/14  12:34:24
47946         Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
47947              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
47948              Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
47949              Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
47950      Branch: perl
47951            ! lib/ExtUtils/MM_Unix.pm
47952 ____________________________________________________________________________
47953 [ 10094] By: jhi                                   on 2001/05/14  12:32:44
47954         Log: (Retracted by #10104.)
47955              
47956              Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
47957              From: barries <barries@slaysys.com>
47958              Date: Sat, 12 May 2001 01:28:10 -0400
47959              Message-ID: <20010512012810.B26358@jester.slaysys.com>
47960      Branch: perl
47961            ! lib/Pod/Text.pm
47962 ____________________________________________________________________________
47963 [ 10093] By: jhi                                   on 2001/05/14  12:30:38
47964         Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
47965              From: Mike Guy <mjtg@cam.ac.uk>
47966              Date: Sat, 12 May 2001 19:24:33 +0100
47967              Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
47968      Branch: perl
47969            ! lib/AutoSplit.pm
47970 ____________________________________________________________________________
47971 [ 10092] By: jhi                                   on 2001/05/14  12:29:21
47972         Log: Yet another HP-UX hints tweak from Merijn.
47973      Branch: perl
47974            ! hints/hpux.sh
47975 ____________________________________________________________________________
47976 [ 10091] By: gsar                                  on 2001/05/14  04:38:32
47977         Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
47978              isn't defined (changes#9366,9368,9370 from mainline without the
47979              pp_scmp() change)
47980      Branch: maint-5.6/perl
47981            ! pp.c pp.h pp_hot.c
47982 ____________________________________________________________________________
47983 [ 10090] By: jhi                                   on 2001/05/12  13:39:43
47984         Log: The sorting seems to happen now automatically.
47985      Branch: perl
47986            ! t/lib/glob-basic.t
47987 ____________________________________________________________________________
47988 [ 10089] By: jhi                                   on 2001/05/12  03:38:15
47989         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
47990              From: Benjamin Sugars <bsugars@canoe.ca>
47991              Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
47992              Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
47993      Branch: perl
47994            ! pod/perlfunc.pod
47995 ____________________________________________________________________________
47996 [ 10088] By: jhi                                   on 2001/05/12  03:37:00
47997         Log: Subject: Re: undef(&foo) does not work for XS functions
47998              From: Doug MacEachern <dougm@covalent.net>
47999              Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
48000              Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
48001      Branch: perl
48002            ! op.c
48003 ____________________________________________________________________________
48004 [ 10087] By: jhi                                   on 2001/05/12  03:35:58
48005         Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
48006              From: Peter Prymmer <pvhp@forte.com>
48007              Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
48008              Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
48009      Branch: perl
48010            ! t/op/append.t
48011 ____________________________________________________________________________
48012 [ 10086] By: jhi                                   on 2001/05/11  14:23:08
48013         Log: Update Changes.
48014      Branch: perl
48015            ! Changes patchlevel.h
48016 ____________________________________________________________________________
48017 [ 10085] By: jhi                                   on 2001/05/11  14:08:20
48018         Log: Remove the 'asciir' re subpragma.  Should instead implement
48019              the 'physical vs logical' range scheme:
48020              
48021              \xAA-\xCC is a native physical range, you want that range of
48022              codepoints in your native encoding.  In EBCDIC the codepoints
48023              in the gaps (between i-j and r-s) should be included.
48024              
48025              \x{AA}-\x{CC} is a physical Unicode range, you want that range of
48026              codepoints in Unicode.
48027              
48028              a-z is a logical range, you want that range of 'logical' codepoints
48029              in your native encoding.  In EBCDIC the codepoints in the gaps
48030              (between i-j and r-s) should not be included.
48031              
48032              Mixed cases (a-\xAA, etc) should either be errors, or maybe
48033              the 'logical' endpoints should be converted to native/Unicode
48034              codepoints, and the range handled as a physical range.
48035              
48036              'Logical endpoints' are to be recognized only in the A-Z, a-z,
48037              and 0-9 ranges.  Probably a warning should be given for mixed
48038              cases like A-z or a-9 (since such expressions are encoding
48039              dependent), with a recommendation to use physical ranges.
48040      Branch: perl
48041            ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
48042            ! t/op/regexp.t
48043 ____________________________________________________________________________
48044 [ 10084] By: jhi                                   on 2001/05/11  13:56:16
48045         Log: Make the test to cleanup the test directory tree
48046              both before and after the testing so that we always
48047              have a clean slate to work with.
48048      Branch: perl
48049            ! t/lib/filefind.t
48050 ____________________________________________________________________________
48051 [ 10083] By: jhi                                   on 2001/05/11  13:46:30
48052         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
48053              From: Jon Eveland <jweveland@yahoo.com>
48054              Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
48055              Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
48056      Branch: perl
48057            ! pod/perlfunc.pod
48058 ____________________________________________________________________________
48059 [ 10082] By: jhi                                   on 2001/05/11  13:45:06
48060         Log: Merge the camel-III/vstring.t with op/ver.t.
48061      Branch: perl
48062            - t/camel-III/vstring.t
48063            ! MANIFEST t/TEST t/harness t/op/ver.t
48064 ____________________________________________________________________________
48065 [ 10081] By: jhi                                   on 2001/05/11  13:15:55
48066         Log: Add test.deparse make target.
48067      Branch: perl
48068            ! Makefile.SH
48069 ____________________________________________________________________________
48070 [ 10080] By: jhi                                   on 2001/05/11  12:52:49
48071         Log: Subject: [PATCH B::Deparse] $foo->bar(0)
48072              From: Robin Houston <robin@kitsite.com>
48073              Date: Fri, 11 May 2001 12:02:22 +0100
48074              Message-ID: <20010511120222.A11529@penderel>
48075      Branch: perl
48076            ! ext/B/B/Deparse.pm t/op/method.t
48077 ____________________________________________________________________________
48078 [ 10079] By: jhi                                   on 2001/05/11  01:59:06
48079         Log: A nicely working combination for UTS from Hal Morris.
48080      Branch: perl
48081            + ext/POSIX/hints/uts.pl
48082            ! MANIFEST hints/uts.sh
48083 ____________________________________________________________________________
48084 [ 10078] By: jhi                                   on 2001/05/11  01:15:04
48085         Log: i_ieeefp=undef for UTS.
48086      Branch: perl
48087            ! hints/uts.sh
48088 ____________________________________________________________________________
48089 [ 10077] By: jhi                                   on 2001/05/10  22:42:35
48090         Log: Subject: RE: rand(0) is rand(1)
48091              From: Larry Shatzer <lshatzer@islanddata.com>
48092              Date: Thu, 10 May 2001 11:09:27 -0700
48093              Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
48094      Branch: perl
48095            ! pod/perlfunc.pod
48096 ____________________________________________________________________________
48097 [ 10076] By: jhi                                   on 2001/05/10  22:36:50
48098         Log: Subject: [patch] make op_{clear,null} public
48099              From: Doug MacEachern <dougm@covalent.net>
48100              Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
48101              Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
48102      Branch: perl
48103            ! embed.h embed.pl op.c proto.h
48104 ____________________________________________________________________________
48105 [ 10075] By: jhi                                   on 2001/05/10  22:28:36
48106         Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
48107              From: Robin Houston <robin@kitsite.com>
48108              Date: Thu, 10 May 2001 18:54:59 +0100
48109              Message-ID: <20010510185459.A5995@penderel>
48110      Branch: perl
48111            ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
48112 ____________________________________________________________________________
48113 [ 10074] By: jhi                                   on 2001/05/10  22:23:41
48114         Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
48115              From: Robin Houston <robin@kitsite.com>
48116              Date: Thu, 10 May 2001 12:56:39 +0100
48117              Message-ID: <20010510125639.A2119@penderel>
48118      Branch: perl
48119            ! ext/B/B/Deparse.pm
48120 ____________________________________________________________________________
48121 [ 10073] By: jhi                                   on 2001/05/10  14:26:01
48122         Log: Retract #10070, not ready yet.
48123      Branch: perl
48124            ! ext/B/B/Deparse.pm
48125 ____________________________________________________________________________
48126 [ 10072] By: jhi                                   on 2001/05/10  13:40:24
48127         Log: The metaconfig unit change for #10071.
48128      Branch: metaconfig
48129            ! U/modified/mallocsrc.U
48130 ____________________________________________________________________________
48131 [ 10071] By: jhi                                   on 2001/05/10  13:39:57
48132         Log: The #9525+#9526 didn't allow for overriding usemymalloc.
48133      Branch: perl
48134            ! Configure
48135 ____________________________________________________________________________
48136 [ 10070] By: jhi                                   on 2001/05/10  13:18:42
48137         Log: (Retracted by #10073)
48138              
48139              Subject: Re: [PATCH t/TEST] B::Deparse tester 
48140              From: Hugo <hv@crypt.compulink.co.uk>
48141              Date: Thu, 10 May 2001 05:48:09 +0100
48142              Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
48143      Branch: perl
48144            ! ext/B/B/Deparse.pm
48145 ____________________________________________________________________________
48146 [ 10069] By: jhi                                   on 2001/05/10  12:24:06
48147         Log: Add a for(func()) test.
48148      Branch: perl
48149            ! t/cmd/for.t
48150 ____________________________________________________________________________
48151 [ 10068] By: jhi                                   on 2001/05/10  12:16:00
48152         Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
48153              From: Robin Houston <robin@kitsite.com>
48154              Date: Thu, 10 May 2001 13:50:08 +0100
48155              Message-ID: <20010510135008.A2454@penderel>
48156      Branch: perl
48157            ! ext/B/B/Deparse.pm
48158 ____________________________________________________________________________
48159 [ 10067] By: jhi                                   on 2001/05/10  01:45:03
48160         Log: A thinko in #10065.
48161      Branch: perl
48162            ! hv.c
48163 ____________________________________________________________________________
48164 [ 10066] By: jhi                                   on 2001/05/10  01:33:12
48165         Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
48166              From: Robin Houston <robin@kitsite.com>
48167              Date: Thu, 10 May 2001 02:10:34 +0100
48168              Message-ID: <20010510021034.A19421@penderel>
48169      Branch: perl
48170            ! ext/B/B.xs ext/B/B/Deparse.pm
48171 ____________________________________________________________________________
48172 [ 10065] By: jhi                                   on 2001/05/10  01:30:43
48173         Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
48174              From: Doug MacEachern <dougm@covalent.net>
48175              Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
48176              Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
48177      Branch: perl
48178            ! hv.c
48179 ____________________________________________________________________________
48180 [ 10064] By: jhi                                   on 2001/05/09  23:13:29
48181         Log: One more workaround for the UTS compiler from Hal Morris.
48182      Branch: perl
48183            ! perl.h
48184 ____________________________________________________________________________
48185 [ 10063] By: jhi                                   on 2001/05/09  23:09:53
48186         Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
48187              From: Robin Houston <robin@kitsite.com>
48188              Date: Thu, 10 May 2001 01:02:08 +0100
48189              Message-ID: <20010510010208.A18200@penderel>
48190      Branch: perl
48191            ! ext/B/B/Debug.pm
48192 ____________________________________________________________________________
48193 [ 10062] By: jhi                                   on 2001/05/09  23:06:25
48194         Log: Subject: [PATCH] Simplify deb_curcv() a bit
48195              From: Benjamin Sugars <bsugars@canoe.ca>
48196              Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
48197              Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
48198      Branch: perl
48199            ! run.c
48200 ____________________________________________________________________________
48201 [ 10061] By: jhi                                   on 2001/05/09  23:05:28
48202         Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
48203              From: Benjamin Sugars <bsugars@canoe.ca>
48204              Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
48205              Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
48206      Branch: perl
48207            ! t/lib/io_scalar.t
48208 ____________________________________________________________________________
48209 [ 10060] By: jhi                                   on 2001/05/09  23:04:38
48210         Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
48211              From: Peter Prymmer <pvhp@forte.com>
48212              Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
48213              Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
48214      Branch: perl
48215            ! t/lib/md5-file.t
48216 ____________________________________________________________________________
48217 [ 10059] By: jhi                                   on 2001/05/09  23:03:52
48218         Log: Subject: [PATCH t/TEST] B::Deparse tester
48219              From: Robin Houston <robin@kitsite.com>
48220              Date: Wed, 9 May 2001 19:17:50 +0100
48221              Message-ID: <20010509191750.A16940@penderel>
48222      Branch: perl
48223            ! ext/B/O.pm t/TEST
48224 ____________________________________________________________________________
48225 [ 10058] By: jhi                                   on 2001/05/09  23:02:56
48226         Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
48227              From: Jeff Pinyan <jeffp@crusoe.net>
48228              Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
48229              Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
48230      Branch: perl
48231            ! lib/Pod/Html.pm
48232 ____________________________________________________________________________
48233 [ 10057] By: nick                                  on 2001/05/09  18:37:56
48234         Log: Integrate mainline.
48235      Branch: perlio
48236           !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
48237           !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
48238 ____________________________________________________________________________
48239 [ 10056] By: jhi                                   on 2001/05/09  16:44:44
48240         Log: Update Changes.
48241      Branch: perl
48242            ! Changes patchlevel.h
48243 ____________________________________________________________________________
48244 [ 10055] By: jhi                                   on 2001/05/09  16:26:47
48245         Log: Integrate perlio.
48246      Branch: perl
48247           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
48248 ____________________________________________________________________________
48249 [ 10054] By: jhi                                   on 2001/05/09  16:25:42
48250         Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar
48251              From: Benjamin Sugars <bsugars@canoe.ca>
48252              Date: Wed, 9 May 2001 12:42:30 -0400 (EDT)
48253              Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca>
48254      Branch: perl
48255            ! perlio.c
48256 ____________________________________________________________________________
48257 [ 10053] By: jhi                                   on 2001/05/09  16:24:37
48258         Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar
48259              From: Benjamin Sugars <bsugars@canoe.ca>
48260              Date: Tue, 8 May 2001 17:09:44 -0400 (EDT)
48261              Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca>
48262      Branch: perl
48263            ! ext/PerlIO/Scalar/Scalar.xs
48264 ____________________________________________________________________________
48265 [ 10052] By: jhi                                   on 2001/05/09  16:19:04
48266         Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly
48267              From: Jeff Pinyan <jeffp@crusoe.net>
48268              Date: Wed, 9 May 2001 12:35:24 -0400 (EDT)
48269              Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net>
48270      Branch: perl
48271            ! lib/Pod/Html.pm
48272 ____________________________________________________________________________
48273 [ 10051] By: jhi                                   on 2001/05/09  15:30:17
48274         Log: EPOC tweak from Olaf Flebbe.
48275      Branch: perl
48276            ! epoc/epocish.h
48277 ____________________________________________________________________________
48278 [ 10050] By: nick                                  on 2001/05/09  14:37:57
48279         Log: win32, regen_config_h
48280      Branch: perlio
48281            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
48282 ____________________________________________________________________________
48283 [ 10049] By: jhi                                   on 2001/05/09  12:33:39
48284         Log: Integrate perlio.
48285      Branch: perl
48286           !> pp_sys.c
48287 ____________________________________________________________________________
48288 [ 10048] By: nick                                  on 2001/05/09  11:59:50
48289         Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
48290              and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
48291      Branch: perlio
48292            ! pp_sys.c
48293 ____________________________________________________________________________
48294 [ 10047] By: jhi                                   on 2001/05/09  10:50:12
48295         Log: Integrate perlio.
48296      Branch: perl
48297           !> run.c
48298 ____________________________________________________________________________
48299 [ 10046] By: jhi                                   on 2001/05/09  10:49:34
48300         Log: Subject: Re: Less warnings during configure
48301              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
48302              Date: Wed, 09 May 2001 13:12:49 +0200
48303              Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl>
48304      Branch: perl
48305            ! hints/hpux.sh
48306 ____________________________________________________________________________
48307 [ 10045] By: nick                                  on 2001/05/09  09:56:59
48308         Log: MULTIPLICITY/DEBUGGING build fix.
48309      Branch: perlio
48310            ! run.c
48311 ____________________________________________________________________________
48312 [ 10044] By: nick                                  on 2001/05/09  09:46:37
48313         Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
48314      Branch: perlio
48315           +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t
48316            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
48317           !> (integrate 65 files)
48318 ____________________________________________________________________________
48319 [ 10043] By: jhi                                   on 2001/05/08  22:41:49
48320         Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
48321              From: Robin Houston <robin@kitsite.com>
48322              Date: Tue, 8 May 2001 19:38:00 +0100
48323              Message-ID: <20010508193800.A4389@penderel>
48324              
48325              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
48326              From: Robin Houston <robin@kitsite.com>
48327              Date: Tue, 8 May 2001 20:03:57 +0100
48328              Message-ID: <20010508200357.A4614@penderel>
48329              
48330              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
48331              From: Robin Houston <robin@kitsite.com>
48332              Date: Wed, 9 May 2001 00:12:05 +0100
48333              Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
48334      Branch: perl
48335            ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op
48336 ____________________________________________________________________________
48337 [ 10042] By: jhi                                   on 2001/05/08  22:09:35
48338         Log: Retract #10031.
48339      Branch: perl
48340            ! pod/perlfunc.pod
48341 ____________________________________________________________________________
48342 [ 10041] By: jhi                                   on 2001/05/08  18:27:34
48343         Log: The metaconfig unit changes for #10040.
48344      Branch: metaconfig/U/perl
48345            ! Checkcc.U d_dlsymun.U dlsrc.U
48346 ____________________________________________________________________________
48347 [ 10040] By: jhi                                   on 2001/05/08  18:24:47
48348         Log: The Configure half of
48349              
48350              Subject: Less warnings during configure
48351              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
48352              Date: Tue, 08 May 2001 08:44:02 +0200
48353              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
48354      Branch: perl
48355            ! Configure
48356 ____________________________________________________________________________
48357 [ 10039] By: jhi                                   on 2001/05/08  16:48:31
48358         Log: Subject: Less warnings during configure
48359              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
48360              Date: Tue, 08 May 2001 08:44:02 +0200
48361              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
48362      Branch: perl
48363            ! hints/hpux.sh
48364 ____________________________________________________________________________
48365 [ 10038] By: jhi                                   on 2001/05/08  16:32:07
48366         Log: Don't forget to whine about \d__\d.
48367      Branch: perl
48368            ! t/pragma/warn/toke toke.c
48369 ____________________________________________________________________________
48370 [ 10037] By: jhi                                   on 2001/05/08  16:07:05
48371         Log: Allow underscores also in the exponent part.
48372      Branch: perl
48373            ! t/pragma/warn/toke toke.c
48374 ____________________________________________________________________________
48375 [ 10036] By: jhi                                   on 2001/05/08  13:33:55
48376         Log: CodeMagicCD doesn't look like an *I*DE.
48377      Branch: perl
48378            ! pod/perlfaq3.pod
48379 ____________________________________________________________________________
48380 [ 10035] By: jhi                                   on 2001/05/08  13:27:48
48381         Log: Add Open Perl IDE, remove Perl Code Magic (the site seems
48382              to be consistently down).
48383      Branch: perl
48384            ! pod/perlfaq3.pod
48385 ____________________________________________________________________________
48386 [ 10034] By: jhi                                   on 2001/05/08  13:21:07
48387         Log: Upgrade to Text::Balanced 1.84.
48388      Branch: perl
48389            ! lib/Text/Balanced.pm t/lib/tb-xbrak.t
48390 ____________________________________________________________________________
48391 [ 10033] By: jhi                                   on 2001/05/08  12:41:53
48392         Log: Subject: Re: [PATCH] Find the last of the missing pad variables 
48393              From: Benjamin Sugars <bsugars@canoe.ca>
48394              Date: Tue, 8 May 2001 09:14:30 -0400 (EDT)
48395              Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca>
48396      Branch: perl
48397            ! run.c
48398 ____________________________________________________________________________
48399 [ 10032] By: jhi                                   on 2001/05/08  12:40:28
48400         Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t
48401              From: Peter Prymmer <pvhp@forte.com>
48402              Date: Mon, 7 May 2001 18:13:06 -0700 (PDT)
48403              Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
48404      Branch: perl
48405            ! t/pod/plainer.t
48406 ____________________________________________________________________________
48407 [ 10031] By: jhi                                   on 2001/05/08  12:35:25
48408         Log: (Retracted by #10042)
48409              
48410              Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin
48411              From: "Philip Newton" <pnewton@gmx.de>
48412              Date: Tue, 8 May 2001 09:18:10 +0200
48413              Message-ID: <3AF7B9D2.28861.603732@localhost>
48414      Branch: perl
48415            ! pod/perlfunc.pod
48416 ____________________________________________________________________________
48417 [ 10030] By: jhi                                   on 2001/05/08  12:32:23
48418         Log: Subject: [PATCH B::Deparse] Document known bugs
48419              From: Robin Houston <robin@kitsite.com>
48420              Date: Tue, 8 May 2001 01:53:34 +0100
48421              Message-ID: <20010508015334.A32394@penderel>
48422      Branch: perl
48423            ! ext/B/B/Deparse.pm
48424 ____________________________________________________________________________
48425 [ 10029] By: jhi                                   on 2001/05/08  12:28:28
48426         Log: Subject: Re: Perl book, magazine and website updates.
48427              From: "Philip Newton" <pnewton@gmx.de>
48428              Date: Mon, 7 May 2001 17:03:58 +0200
48429              Message-ID: <3AF6D57E.5387.1E29930@localhost>
48430      Branch: perl
48431            ! pod/perlfaq2.pod
48432 ____________________________________________________________________________
48433 [ 10028] By: jhi                                   on 2001/05/07  23:53:30
48434         Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t
48435              From: Peter Prymmer <pvhp@forte.com>
48436              Date: Mon, 7 May 2001 17:50:48 -0700 (PDT)
48437              Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com> 
48438      Branch: perl
48439            ! t/io/fflush.t
48440 ____________________________________________________________________________
48441 [ 10027] By: jhi                                   on 2001/05/07  23:22:48
48442         Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine
48443              From: Robin Houston <robin@kitsite.com>
48444              Date: Tue, 8 May 2001 01:14:55 +0100
48445              Message-ID: <20010508011455.A32162@penderel>
48446      Branch: perl
48447            ! ext/B/B/Deparse.pm
48448 ____________________________________________________________________________
48449 [ 10026] By: jhi                                   on 2001/05/07  23:15:05
48450         Log: Typo in #10025.
48451      Branch: perl
48452            ! hints/uts.sh
48453 ____________________________________________________________________________
48454 [ 10025] By: jhi                                   on 2001/05/07  21:15:35
48455         Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
48456      Branch: perl
48457            ! hints/uts.sh
48458 ____________________________________________________________________________
48459 [ 10024] By: jhi                                   on 2001/05/07  20:58:40
48460         Log: Subject: Re: [ID 20010506.045] question about hash syntax
48461              From: Peter Scott <Peter@PSDT.com>
48462              Date: Sun, 06 May 2001 13:10:40 -0700
48463              Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com>
48464      Branch: perl
48465            ! pod/perl56delta.pod
48466 ____________________________________________________________________________
48467 [ 10023] By: jhi                                   on 2001/05/07  20:41:26
48468         Log: Configure should figure out the list of dynamic extensions
48469              just fine in UTS-- and in fact it does, as reported by Hal Morris.
48470      Branch: perl
48471            ! hints/uts.sh
48472 ____________________________________________________________________________
48473 [ 10022] By: jhi                                   on 2001/05/07  20:24:11
48474         Log: Update Changes.
48475      Branch: perl
48476            ! Changes patchlevel.h
48477 ____________________________________________________________________________
48478 [ 10021] By: jhi                                   on 2001/05/07  20:11:31
48479         Log: Subject: [PATCH regcomp.c] Insecure regexes
48480              From: Robin Houston <robin@kitsite.com>
48481              Date: Mon, 7 May 2001 21:56:12 +0100
48482              Message-ID: <20010507215612.A31114@penderel>
48483      Branch: perl
48484            ! regcomp.c
48485 ____________________________________________________________________________
48486 [ 10020] By: jhi                                   on 2001/05/07  20:02:30
48487         Log: Drop the foobar.perl.com references for now until Simon
48488              gets them sorted out.
48489      Branch: perl
48490            ! pod/perlfaq2.pod
48491 ____________________________________________________________________________
48492 [ 10019] By: jhi                                   on 2001/05/07  19:54:33
48493         Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp
48494              From: Prymmer/Kahn <pvhp@best.com>
48495              Date: Mon, 7 May 2001 07:47:21 -0700 (PDT)
48496              Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com>
48497      Branch: perl
48498            ! lib/Devel/SelfStubber.pm
48499 ____________________________________________________________________________
48500 [ 10018] By: jhi                                   on 2001/05/07  19:53:10
48501         Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1 
48502              From: Prymmer/Kahn <pvhp@best.com>
48503              Date: Sun, 6 May 2001 21:34:56 -0700 (PDT)
48504              Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
48505      Branch: perl
48506            ! win32/Makefile
48507 ____________________________________________________________________________
48508 [ 10017] By: jhi                                   on 2001/05/07  19:35:10
48509         Log: s/WebTechnique's/WebTechniques/
48510      Branch: perl
48511            ! pod/perlfaq2.pod
48512 ____________________________________________________________________________
48513 [ 10016] By: jhi                                   on 2001/05/07  12:26:29
48514         Log: Llama 3 updates from Randal.
48515      Branch: perl
48516            ! pod/perlfaq2.pod
48517 ____________________________________________________________________________
48518 [ 10015] By: jhi                                   on 2001/05/07  01:34:38
48519         Log: Subject: [PATCH] Help -Dt show correct pad variables
48520              From: Benjamin Sugars <ben.sugars@home.com>
48521              Date: Sun, 6 May 2001 12:54:13 -0400 (EDT)
48522              Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain>
48523      Branch: perl
48524            ! embed.h embed.pl proto.h run.c
48525 ____________________________________________________________________________
48526 [ 10014] By: jhi                                   on 2001/05/07  01:23:56
48527         Log: Subject: [PATCH] Document C<our $foo : shared>
48528              From: Benjamin Sugars <ben.sugars@home.com>
48529              Date: Sun, 6 May 2001 19:00:55 -0400 (EDT)
48530              Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain>
48531      Branch: perl
48532            ! pod/perlfunc.pod
48533 ____________________________________________________________________________
48534 [ 10013] By: jhi                                   on 2001/05/07  01:22:22
48535         Log: Subject: [PATCH B::Deparse] undefined folded constants
48536              From: Robin Houston <robin@kitsite.com>
48537              Date: Sun, 6 May 2001 17:19:09 +0100
48538              Message-ID: <20010506171909.A7046@penderel>
48539      Branch: perl
48540            ! ext/B/B/Deparse.pm
48541 ____________________________________________________________________________
48542 [ 10012] By: jhi                                   on 2001/05/07  00:57:38
48543         Log: Subject: [PATCH B::Deparse] use Foo (sub {...});
48544              From: Robin Houston <robin@kitsite.com>
48545              Message-ID: <20010506164654.A6848@penderel>
48546              Date: Sun, 6 May 2001 16:46:54 +0100
48547      Branch: perl
48548            ! ext/B/B/Deparse.pm
48549 ____________________________________________________________________________
48550 [ 10011] By: jhi                                   on 2001/05/07  00:52:18
48551         Log: Subject: [PATCH t/op/my_stash.t] Naughty?
48552              From: Robin Houston <robin@kitsite.com>
48553              Date: Sun, 6 May 2001 14:47:02 +0100
48554              Message-ID: <20010506144702.A6308@penderel>
48555      Branch: perl
48556            ! t/op/my_stash.t
48557 ____________________________________________________________________________
48558 [ 10010] By: jhi                                   on 2001/05/06  15:07:51
48559         Log: Subject: Perl book, magazine and website updates.
48560              From: Simon Cozens <simon@netthink.co.uk>
48561              Date: Sun, 6 May 2001 16:55:36 +0100
48562              Message-ID: <20010506165536.A1795@netthink.co.uk>
48563      Branch: perl
48564            ! pod/perlbook.pod pod/perlfaq2.pod
48565 ____________________________________________________________________________
48566 [ 10009] By: jhi                                   on 2001/05/06  14:11:40
48567         Log: Tweaks on the Tru64 prof options.
48568      Branch: perl
48569            ! pod/perlhack.pod
48570 ____________________________________________________________________________
48571 [ 10008] By: jhi                                   on 2001/05/06  13:51:49
48572         Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance
48573              From: Robin Houston <robin@kitsite.com>
48574              Date: Sun, 6 May 2001 14:40:51 +0100
48575              Message-ID: <20010506144051.A6279@penderel>
48576      Branch: perl
48577            ! t/pod/testp2pt.pl
48578 ____________________________________________________________________________
48579 [ 10007] By: jhi                                   on 2001/05/06  13:49:31
48580         Log: Subject: [PATCH B::Deparse] scoping
48581              From: Robin Houston <robin@kitsite.com>
48582              Date: Sun, 6 May 2001 14:36:56 +0100
48583              Message-ID: <20010506143656.A4006@penderel>
48584      Branch: perl
48585            ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t
48586 ____________________________________________________________________________
48587 [ 10006] By: jhi                                   on 2001/05/06  13:24:12
48588         Log: Document the undefinedness of bitshifting out of range.
48589      Branch: perl
48590            ! pod/perlop.pod
48591 ____________________________________________________________________________
48592 [ 10005] By: jhi                                   on 2001/05/06  13:03:17
48593         Log: Retract #10003 and update the IDE descriptions a bit.
48594      Branch: perl
48595            ! pod/perlfaq3.pod
48596 ____________________________________________________________________________
48597 [ 10004] By: jhi                                   on 2001/05/06  03:02:41
48598         Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update
48599              From: Prymmer/Kahn <pvhp@best.com>
48600              Date: Sat, 5 May 2001 20:30:49 -0700 (PDT)
48601              Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
48602      Branch: perl
48603            ! win32/Makefile win32/buildext.pl win32/config.bc
48604            ! win32/config.gc win32/config.vc
48605 ____________________________________________________________________________
48606 [ 10003] By: jhi                                   on 2001/05/05  20:24:44
48607         Log: (Retracted by #10005.)
48608      Branch: perl
48609            ! pod/perlfaq3.pod
48610 ____________________________________________________________________________
48611 [ 10002] By: jhi                                   on 2001/05/05  19:23:36
48612         Log: It's "psed", not "sed".
48613      Branch: perl
48614            ! x2p/s2p.PL
48615 ____________________________________________________________________________
48616 [ 10001] By: jhi                                   on 2001/05/05  18:35:38
48617         Log: Update Changes.
48618      Branch: perl
48619            ! Changes patchlevel.h
48620 ____________________________________________________________________________
48621 [ 10000] By: jhi                                   on 2001/05/05  18:32:15
48622         Log: Subject: Re: bleadperl make install fails due to "psed"
48623              From: andreas.koenig@anima.de (Andreas J. Koenig)
48624              Date: 05 May 2001 18:23:28 +0200
48625              Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
48626      Branch: perl
48627            ! x2p/Makefile.SH x2p/s2p.PL
48628 ____________________________________________________________________________
48629 [  9999] By: jhi                                   on 2001/05/05  18:28:09
48630         Log: AUTHORS updates.
48631      Branch: perl
48632            ! AUTHORS
48633 ____________________________________________________________________________
48634 [  9998] By: jhi                                   on 2001/05/05  18:16:00
48635         Log: Updates on the pods related to the modules included since 5.6.
48636              
48637              TODO: perltodo really could use major updating.
48638      Branch: perl
48639            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod
48640            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
48641            ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod
48642            ! pod/perlsyn.pod pod/perltodo.pod
48643 ____________________________________________________________________________
48644 [  9997] By: jhi                                   on 2001/05/05  17:35:17
48645         Log: Hints file for AtheOS ( http://www.atheos.cx/ ),
48646              from Kurt Skauen.
48647      Branch: perl
48648            + hints/atheos.sh
48649            ! MANIFEST
48650 ____________________________________________________________________________
48651 [  9996] By: jhi                                   on 2001/05/05  17:25:00
48652         Log: Add preemptive #undefs for some of the shorter and more prone
48653              to collision regcomp.h #defines.  (Background: the MASK collided
48654              with a system header #define in Rhapsody.)
48655      Branch: perl
48656            ! regcomp.h
48657 ____________________________________________________________________________
48658 [  9995] By: jhi                                   on 2001/05/05  13:24:21
48659         Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
48660              From: Nicholas Clark <nick@ccl4.org>
48661              Date: Sat, 5 May 2001 14:46:39 +0100
48662              Message-ID: <20010505144639.O53513@plum.flirble.org>
48663              
48664              Add a test for the constants (if any) being processed correctly.
48665      Branch: perl
48666            ! utils/h2xs.PL
48667 ____________________________________________________________________________
48668 [  9994] By: jhi                                   on 2001/05/05  02:11:03
48669         Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t
48670              From: Peter Prymmer <pvhp@forte.com>
48671              Date: Fri, 4 May 2001 17:44:13 -0700 (PDT)
48672              Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
48673      Branch: perl
48674            ! t/lib/b-stash.t
48675 ____________________________________________________________________________
48676 [  9993] By: jhi                                   on 2001/05/05  02:03:49
48677         Log: Subject: [PATCH: perl@9973] fix const poisioning in  PerlIO_openn->fdopen->openn
48678              From: Peter Prymmer <pvhp@forte.com>
48679              Date: Fri, 4 May 2001 17:29:02 -0700 (PDT)
48680              Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com>
48681      Branch: perl
48682            ! perlio.c vms/vmsish.h
48683 ____________________________________________________________________________
48684 [  9992] By: jhi                                   on 2001/05/04  17:21:12
48685         Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer
48686              From: Robin Barker <rmb1@cise.npl.co.uk>
48687              Date: Fri, 4 May 2001 18:13:47 +0100 (BST)
48688              Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
48689      Branch: perl
48690            + t/pod/plainer.t
48691            ! MANIFEST
48692 ____________________________________________________________________________
48693 [  9991] By: jhi                                   on 2001/05/04  16:47:45
48694         Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c
48695              From: Robin Barker <rmb1@cise.npl.co.uk>
48696              Date: Fri, 4 May 2001 18:09:13 +0100 (BST)
48697              Message-Id: <200105041709.SAA14835@tempest.npl.co.uk>
48698      Branch: perl
48699            ! regcomp.c
48700 ____________________________________________________________________________
48701 [  9990] By: jhi                                   on 2001/05/04  14:37:20
48702         Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t
48703              From: Prymmer/Kahn <pvhp@best.com>
48704              Date: Fri, 4 May 2001 07:31:01 -0700 (PDT)
48705              Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
48706      Branch: perl
48707            ! t/lib/b-stash.t
48708 ____________________________________________________________________________
48709 [  9989] By: jhi                                   on 2001/05/04  14:03:58
48710         Log: Introduce perl572delta, update Todo, add the missing
48711              mention about signal safety since 5.7.1 (though this
48712              requires verification and more details.)
48713      Branch: perl
48714            + pod/perl572delta.pod
48715            ! MANIFEST Todo pod/perl571delta.pod
48716 ____________________________________________________________________________
48717 [  9988] By: jhi                                   on 2001/05/04  12:41:51
48718         Log: Subject: [PATCH perl@9944] long =item
48719              From: Robin Barker <rmb1@cise.npl.co.uk>
48720              Date: Fri, 4 May 2001 14:15:20 +0100 (BST)
48721              Message-Id: <200105041315.OAA00436@tempest.npl.co.uk>
48722      Branch: perl
48723            ! ext/Time/HiRes/HiRes.pm
48724 ____________________________________________________________________________
48725 [  9987] By: jhi                                   on 2001/05/04  12:39:19
48726         Log: The #9901 had removed one line essential for EBCDIC.
48727      Branch: perl
48728            ! regcomp.c
48729 ____________________________________________________________________________
48730 [  9986] By: jhi                                   on 2001/05/04  12:30:23
48731         Log: Subject: cygwin/Makefile.SHs INSTALL patch
48732              From: Reini Urban <rurban@sbox.tu-graz.ac.at>
48733              Date: Mon, 08 Jan 2001 04:59:21 +0200
48734              Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at> 
48735      Branch: perl
48736            ! cygwin/Makefile.SHs
48737 ____________________________________________________________________________
48738 [  9985] By: jhi                                   on 2001/05/04  03:51:39
48739         Log: Encode/IO doc tweaks.
48740      Branch: perl
48741            ! ext/Encode/Encode.pm
48742 ____________________________________________________________________________
48743 [  9984] By: jhi                                   on 2001/05/04  03:29:34
48744         Log: Remove GDBM_File from the dynamic extensions for UTS,
48745              GDBM is not a standard feature.
48746      Branch: perl
48747            ! hints/uts.sh
48748 ____________________________________________________________________________
48749 [  9983] By: jhi                                   on 2001/05/04  03:22:59
48750         Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.
48751      Branch: perl
48752            ! pod/perlretut.pod
48753 ____________________________________________________________________________
48754 [  9982] By: jhi                                   on 2001/05/03  23:21:03
48755         Log: Subject: [PATCH] Let sv_dump understand GvSHARED
48756              From: Benjamin Sugars <bsugars@canoe.ca>
48757              Date: Thu, 3 May 2001 16:51:07 -0400 (EDT)
48758              Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca>
48759      Branch: perl
48760            ! dump.c
48761 ____________________________________________________________________________
48762 [  9981] By: jhi                                   on 2001/05/03  23:20:05
48763         Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests
48764              From: Benjamin Sugars <bsugars@canoe.ca>
48765              Date: Thu, 3 May 2001 15:28:21 -0400 (EDT)
48766              Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
48767      Branch: perl
48768            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
48769 ____________________________________________________________________________
48770 [  9980] By: jhi                                   on 2001/05/03  23:15:29
48771         Log: Integrate perlio.
48772      Branch: perl
48773           !> ext/Encode/Encode.pm
48774 ____________________________________________________________________________
48775 [  9979] By: jhi                                   on 2001/05/03  16:54:59
48776         Log: Install psed man page.
48777      Branch: perl
48778            ! installman
48779 ____________________________________________________________________________
48780 [  9978] By: jhi                                   on 2001/05/03  16:45:58
48781         Log: Remove unused files; noted by Sarathy.
48782      Branch: perl
48783            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
48784            ! MANIFEST
48785 ____________________________________________________________________________
48786 [  9977] By: jhi                                   on 2001/05/03  16:42:30
48787         Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements
48788              From: Andy Dougherty <doughera@lafayette.edu>
48789              Date: Thu, 3 May 2001 11:16:10 -0400 (EDT)
48790              Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu>
48791      Branch: perl
48792            ! INSTALL
48793 ____________________________________________________________________________
48794 [  9976] By: nick                                  on 2001/05/03  16:40:42
48795         Log: Allow $answer = encode($object,$text); like it says in docs.
48796      Branch: perlio
48797            ! ext/Encode/Encode.pm
48798 ____________________________________________________________________________
48799 [  9975] By: nick                                  on 2001/05/03  16:22:30
48800         Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
48801              to be in scope (fair enough), and also a package variable (our) for eval to see it.
48802      Branch: perlio
48803            ! ext/Encode/Encode.pm
48804 ____________________________________________________________________________
48805 [  9974] By: nick                                  on 2001/05/03  15:48:17
48806         Log: Integrate mainline.
48807      Branch: perlio
48808           +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm
48809           +> t/lib/filter-simple.t t/lib/next.t
48810           !> (integrate 70 files)
48811 ____________________________________________________________________________
48812 [  9973] By: jhi                                   on 2001/05/03  13:09:09
48813         Log: Update Changes.
48814      Branch: perl
48815            ! Changes patchlevel.h
48816 ____________________________________________________________________________
48817 [  9972] By: jhi                                   on 2001/05/03  12:58:33
48818         Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t
48819              From: Prymmer/Kahn <pvhp@best.com>
48820              Date: Wed, 2 May 2001 23:56:13 -0700 (PDT)
48821              Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com>
48822      Branch: perl
48823            ! t/io/fflush.t
48824 ____________________________________________________________________________
48825 [  9971] By: jhi                                   on 2001/05/03  12:57:26
48826         Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm
48827              From: Prymmer/Kahn <pvhp@best.com>
48828              Date: Wed, 2 May 2001 23:42:33 -0700 (PDT)
48829              Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com>
48830      Branch: perl
48831            ! win32/FindExt.pm
48832 ____________________________________________________________________________
48833 [  9970] By: jhi                                   on 2001/05/03  02:42:46
48834         Log: Can't croak sans thread context, from Doug MacEachern.
48835      Branch: perl
48836            ! toke.c
48837 ____________________________________________________________________________
48838 [  9969] By: jhi                                   on 2001/05/03  01:23:48
48839         Log: Subject: Random input test and Perl
48840              From: Ilya Zakharevich <ilya@math.berkeley.edu>
48841              Date: Wed, 2 May 2001 14:35:50 -0700 (PDT)
48842              Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU>
48843      Branch: perl
48844            ! toke.c
48845 ____________________________________________________________________________
48846 [  9968] By: jhi                                   on 2001/05/02  22:17:21
48847         Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod
48848              From: Peter Prymmer <pvhp@forte.com>
48849              Date: Wed, 2 May 2001 15:58:18 -0700 (PDT)
48850              Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com>
48851      Branch: perl
48852            ! pod/perlfunc.pod pod/perlport.pod
48853 ____________________________________________________________________________
48854 [  9967] By: jhi                                   on 2001/05/02  20:12:45
48855         Log: Workaround for UTS compiler casting bug from Hal Morris.
48856      Branch: perl
48857            ! perl.h
48858 ____________________________________________________________________________
48859 [  9966] By: jhi                                   on 2001/05/02  18:31:37
48860         Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS 
48861              From: Dan Sugalski <dan@sidhe.org>
48862              Date: Wed, 02 May 2001 15:23:22 -0400
48863              Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48>
48864      Branch: perl
48865            ! perl.c vms/vms.c
48866 ____________________________________________________________________________
48867 [  9965] By: jhi                                   on 2001/05/02  18:21:29
48868         Log: Minor doc tweaks on endianness, closes bug 20010327.004.
48869      Branch: perl
48870            ! pod/perlfunc.pod
48871 ____________________________________________________________________________
48872 [  9964] By: jhi                                   on 2001/05/02  18:15:01
48873         Log: Document large files in INSTALL, document also the %x
48874              limitation if not use64bitint, closes bug 20010326.007.
48875      Branch: perl
48876            ! INSTALL
48877 ____________________________________________________________________________
48878 [  9963] By: jhi                                   on 2001/05/02  17:24:47
48879         Log: perlmodlib tweaks; regen pods.
48880      Branch: perl
48881            ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod
48882            ! pod/perltoc.pod
48883 ____________________________________________________________________________
48884 [  9962] By: jhi                                   on 2001/05/02  17:14:00
48885         Log: Fix for a segfault, from Marc Lehmann.
48886      Branch: perl
48887            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs
48888 ____________________________________________________________________________
48889 [  9961] By: jhi                                   on 2001/05/02  15:55:53
48890         Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod
48891              From: "Philip Newton" <pnewton@gmx.de>
48892              Date: Wed, 2 May 2001 18:39:03 +0200
48893              Message-ID: <3AF05447.15525.173B588@localhost>
48894      Branch: perl
48895            ! pod/perlop.pod
48896 ____________________________________________________________________________
48897 [  9960] By: jhi                                   on 2001/05/02  15:35:37
48898         Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
48899              From: Dan Sugalski <dan@sidhe.org>
48900              Date: Wed, 02 May 2001 11:37:27 -0400
48901              Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48>
48902      Branch: perl
48903            ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c
48904            ! thread.h vms/vms.c vms/vmsish.h
48905 ____________________________________________________________________________
48906 [  9959] By: jhi                                   on 2001/05/02  15:21:08
48907         Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar
48908              From: Benjamin Sugars <bsugars@canoe.ca>
48909              Date: Wed, 2 May 2001 10:53:11 -0400 (EDT)
48910              Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca>
48911      Branch: perl
48912            ! ext/PerlIO/Scalar/Scalar.xs
48913 ____________________________________________________________________________
48914 [  9958] By: jhi                                   on 2001/05/02  15:15:53
48915         Log: Bug in #9915, spotted by Mike Guy.
48916      Branch: perl
48917            ! installperl
48918 ____________________________________________________________________________
48919 [  9957] By: jhi                                   on 2001/05/02  13:26:01
48920         Log: Add a test for not griping about references as array
48921              indices if the reference has magic in it (overloaded
48922              methods).
48923      Branch: perl
48924            ! pod/perldiag.pod t/pragma/warn/pp_hot
48925 ____________________________________________________________________________
48926 [  9956] By: jhi                                   on 2001/05/02  13:07:01
48927         Log: Retracted a bit too much in #9952.
48928      Branch: perl
48929            ! t/pragma/sub_lval.t
48930 ____________________________________________________________________________
48931 [  9955] By: jhi                                   on 2001/05/02  13:05:38
48932         Log: Test for #9952.
48933      Branch: perl
48934            ! t/op/tie.t
48935 ____________________________________________________________________________
48936 [  9954] By: jhi                                   on 2001/05/02  11:48:18
48937         Log: Additional note on the encoding example: one cannot
48938              convert string constants in-place.
48939      Branch: perl
48940            ! ext/Encode/Encode.pm
48941 ____________________________________________________________________________
48942 [  9953] By: jhi                                   on 2001/05/02  11:43:51
48943         Log: Note that if you have recent enough Perl you already
48944              have Filter::Util::Call.
48945      Branch: perl
48946            ! lib/Filter/Simple.pm
48947 ____________________________________________________________________________
48948 [  9952] By: jhi                                   on 2001/05/02  11:31:53
48949         Log: Retract changes #8254 and #8255, causes coredump in
48950              'tie FH, "main"', reported by Abigail, culprit found by
48951              Benjamin Sugars.  Mirrors maintperl change #9950.
48952      Branch: perl
48953            ! op.c t/pragma/sub_lval.t
48954 ____________________________________________________________________________
48955 [  9951] By: jhi                                   on 2001/05/02  11:14:29
48956         Log: Forgot from #9942.  (Needed by t/lib/filter-simple.t.)
48957      Branch: perl
48958            + t/lib/MyFilter.pm
48959 ____________________________________________________________________________
48960 [  9950] By: gsar                                  on 2001/05/02  03:17:11
48961         Log: revert integration of changes#8254,8255 in change#8620 (causes
48962              a coredump in C<tie FH, 'foo'>; the idea itself may need better
48963              rationalization)
48964      Branch: maint-5.6/perl
48965            ! op.c t/pragma/sub_lval.t
48966 ____________________________________________________________________________
48967 [  9949] By: gsar                                  on 2001/05/02  02:56:32
48968         Log: integrate changes#9774,9814 from mainline (Unixware fixes)
48969              
48970              Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
48971              
48972              Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
48973      Branch: maint-5.6/perl
48974           !> hints/svr5.sh
48975 ____________________________________________________________________________
48976 [  9948] By: gsar                                  on 2001/05/02  02:49:15
48977         Log: pod/find.t breaks on VMS (from Craig Berry)
48978      Branch: maint-5.6/perl
48979            ! t/pod/find.t
48980 ____________________________________________________________________________
48981 [  9947] By: jhi                                   on 2001/05/02  02:43:09
48982         Log: Add an encoding conversion example.
48983      Branch: perl
48984            ! ext/Encode/Encode.pm
48985 ____________________________________________________________________________
48986 [  9946] By: jhi                                   on 2001/05/02  01:34:22
48987         Log: Another coat of paint but still nowhere finished.
48988              Need to decide on the semantics of strptime(): should
48989              strptime() be a function instead of a method?  To do
48990              the week/monthname-strptiming the i18n/l10n bullet needs
48991              to be bitten with gusto.
48992      Branch: perl
48993            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
48994 ____________________________________________________________________________
48995 [  9945] By: jhi                                   on 2001/05/01  23:40:52
48996         Log: Update Changes.
48997      Branch: perl
48998            ! Changes patchlevel.h
48999 ____________________________________________________________________________
49000 [  9944] By: jhi                                   on 2001/05/01  23:33:37
49001         Log: Add known-to-be-tested modules to the list-to-be-skipped.
49002      Branch: perl
49003            ! t/lib/1_compile.t
49004 ____________________________________________________________________________
49005 [  9943] By: jhi                                   on 2001/05/01  23:24:40
49006         Log: Subject: BorlandC++ fix
49007              From: "Vadim Konovalov" <watman@inbox.ru>
49008              Date: Mon, 30 Apr 2001 20:12:26 -0700
49009              Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
49010      Branch: perl
49011            ! win32/makefile.mk
49012 ____________________________________________________________________________
49013 [  9942] By: jhi                                   on 2001/05/01  23:18:02
49014         Log: Update to Filter::Simple 0.60, create a test for it.
49015      Branch: perl
49016            + t/lib/filter-simple.t
49017            ! MANIFEST lib/Filter/Simple.pm
49018 ____________________________________________________________________________
49019 [  9941] By: jhi                                   on 2001/05/01  19:47:24
49020         Log: Subject: Re: bleadperl: s/// failure with \b and /g 
49021              From: Hugo <hv@crypt.compulink.co.uk>
49022              Date: Tue, 01 May 2001 20:12:20 +0100
49023              Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
49024      Branch: perl
49025            ! pp_hot.c t/op/re_tests
49026 ____________________________________________________________________________
49027 [  9940] By: jhi                                   on 2001/05/01  19:42:16
49028         Log: Integrate perlio.
49029      Branch: perl
49030           !> lib/base.pm t/lib/fields.t
49031 ____________________________________________________________________________
49032 [  9939] By: jhi                                   on 2001/05/01  19:39:51
49033         Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar
49034              From: Benjamin Sugars <bsugars@canoe.ca>
49035              Date: Tue, 1 May 2001 16:32:03 -0400 (EDT)
49036              Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>
49037      Branch: perl
49038            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
49039 ____________________________________________________________________________
49040 [  9938] By: jhi                                   on 2001/05/01  19:34:09
49041         Log: Add NEXT, a pseudo-class for method redispatching.
49042              <Damian>NEXT.pm probably offers more bang-for-buck
49043              than anything else I've ever written.</Damian>
49044      Branch: perl
49045            + lib/NEXT.pm t/lib/next.t
49046            ! MANIFEST
49047 ____________________________________________________________________________
49048 [  9937] By: jhi                                   on 2001/05/01  19:21:41
49049         Log: Update to Switch 2.02.
49050      Branch: perl
49051            ! lib/Switch.pm t/lib/switch.t
49052 ____________________________________________________________________________
49053 [  9936] By: nick                                  on 2001/05/01  19:09:21
49054         Log: Fix for base.pm clobbering $VERSION
49055      Branch: perlio
49056            ! lib/base.pm
49057 ____________________________________________________________________________
49058 [  9935] By: nick                                  on 2001/05/01  18:54:38
49059         Log: Test for base.pm clobbering $VERSION.
49060      Branch: perlio
49061            ! t/lib/fields.t
49062 ____________________________________________________________________________
49063 [  9934] By: jhi                                   on 2001/05/01  18:39:10
49064         Log: Add information about Scalar::Util::blessed.
49065      Branch: perl
49066            ! pod/perlobj.pod
49067 ____________________________________________________________________________
49068 [  9933] By: jhi                                   on 2001/05/01  18:33:51
49069         Log: Subject: Extra UNIVERSAL documentation
49070              From: Mike Guy <mjtg@cam.ac.uk>
49071              Date: Tue, 01 May 2001 20:12:11 +0100
49072              Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>
49073      Branch: perl
49074            ! pod/perlobj.pod
49075 ____________________________________________________________________________
49076 [  9932] By: jhi                                   on 2001/05/01  18:26:54
49077         Log: Subject: Autoflush in tests as appropriate
49078              From: Mike Guy <mjtg@cam.ac.uk>
49079              Date: Tue, 01 May 2001 20:05:31 +0100
49080              Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
49081      Branch: perl
49082            ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t
49083            ! t/op/taint.t
49084 ____________________________________________________________________________
49085 [  9931] By: jhi                                   on 2001/05/01  18:02:29
49086         Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar
49087              From: Benjamin Sugars <bsugars@canoe.ca>
49088              Date: Tue, 1 May 2001 14:58:24 -0400 (EDT)
49089              Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>
49090      Branch: perl
49091            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
49092 ____________________________________________________________________________
49093 [  9930] By: jhi                                   on 2001/05/01  15:12:26
49094         Log: Subject: Re: Finally got a round tuit
49095              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
49096              Date: Tue, 01 May 2001 14:14:10 +0200
49097              Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>
49098              
49099              The -DP part, slightly modified.
49100      Branch: perl
49101            ! perl.c
49102 ____________________________________________________________________________
49103 [  9929] By: jhi                                   on 2001/05/01  14:17:15
49104         Log: Subject: Re: Finally got a round tuit
49105              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
49106              Date: Tue, 01 May 2001 16:34:06 +0200
49107              Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>
49108              
49109              cpp and optimization tweaks for HP-UX.
49110      Branch: perl
49111            ! hints/hpux.sh
49112 ____________________________________________________________________________
49113 [  9928] By: jhi                                   on 2001/05/01  13:24:20
49114         Log: Tune the scan_num() comments to reality.
49115      Branch: perl
49116            ! toke.c
49117 ____________________________________________________________________________
49118 [  9927] By: jhi                                   on 2001/05/01  13:14:01
49119         Log: Subject: [PATCH B::Deparse] optimised sort
49120              From: Robin Houston <robin@kitsite.com>
49121              Date: Tue, 1 May 2001 14:07:12 +0100
49122              Message-ID: <20010501140712.A4266@penderel>
49123      Branch: perl
49124            ! ext/B/B/Deparse.pm
49125 ____________________________________________________________________________
49126 [  9926] By: jhi                                   on 2001/05/01  13:10:53
49127         Log: Subject: [PATCH t/lib/b-deparse.t] 
49128              From: Robin Houston <robin@kitsite.com>
49129              Date: Tue, 1 May 2001 13:37:42 +0100
49130              Message-ID: <20010501133742.A4082@penderel>
49131      Branch: perl
49132            ! t/lib/b-deparse.t
49133 ____________________________________________________________________________
49134 [  9925] By: jhi                                   on 2001/05/01  13:10:13
49135         Log: Subject: [PATCH B::Deparse] for(;;), sort
49136              From: Robin Houston <robin@kitsite.com>
49137              Date: Tue, 1 May 2001 13:35:00 +0100
49138              Message-ID: <20010501133500.A4061@penderel>
49139      Branch: perl
49140            ! ext/B/B/Deparse.pm
49141 ____________________________________________________________________________
49142 [  9924] By: jhi                                   on 2001/05/01  13:09:22
49143         Log: Subject: [PATCH B::Deparse] do, warn, use
49144              From: Robin Houston <robin@kitsite.com>
49145              Date: Tue, 1 May 2001 13:31:03 +0100
49146              Message-ID: <20010501133103.A4041@penderel>
49147      Branch: perl
49148            ! ext/B/B/Deparse.pm
49149 ____________________________________________________________________________
49150 [  9923] By: jhi                                   on 2001/05/01  11:45:36
49151         Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?)
49152              From: Benjamin Sugars <ben.sugars@home.com>
49153              Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT)
49154              Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>
49155      Branch: perl
49156            + t/io/fflush.t
49157            ! MANIFEST
49158 ____________________________________________________________________________
49159 [  9922] By: jhi                                   on 2001/05/01  11:35:42
49160         Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests
49161              From: Peter Prymmer <pvhp@forte.com>
49162              Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT)
49163              Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>
49164      Branch: perl
49165            ! t/lib/selfstubber.t
49166 ____________________________________________________________________________
49167 [  9921] By: jhi                                   on 2001/04/30  16:34:33
49168         Log: Subject: [PATCH B::Concise] suppress warning
49169              From: Robin Houston <robin@kitsite.com>
49170              Date: Mon, 30 Apr 2001 16:09:49 +0100
49171              Message-ID: <20010430160949.A25086@penderel>
49172      Branch: perl
49173            ! ext/B/B/Concise.pm
49174 ____________________________________________________________________________
49175 [  9920] By: jhi                                   on 2001/04/30  13:56:04
49176         Log: Strip the *markers* from #9919.
49177      Branch: perl
49178            ! pod/perlfaq.pod pod/perlfaq5.pod
49179 ____________________________________________________________________________
49180 [  9919] By: jhi                                   on 2001/04/30  13:54:04
49181         Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking
49182              From: Gwyn Judd <b.judd@xtra.co.nz>
49183              Date: Sun, 29 Apr 2001 01:47:49 +1200
49184              Message-ID: <20010429014749.A4418@thislove>
49185      Branch: perl
49186            ! pod/perlfaq.pod pod/perlfaq5.pod
49187 ____________________________________________________________________________
49188 [  9918] By: jhi                                   on 2001/04/30  13:13:54
49189         Log: More_tweakage.
49190      Branch: perl
49191            ! pod/perldata.pod pod/perldiag.pod
49192 ____________________________________________________________________________
49193 [  9917] By: jhi                                   on 2001/04/30  13:01:27
49194         Log: Update Changes.
49195      Branch: perl
49196            ! Changes patchlevel.h
49197 ____________________________________________________________________________
49198 [  9916] By: jhi                                   on 2001/04/30  12:57:03
49199         Log: T_w_e_a_k_a_g_e.
49200      Branch: perl
49201            ! pod/perldata.pod pod/perldiag.pod
49202 ____________________________________________________________________________
49203 [  9915] By: jhi                                   on 2001/04/30  12:39:29
49204         Log: Install s2p also as psed.
49205              
49206              TODO: psed documentation?
49207      Branch: perl
49208            ! installperl
49209 ____________________________________________________________________________
49210 [  9914] By: jhi                                   on 2001/04/30  12:29:21
49211         Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
49212              From: Jens Hamisch <jens@Strawberry.COM>
49213              Date: Fri, 27 Apr 2001 17:00:36 +0200
49214              Message-ID: <20010427170036.K1372@Strawberry.COM>
49215              
49216              SOCKS5_VERSION_NAME is the right symbol to detect
49217              the presence of SOCKS5.  (HAS_SOCKS5_INIT is telling whether
49218              function called socks5_init() is available, and even that is
49219              not universal, most SOCKS5 installations use SOCKSinit()).
49220      Branch: perl
49221            ! perlio.c
49222 ____________________________________________________________________________
49223 [  9913] By: jhi                                   on 2001/04/30  12:22:15
49224         Log: Allow a zero timeout on IO::Socket accept and connect--
49225              though one really shouldn't do that.  Based on
49226              
49227              Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
49228              From: "John Holdsworth" <coldwave@bigfoot.com>
49229              Date: Sun, 4 Feb 2001 12:48:18 +0100
49230              Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
49231      Branch: perl
49232            ! ext/IO/lib/IO/Socket.pm
49233 ____________________________________________________________________________
49234 [  9912] By: jhi                                   on 2001/04/30  11:27:27
49235         Log: Save the spot of regprev (see #9911) for binary compatibility;
49236              regen API.
49237      Branch: perl
49238            ! embedvar.h perlapi.h thrdvar.h
49239 ____________________________________________________________________________
49240 [  9911] By: jhi                                   on 2001/04/30  11:22:03
49241         Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...] 
49242              From: Hugo <hv@crypt.compulink.co.uk>
49243              Date: Sun, 29 Apr 2001 17:09:30 +0100
49244              Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
49245      Branch: perl
49246            ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
49247 ____________________________________________________________________________
49248 [  9910] By: jhi                                   on 2001/04/30  11:15:12
49249         Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
49250              a dummy for PL_numeric_radix); no pressing reason to break
49251              binary compatibility; regen API.
49252      Branch: perl
49253            ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
49254            ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
49255 ____________________________________________________________________________
49256 [  9909] By: jhi                                   on 2001/04/30  10:56:08
49257         Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
49258              From: Walt Mankowski <waltman@netaxs.com>
49259              Date: Sun, 29 Apr 2001 21:53:48 -0400
49260              Message-ID: <20010429215348.A3971@netaxs.com>
49261      Branch: perl
49262            ! pod/perlfunc.pod
49263 ____________________________________________________________________________
49264 [  9908] By: jhi                                   on 2001/04/30  10:49:40
49265         Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
49266      Branch: perl
49267            ! t/lib/selfstubber.t
49268 ____________________________________________________________________________
49269 [  9907] By: nick                                  on 2001/04/30  09:26:50
49270         Log: Integrate mainline.
49271      Branch: perlio
49272           !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
49273 ____________________________________________________________________________
49274 [  9906] By: jhi                                   on 2001/04/29  23:24:20
49275         Log: Abigail spotted a thinko in #9905.
49276      Branch: perl
49277            ! pod/perldiag.pod
49278 ____________________________________________________________________________
49279 [  9905] By: jhi                                   on 2001/04/29  15:55:39
49280         Log: Changed the underscore/undebar syntax in numeric constants;
49281              now any grouping will do, as long as the underscores are not
49282              consecutive (so "zero-grouping" is out), and they do not begin
49283              or end the integer or fractional parts.
49284      Branch: perl
49285            ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
49286 ____________________________________________________________________________
49287 [  9904] By: nick                                  on 2001/04/29  15:43:22
49288         Log: Integrate mainline.
49289      Branch: perlio
49290           +> (branch 98 files)
49291            - lib/unicode/Block.pl
49292            - lib/unicode/In/AlphabeticPresentationForms.pl
49293            - lib/unicode/In/Arabic.pl
49294            - lib/unicode/In/ArabicPresentationForms-A.pl
49295            - lib/unicode/In/ArabicPresentationForms-B.pl
49296            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
49297            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
49298            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
49299            - lib/unicode/In/BopomofoExtended.pl
49300            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
49301            - lib/unicode/In/CJKCompatibility.pl
49302            - lib/unicode/In/CJKCompatibilityForms.pl
49303            - lib/unicode/In/CJKCompatibilityIdeographs.pl
49304            - lib/unicode/In/CJKRadicalsSupplement.pl
49305            - lib/unicode/In/CJKSymbolsandPunctuation.pl
49306            - lib/unicode/In/CJKUnifiedIdeographs.pl
49307            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
49308            - lib/unicode/In/Cherokee.pl
49309            - lib/unicode/In/CombiningDiacriticalMarks.pl
49310            - lib/unicode/In/CombiningHalfMarks.pl
49311            - lib/unicode/In/CombiningMarksforSymbols.pl
49312            - lib/unicode/In/ControlPictures.pl
49313            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
49314            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
49315            - lib/unicode/In/EnclosedAlphanumerics.pl
49316            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
49317            - lib/unicode/In/Ethiopic.pl
49318            - lib/unicode/In/GeneralPunctuation.pl
49319            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
49320            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
49321            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
49322            - lib/unicode/In/HalfwidthandFullwidthForms.pl
49323            - lib/unicode/In/HangulCompatibilityJamo.pl
49324            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
49325            - lib/unicode/In/Hebrew.pl
49326            - lib/unicode/In/HighPrivateUseSurrogates.pl
49327            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
49328            - lib/unicode/In/IPAExtensions.pl
49329            - lib/unicode/In/IdeographicDescriptionCharacters.pl
49330            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
49331            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
49332            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
49333            - lib/unicode/In/Latin-1Supplement.pl
49334            - lib/unicode/In/LatinExtended-A.pl
49335            - lib/unicode/In/LatinExtended-B.pl
49336            - lib/unicode/In/LatinExtendedAdditional.pl
49337            - lib/unicode/In/LetterlikeSymbols.pl
49338            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
49339            - lib/unicode/In/MathematicalOperators.pl
49340            - lib/unicode/In/MiscellaneousSymbols.pl
49341            - lib/unicode/In/MiscellaneousTechnical.pl
49342            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
49343            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
49344            - lib/unicode/In/OpticalCharacterRecognition.pl
49345            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
49346            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
49347            - lib/unicode/In/SmallFormVariants.pl
49348            - lib/unicode/In/SpacingModifierLetters.pl
49349            - lib/unicode/In/Specials.pl
49350            - lib/unicode/In/SuperscriptsandSubscripts.pl
49351            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
49352            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
49353            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
49354            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
49355            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
49356           !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
49357           !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
49358           !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
49359           !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
49360           !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
49361           !> utf8.c win32/Makefile
49362 ____________________________________________________________________________
49363 [  9903] By: jhi                                   on 2001/04/29  14:30:53
49364         Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
49365              From: Prymmer/Kahn <pvhp@best.com>
49366              Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
49367              Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
49368      Branch: perl
49369            ! win32/Makefile
49370 ____________________________________________________________________________
49371 [  9902] By: jhi                                   on 2001/04/29  02:52:44
49372         Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
49373              From: "Abigail" <abigail@foad.org>
49374              Date: Sun, 29 Apr 2001 03:14:25 +0200
49375              Message-ID: <20010429011425.24503.qmail@foad.org>
49376      Branch: perl
49377            ! ext/IO/lib/IO/Seekable.pm
49378 ____________________________________________________________________________
49379 [  9901] By: jhi                                   on 2001/04/29  02:04:46
49380         Log: In character classes one couldn't have 0x80..0xff characters
49381              at the left hand side if there were 0x100.. characters in the
49382              character class.
49383      Branch: perl
49384            ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
49385            ! t/op/pat.t utf8.c
49386 ____________________________________________________________________________
49387 [  9900] By: jhi                                   on 2001/04/28  22:55:04
49388         Log: Forgot the latest mktables.PL from #9899.
49389      Branch: perl
49390            ! lib/unicode/mktables.PL
49391 ____________________________________________________________________________
49392 [  9899] By: jhi                                   on 2001/04/28  22:53:28
49393         Log: Explain the \p{} and \P{} error message better and
49394              have prettier prettyprint in In.pl.
49395      Branch: perl
49396            ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
49397            ! pod/perldiag.pod
49398 ____________________________________________________________________________
49399 [  9898] By: jhi                                   on 2001/04/28  21:03:34
49400         Log: Add one possible explanation for the "Invalid [] range" error.
49401      Branch: perl
49402            ! pod/perldiag.pod
49403 ____________________________________________________________________________
49404 [  9897] By: jhi                                   on 2001/04/28  17:18:26
49405         Log: Add a level of indirection to the implementation of \p{InFoo}
49406              so that we don't have to have long filenames.  (Nothing changes
49407              in the user interface.)   The indirection is defined in
49408              the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
49409              Also rename some the character classes by removing '-' from
49410              the classnames, and finally renamed Block.pl as Blocks.pl.
49411      Branch: perl
49412            + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
49413            + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
49414            + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl
49415            + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
49416            + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl
49417            + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
49418            + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
49419            + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
49420            + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
49421            + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
49422            + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
49423            + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
49424            + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
49425            + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
49426            + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
49427            + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
49428            + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
49429            + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
49430            + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
49431            + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
49432            + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
49433            + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
49434            + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
49435            + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
49436            + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
49437            + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
49438            + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
49439            + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
49440            + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
49441            + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
49442            + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
49443            + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
49444            + lib/unicode/In/94.pl lib/unicode/In/95.pl
49445            - lib/unicode/Block.pl
49446            - lib/unicode/In/AlphabeticPresentationForms.pl
49447            - lib/unicode/In/Arabic.pl
49448            - lib/unicode/In/ArabicPresentationForms-A.pl
49449            - lib/unicode/In/ArabicPresentationForms-B.pl
49450            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
49451            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
49452            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
49453            - lib/unicode/In/BopomofoExtended.pl
49454            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
49455            - lib/unicode/In/CJKCompatibility.pl
49456            - lib/unicode/In/CJKCompatibilityForms.pl
49457            - lib/unicode/In/CJKCompatibilityIdeographs.pl
49458            - lib/unicode/In/CJKRadicalsSupplement.pl
49459            - lib/unicode/In/CJKSymbolsandPunctuation.pl
49460            - lib/unicode/In/CJKUnifiedIdeographs.pl
49461            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
49462            - lib/unicode/In/Cherokee.pl
49463            - lib/unicode/In/CombiningDiacriticalMarks.pl
49464            - lib/unicode/In/CombiningHalfMarks.pl
49465            - lib/unicode/In/CombiningMarksforSymbols.pl
49466            - lib/unicode/In/ControlPictures.pl
49467            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
49468            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
49469            - lib/unicode/In/EnclosedAlphanumerics.pl
49470            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
49471            - lib/unicode/In/Ethiopic.pl
49472            - lib/unicode/In/GeneralPunctuation.pl
49473            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
49474            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
49475            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
49476            - lib/unicode/In/HalfwidthandFullwidthForms.pl
49477            - lib/unicode/In/HangulCompatibilityJamo.pl
49478            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
49479            - lib/unicode/In/Hebrew.pl
49480            - lib/unicode/In/HighPrivateUseSurrogates.pl
49481            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
49482            - lib/unicode/In/IPAExtensions.pl
49483            - lib/unicode/In/IdeographicDescriptionCharacters.pl
49484            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
49485            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
49486            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
49487            - lib/unicode/In/Latin-1Supplement.pl
49488            - lib/unicode/In/LatinExtended-A.pl
49489            - lib/unicode/In/LatinExtended-B.pl
49490            - lib/unicode/In/LatinExtendedAdditional.pl
49491            - lib/unicode/In/LetterlikeSymbols.pl
49492            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
49493            - lib/unicode/In/MathematicalOperators.pl
49494            - lib/unicode/In/MiscellaneousSymbols.pl
49495            - lib/unicode/In/MiscellaneousTechnical.pl
49496            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
49497            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
49498            - lib/unicode/In/OpticalCharacterRecognition.pl
49499            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
49500            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
49501            - lib/unicode/In/SmallFormVariants.pl
49502            - lib/unicode/In/SpacingModifierLetters.pl
49503            - lib/unicode/In/Specials.pl
49504            - lib/unicode/In/SuperscriptsandSubscripts.pl
49505            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
49506            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
49507            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
49508            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
49509            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
49510            ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
49511            ! pod/perlunicode.pod
49512 ____________________________________________________________________________
49513 [  9896] By: jhi                                   on 2001/04/28  14:33:17
49514         Log: Update the information on shared library path on HP-UX.
49515      Branch: perl
49516            ! INSTALL
49517 ____________________________________________________________________________
49518 [  9895] By: jhi                                   on 2001/04/28  14:32:30
49519         Log: Because #9894 seems to do the trick, this workaround can be removed.
49520      Branch: perl
49521            ! t/lib/selfstubber.t
49522 ____________________________________________________________________________
49523 [  9894] By: jhi                                   on 2001/04/28  14:26:13
49524         Log: For PerlIO flush the children's file handles (on fork/exec/system).
49525      Branch: perl
49526            ! perl.h
49527 ____________________________________________________________________________
49528 [  9893] By: jhi                                   on 2001/04/28  14:23:15
49529         Log: Test tweak for #9891.
49530      Branch: perl
49531            ! t/lib/b-deparse.t
49532 ____________________________________________________________________________
49533 [  9892] By: jhi                                   on 2001/04/28  14:10:13
49534         Log: New HP-UX hints from Merijn.
49535      Branch: perl
49536            ! hints/hpux.sh
49537 ____________________________________________________________________________
49538 [  9891] By: jhi                                   on 2001/04/28  14:07:27
49539         Log: Subject: [PATCH B::Deparse] non-block scopes
49540              From: Robin Houston <robin@kitsite.com>
49541              Date: Fri, 27 Apr 2001 19:15:14 +0100
49542              Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
49543      Branch: perl
49544            ! ext/B/B/Deparse.pm
49545 ____________________________________________________________________________
49546 [  9890] By: nick                                  on 2001/04/27  19:41:25
49547         Log: Integrate mainline
49548      Branch: perlio
49549           +> t/lib/selfstubber.t
49550           !> (integrate 50 files)
49551 ____________________________________________________________________________
49552 [  9889] By: jhi                                   on 2001/04/27  18:23:46
49553         Log: Subject: Re: selfstubber test fail on bleadperl
49554              From: Mike Guy <mjtg@cam.ac.uk>
49555              Date: Fri, 27 Apr 2001 19:31:18 +0100
49556              Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
49557      Branch: perl
49558            ! t/lib/selfstubber.t
49559 ____________________________________________________________________________
49560 [  9888] By: jhi                                   on 2001/04/27  16:20:54
49561         Log: Test tweak for #9886.
49562      Branch: perl
49563            ! t/lib/b-deparse.t
49564 ____________________________________________________________________________
49565 [  9887] By: jhi                                   on 2001/04/27  16:16:33
49566         Log: Buffering issue at least in Solaris (even with perlio).
49567      Branch: perl
49568            ! t/lib/selfstubber.t
49569 ____________________________________________________________________________
49570 [  9886] By: jhi                                   on 2001/04/27  14:59:23
49571         Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
49572              From: Robin Houston <robin@kitsite.com>
49573              Date: Fri, 27 Apr 2001 16:53:20 +0100
49574              Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
49575      Branch: perl
49576            ! ext/B/B/Deparse.pm
49577 ____________________________________________________________________________
49578 [  9885] By: jhi                                   on 2001/04/27  14:23:51
49579         Log: Update Changes.
49580      Branch: perl
49581            ! Changes patchlevel.h
49582 ____________________________________________________________________________
49583 [  9884] By: jhi                                   on 2001/04/27  14:14:12
49584         Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
49585              From: "Philip Newton" <pnewton@gmx.de>
49586              Date: Fri, 27 Apr 2001 16:40:13 +0200
49587              Message-ID: <3AE9A0ED.5248.CEA127@localhost>
49588      Branch: perl
49589            ! pod/perldata.pod
49590 ____________________________________________________________________________
49591 [  9883] By: jhi                                   on 2001/04/27  13:28:19
49592         Log: Add LOG_PERROR; prettify the "removed".
49593      Branch: perl
49594            ! ext/Sys/Syslog/Syslog.xs
49595 ____________________________________________________________________________
49596 [  9882] By: jhi                                   on 2001/04/27  13:13:18
49597         Log: h2xs tweaks: use NV instead of double, "quote" the removed
49598              prefixes for clarity (especially when nothing is removed),
49599              slight pod reformats.
49600      Branch: perl
49601            ! utils/h2xs.PL
49602 ____________________________________________________________________________
49603 [  9881] By: jhi                                   on 2001/04/27  12:58:48
49604         Log: Don't bother creating existing directories.
49605      Branch: perl
49606            ! utils/h2xs.PL
49607 ____________________________________________________________________________
49608 [  9880] By: jhi                                   on 2001/04/27  12:45:39
49609         Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
49610              From: Mike Schilli <m@perlmeister.com>
49611              Date: Wed, 25 Apr 2001 01:29:21 -0700
49612              Message-id: <3AE68AE1.6A981723@perlmeister.com>
49613      Branch: perl
49614            ! utils/h2xs.PL
49615 ____________________________________________________________________________
49616 [  9879] By: jhi                                   on 2001/04/27  12:40:55
49617         Log: break is not yet Perl.  Added the template license also to README.
49618      Branch: perl
49619            ! utils/h2xs.PL
49620 ____________________________________________________________________________
49621 [  9878] By: jhi                                   on 2001/04/27  03:08:20
49622         Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
49623              From: Tim Jenness <t.jenness@jach.hawaii.edu>
49624              Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
49625              Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
49626      Branch: perl
49627            ! t/lib/xs-typemap.t
49628 ____________________________________________________________________________
49629 [  9877] By: jhi                                   on 2001/04/26  23:54:40
49630         Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
49631              From: "Abigail" <abigail@foad.org>
49632              Date: Fri, 27 Apr 2001 01:44:28 +0200
49633              Message-ID: <20010426234428.19786.qmail@foad.org>
49634      Branch: perl
49635            ! utils/h2xs.PL
49636 ____________________________________________________________________________
49637 [  9876] By: jhi                                   on 2001/04/26  23:52:06
49638         Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
49639              From: Peter Prymmer <pvhp@forte.com>
49640              Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
49641              Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
49642      Branch: perl
49643            ! t/lib/selfstubber.t
49644 ____________________________________________________________________________
49645 [  9875] By: jhi                                   on 2001/04/26  23:48:10
49646         Log: Deparse nits.
49647      Branch: perl
49648            ! ext/B/B/Deparse.pm t/lib/b-deparse.t
49649 ____________________________________________________________________________
49650 [  9874] By: jhi                                   on 2001/04/26  22:46:05
49651         Log: Document ANYOF_CLASS.
49652      Branch: perl
49653            ! regcomp.h
49654 ____________________________________________________________________________
49655 [  9873] By: jhi                                   on 2001/04/26  22:35:03
49656         Log: Subject: Re: [PATCH @9846] dumping ANYOF
49657              From: Hugo <hv@crypt.compulink.co.uk>
49658              Date: Thu, 26 Apr 2001 23:33:38 +0100
49659              Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
49660      Branch: perl
49661            ! regcomp.c regcomp.h
49662 ____________________________________________________________________________
49663 [  9872] By: jhi                                   on 2001/04/26  22:34:31
49664         Log: Subject: [PATCH] more for Devel::SelfStubber
49665              From: Nicholas Clark <nick@ccl4.org>
49666              Date: Fri, 27 Apr 2001 00:13:52 +0100
49667              Message-ID: <20010427001351.K88186@plum.flirble.org>
49668      Branch: perl
49669            ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
49670 ____________________________________________________________________________
49671 [  9871] By: jhi                                   on 2001/04/26  21:59:17
49672         Log: Subject: [PATCH B::Deparse] formats must be flush left
49673              From: Robin Houston <robin@kitsite.com>
49674              Date: Thu, 26 Apr 2001 23:54:29 +0100
49675              Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
49676      Branch: perl
49677            ! ext/B/B/Deparse.pm
49678 ____________________________________________________________________________
49679 [  9870] By: jhi                                   on 2001/04/26  21:57:37
49680         Log: If some of the constants are prefixes of others,
49681              the prefixes may never get recognized.  (See 20010426.006.)
49682      Branch: perl
49683            ! utils/h2xs.PL
49684 ____________________________________________________________________________
49685 [  9869] By: jhi                                   on 2001/04/26  21:50:42
49686         Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
49687              From: Chris Bongaarts <cab@tc.umn.edu>
49688              Date: Thu, 26 Apr 2001 17:10:31 -0500
49689              Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
49690      Branch: perl
49691            ! ext/Sys/Syslog/Syslog.xs
49692 ____________________________________________________________________________
49693 [  9868] By: jhi                                   on 2001/04/26  21:35:12
49694         Log: Further cuts and more docs from Graham Barr.
49695      Branch: perl
49696            ! ext/List/Util/lib/List/Util.pm
49697            ! ext/List/Util/lib/Scalar/Util.pm
49698 ____________________________________________________________________________
49699 [  9867] By: jhi                                   on 2001/04/26  21:18:57
49700         Log: Subject: [PATCH 5.7.1] DB_File-1.77
49701              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
49702              Date: Thu, 26 Apr 2001 22:37:53 +0100
49703              Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
49704      Branch: perl
49705            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
49706            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
49707 ____________________________________________________________________________
49708 [  9866] By: jhi                                   on 2001/04/26  21:12:31
49709         Log: Subject: [PATCH B::Deparse] fix easy bugs
49710              From: Robin Houston <robin@kitsite.com>
49711              Date: Thu, 26 Apr 2001 23:03:33 +0100
49712              Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
49713      Branch: perl
49714            ! ext/B/B/Deparse.pm
49715 ____________________________________________________________________________
49716 [  9865] By: jhi                                   on 2001/04/26  20:26:13
49717         Log: Update Changes.
49718      Branch: perl
49719            ! Changes patchlevel.h
49720 ____________________________________________________________________________
49721 [  9864] By: jhi                                   on 2001/04/26  19:27:48
49722         Log: Dethinko from Robin Houston.
49723      Branch: perl
49724            ! ext/B/B/Deparse.pm
49725 ____________________________________________________________________________
49726 [  9863] By: jhi                                   on 2001/04/26  19:10:35
49727         Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
49728              From: Robin Houston <robin@kitsite.com>
49729              Date: Thu, 26 Apr 2001 21:08:32 +0100
49730              Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
49731      Branch: perl
49732            ! ext/B/B/Deparse.pm
49733 ____________________________________________________________________________
49734 [  9862] By: jhi                                   on 2001/04/26  19:04:23
49735         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
49736              From: Robin Houston <robin@kitsite.com>
49737              Date: Thu, 26 Apr 2001 20:52:50 +0100
49738              Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
49739      Branch: perl
49740            ! ext/B/B/Deparse.pm
49741 ____________________________________________________________________________
49742 [  9861] By: jhi                                   on 2001/04/26  18:56:14
49743         Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
49744              From: Mike Guy <mjtg@cam.ac.uk>
49745              Date: Thu, 26 Apr 2001 14:22:40 +0100
49746              Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
49747      Branch: perl
49748            ! pod/perlobj.pod
49749 ____________________________________________________________________________
49750 [  9860] By: jhi                                   on 2001/04/26  18:46:42
49751         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
49752              From: Robin Houston <robin@kitsite.com>
49753              Date: Thu, 26 Apr 2001 20:34:29 +0100
49754              Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
49755              
49756              Hashes do not interpolate.
49757      Branch: perl
49758            ! ext/B/B/Deparse.pm
49759 ____________________________________________________________________________
49760 [  9859] By: jhi                                   on 2001/04/26  18:43:51
49761         Log: Subject: The Time::Piece conspiracy unmasked!!!
49762              From: Mike Guy <mjtg@cam.ac.uk>
49763              Date: Thu, 26 Apr 2001 19:02:50 +0100
49764              Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
49765              
49766              Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
49767              From: Mike Guy <mjtg@cam.ac.uk>
49768              Date: Thu, 26 Apr 2001 19:08:21 +0100
49769              Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
49770              
49771              Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
49772              From: Graham Barr <gbarr@pobox.com>
49773              Date: Thu, 26 Apr 2001 19:12:03 +0100
49774              Message-ID: <20010426191203.A70835@pobox.com>
49775              
49776              Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
49777      Branch: perl
49778            ! ext/List/Util/lib/List/Util.pm
49779            ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
49780 ____________________________________________________________________________
49781 [  9858] By: jhi                                   on 2001/04/26  18:17:42
49782         Log: Subject: [PATCH t/comp/proto.t] disable correct warning
49783              From: Robin Houston <robin@kitsite.com>
49784              Date: Thu, 26 Apr 2001 16:09:35 +0100
49785              Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
49786      Branch: perl
49787            ! t/comp/proto.t
49788 ____________________________________________________________________________
49789 [  9857] By: jhi                                   on 2001/04/26  18:04:59
49790         Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
49791              From: barries <barries@slaysys.com>
49792              Date: Thu, 26 Apr 2001 12:01:10 -0400
49793              Message-ID: <20010426120110.E29698@jester.slaysys.com>
49794      Branch: perl
49795            ! pod/perldiag.pod
49796 ____________________________________________________________________________
49797 [  9856] By: jhi                                   on 2001/04/26  18:03:33
49798         Log: Subject: [PATCH B::Deparse] fix string uninterpretation
49799              Date: Thu, 26 Apr 2001 17:13:41 +0100
49800              From: Robin Houston <robin@kitsite.com>
49801              Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
49802              
49803              Subject: Re: [PATCH B::Deparse] fix string uninterpretation
49804              From: Robin Houston <robin@kitsite.com>
49805              Date: Thu, 26 Apr 2001 18:44:29 +0100
49806              Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
49807      Branch: perl
49808            ! ext/B/B/Deparse.pm
49809 ____________________________________________________________________________
49810 [  9855] By: jhi                                   on 2001/04/26  17:56:04
49811         Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
49812              From: Robin Houston <robin@kitsite.com>
49813              Date: Thu, 26 Apr 2001 17:04:08 +0100
49814              Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
49815      Branch: perl
49816            ! ext/B/B/Deparse.pm
49817 ____________________________________________________________________________
49818 [  9854] By: jhi                                   on 2001/04/26  17:47:26
49819         Log: Subject: Re: Short test case for undef %stash:: crash
49820              From: Benjamin Sugars <bsugars@canoe.ca> 
49821              Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT) 
49822              Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
49823              Changed and moved the perldiag entry.
49824      Branch: perl
49825            ! gv.c pod/perldiag.pod
49826 ____________________________________________________________________________
49827 [  9853] By: jhi                                   on 2001/04/26  14:35:16
49828         Log: Beginnings of strptime().  Do not touch the wet paint.
49829      Branch: perl
49830            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
49831 ____________________________________________________________________________
49832 [  9852] By: jhi                                   on 2001/04/26  13:17:21
49833         Log: Retract #9851, core dumps from pod2man.
49834      Branch: perl
49835            ! regcomp.c
49836 ____________________________________________________________________________
49837 [  9851] By: jhi                                   on 2001/04/26  11:54:41
49838         Log: (Retracted by #9852.)
49839              
49840              Subject: [PATCH @9846] dumping ANYOF
49841              From: Hugo <hv@crypt.compulink.co.uk>
49842              Date: Thu, 26 Apr 2001 05:32:38 +0100
49843              Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
49844      Branch: perl
49845            ! regcomp.c
49846 ____________________________________________________________________________
49847 [  9850] By: jhi                                   on 2001/04/26  02:34:44
49848         Log: If ccflags was empty the _previous_ $* containing all the
49849              environment variables and Configure variables was used,
49850              which lead, among other bad things, into $ccflags being your
49851              uname -a output, which lead into test compile with cc failing,
49852              which lead into gcc being selected, which didn't work that well
49853              since gcc (ancient 2.8.1 in that particular box) wasn't too happy
49854              with large files, et cetera.
49855      Branch: perl
49856            ! hints/hpux.sh
49857 ____________________________________________________________________________
49858 [  9849] By: jhi                                   on 2001/04/26  01:44:57
49859         Log: Make selfstubber test more portable.
49860      Branch: perl
49861            ! t/lib/selfstubber.t
49862 ____________________________________________________________________________
49863 [  9848] By: jhi                                   on 2001/04/26  00:50:26
49864         Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
49865              From: Benjamin Sugars <ben.sugars@home.com>
49866              Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
49867              Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
49868      Branch: perl
49869            ! ext/Cwd/Cwd.xs
49870 ____________________________________________________________________________
49871 [  9847] By: jhi                                   on 2001/04/26  00:46:58
49872         Log: Subject: [PATCH: perl@9841] VMS updates
49873              From: Peter Prymmer <pvhp@forte.com>
49874              Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
49875              Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
49876      Branch: perl
49877            ! README.vms configure.com vms/descrip_mms.template
49878            ! vms/ext/filespec.t
49879 ____________________________________________________________________________
49880 [  9846] By: jhi                                   on 2001/04/26  00:11:56
49881         Log: re 'debug' was broken by #9084.
49882      Branch: perl
49883            ! ext/re/re.xs
49884 ____________________________________________________________________________
49885 [  9845] By: jhi                                   on 2001/04/25  22:33:17
49886         Log: Subject: [PATCH] test for Devel::SelfStubber
49887              From: Nicholas Clark <nick@ccl4.org>
49888              Date: Thu, 26 Apr 2001 00:00:54 +0100
49889              Message-ID: <20010426000054.D89026@plum.flirble.org>
49890      Branch: perl
49891            + t/lib/selfstubber.t
49892            ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
49893 ____________________________________________________________________________
49894 [  9844] By: jhi                                   on 2001/04/25  22:29:32
49895         Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
49896              From: Paul Johnson <paul@pjcj.net>
49897              Date: Thu, 26 Apr 2001 00:46:08 +0200
49898              Message-ID: <20010426004608.H2338@pjcj.net>
49899      Branch: perl
49900            ! ext/B/B/Concise.pm
49901 ____________________________________________________________________________
49902 [  9843] By: jhi                                   on 2001/04/25  22:28:28
49903         Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
49904              From: Peter Prymmer <pvhp@forte.com>
49905              Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
49906              Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
49907      Branch: perl
49908            ! ext/Cwd/Cwd.xs
49909 ____________________________________________________________________________
49910 [  9842] By: jhi                                   on 2001/04/25  20:58:12
49911         Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
49912              From: John Peacock <jpeacock@rowman.com>
49913              Date: Wed, 25 Apr 2001 17:30:26 -0400
49914              Message-ID: <3AE741F2.B3217464@rowman.com>
49915      Branch: perl
49916            ! lib/Math/BigInt.pm t/lib/bigintpm.t
49917 ____________________________________________________________________________
49918 [  9841] By: jhi                                   on 2001/04/25  20:07:05
49919         Log: Update Changes.
49920      Branch: perl
49921            ! Changes patchlevel.h
49922 ____________________________________________________________________________
49923 [  9840] By: jhi                                   on 2001/04/25  19:56:51
49924         Log: Yet another HP-UX hints version from Merijn.
49925      Branch: perl
49926            ! hints/hpux.sh
49927 ____________________________________________________________________________
49928 [  9839] By: jhi                                   on 2001/04/25  19:53:04
49929         Log: abs_path() didn't terminate the filename correctly,
49930              in DIRNAMLENless systems like HP-UX this would fail.
49931      Branch: perl
49932            ! ext/Cwd/Cwd.xs
49933 ____________________________________________________________________________
49934 [  9838] By: jhi                                   on 2001/04/25  16:37:26
49935         Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
49936              From: Mike Guy <mjtg@cam.ac.uk>
49937              Date: Wed, 25 Apr 2001 18:31:47 +0100
49938              Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
49939      Branch: perl
49940            ! op.c
49941 ____________________________________________________________________________
49942 [  9837] By: jhi                                   on 2001/04/25  16:21:53
49943         Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
49944              From: Jon Eveland <jweveland@yahoo.com>
49945              Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
49946              Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
49947      Branch: perl
49948            ! lib/perl5db.pl
49949 ____________________________________________________________________________
49950 [  9836] By: jhi                                   on 2001/04/25  14:17:50
49951         Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
49952              From: "Philip Newton" <pnewton@gmx.de>
49953              Date: Wed, 25 Apr 2001 17:05:58 +0200
49954              Message-ID: <3AE703F6.3234.1833C45@localhost>
49955      Branch: perl
49956            ! Porting/patching.pod
49957 ____________________________________________________________________________
49958 [  9835] By: jhi                                   on 2001/04/25  13:58:07
49959         Log: It would seem that both ar and full_ar need to be overridden
49960              for HP-UX to avoid the GNU ar.
49961      Branch: perl
49962            ! hints/hpux.sh
49963 ____________________________________________________________________________
49964 [  9834] By: jhi                                   on 2001/04/25  13:50:40
49965         Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
49966              From: "Philip Newton" <pnewton@gmx.de>
49967              Date: Wed, 25 Apr 2001 16:09:23 +0200
49968              Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
49969              
49970              Detypo.
49971      Branch: perl
49972            ! t/op/misc.t
49973 ____________________________________________________________________________
49974 [  9833] By: jhi                                   on 2001/04/25  12:36:11
49975         Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
49976      Branch: perl
49977            ! hints/hpux.sh
49978 ____________________________________________________________________________
49979 [  9832] By: jhi                                   on 2001/04/25  12:33:36
49980         Log: New version of HP-UX hints from Merijn.
49981      Branch: perl
49982            ! hints/hpux.sh
49983 ____________________________________________________________________________
49984 [  9831] By: jhi                                   on 2001/04/25  03:39:45
49985         Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
49986      Branch: perl
49987            ! hints/hpux.sh
49988 ____________________________________________________________________________
49989 [  9830] By: jhi                                   on 2001/04/25  02:53:25
49990         Log: The tzname[] bit is not needed by util.c -- and causes
49991              heartburn in VMS (and it missing was probably the cause of
49992              the Mac OS X trouble).  Ouch.
49993      Branch: perl
49994            ! ext/POSIX/POSIX.xs util.c
49995 ____________________________________________________________________________
49996 [  9829] By: jhi                                   on 2001/04/25  00:10:06
49997         Log: Metaconfig unit change for #9828.
49998      Branch: metaconfig
49999            ! U/compline/ccflags.U
50000 ____________________________________________________________________________
50001 [  9828] By: jhi                                   on 2001/04/25  00:04:18
50002         Log: Allow setting cppflags hints.  This may affect Darwin (Mac OS X)
50003              (which is actually the reason for the change, we need to pass
50004              cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
50005              EP/IX, OS/2, and TitanOS, based on the hints files.
50006      Branch: perl
50007            ! Configure config_h.SH
50008 ____________________________________________________________________________
50009 [  9827] By: jhi                                   on 2001/04/24  23:49:20
50010         Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
50011              the $cat must have an absolute path.
50012      Branch: perl
50013            ! makedepend.SH
50014 ____________________________________________________________________________
50015 [  9826] By: jhi                                   on 2001/04/24  23:40:53
50016         Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
50017      Branch: perl
50018            ! README.amiga
50019 ____________________________________________________________________________
50020 [  9825] By: jhi                                   on 2001/04/24  23:35:35
50021         Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
50022              From: "Philip Newton" <pnewton@gmx.de>
50023              Date: Tue, 24 Apr 2001 18:52:49 +0200
50024              Message-Id: <3AE5CB81.12234.1FC246F@localhost>
50025      Branch: perl
50026            ! x2p/find2perl.PL
50027 ____________________________________________________________________________
50028 [  9824] By: jhi                                   on 2001/04/24  23:33:07
50029         Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
50030              Some gcc specifics dropped out due to extensive rewriting;
50031              will be put back later as needed.
50032      Branch: perl
50033            ! hints/hpux.sh
50034 ____________________________________________________________________________
50035 [  9823] By: jhi                                   on 2001/04/24  23:27:57
50036         Log: Mac OS X patch for missing tzname definition from Paul Schinder.
50037      Branch: perl
50038            ! ext/POSIX/POSIX.xs
50039 ____________________________________________________________________________
50040 [  9822] By: jhi                                   on 2001/04/24  23:25:21
50041         Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
50042              From: Tim Jenness <t.jenness@jach.hawaii.edu>
50043              Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
50044              Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
50045      Branch: perl
50046            ! ext/XS/Typemap/Typemap.xs
50047 ____________________________________________________________________________
50048 [  9821] By: jhi                                   on 2001/04/24  23:24:10
50049         Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
50050              From: "Abigail" <abigail@foad.org>
50051              Date: Tue, 24 Apr 2001 23:12:03 +0200
50052              Message-ID: <20010424211203.7901.qmail@foad.org>
50053      Branch: perl
50054            ! pod/perlport.pod
50055 ____________________________________________________________________________
50056 [  9820] By: jhi                                   on 2001/04/24  23:23:15
50057         Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
50058              From: Matt Sergeant <matt@sergeant.org>
50059              Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
50060              Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
50061      Branch: perl
50062            ! pod/perlfaq4.pod
50063 ____________________________________________________________________________
50064 [  9819] By: nick                                  on 2001/04/24  18:49:43
50065         Log: Integrate mainline.
50066      Branch: perlio
50067           +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
50068           !> (integrate 37 files)
50069 ____________________________________________________________________________
50070 [  9818] By: jhi                                   on 2001/04/24  14:35:23
50071         Log: Update Changes.
50072      Branch: perl
50073            ! Changes patchlevel.h
50074 ____________________________________________________________________________
50075 [  9817] By: jhi                                   on 2001/04/24  14:09:17
50076         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries 
50077              From: "Philip Newton" <pnewton@gmx.de>
50078              Date: Tue, 24 Apr 2001 12:58:12 +0200
50079              Message-ID: <3AE57864.8304.B77A0A@localhost> 
50080              
50081              plus add CPAN to the list of modules that have their own tests.
50082      Branch: perl
50083            ! t/lib/1_compile.t
50084 ____________________________________________________________________________
50085 [  9816] By: jhi                                   on 2001/04/24  14:07:03
50086         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
50087              From: Michael G Schwern <schwern@pobox.com>
50088              Date: Sat, 21 Apr 2001 22:35:00 +0100
50089              Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
50090      Branch: perl
50091            ! t/lib/1_compile.t
50092 ____________________________________________________________________________
50093 [  9815] By: jhi                                   on 2001/04/24  13:54:32
50094         Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
50095              From: Robin Houston <robin@kitsite.com>
50096              Date: Tue, 24 Apr 2001 15:51:18 +0100
50097              Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
50098      Branch: perl
50099            ! ext/B/B/Deparse.pm
50100 ____________________________________________________________________________
50101 [  9814] By: jhi                                   on 2001/04/24  13:17:34
50102         Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
50103              From: Bill Glicker <billg@burrelles.com>
50104              Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
50105              Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
50106      Branch: perl
50107            ! hints/svr5.sh
50108 ____________________________________________________________________________
50109 [  9813] By: jhi                                   on 2001/04/24  12:54:23
50110         Log: Prevent path disclosure (probing for existence of filenames)
50111              using suidperl; bug id 20010322.218.
50112      Branch: perl
50113            ! perl.c pod/perldiag.pod
50114 ____________________________________________________________________________
50115 [  9812] By: jhi                                   on 2001/04/24  12:08:36
50116         Log: Retract #9811.
50117      Branch: perl
50118            ! ext/POSIX/POSIX.xs
50119 ____________________________________________________________________________
50120 [  9811] By: jhi                                   on 2001/04/24  11:57:35
50121         Log: (Retracted by #9812.)
50122      Branch: perl
50123            ! ext/POSIX/POSIX.xs
50124 ____________________________________________________________________________
50125 [  9810] By: jhi                                   on 2001/04/24  03:32:35
50126         Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
50127      Branch: perl
50128            ! util.c
50129 ____________________________________________________________________________
50130 [  9809] By: jhi                                   on 2001/04/24  03:16:13
50131         Log: The Math::BigFloat::import() was broken.
50132              (Fixes bug id 20010422.002.)
50133      Branch: perl
50134            ! lib/Math/BigFloat.pm
50135 ____________________________________________________________________________
50136 [  9808] By: jhi                                   on 2001/04/24  01:11:40
50137         Log: Additional dependencies; should help for parallel makes
50138              not to fail on missing lib/lib.pm or lib/re.pm.
50139      Branch: perl
50140            ! Makefile.SH
50141 ____________________________________________________________________________
50142 [  9807] By: jhi                                   on 2001/04/24  00:57:01
50143         Log: Update the test failure disclaimer.
50144      Branch: perl
50145            ! t/pragma/warn/pp_hot
50146 ____________________________________________________________________________
50147 [  9806] By: jhi                                   on 2001/04/24  00:54:04
50148         Log: Add make target "install-all" which is alias for "install"
50149              to cater for case-preserving filesystems like HFS+.
50150      Branch: perl
50151            ! INSTALL Makefile.SH
50152 ____________________________________________________________________________
50153 [  9805] By: jhi                                   on 2001/04/24  00:47:28
50154         Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
50155              From: Peter Prymmer <pvhp@forte.com>
50156              Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
50157              Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
50158              
50159              (Ken William's message forwarded from macosx@perl.org)
50160      Branch: perl
50161            ! hints/darwin.sh
50162 ____________________________________________________________________________
50163 [  9804] By: jhi                                   on 2001/04/23  23:57:35
50164         Log: Cut-and-pasto.
50165      Branch: perl
50166            ! perlio.c
50167 ____________________________________________________________________________
50168 [  9803] By: jhi                                   on 2001/04/23  23:52:25
50169         Log: More PerlIO robustness.
50170      Branch: perl
50171            ! perlio.c
50172 ____________________________________________________________________________
50173 [  9802] By: jhi                                   on 2001/04/23  23:43:35
50174         Log: Make the "STD* opened only for ..." errors more consistent.
50175      Branch: perl
50176            ! doio.c
50177 ____________________________________________________________________________
50178 [  9801] By: jhi                                   on 2001/04/23  23:34:26
50179         Log: Test case for #9800.
50180      Branch: perl
50181            ! t/op/misc.t
50182 ____________________________________________________________________________
50183 [  9800] By: jhi                                   on 2001/04/23  23:14:43
50184         Log: Avoid coredump on 'close STDERR; die' by making
50185              the PerlIO calls more robust.  Also use SETERRNO()
50186              instead of errno = to be more VMS-ready.
50187      Branch: perl
50188            ! perlio.c
50189 ____________________________________________________________________________
50190 [  9799] By: jhi                                   on 2001/04/23  21:41:10
50191         Log: Subject: test for ID 20010423.002
50192              From: Robin Houston <robin@kitsite.com>
50193              Date: Mon, 23 Apr 2001 16:52:21 +0100
50194              Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
50195      Branch: perl
50196            ! t/op/avhv.t
50197 ____________________________________________________________________________
50198 [  9798] By: jhi                                   on 2001/04/23  21:40:07
50199         Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
50200              From: David Dyck <dcd@tc.fluke.com>
50201              Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
50202              Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
50203      Branch: perl
50204            ! installperl
50205 ____________________________________________________________________________
50206 [  9797] By: jhi                                   on 2001/04/23  21:37:56
50207         Log: Subject: [PATCH] Implement Cwd::abs_path in XS
50208              From: Benjamin Sugars <bsugars@canoe.ca>
50209              Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
50210              Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
50211      Branch: perl
50212            ! ext/Cwd/Cwd.xs lib/Cwd.pm
50213 ____________________________________________________________________________
50214 [  9796] By: jhi                                   on 2001/04/23  21:29:24
50215         Log: Synchronize h2xs and pod2man some more on the documentation
50216              templates they propose.
50217      Branch: perl
50218            ! pod/pod2man.PL utils/h2xs.PL
50219 ____________________________________________________________________________
50220 [  9795] By: jhi                                   on 2001/04/23  17:30:40
50221         Log: Add one more naughty test for base64; make encoding logic cleaner.
50222      Branch: perl
50223            ! t/lib/mimeb64.t
50224 ____________________________________________________________________________
50225 [  9794] By: jhi                                   on 2001/04/23  13:51:32
50226         Log: Update Changes.
50227      Branch: perl
50228            ! Changes patchlevel.h
50229 ____________________________________________________________________________
50230 [  9793] By: jhi                                   on 2001/04/23  13:44:18
50231         Log: Duplicate lines.
50232      Branch: perl
50233            ! MANIFEST
50234 ____________________________________________________________________________
50235 [  9792] By: jhi                                   on 2001/04/23  13:39:13
50236         Log: Subject: Re: PATCH 5.7.1
50237              From: Mark-Jason Dominus <mjd@plover.com>
50238              Date: Mon, 23 Apr 2001 10:30:21 -0400
50239              Message-ID: <20010423143021.17335.qmail@plover.com>
50240      Branch: perl
50241            ! perl.h sv.c
50242 ____________________________________________________________________________
50243 [  9791] By: jhi                                   on 2001/04/23  13:32:40
50244         Log: Add the CPAN.pm 1.59_54 tests.
50245      Branch: perl
50246            + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
50247            ! MANIFEST
50248 ____________________________________________________________________________
50249 [  9790] By: jhi                                   on 2001/04/23  13:21:55
50250         Log: Subject: Deparse nit
50251              From: Robin Houston <robin@kitsite.com>
50252              Date: Mon, 23 Apr 2001 12:38:20 +0100
50253              Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
50254      Branch: perl
50255            ! ext/B/B/Deparse.pm
50256 ____________________________________________________________________________
50257 [  9789] By: jhi                                   on 2001/04/23  13:19:07
50258         Log: Subject: [PATCH] bug 20010423.002
50259              From: Robin Houston <robin@kitsite.com>
50260              Date: Mon, 23 Apr 2001 13:12:30 +0100
50261              Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
50262      Branch: perl
50263            ! pp.c
50264 ____________________________________________________________________________
50265 [  9788] By: jhi                                   on 2001/04/23  13:02:49
50266         Log: Subject: PATCH [5.7.1] hv.c unused #define
50267              From: Mark-Jason Dominus <mjd@plover.com>
50268              Date: Sun, 22 Apr 2001 14:17:49 -0400
50269              Message-ID: <20010422181749.26976.qmail@plover.com>
50270      Branch: perl
50271            ! hv.c
50272 ____________________________________________________________________________
50273 [  9787] By: jhi                                   on 2001/04/23  13:02:02
50274         Log: Subject: PATCH 5.7.1
50275              From: Mark-Jason Dominus <mjd@plover.com>
50276              Date: Sun, 22 Apr 2001 15:12:57 -0400
50277              Message-ID: <20010422191258.6539.qmail@plover.com>
50278              
50279              plus Sarathy's STMT_START + STMT_END suggestion.
50280      Branch: perl
50281            ! perl.h
50282 ____________________________________________________________________________
50283 [  9786] By: jhi                                   on 2001/04/23  12:53:25
50284         Log: Fix for
50285              
50286              Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
50287              From: dLux <dlux@spam.sch.bme.hu>
50288              Date: Mon, 23 Apr 2001 01:25:26 +0200
50289              Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
50290              
50291              (SvGROW really does return a char *.)
50292      Branch: perl
50293            ! pod/perlapi.pod sv.h
50294 ____________________________________________________________________________
50295 [  9785] By: jhi                                   on 2001/04/23  04:34:04
50296         Log: Time::Piece work continues.  $t->day removed since
50297              I think it's too confusing.  Now has normal and
50298              abbreviated length weekday names and month names,
50299              the names change with _names(), not _list().
50300              Now has strftime() in Perl, _strftime() is
50301              the libc version (to which strftime() falls back
50302              if it doesn't know the format.  To do: the reverse
50303              of strftime, strptime(), and the localisation of both.
50304      Branch: perl
50305            ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
50306            ! t/lib/time-piece.t
50307 ____________________________________________________________________________
50308 [  9784] By: jhi                                   on 2001/04/23  02:41:46
50309         Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using ' 
50310              From: andreas.koenig@anima.de (Andreas J. Koenig)
50311              Date: 23 Apr 2001 05:20:55 +0200
50312              Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
50313      Branch: perl
50314            ! t/pragma/overload.t
50315 ____________________________________________________________________________
50316 [  9783] By: jhi                                   on 2001/04/22  23:32:42
50317         Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
50318              From: Robin Houston <robin@kitsite.com>
50319              Date: Mon, 23 Apr 2001 00:38:18 +0100
50320              Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
50321      Branch: perl
50322            ! ext/B/B/Deparse.pm
50323 ____________________________________________________________________________
50324 [  9782] By: jhi                                   on 2001/04/22  20:55:43
50325         Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
50326              From: Simon Cozens <simon@netthink.co.uk>
50327              Date: Sun, 22 Apr 2001 18:47:25 +0100
50328              Message-ID: <20010422184725.A14411@netthink.co.uk>
50329      Branch: perl
50330            ! sv.c t/pragma/overload.t
50331 ____________________________________________________________________________
50332 [  9781] By: jhi                                   on 2001/04/22  20:52:13
50333         Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
50334              From: Robin Houston <robin@kitsite.com>
50335              Date: Sun, 22 Apr 2001 22:14:50 +0100
50336              Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
50337      Branch: perl
50338            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
50339 ____________________________________________________________________________
50340 [  9780] By: nick                                  on 2001/04/22  20:40:31
50341         Log: Integrate mainline.
50342      Branch: perlio
50343           +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
50344           +> t/lib/b-stash.t
50345           !> (integrate 38 files)
50346 ____________________________________________________________________________
50347 [  9779] By: jhi                                   on 2001/04/22  15:16:03
50348         Log: Subject: IO::Socket::INET patch
50349              From: andrew deryabin <djsf@technarchy.ru>
50350              Date: Sat, 21 Apr 2001 17:46:52 +0400
50351              Message-ID: <20010421174652.B1426@technarchy>
50352      Branch: perl
50353            ! ext/IO/lib/IO/Socket/INET.pm
50354 ____________________________________________________________________________
50355 [  9778] By: jhi                                   on 2001/04/22  15:14:33
50356         Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1 
50357              From: Mark-Jason Dominus <mjd@plover.com>
50358              Date: Sat, 21 Apr 2001 21:27:49 -0400
50359              Message-ID: <20010422012749.27024.qmail@plover.com>
50360      Branch: perl
50361            ! regcomp.c
50362 ____________________________________________________________________________
50363 [  9777] By: jhi                                   on 2001/04/22  15:10:51
50364         Log: Subject: Re: Regex debugger patch 
50365              From: Mark-Jason Dominus <mjd@plover.com>
50366              Date: Sat, 21 Apr 2001 21:48:51 -0400
50367              Message-ID: <20010422014851.27165.qmail@plover.com>
50368      Branch: perl
50369            ! pod/perldebguts.pod
50370 ____________________________________________________________________________
50371 [  9776] By: jhi                                   on 2001/04/22  15:09:48
50372         Log: Subject: Re: Regex debugger patch
50373              From: Mark-Jason Dominus <mjd@plover.com>
50374              Date: Sat, 21 Apr 2001 14:24:39 -0400
50375              Message-ID: <20010421182439.16508.qmail@plover.com>
50376              
50377              Regex debugger backend.
50378      Branch: perl
50379            ! regcomp.c regexp.h
50380 ____________________________________________________________________________
50381 [  9775] By: jhi                                   on 2001/04/21  16:45:40
50382         Log: Subject: [PATCH] Typo in utf8.h
50383              From: Jesús Quiroga <jquiroga@pobox.com>
50384              Date: Sat, 21 Apr 2001 19:25:33 +0200
50385              Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
50386      Branch: perl
50387            ! utf8.h
50388 ____________________________________________________________________________
50389 [  9774] By: jhi                                   on 2001/04/21  16:43:52
50390         Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
50391              From: Joe Orton <jorton@redhat.com>
50392              Date: Tue, 17 Apr 2001 15:50:43 +0100
50393              Message-Id: <20010417155043.D19132@eu.c2.net>
50394      Branch: perl
50395            ! hints/svr5.sh
50396 ____________________________________________________________________________
50397 [  9773] By: jhi                                   on 2001/04/21  15:30:15
50398         Log: Subject: Patch utils/h2xs.PL
50399              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
50400              Date: Sat, 21 Apr 2001 10:32:16 -0500
50401              Message-ID: <20010421103216.C14521@chaos.wustl.edu>
50402              
50403              Add MAILING list and LICENSE templates.
50404      Branch: perl
50405            ! utils/h2xs.PL
50406 ____________________________________________________________________________
50407 [  9772] By: jhi                                   on 2001/04/21  15:28:36
50408         Log: Subject: perlfaq2.patch for 5.7.1
50409              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
50410              Message-ID: <20010420164219.J3194@chaos.wustl.edu>
50411              Date: Fri, 20 Apr 2001 16:42:19 -0500
50412              
50413              rm an extra tab, a blurb about the xx.cpan to clarify
50414              which countries actually have that and dejanews is history
50415              as well as most of that nonsensical entry.
50416      Branch: perl
50417            ! pod/perlfaq2.pod
50418 ____________________________________________________________________________
50419 [  9771] By: jhi                                   on 2001/04/21  15:27:17
50420         Log: Subject: perlfaq1.patch for 5.7.1
50421              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
50422              Date: Fri, 20 Apr 2001 16:57:36 -0500
50423              Message-ID: <20010420165736.K3194@chaos.wustl.edu>
50424              
50425              Evil URLs must die. Especially when they are broken.
50426      Branch: perl
50427            ! pod/perlfaq1.pod
50428 ____________________________________________________________________________
50429 [  9770] By: jhi                                   on 2001/04/21  15:23:38
50430         Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
50431              From: Michael G Schwern <schwern@pobox.com>
50432              Date: Sat, 21 Apr 2001 16:11:12 +0100
50433              Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
50434      Branch: perl
50435            + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
50436            + t/lib/b-stash.t
50437            ! MANIFEST ext/B/B.pm t/lib/b.t
50438 ____________________________________________________________________________
50439 [  9769] By: jhi                                   on 2001/04/21  15:03:32
50440         Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
50441              From: Michael G Schwern <schwern@pobox.com>
50442              Date: Sat, 21 Apr 2001 09:48:00 +0100
50443              Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
50444      Branch: perl
50445            ! utils/h2ph.PL
50446 ____________________________________________________________________________
50447 [  9768] By: jhi                                   on 2001/04/21  14:33:49
50448         Log: PerlIO and Encode doc cleanup and tweaks.
50449      Branch: perl
50450            ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
50451            ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
50452 ____________________________________________________________________________
50453 [  9767] By: jhi                                   on 2001/04/21  12:40:16
50454         Log: Integrate perlio.
50455      Branch: perl
50456           !> doio.c
50457 ____________________________________________________________________________
50458 [  9766] By: nick                                  on 2001/04/20  18:28:35
50459         Log: Avoid core dump on
50460              open(STDOUT,">",\$foo);
50461      Branch: perlio
50462            ! doio.c
50463 ____________________________________________________________________________
50464 [  9765] By: jhi                                   on 2001/04/20  13:23:43
50465         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
50466              From: Robin Houston <robin@kitsite.com>
50467              Date: Fri, 20 Apr 2001 14:29:22 +0100
50468              Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
50469      Branch: perl
50470            ! ext/B/B.pm ext/B/B/Deparse.pm
50471 ____________________________________________________________________________
50472 [  9764] By: jhi                                   on 2001/04/20  13:19:33
50473         Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
50474              From: Peter Prymmer <pvhp@forte.com>
50475              Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
50476              Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
50477      Branch: perl
50478            ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
50479            ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
50480            ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
50481            ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
50482 ____________________________________________________________________________
50483 [  9763] By: jhi                                   on 2001/04/20  12:36:39
50484         Log: Subject: Re: A new PerlIO coredump
50485              From: Nick Ing-Simmons <nik@tiuk.ti.com>
50486              Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
50487              Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
50488      Branch: perl
50489            ! doio.c
50490 ____________________________________________________________________________
50491 [  9762] By: jhi                                   on 2001/04/19  23:02:30
50492         Log: Update Changes.
50493      Branch: perl
50494            ! Changes patchlevel.h
50495 ____________________________________________________________________________
50496 [  9761] By: jhi                                   on 2001/04/19  22:59:19
50497         Log: More cleanup cleanup.
50498      Branch: perl
50499            ! Makefile.SH win32/Makefile win32/makefile.mk
50500 ____________________________________________________________________________
50501 [  9760] By: jhi                                   on 2001/04/19  22:50:31
50502         Log: lib/Time is non-empty, let's not rmdir it.
50503      Branch: perl
50504            ! Makefile.SH
50505 ____________________________________________________________________________
50506 [  9759] By: jhi                                   on 2001/04/19  22:36:51
50507         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
50508              From: Robin Houston <robin@kitsite.com>
50509              Date: Fri, 20 Apr 2001 00:18:53 +0100
50510              Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
50511      Branch: perl
50512            ! ext/B/B/Deparse.pm
50513 ____________________________________________________________________________
50514 [  9758] By: jhi                                   on 2001/04/19  22:36:00
50515         Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
50516              From: Peter Prymmer <pvhp@forte.com>
50517              Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
50518              Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
50519      Branch: perl
50520            ! ext/Cwd/Cwd.xs
50521 ____________________________________________________________________________
50522 [  9757] By: nick                                  on 2001/04/19  18:53:54
50523         Log: Blind (untested) integrate of mainline.
50524      Branch: perlio
50525           +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
50526           +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
50527           +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
50528           !> (integrate 53 files)
50529 ____________________________________________________________________________
50530 [  9756] By: jhi                                   on 2001/04/19  16:59:23
50531         Log: Document and test Time::Piece.
50532      Branch: perl
50533            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
50534            ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
50535 ____________________________________________________________________________
50536 [  9755] By: jhi                                   on 2001/04/19  12:13:29
50537         Log: A better fix for the \x{12345678} trouble from NI-S.
50538      Branch: perl
50539            ! utf8.c
50540 ____________________________________________________________________________
50541 [  9754] By: jhi                                   on 2001/04/19  11:56:07
50542         Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
50543              From: Robin Houston <robin@kitsite.com>
50544              Date: Wed, 18 Apr 2001 17:58:33 +0100
50545              Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
50546      Branch: perl
50547            ! ext/B/B/Deparse.pm op.c
50548 ____________________________________________________________________________
50549 [  9753] By: jhi                                   on 2001/04/19  04:21:52
50550         Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
50551              From: "Kurt D. Starsinic" <kstar@wolfetech.com>
50552              Date: Thu, 19 Apr 2001 01:11:41 -0400
50553              Message-ID: <20010419011141.A5798@cpan.org>
50554      Branch: perl
50555            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
50556 ____________________________________________________________________________
50557 [  9752] By: jhi                                   on 2001/04/19  02:41:10
50558         Log: The new time utils need to be thread-aware, too.
50559      Branch: perl
50560            ! util.c
50561 ____________________________________________________________________________
50562 [  9751] By: jhi                                   on 2001/04/19  02:26:47
50563         Log: Compilation nit noticed by AIX compiler.
50564      Branch: perl
50565            ! perlio.c
50566 ____________________________________________________________________________
50567 [  9750] By: jhi                                   on 2001/04/19  02:20:06
50568         Log: The new time utils need to be public.
50569      Branch: perl
50570            ! embed.pl
50571 ____________________________________________________________________________
50572 [  9749] By: jhi                                   on 2001/04/19  01:42:39
50573         Log: Regen toc.
50574      Branch: perl
50575            ! pod/perltoc.pod
50576 ____________________________________________________________________________
50577 [  9748] By: jhi                                   on 2001/04/19  01:41:10
50578         Log: Add Time::Piece, a slight rewrite of Time::Object,
50579              from Matt Sergeant.
50580      Branch: perl
50581            + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
50582            + ext/Time/Piece/Piece.xs ext/Time/Piece/README
50583            + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
50584            ! MANIFEST configure.com djgpp/config.over epoc/config.sh
50585            ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
50586            ! win32/makefile.mk
50587 ____________________________________________________________________________
50588 [  9747] By: jhi                                   on 2001/04/19  00:55:35
50589         Log: The new metaconfig unit from strftime.
50590      Branch: metaconfig/U/perl
50591            + d_strftime.U
50592 ____________________________________________________________________________
50593 [  9746] By: jhi                                   on 2001/04/19  00:54:54
50594         Log: Move the strftime() wrapper from POSIX.xs to util.c
50595              as my_strftime(), requires HAS_STRFTIME.
50596      Branch: perl
50597            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
50598            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
50599            ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
50600            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
50601            ! vos/config.ga.h win32/config.bc win32/config.gc
50602            ! win32/config.vc
50603 ____________________________________________________________________________
50604 [  9745] By: jhi                                   on 2001/04/18  23:11:03
50605         Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
50606              in preparation of Time::Piece.
50607      Branch: perl
50608            ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
50609 ____________________________________________________________________________
50610 [  9744] By: jhi                                   on 2001/04/18  22:33:12
50611         Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
50612              From: Peter Prymmer <pvhp@forte.com>
50613              Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
50614              Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
50615      Branch: perl
50616            ! t/lib/exporter.t
50617 ____________________________________________________________________________
50618 [  9743] By: jhi                                   on 2001/04/18  22:32:23
50619         Log: Subject: Fwd: pod2html leaves cache files lying around?
50620              From: Rajesh Vaidheeswarran <rv@gnu.org>
50621              Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
50622              Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
50623      Branch: perl
50624            ! lib/Pod/Html.pm
50625 ____________________________________________________________________________
50626 [  9742] By: jhi                                   on 2001/04/18  20:31:49
50627         Log: Update Changes.
50628      Branch: perl
50629            ! Changes patchlevel.h
50630 ____________________________________________________________________________
50631 [  9741] By: jhi                                   on 2001/04/18  20:23:02
50632         Log: Declare hints only if needed.
50633      Branch: perl
50634            ! ext/B/B/Deparse.pm
50635 ____________________________________________________________________________
50636 [  9740] By: jhi                                   on 2001/04/18  19:06:05
50637         Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
50638              bug noticed by Robin Houston; basically the code of detecting
50639              value wraparound was acting differently under different compilers
50640              and platforms.  The workaround is to remove the overflow check
50641              for now, a real fix would be to do the overflow (portably) right.
50642      Branch: perl
50643            ! t/op/pat.t utf8.c
50644 ____________________________________________________________________________
50645 [  9739] By: jhi                                   on 2001/04/18  19:01:23
50646         Log: Subject: [PATCH B::Deparse] some pragma support
50647              From: Robin Houston <robin@kitsite.com>
50648              Date: Wed, 18 Apr 2001 19:32:12 +0100
50649              Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
50650      Branch: perl
50651            ! ext/B/B/Deparse.pm
50652 ____________________________________________________________________________
50653 [  9738] By: jhi                                   on 2001/04/18  15:16:37
50654         Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
50655              From: Benjamin Sugars <bsugars@canoe.ca>
50656              Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
50657              Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
50658      Branch: perl
50659            ! t/op/glob.t
50660 ____________________________________________________________________________
50661 [  9737] By: jhi                                   on 2001/04/18  13:24:50
50662         Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
50663              From: Tim Jenness <t.jenness@jach.hawaii.edu>
50664              Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
50665              Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
50666      Branch: perl
50667            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
50668            ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
50669 ____________________________________________________________________________
50670 [  9736] By: jhi                                   on 2001/04/18  04:15:14
50671         Log: The #9735 also changes the subtest 12.
50672      Branch: perl
50673            ! t/lib/b.t
50674 ____________________________________________________________________________
50675 [  9735] By: jhi                                   on 2001/04/18  03:55:17
50676         Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
50677              From: David Dyck <dcd@tc.fluke.com>
50678              Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
50679              Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
50680      Branch: perl
50681            ! ext/B/B/Deparse.pm
50682 ____________________________________________________________________________
50683 [  9734] By: jhi                                   on 2001/04/18  03:54:11
50684         Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
50685              From: Gisle Aas <gisle@ActiveState.com>
50686              Date: 17 Apr 2001 19:06:45 -0700
50687              Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
50688      Branch: perl
50689            ! pp_hot.c t/op/misc.t
50690 ____________________________________________________________________________
50691 [  9733] By: jhi                                   on 2001/04/17  22:25:22
50692         Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
50693              From: "Abigail" <abigail@foad.org>
50694              Date: Wed, 18 Apr 2001 01:17:46 +0200
50695              Message-ID: <20010417231746.21657.qmail@foad.org>
50696      Branch: perl
50697            ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
50698 ____________________________________________________________________________
50699 [  9732] By: jhi                                   on 2001/04/17  20:47:56
50700         Log: Subject: Re: Deparse - parenthesise args to undeclared subs
50701              From: Robin Houston <robin@kitsite.com>
50702              Date: Tue, 17 Apr 2001 22:37:42 +0100
50703              Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
50704      Branch: perl
50705            ! ext/B/B/Deparse.pm
50706 ____________________________________________________________________________
50707 [  9731] By: nick                                  on 2001/04/17  20:46:35
50708         Log: Re-sync for t/lib/b.t fix
50709      Branch: perlio
50710           !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
50711 ____________________________________________________________________________
50712 [  9730] By: jhi                                   on 2001/04/17  20:45:29
50713         Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
50714              From: Robin Houston <robin@kitsite.com>
50715              Date: Tue, 17 Apr 2001 22:29:36 +0100
50716              Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
50717      Branch: perl
50718            ! ext/B/B.xs ext/B/B/Deparse.pm
50719 ____________________________________________________________________________
50720 [  9729] By: jhi                                   on 2001/04/17  20:43:11
50721         Log: Subject: Deparse - parenthesise args to undeclared subs
50722              From: Robin Houston <robin@kitsite.com>
50723              Date: Tue, 17 Apr 2001 21:31:05 +0100
50724              Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
50725      Branch: perl
50726            ! ext/B/B/Deparse.pm
50727 ____________________________________________________________________________
50728 [  9728] By: jhi                                   on 2001/04/17  18:57:30
50729         Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
50730              From: Benjamin Sugars <ben.sugars@home.com>
50731              Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
50732              Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
50733      Branch: perl
50734            ! t/lib/cwd.t
50735 ____________________________________________________________________________
50736 [  9727] By: jhi                                   on 2001/04/17  18:20:20
50737         Log: Subject: [PATCH B::Deparse] ambient pragmas
50738              From: Robin Houston <robin@kitsite.com>
50739              Date: Tue, 17 Apr 2001 20:01:59 +0100
50740              Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
50741      Branch: perl
50742            ! ext/B/B/Deparse.pm t/lib/b.t
50743 ____________________________________________________________________________
50744 [  9726] By: nick                                  on 2001/04/17  16:33:51
50745         Log: Integrate mainline (t/lib/b.t fails test 2...)
50746      Branch: perlio
50747           +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
50748           +> ext/List/Util/README ext/List/Util/Util.xs
50749           +> ext/List/Util/lib/List/Util.pm
50750           +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
50751           +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
50752           +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
50753           +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
50754           +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
50755           !> (integrate 31 files)
50756 ____________________________________________________________________________
50757 [  9725] By: jhi                                   on 2001/04/17  12:14:24
50758         Log: Subject: multiple B::* changes
50759              From: Robin Houston <robin@kitsite.com>
50760              Date: Thu, 12 Apr 2001 20:12:27 +0100
50761              Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
50762      Branch: perl
50763            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
50764 ____________________________________________________________________________
50765 [  9724] By: jhi                                   on 2001/04/17  11:59:05
50766         Log: Thread-awareness from Doug MacEachern.
50767      Branch: perl
50768            ! ext/List/Util/Util.xs
50769 ____________________________________________________________________________
50770 [  9723] By: jhi                                   on 2001/04/17  11:57:41
50771         Log: Make the test more portable.
50772      Branch: perl
50773            ! t/lib/cwd.t
50774 ____________________________________________________________________________
50775 [  9722] By: jhi                                   on 2001/04/17  11:53:50
50776         Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
50777              From: Benjamin Sugars <ben.sugars@home.com>
50778              Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
50779              Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
50780      Branch: perl
50781            ! t/lib/cwd.t
50782 ____________________________________________________________________________
50783 [  9721] By: jhi                                   on 2001/04/17  11:52:17
50784         Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
50785              From: Benjamin Sugars <bsugars@canoe.ca>
50786              Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
50787              Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
50788      Branch: perl
50789            ! op.c
50790 ____________________________________________________________________________
50791 [  9720] By: jhi                                   on 2001/04/17  11:35:42
50792         Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
50793              From: Chris Nandor <pudge@pobox.com>
50794              Date: Tue, 17 Apr 2001 00:30:49 -0400
50795              Message-Id: <p05100207b701768712de@[10.0.1.177]>
50796      Branch: perl
50797            ! ext/File/Glob/bsd_glob.c gv.c
50798 ____________________________________________________________________________
50799 [  9719] By: jhi                                   on 2001/04/17  11:32:13
50800         Log: Subject: [PATCH] Tweten->West
50801              From: Casey West <casey@geeknest.com>
50802              Date: Mon, 16 Apr 2001 12:11:22 -0400
50803              Message-ID: <20010416121122.B14554@stupid.geeknest.com>
50804      Branch: perl
50805            ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
50806            ! pod/perltie.pod
50807 ____________________________________________________________________________
50808 [  9718] By: jhi                                   on 2001/04/16  03:22:52
50809         Log: Update Changes.
50810      Branch: perl
50811            ! Changes patchlevel.h
50812 ____________________________________________________________________________
50813 [  9717] By: jhi                                   on 2001/04/16  03:06:28
50814         Log: Regen toc.
50815      Branch: perl
50816            ! pod/perltoc.pod
50817 ____________________________________________________________________________
50818 [  9716] By: jhi                                   on 2001/04/16  02:58:42
50819         Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
50820              From: Prymmer/Kahn <pvhp@best.com>
50821              Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
50822              Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
50823      Branch: perl
50824            ! utf8.c
50825 ____________________________________________________________________________
50826 [  9715] By: jhi                                   on 2001/04/15  23:40:35
50827         Log: Subject: Re: Net::Ping patch, adds stream protocol
50828              From: bronson@rinspin.com (Scott Bronson)
50829              Date: Tue, 10 Apr 2001 23:58:33 -0700
50830              Message-ID: <20010410235833.N29719@rinspin.com>
50831      Branch: perl
50832            ! lib/Net/Ping.pm
50833 ____________________________________________________________________________
50834 [  9714] By: jhi                                   on 2001/04/15  23:31:46
50835         Log: Printing out the ok messages helps successful testing.
50836      Branch: perl
50837            ! t/lib/time-hires.t
50838 ____________________________________________________________________________
50839 [  9713] By: jhi                                   on 2001/04/15  21:43:24
50840         Log: Update Douglas Wegscheid's email.
50841      Branch: perl
50842            ! AUTHORS
50843 ____________________________________________________________________________
50844 [  9712] By: jhi                                   on 2001/04/15  21:40:41
50845         Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
50846              From: Michael G Schwern <schwern@pobox.com>
50847              Date: Sat, 14 Apr 2001 22:40:50 +0100
50848              Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
50849      Branch: perl
50850            + t/lib/exporter.t
50851            ! MANIFEST lib/Exporter/Heavy.pm
50852 ____________________________________________________________________________
50853 [  9711] By: jhi                                   on 2001/04/15  21:39:21
50854         Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
50855              From: Michael G Schwern <schwern@pobox.com>
50856              Date: Sat, 14 Apr 2001 22:13:59 +0100
50857              Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
50858      Branch: perl
50859            ! t/op/loopctl.t
50860 ____________________________________________________________________________
50861 [  9710] By: jhi                                   on 2001/04/15  21:30:19
50862         Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
50863              From: Michael G Schwern <schwern@pobox.com>
50864              Date: Sat, 14 Apr 2001 22:05:32 +0100
50865              Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
50866      Branch: perl
50867            ! t/pragma/warnings.t
50868 ____________________________________________________________________________
50869 [  9709] By: jhi                                   on 2001/04/15  19:34:09
50870         Log: Integrate changes #9706,9707 from maintperl into mainline.
50871              
50872              change#7210 broke .packlist generation
50873              
50874              ExtUtils::Installed doesn't quote regex metacharacters in paths
50875              before using them in match; also make it work for dosish platforms
50876      Branch: perl
50877           !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
50878 ____________________________________________________________________________
50879 [  9708] By: jhi                                   on 2001/04/15  19:31:01
50880         Log: Test also the scalar aspect of getitimer().
50881      Branch: perl
50882            ! t/lib/time-hires.t
50883 ____________________________________________________________________________
50884 [  9707] By: gsar                                  on 2001/04/15  17:24:20
50885         Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
50886              before using them in match; also make it work for dosish platforms
50887      Branch: maint-5.6/perl
50888            ! lib/ExtUtils/Installed.pm
50889 ____________________________________________________________________________
50890 [  9706] By: gsar                                  on 2001/04/15  17:21:59
50891         Log: change#7210 broke .packlist generation (listed only filename
50892              rather than fully qualified path name)
50893      Branch: maint-5.6/perl
50894            ! lib/ExtUtils/Install.pm
50895 ____________________________________________________________________________
50896 [  9705] By: jhi                                   on 2001/04/15  12:36:33
50897         Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
50898      Branch: perl
50899            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
50900            ! t/lib/time-hires.t
50901 ____________________________________________________________________________
50902 [  9704] By: jhi                                   on 2001/04/15  10:49:08
50903         Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
50904              From: Prymmer/Kahn <pvhp@best.com>
50905              Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
50906              Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
50907      Branch: perl
50908            ! lib/utf8.pm pod/perlebcdic.pod
50909 ____________________________________________________________________________
50910 [  9703] By: jhi                                   on 2001/04/15  02:26:26
50911         Log: I keep forgetting to sort MANIFEST.
50912      Branch: perl
50913            ! MANIFEST
50914 ____________________________________________________________________________
50915 [  9702] By: jhi                                   on 2001/04/15  02:07:47
50916         Log: Add Scalar-List-Utils 1.02, from Graham Barr.
50917              Now we have blessed, reftype, tainted, first, reduce, ...
50918      Branch: perl
50919            + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
50920            + ext/List/Util/README ext/List/Util/Util.xs
50921            + ext/List/Util/lib/List/Util.pm
50922            + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
50923            + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
50924            + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
50925            + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
50926            + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
50927            ! MANIFEST
50928 ____________________________________________________________________________
50929 [  9701] By: jhi                                   on 2001/04/14  15:05:25
50930         Log: Subject: RE: dprofpp.pl updates 
50931              From: Carl Eklof <CEklof@endeca.com>
50932              Date: Thu, 12 Apr 2001 18:45:46 -0400
50933              Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
50934      Branch: perl
50935            ! utils/dprofpp.PL
50936 ____________________________________________________________________________
50937 [  9700] By: jhi                                   on 2001/04/14  14:44:55
50938         Log: Do not just blindly add CR.
50939      Branch: perl
50940            ! Porting/makerel
50941 ____________________________________________________________________________
50942 [  9699] By: jhi                                   on 2001/04/13  13:17:01
50943         Log: Update Changes.
50944      Branch: perl
50945            ! Changes patchlevel.h
50946 ____________________________________________________________________________
50947 [  9698] By: jhi                                   on 2001/04/13  12:44:48
50948         Log: Integrate perlio.
50949      Branch: perl
50950           !> ext/PerlIO/Scalar/Scalar.xs
50951 ____________________________________________________________________________
50952 [  9697] By: jhi                                   on 2001/04/13  12:29:15
50953         Log: Add more debug output to the test.
50954      Branch: perl
50955            ! t/lib/cwd.t
50956 ____________________________________________________________________________
50957 [  9696] By: nick                                  on 2001/04/13  10:14:29
50958         Log: Fix core dump on binmode($fh,'Scalar')
50959      Branch: perlio
50960            ! ext/PerlIO/Scalar/Scalar.xs
50961 ____________________________________________________________________________
50962 [  9695] By: nick                                  on 2001/04/13  09:05:42
50963         Log: Integrate mainline
50964      Branch: perlio
50965           +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
50966           +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
50967           +> t/lib/time-hires.t
50968           !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
50969           !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
50970           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
50971           !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
50972           !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
50973           !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
50974           !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
50975 ____________________________________________________________________________
50976 [  9694] By: jhi                                   on 2001/04/12  22:23:35
50977         Log: Integrate change #9693 from maintperl into mainline.
50978              
50979              $VERSION and Version() on the same line provokes a warning from
50980              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
50981      Branch: perl
50982           !> lib/Devel/SelfStubber.pm
50983 ____________________________________________________________________________
50984 [  9693] By: gsar                                  on 2001/04/12  21:55:56
50985         Log: $VERSION and Version() on the same line provokes a warning from
50986              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
50987      Branch: maint-5.6/perl
50988            ! lib/Devel/SelfStubber.pm
50989 ____________________________________________________________________________
50990 [  9692] By: jhi                                   on 2001/04/12  13:54:00
50991         Log: This is at least 5.005.
50992      Branch: perl
50993            ! ext/Time/HiRes/HiRes.xs
50994 ____________________________________________________________________________
50995 [  9691] By: jhi                                   on 2001/04/12  13:37:20
50996         Log: Non-UNIX platforms extensions update.  (Well, UTS is UNIX.)
50997      Branch: perl
50998            ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
50999            ! win32/Makefile win32/makefile.mk
51000 ____________________________________________________________________________
51001 [  9690] By: jhi                                   on 2001/04/12  01:34:46
51002         Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
51003      Branch: perl
51004            + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
51005            + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
51006            + t/lib/time-hires.t
51007            ! MANIFEST
51008 ____________________________________________________________________________
51009 [  9689] By: jhi                                   on 2001/04/12  00:28:39
51010         Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
51011              From: Gisle Aas <gisle@ActiveState.com>
51012              Date: 11 Apr 2001 16:36:11 -0700
51013              Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
51014      Branch: perl
51015            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
51016 ____________________________________________________________________________
51017 [  9688] By: jhi                                   on 2001/04/12  00:27:39
51018         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
51019              From: Gisle Aas <gisle@ActiveState.com>
51020              Date: 11 Apr 2001 11:13:24 -0700
51021              Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
51022      Branch: perl
51023            ! ext/MIME/Base64/Base64.xs
51024 ____________________________________________________________________________
51025 [  9687] By: jhi                                   on 2001/04/11  19:51:47
51026         Log: Slight update on the Todo list.  (Should integrate to Todo?) 
51027      Branch: perl
51028            ! Todo-5.6
51029 ____________________________________________________________________________
51030 [  9686] By: jhi                                   on 2001/04/11  16:54:25
51031         Log: Subject: [PATCH opcode.pl] Documentation of table format
51032              From: Simon Cozens <simon@netthink.co.uk>
51033              Date: Wed, 11 Apr 2001 12:59:31 +0100
51034              Message-ID: <20010411125931.A25681@netthink.co.uk>
51035      Branch: perl
51036            ! opcode.pl
51037 ____________________________________________________________________________
51038 [  9685] By: jhi                                   on 2001/04/11  16:53:15
51039         Log: Subject: [PATCH] prototype("CORE::recv")
51040              From: Simon Cozens <simon@netthink.co.uk>
51041              Date: Wed, 11 Apr 2001 13:24:35 +0100
51042              Message-ID: <20010411132435.A26169@netthink.co.uk>
51043      Branch: perl
51044            ! pp.c t/comp/proto.t
51045 ____________________________________________________________________________
51046 [  9684] By: jhi                                   on 2001/04/11  16:47:13
51047         Log: FAQ (and AUTHORS) update from Dan Carson: the information
51048              was several years obsolete, Term::Readkey has been updated
51049              to have the functionality.
51050      Branch: perl
51051            ! AUTHORS pod/perlfaq5.pod
51052 ____________________________________________________________________________
51053 [  9683] By: jhi                                   on 2001/04/11  12:15:46
51054         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
51055              From: Calle Dybedahl <calle@lysator.liu.se>
51056              Date: 10 Apr 2001 16:44:16 +0200
51057              Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
51058      Branch: perl
51059            ! ext/MIME/Base64/Base64.xs
51060 ____________________________________________________________________________
51061 [  9682] By: jhi                                   on 2001/04/11  12:12:26
51062         Log: A more minimal fix for 20010410.006 from Hugo.
51063      Branch: perl
51064            ! regexec.c
51065 ____________________________________________________________________________
51066 [  9681] By: jhi                                   on 2001/04/11  11:34:23
51067         Log: Integrate changes #9678,9679 from maintline into mainperl.
51068              
51069              addendum to change#9676
51070              
51071              up $File::Glob::VERSION; add a note pointing out the version of
51072              the OpenBSD glob bsd_glob.c resembles
51073      Branch: perl
51074           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
51075           !> ext/File/Glob/bsd_glob.h
51076 ____________________________________________________________________________
51077 [  9680] By: jhi                                   on 2001/04/11  11:30:38
51078         Log: Bad test numbering in integrate in #9677.
51079              Fixes ID 20010411.001.
51080      Branch: perl
51081            ! t/op/pat.t
51082 ____________________________________________________________________________
51083 [  9679] By: gsar                                  on 2001/04/11  03:38:40
51084         Log: up $File::Glob::VERSION; add a note pointing out the version of
51085              the OpenBSD glob bsd_glob.c resembles
51086      Branch: maint-5.6/perl
51087            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
51088            ! ext/File/Glob/bsd_glob.h
51089 ____________________________________________________________________________
51090 [  9678] By: gsar                                  on 2001/04/11  03:09:48
51091         Log: addendum to change#9676: some missing changes from OpenBSD glob.c
51092              revision 1.8.10.1 found here:
51093              
51094              http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
51095      Branch: maint-5.6/perl
51096            ! ext/File/Glob/bsd_glob.c
51097 ____________________________________________________________________________
51098 [  9677] By: jhi                                   on 2001/04/11  02:54:39
51099         Log: Integrate changes #9675,9676 from maintperl into mainline.
51100              
51101              fix for bug 20010410.006, undo change#7115
51102              
51103              port the OpenBSD glob() security patch
51104      Branch: perl
51105           !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
51106           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
51107           !> t/op/pat.t
51108 ____________________________________________________________________________
51109 [  9676] By: gsar                                  on 2001/04/11  02:19:02
51110         Log: port the glob() security patch found at:
51111              
51112              ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
51113              
51114              CERT advisory for the issue is here:
51115              
51116              http://www.cert.org/advisories/CA-2001-07.html
51117              
51118              Note that the security scare is only relevant for those who are
51119              foolish enough to build suidperl (which is now officially discouraged)
51120      Branch: maint-5.6/perl
51121            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
51122            ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
51123 ____________________________________________________________________________
51124 [  9675] By: gsar                                  on 2001/04/10  23:52:11
51125         Log: fix for bug 20010410.006
51126              
51127              undo change#7115 (came into maint-5.6 as change#8156)
51128              
51129              add tests to keep it from coming back
51130      Branch: maint-5.6/perl
51131            ! regexec.c t/op/pat.t
51132 ____________________________________________________________________________
51133 [  9674] By: nick                                  on 2001/04/10  20:39:31
51134         Log: Integrate mainline
51135      Branch: perlio
51136           +> Porting/testall.atom
51137           !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
51138           !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
51139           !> t/lib/lc-uk.t t/pod/find.t
51140 ____________________________________________________________________________
51141 [  9673] By: nick                                  on 2001/04/10  18:46:14
51142         Log: Integrate against change 9670 aka perl-5.7.1
51143      Branch: perlio
51144           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
51145           !> (integrate 53 files)
51146 ____________________________________________________________________________
51147 [  9672] By: jhi                                   on 2001/04/10  13:45:01
51148         Log: Add a script for doing cumulative profile of the test suite.
51149              (Requires ATOM, that is, Tru64.)
51150      Branch: perl
51151            + Porting/testall.atom
51152            ! MANIFEST
51153 ____________________________________________________________________________
51154 [  9671] By: jhi                                   on 2001/04/10  12:38:53
51155         Log: Missing std block.
51156      Branch: perl
51157            ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
51158            ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
51159            ! t/pod/find.t
51160 ____________________________________________________________________________
51161 [  9670] By: jhi                                   on 2001/04/10  01:25:58
51162         Log: This is 5.7.1.
51163      Branch: perl
51164            ! patchlevel.h
51165 ____________________________________________________________________________
51166 [  9669] By: jhi                                   on 2001/04/10  01:09:14
51167         Log: Update Changes.
51168      Branch: perl
51169            ! Changes patchlevel.h
51170 ____________________________________________________________________________
51171 [  9668] By: jhi                                   on 2001/04/10  01:00:38
51172         Log: Regen toc.
51173      Branch: perl
51174            ! pod/perltoc.pod
51175 ____________________________________________________________________________
51176 [  9667] By: jhi                                   on 2001/04/10  00:52:16
51177         Log: Update perlhist.
51178      Branch: perl
51179            ! pod/perlhist.pod
51180 ____________________________________________________________________________
51181 [  9666] By: jhi                                   on 2001/04/09  23:38:59
51182         Log: Slight wording tweaks from Damian to #9658.
51183      Branch: perl
51184            ! pod/perlobj.pod
51185 ____________________________________________________________________________
51186 [  9665] By: jhi                                   on 2001/04/09  19:56:06
51187         Log: Subject: [PATCH perlutil.pod] Nit
51188              From: Simon Cozens <simon@netthink.co.uk>
51189              Date: Mon, 9 Apr 2001 20:29:44 +0100
51190              Message-ID: <20010409202944.A14796@the.earth.li>
51191      Branch: perl
51192            ! pod/perlutil.pod
51193 ____________________________________________________________________________
51194 [  9664] By: jhi                                   on 2001/04/09  19:54:42
51195         Log: Subject: Re: perl571delta.pod@9631
51196              From: Mike Guy <mjtg@cam.ac.uk>
51197              Date: Mon, 09 Apr 2001 18:09:14 +0100
51198              Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
51199      Branch: perl
51200            ! pod/perl571delta.pod
51201 ____________________________________________________________________________
51202 [  9663] By: jhi                                   on 2001/04/09  13:43:35
51203         Log: Update Changes.
51204      Branch: perl
51205            ! Changes patchlevel.h
51206 ____________________________________________________________________________
51207 [  9662] By: jhi                                   on 2001/04/09  13:24:46
51208         Log: tweak tweak.
51209      Branch: perl
51210            ! AUTHORS pod/perl571delta.pod
51211 ____________________________________________________________________________
51212 [  9661] By: jhi                                   on 2001/04/09  13:15:13
51213         Log: Thinko in manual patch applying.
51214      Branch: perl
51215            ! sv.c
51216 ____________________________________________________________________________
51217 [  9660] By: jhi                                   on 2001/04/09  13:07:53
51218         Log: Subject: Re: [PATCH perl@9424] isn't numeric warning 
51219              From: Robin Barker <rmb1@cise.npl.co.uk> 
51220              Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
51221              Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
51222              
51223              (This corrects the case where the "isn't numeric" string contains \0s
51224              and is longer than the temporary buffer, and contains \0 at the point
51225              the string would be truncated by "...".) 
51226      Branch: perl
51227            ! sv.c
51228 ____________________________________________________________________________
51229 [  9659] By: jhi                                   on 2001/04/09  12:57:41
51230         Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
51231      Branch: perl
51232            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
51233            ! t/lib/cgi-function.t t/lib/cgi-html.t
51234 ____________________________________________________________________________
51235 [  9658] By: jhi                                   on 2001/04/09  12:48:47
51236         Log: Subject: [PATCH] Partial rewrite of perlobj.pod
51237              From: Ilmari Karonen <iltzu@sci.fi>
51238              Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
51239              Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
51240              
51241              Rearrange and rewrite the Method Invocation section
51242              to explain the concepts in nicer order.
51243      Branch: perl
51244            ! pod/perlobj.pod
51245 ____________________________________________________________________________
51246 [  9657] By: jhi                                   on 2001/04/09  12:35:58
51247         Log: Upgrade to podlators 1.09, from Russ Allbery.
51248      Branch: perl
51249            ! lib/Pod/Man.pm lib/Pod/Text.pm
51250 ____________________________________________________________________________
51251 [  9656] By: jhi                                   on 2001/04/09  12:31:53
51252         Log: perl571delta.
51253      Branch: perl
51254            ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
51255 ____________________________________________________________________________
51256 [  9655] By: jhi                                   on 2001/04/09  12:20:09
51257         Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
51258              From: Prymmer/Kahn <pvhp@best.com>
51259              Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
51260              Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
51261      Branch: perl
51262            ! lib/utf8.pm pod/perlunicode.pod
51263 ____________________________________________________________________________
51264 [  9654] By: gsar                                  on 2001/04/09  03:38:33
51265         Log: here lies 5.6.1
51266      Branch: maint-5.6/perl
51267            ! Changes
51268 ____________________________________________________________________________
51269 [  9653] By: jhi                                   on 2001/04/09  03:25:24
51270         Log: Update perlhist.
51271      Branch: perl
51272            ! pod/perlhist.pod
51273 ____________________________________________________________________________
51274 [  9652] By: jhi                                   on 2001/04/09  03:18:49
51275         Log: perl571delta tweaking continues.
51276      Branch: perl
51277            ! pod/perl571delta.pod
51278 ____________________________________________________________________________
51279 [  9651] By: gsar                                  on 2001/04/09  03:11:19
51280         Log: update Changes, patchlevel.h &c.
51281      Branch: maint-5.6/perl
51282            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
51283            ! pod/perltoc.pod
51284 ____________________________________________________________________________
51285 [  9650] By: jhi                                   on 2001/04/09  02:40:24
51286         Log: Integrate the perlfork half of #9513 from maintperl into mainline
51287              (the perlunicode half is obsolete)
51288      Branch: perl
51289            ! pod/perlfork.pod
51290 ____________________________________________________________________________
51291 [  9649] By: gsar                                  on 2001/04/09  02:35:43
51292         Log: tweak perldelta as suggested by Jarkko
51293      Branch: maint-5.6/perl
51294            ! pod/perldelta.pod
51295 ____________________________________________________________________________
51296 [  9648] By: jhi                                   on 2001/04/09  02:13:04
51297         Log: Integrate change #9646 from maintperl into mainline.
51298              
51299              add note about ithreads and Thread.pm
51300      Branch: perl
51301           !> ext/Thread/Thread.pm ext/Thread/Thread.xs
51302 ____________________________________________________________________________
51303 [  9647] By: jhi                                   on 2001/04/09  02:10:18
51304         Log: Bad assumption that shortsize == 2.
51305      Branch: perl
51306            ! t/lib/xs-typemap.t
51307 ____________________________________________________________________________
51308 [  9646] By: gsar                                  on 2001/04/09  00:48:04
51309         Log: add note about ithreads and Thread.pm (too many people are
51310              confused by the fact that Thread.pm is built and installed
51311              under non-5005threads but doesn't work)
51312      Branch: maint-5.6/perl
51313            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
51314 ____________________________________________________________________________
51315 [  9645] By: gsar                                  on 2001/04/09  00:19:03
51316         Log: update perldelta.pod for changes in 5.6.1
51317      Branch: maint-5.6/perl
51318            ! Changes pod/perldelta.pod
51319 ____________________________________________________________________________
51320 [  9644] By: jhi                                   on 2001/04/08  20:37:00
51321         Log: Integrate change #9639 from maintperl into mainline:
51322              on windows, many of the README.* pods were being copied to
51323              the wrong location
51324      Branch: perl
51325           !> win32/Makefile win32/makefile.mk
51326 ____________________________________________________________________________
51327 [  9643] By: jhi                                   on 2001/04/08  20:07:11
51328         Log: Integrate change #9624 from maintperl into mainline:
51329              the pod tests were not okay.  (t/pod/find.t changes ignored)
51330      Branch: perl
51331           !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
51332           !> t/pod/include.t t/pod/included.t t/pod/lref.t
51333           !> t/pod/multiline_items.t t/pod/nested_items.t
51334           !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
51335           !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
51336 ____________________________________________________________________________
51337 [  9642] By: jhi                                   on 2001/04/08  19:57:17
51338         Log: Integrate change #9638 from maintperl into mainline:
51339              update to latest JPL from the anoncvs repository
51340      Branch: perl
51341           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
51342           !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
51343           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
51344 ____________________________________________________________________________
51345 [  9641] By: jhi                                   on 2001/04/08  19:53:30
51346         Log: perl571delta updates.
51347      Branch: perl
51348            ! lib/Filter/Simple.pm pod/perl571delta.pod
51349 ____________________________________________________________________________
51350 [  9640] By: gsar                                  on 2001/04/08  19:20:46
51351         Log: integrate change#9634 from mainline
51352              
51353              Fix the perlmodlib generation (didn't understand separate .pod
51354              files; didn't understand -- as the name-thing separator).
51355              Update the CPAN mirrors list.
51356      Branch: maint-5.6/perl
51357            ! pod/perlmodlib.pod
51358           !> pod/perlmodlib.PL
51359 ____________________________________________________________________________
51360 [  9639] By: gsar                                  on 2001/04/08  18:57:31
51361         Log: on windows, many of the README.* pods were being copied to the wrong
51362              location
51363      Branch: maint-5.6/perl
51364            ! win32/Makefile win32/makefile.mk
51365 ____________________________________________________________________________
51366 [  9638] By: gsar                                  on 2001/04/08  18:38:25
51367         Log: update to latest JPL from the anoncvs repository
51368      Branch: maint-5.6/perl
51369            + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
51370            ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
51371            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
51372 ____________________________________________________________________________
51373 [  9637] By: jhi                                   on 2001/04/08  17:53:53
51374         Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
51375      Branch: perl
51376            ! pod/perl571delta.pod
51377 ____________________________________________________________________________
51378 [  9636] By: jhi                                   on 2001/04/08  17:18:32
51379         Log: Regen toc.
51380      Branch: perl
51381            ! pod/perltoc.pod
51382 ____________________________________________________________________________
51383 [  9635] By: jhi                                   on 2001/04/08  17:16:33
51384         Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
51385              From: "Craig A. Berry" <craigberry@mac.com>
51386              Date: Sun, 08 Apr 2001 12:30:16 -0500
51387              Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
51388      Branch: perl
51389            ! ext/IO/IO.xs lib/ExtUtils/xsubpp
51390 ____________________________________________________________________________
51391 [  9634] By: jhi                                   on 2001/04/08  17:09:19
51392         Log: Fix the perlmodlib generation (didn't understand separate .pod
51393              files; didn't understand -- as the name-thing separator).
51394              
51395              Update the CPAN mirrors list.
51396      Branch: perl
51397            ! pod/perlmodlib.PL pod/perlmodlib.pod
51398 ____________________________________________________________________________
51399 [  9633] By: jhi                                   on 2001/04/08  16:49:17
51400         Log: Sort MANIFEST.
51401      Branch: perl
51402            ! MANIFEST
51403 ____________________________________________________________________________
51404 [  9632] By: gsar                                  on 2001/04/08  16:36:06
51405         Log: add $Tie::RefHash::VERSION
51406      Branch: maint-5.6/perl
51407            ! lib/Tie/RefHash.pm
51408 ____________________________________________________________________________
51409 [  9631] By: jhi                                   on 2001/04/08  16:10:15
51410         Log: perl571delta updates based on p5p feedback; still needs
51411              lots of examples.
51412      Branch: perl
51413            ! pod/perl571delta.pod
51414 ____________________________________________________________________________
51415 [  9630] By: jhi                                   on 2001/04/08  15:59:13
51416         Log: Update the list of supported platforms to talk about 5.7.1
51417              (and 5.6.1)
51418      Branch: perl
51419            ! pod/perlport.pod
51420 ____________________________________________________________________________
51421 [  9629] By: jhi                                   on 2001/04/08  15:55:41
51422         Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
51423              from maintperl into mainline: perlport updates.
51424      Branch: perl
51425            ! pod/perlport.pod
51426 ____________________________________________________________________________
51427 [  9628] By: jhi                                   on 2001/04/08  15:53:17
51428         Log: perlsolaris.pod copied to wrong directory.
51429      Branch: perl
51430            ! win32/makefile.mk
51431 ____________________________________________________________________________
51432 [  9627] By: jhi                                   on 2001/04/08  14:48:18
51433         Log: Subject: Typos in perl571delta.pod
51434              From: "Stephen P. Potter" <spp@spotter.yi.org>
51435              Date: Sat, 07 Apr 2001 20:37:05 -0400
51436              Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
51437      Branch: perl
51438            ! pod/perl571delta.pod
51439 ____________________________________________________________________________
51440 [  9626] By: jhi                                   on 2001/04/08  14:39:04
51441         Log: Smoke out dTHR, spotted by by Stephen P. Potter.
51442      Branch: perl
51443            ! gv.c
51444 ____________________________________________________________________________
51445 [  9625] By: nick                                  on 2001/04/08  10:14:23
51446         Log: Integrate mainline
51447      Branch: perlio
51448           +> pod/perl570delta.pod pod/perl571delta.pod
51449           !> (integrate 27 files)
51450 ____________________________________________________________________________
51451 [  9624] By: gsar                                  on 2001/04/08  06:08:17
51452         Log: test in t/pod/* were busted
51453              
51454              these tests are still not enabled in t/{harness,TEST}
51455      Branch: maint-5.6/perl
51456            ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
51457            ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
51458            ! t/pod/multiline_items.t t/pod/nested_items.t
51459            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
51460            ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
51461 ____________________________________________________________________________
51462 [  9623] By: gsar                                  on 2001/04/08  03:37:01
51463         Log: integrate change#9470 from mainline
51464              
51465              Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
51466      Branch: maint-5.6/perl
51467           !> ext/Socket/Socket.xs
51468 ____________________________________________________________________________
51469 [  9622] By: jhi                                   on 2001/04/07  22:40:47
51470         Log: Update Changes.
51471      Branch: perl
51472            ! Changes patchlevel.h
51473 ____________________________________________________________________________
51474 [  9621] By: jhi                                   on 2001/04/07  22:34:16
51475         Log: Update AUTHORS.
51476      Branch: perl
51477            ! AUTHORS
51478 ____________________________________________________________________________
51479 [  9620] By: jhi                                   on 2001/04/07  22:12:47
51480         Log: Forgot to bump the number of tests in #9164.
51481      Branch: perl
51482            ! t/op/array.t
51483 ____________________________________________________________________________
51484 [  9619] By: jhi                                   on 2001/04/07  22:09:50
51485         Log: Bump patchlevel to 5.7.1.
51486      Branch: perl
51487            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
51488            ! config_h.SH patchlevel.h
51489 ____________________________________________________________________________
51490 [  9618] By: jhi                                   on 2001/04/07  22:02:41
51491         Log: Populate perl571delta.
51492      Branch: perl
51493            ! pod/perl571delta.pod
51494 ____________________________________________________________________________
51495 [  9617] By: jhi                                   on 2001/04/07  22:01:23
51496         Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
51497              to forget it later; do not change patchlevel.h yet or regenerate
51498              Configure yet.
51499      Branch: perl
51500            ! epoc/config.sh win32/Makefile win32/config_H.bc
51501            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
51502 ____________________________________________________________________________
51503 [  9616] By: jhi                                   on 2001/04/07  17:46:33
51504         Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
51505      Branch: perl
51506            ! pod/perl571delta.pod
51507 ____________________________________________________________________________
51508 [  9615] By: jhi                                   on 2001/04/07  17:33:21
51509         Log: Change the toc configuration.
51510      Branch: perl
51511            ! pod/buildtoc.PL pod/perl.pod
51512 ____________________________________________________________________________
51513 [  9614] By: jhi                                   on 2001/04/07  17:29:47
51514         Log: Subject: PATCH: $[
51515              From: Robin Houston <robin@kitsite.com>
51516              Date: Fri, 6 Apr 2001 18:10:14 +0100
51517              Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
51518      Branch: perl
51519            ! op.c t/op/array.t
51520 ____________________________________________________________________________
51521 [  9613] By: jhi                                   on 2001/04/07  17:28:26
51522         Log: Subject: [PATCH perl@9424] isn't numeric warning
51523              From: Robin Barker <rmb1@cise.npl.co.uk>
51524              Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
51525              Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
51526      Branch: perl
51527            ! sv.c t/pragma/warn/sv
51528 ____________________________________________________________________________
51529 [  9612] By: jhi                                   on 2001/04/07  17:26:45
51530         Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
51531              From: Mike Guy <mjtg@cam.ac.uk>
51532              Date: Fri, 06 Apr 2001 12:47:06 +0100
51533              Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
51534      Branch: perl
51535            ! dump.c t/lib/peek.t
51536 ____________________________________________________________________________
51537 [  9611] By: jhi                                   on 2001/04/07  17:21:35
51538         Log: Create perl571delta and seed it off with the perldelta changes
51539              since 5.7.0; remove those changes from perldelta and rename it
51540              as perl570delta; recreate perldelta but leave it almost empty.
51541      Branch: perl
51542            + pod/perl570delta.pod pod/perl571delta.pod
51543            ! MANIFEST pod/perldelta.pod
51544 ____________________________________________________________________________
51545 [  9610] By: jhi                                   on 2001/04/07  16:56:32
51546         Log: Denit.
51547      Branch: perl
51548            ! pod/perldelta.pod
51549 ____________________________________________________________________________
51550 [  9609] By: jhi                                   on 2001/04/07  16:38:32
51551         Log: Retract #9523: needs more thought.
51552      Branch: perl
51553            ! Makefile.SH
51554 ____________________________________________________________________________
51555 [  9608] By: jhi                                   on 2001/04/07  14:59:20
51556         Log: atmark() code cleanaup.
51557      Branch: perl
51558            ! ext/IO/IO.xs
51559 ____________________________________________________________________________
51560 [  9607] By: jhi                                   on 2001/04/07  14:48:14
51561         Log: Integrate change #9605 from maintperl into mainline.
51562              
51563              can't optimize away scope entry if tr/// is present
51564      Branch: perl
51565           !> op.c t/op/tr.t
51566 ____________________________________________________________________________
51567 [  9606] By: jhi                                   on 2001/04/07  14:43:59
51568         Log: Integrate perlio.
51569      Branch: perl
51570           +> win32/FindExt.pm
51571           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
51572           !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
51573 ____________________________________________________________________________
51574 [  9605] By: gsar                                  on 2001/04/07  11:52:40
51575         Log: can't optimize away scope entry if tr/// is present
51576      Branch: maint-5.6/perl
51577            ! op.c t/op/tr.t
51578 ____________________________________________________________________________
51579 [  9604] By: nick                                  on 2001/04/07  11:39:45
51580         Log: Split out extension finding code from buildext.pl into FindExt.pm
51581              Use it to get Config.pm's idea of available extensions in line
51582              with what is built.
51583      Branch: perlio
51584            + win32/FindExt.pm
51585            ! MANIFEST win32/buildext.pl win32/config_sh.PL
51586            ! win32/makefile.mk
51587 ____________________________________________________________________________
51588 [  9603] By: nick                                  on 2001/04/07  09:11:38
51589         Log: Cleanup correction for failed :Via() layer, also set an error code.
51590      Branch: perlio
51591            ! ext/PerlIO/Via/Via.xs
51592 ____________________________________________________________________________
51593 [  9602] By: nick                                  on 2001/04/07  08:38:04
51594         Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
51595              style. So don't use binmode() on the handles so that Win32 etc. see
51596              same sequence and produce same digests.
51597      Branch: perlio
51598            ! t/lib/md5-file.t
51599 ____________________________________________________________________________
51600 [  9601] By: nick                                  on 2001/04/07  08:36:26
51601         Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
51602              Else it complains and so crlf layer (say) does not get pushed.
51603      Branch: perlio
51604            ! perlio.c
51605 ____________________________________________________________________________
51606 [  9600] By: jhi                                   on 2001/04/06  23:00:09
51607         Log: Integrate change #9599 from perlio into mainline.
51608      Branch: perl
51609           !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
51610           !> win32/config_H.vc
51611 ____________________________________________________________________________
51612 [  9599] By: nick                                  on 2001/04/06  21:42:43
51613         Log: Quote $VERSION in Encode.pm.
51614              regen_config_h as requested.
51615      Branch: perlio
51616            ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
51617            ! win32/config_H.vc
51618 ____________________________________________________________________________
51619 [  9598] By: nick                                  on 2001/04/06  20:34:59
51620         Log: Integrate mainline
51621      Branch: perlio
51622           +> README.macos
51623           !> (integrate 39 files)
51624 ____________________________________________________________________________
51625 [  9597] By: gsar                                  on 2001/04/06  18:06:35
51626         Log: integrate change#9464 from mainline (addendum to change#8313)
51627              
51628              Subject: [PATCH @9452] Better peep()ing for foreach() loops
51629      Branch: maint-5.6/perl
51630           !> op.c
51631 ____________________________________________________________________________
51632 [  9596] By: jhi                                   on 2001/04/06  17:26:03
51633         Log: The d_casti32=undef is good for you even when not use64bitall.
51634      Branch: perl
51635            ! hints/hpux.sh
51636 ____________________________________________________________________________
51637 [  9595] By: gsar                                  on 2001/04/06  14:57:17
51638         Log: add a low-impact fix to accommodate darwin-ism
51639      Branch: maint-5.6/perl
51640            ! ext/Errno/Errno_pm.PL
51641 ____________________________________________________________________________
51642 [  9594] By: jhi                                   on 2001/04/06  14:55:14
51643         Log: Integrate changes #9528,9593 from mainline into maintperl;
51644              tweaking the editor/IDE/shell list.
51645      Branch: maint-5.6/perl
51646           !> pod/perlfaq3.pod
51647 ____________________________________________________________________________
51648 [  9593] By: jhi                                   on 2001/04/06  14:51:39
51649         Log: Make the editor/IDE/shell list a little bit airier.
51650      Branch: perl
51651            ! pod/perlfaq3.pod
51652 ____________________________________________________________________________
51653 [  9592] By: gsar                                  on 2001/04/06  14:45:18
51654         Log: integrate change#9477 from mainline (base.pm doc tweak)
51655              
51656              missing doc entry for fmod()
51657      Branch: maint-5.6/perl
51658            ! lib/Math/BigFloat.pm
51659           !> lib/base.pm
51660 ____________________________________________________________________________
51661 [  9591] By: jhi                                   on 2001/04/06  13:55:48
51662         Log: Regen toc.
51663      Branch: perl
51664            ! pod/perltoc.pod
51665 ____________________________________________________________________________
51666 [  9590] By: jhi                                   on 2001/04/06  13:54:52
51667         Log: Math::BigFloat patches from John Peacock.  The equivalent
51668              of #9586 from maintperl but reworked by John to work with
51669              the bleadperl.
51670      Branch: perl
51671            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
51672 ____________________________________________________________________________
51673 [  9589] By: jhi                                   on 2001/04/06  13:42:23
51674         Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
51675      Branch: perl
51676            ! ext/Digest/MD5/Makefile.PL
51677 ____________________________________________________________________________
51678 [  9588] By: jhi                                   on 2001/04/06  13:31:45
51679         Log: Integrate changes #9584,9587 from maintperl into mainline.
51680              
51681              keep eval"" CVs alive until the end of the statement in which
51682              they're called
51683              
51684              add README.macos (from Chris Nandor)
51685              
51686              tyop in change#9555
51687      Branch: perl
51688           +> README.macos
51689           !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
51690           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
51691           !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
51692           !> win32/makefile.mk
51693 ____________________________________________________________________________
51694 [  9587] By: gsar                                  on 2001/04/06  07:31:30
51695         Log: add README.macos (from Chris Nandor)
51696              
51697              tyop in change#9555
51698      Branch: maint-5.6/perl
51699            + README.macos
51700            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
51701            ! win32/Makefile win32/makefile.mk
51702 ____________________________________________________________________________
51703 [  9586] By: gsar                                  on 2001/04/06  07:08:54
51704         Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
51705      Branch: maint-5.6/perl
51706            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
51707 ____________________________________________________________________________
51708 [  9585] By: gsar                                  on 2001/04/06  06:58:44
51709         Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
51710              from mainline
51711              
51712              Subject: [PATCH] Base64 update to perlfaq9.pod
51713              
51714              Subject: [PATCH AUTHORS] Housekeeping
51715              
51716              Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
51717              Mac OS X (Darwin) has extra pwent fields.
51718              
51719              Subject: [PATCH B::*] print control-character vars readably
51720              Needs EBCDICification.
51721              
51722              Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
51723              
51724              Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
51725              
51726              Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
51727              
51728              Subject: [PATCH B::Deparse] binmode is no longer an UNOP
51729              
51730              Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
51731              
51732              Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
51733              
51734              Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
51735              
51736              Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
51737              
51738              FreeBSD hints tweak from Anton Berezin.
51739              
51740              Subject: [PATCH foolperl & bleadperl] README.vms update
51741              
51742              Subject: Re: [PATCH foolperl & bleadperl] README.vms update
51743      Branch: maint-5.6/perl
51744           !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
51745           !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
51746           !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
51747 ____________________________________________________________________________
51748 [  9584] By: gsar                                  on 2001/04/06  04:09:00
51749         Log: keep eval"" CVs alive until the end of the statement in which
51750              they're called; this avoids a coredump ensuing from search for
51751              lexicals in code such as:
51752              
51753              sub bug {
51754              my $s = @_;
51755              eval q[sub { eval 'sub { &$s }' }];
51756              }
51757              bug("x")->()->();
51758              
51759              this code still doesn't work as intended (as it has remained
51760              since time immemorial), but it doesn't provoke a coredump anymore
51761      Branch: maint-5.6/perl
51762            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
51763            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
51764 ____________________________________________________________________________
51765 [  9583] By: jhi                                   on 2001/04/05  23:52:51
51766         Log: Update Changes.
51767      Branch: perl
51768            ! Changes patchlevel.h
51769 ____________________________________________________________________________
51770 [  9582] By: jhi                                   on 2001/04/05  23:11:23
51771         Log: Slight doc tweak.
51772      Branch: perl
51773            ! pod/perlunicode.pod
51774 ____________________________________________________________________________
51775 [  9581] By: jhi                                   on 2001/04/05  23:04:11
51776         Log: Integrate perlio.
51777      Branch: perl
51778           !> pod/perlunicode.pod
51779 ____________________________________________________________________________
51780 [  9580] By: jhi                                   on 2001/04/05  23:03:29
51781         Log: Test for #9579.
51782      Branch: perl
51783            ! t/op/do.t
51784 ____________________________________________________________________________
51785 [  9579] By: jhi                                   on 2001/04/05  22:54:17
51786         Log: Subject: [PATCH] Propagate calling context for do '...'
51787              From: Gisle Aas <gisle@ActiveState.com>
51788              Date: 04 Apr 2001 20:17:29 -0700
51789              Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
51790      Branch: perl
51791            ! pod/perlfunc.pod pp_ctl.c
51792 ____________________________________________________________________________
51793 [  9578] By: jhi                                   on 2001/04/05  22:52:51
51794         Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
51795              From: Peter Prymmer <pvhp@forte.com>
51796              Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
51797              Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
51798      Branch: perl
51799            ! README.vms
51800 ____________________________________________________________________________
51801 [  9577] By: jhi                                   on 2001/04/05  22:48:22
51802         Log: Subject: [PATCH foolperl & bleadperl] README.vms update
51803              From: "Craig A. Berry" <craigberry@mac.com>
51804              Date: Thu, 5 Apr 2001 13:43:28 -0500
51805              Message-Id: <p04330101b6f269936918@[172.16.52.1]>
51806      Branch: perl
51807            ! README.vms
51808 ____________________________________________________________________________
51809 [  9576] By: jhi                                   on 2001/04/05  22:31:38
51810         Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
51811              From: Michael G Schwern <schwern@pobox.com>
51812              Date: Thu, 5 Apr 2001 21:53:21 +0100
51813              Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
51814      Branch: perl
51815            ! lib/base.pm t/lib/fields.t
51816 ____________________________________________________________________________
51817 [  9575] By: jhi                                   on 2001/04/05  22:26:10
51818         Log: FreeBSD hints tweak from Anton Berezin.
51819      Branch: perl
51820            ! hints/freebsd.sh
51821 ____________________________________________________________________________
51822 [  9574] By: jhi                                   on 2001/04/05  22:24:03
51823         Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
51824              From: David Dyck <dcd@tc.fluke.com>
51825              Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
51826              Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
51827      Branch: perl
51828            ! t/op/oct.t
51829 ____________________________________________________________________________
51830 [  9573] By: jhi                                   on 2001/04/05  22:23:06
51831         Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
51832              Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
51833              From: David Dyck <dcd@tc.fluke.com>
51834              Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
51835      Branch: perl
51836            ! pp.c
51837 ____________________________________________________________________________
51838 [  9572] By: jhi                                   on 2001/04/05  22:14:47
51839         Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
51840              From: Robin Houston <robin@kitsite.com>
51841              Date: Thu, 5 Apr 2001 20:56:48 +0100
51842              Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
51843      Branch: perl
51844            ! ext/B/B/Deparse.pm
51845 ____________________________________________________________________________
51846 [  9571] By: jhi                                   on 2001/04/05  22:12:53
51847         Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
51848              From: Robin Houston <robin@kitsite.com>
51849              Date: Thu, 5 Apr 2001 19:55:51 +0100
51850              Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
51851      Branch: perl
51852            ! ext/B/B/Deparse.pm
51853 ____________________________________________________________________________
51854 [  9570] By: jhi                                   on 2001/04/05  22:11:06
51855         Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
51856              From: Robin Houston <robin@kitsite.com>
51857              Date: Thu, 5 Apr 2001 20:16:29 +0100
51858              Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
51859      Branch: perl
51860            ! ext/B/B/Deparse.pm
51861 ____________________________________________________________________________
51862 [  9569] By: nick                                  on 2001/04/05  21:32:26
51863         Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
51864      Branch: perlio
51865            ! pod/perlunicode.pod
51866 ____________________________________________________________________________
51867 [  9568] By: nick                                  on 2001/04/05  19:38:09
51868         Log: Integrate mainline
51869      Branch: perlio
51870           +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
51871           !> (integrate 35 files)
51872 ____________________________________________________________________________
51873 [  9567] By: jhi                                   on 2001/04/05  18:31:45
51874         Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
51875              From: Robin Houston <robin@kitsite.com>
51876              Date: Thu, 5 Apr 2001 18:03:23 +0100
51877              Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
51878      Branch: perl
51879            ! ext/B/B/Deparse.pm
51880 ____________________________________________________________________________
51881 [  9566] By: jhi                                   on 2001/04/05  18:29:35
51882         Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
51883              From: Robin Houston <robin@kitsite.com>
51884              Date: Thu, 5 Apr 2001 16:45:18 +0100
51885              Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
51886      Branch: perl
51887            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
51888 ____________________________________________________________________________
51889 [  9565] By: jhi                                   on 2001/04/05  18:24:23
51890         Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
51891              From: Robin Houston <robin@kitsite.com>
51892              Date: Thu, 5 Apr 2001 14:50:09 +0100
51893              Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
51894      Branch: perl
51895            ! ext/B/B/Deparse.pm
51896 ____________________________________________________________________________
51897 [  9564] By: jhi                                   on 2001/04/05  18:23:03
51898         Log: Subject: [PATCH B::*] print control-character vars readably
51899              From: Robin Houston <robin@kitsite.com>
51900              Date: Thu, 5 Apr 2001 14:27:38 +0100
51901              Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
51902              
51903              Needs EBCDICification.
51904      Branch: perl
51905            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
51906            ! ext/B/B/Terse.pm
51907 ____________________________________________________________________________
51908 [  9563] By: jhi                                   on 2001/04/05  18:20:32
51909         Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
51910              Date: Thu, 5 Apr 2001 13:21:42 -0400
51911              From: Paul Schinder <schinder@pobox.com>
51912              Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
51913              
51914              Mac OS X (Darwin) has extra pwent fields.
51915      Branch: perl
51916            ! t/op/pwent.t
51917 ____________________________________________________________________________
51918 [  9562] By: jhi                                   on 2001/04/05  17:57:51
51919         Log: Regen toc.
51920      Branch: perl
51921            ! pod/perltoc.pod
51922 ____________________________________________________________________________
51923 [  9561] By: jhi                                   on 2001/04/05  17:47:33
51924         Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
51925      Branch: metaconfig
51926            ! U/Glossary.patch
51927      Branch: metaconfig/U/perl
51928            + d_u32align.U
51929            ! d_cmsghdr_s.U d_msghdr_s.U
51930 ____________________________________________________________________________
51931 [  9560] By: jhi                                   on 2001/04/05  17:47:01
51932         Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
51933              ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
51934              Introduce probes for struct msghdr, struct cmsghdr,
51935              sendmsg, recvmsg, readv, writev, setitimer, getitimer,
51936              ualarm, usleep, for possible later extension work.
51937      Branch: perl
51938            + t/lib/md5-align.t
51939            ! Configure MANIFEST Porting/Glossary Porting/config.sh
51940            ! Porting/config_H config_h.SH configure.com epoc/config.sh
51941            ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
51942            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
51943            ! vos/config.ga.h win32/config.bc win32/config.gc
51944            ! win32/config.vc
51945 ____________________________________________________________________________
51946 [  9559] By: jhi                                   on 2001/04/05  13:03:04
51947         Log: Be traditional in your cpp (for the Errno extension).
51948      Branch: perl
51949            ! hints/darwin.sh
51950 ____________________________________________________________________________
51951 [  9558] By: jhi                                   on 2001/04/05  13:00:05
51952         Log: Add $Config{cppflags} to the gcc incantation.
51953      Branch: perl
51954            ! ext/Errno/Errno_pm.PL
51955 ____________________________________________________________________________
51956 [  9557] By: jhi                                   on 2001/04/05  04:22:39
51957         Log: Introduce Sean Burke's Class::ISA 0.32.
51958      Branch: perl
51959            + lib/Class/ISA.pm t/lib/class-isa.t
51960            ! MANIFEST
51961 ____________________________________________________________________________
51962 [  9556] By: jhi                                   on 2001/04/05  04:09:50
51963         Log: Subject: [PATCH AUTHORS] Housekeeping
51964              From: Paul Johnson <paul@pjcj.net> 
51965              Date: Wed, 4 Apr 2001 22:45:47 +0200
51966              Message-ID: <20010404224547.D9548@pjcj.net>
51967      Branch: perl
51968            ! AUTHORS
51969 ____________________________________________________________________________
51970 [  9555] By: jhi                                   on 2001/04/05  04:06:33
51971         Log: Subject: [PATCH] Base64 update to perlfaq9.pod
51972              From: Gisle Aas <gisle@ActiveState.com>
51973              Date: 04 Apr 2001 14:23:04 -0700
51974              Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
51975      Branch: perl
51976            ! pod/perlfaq9.pod
51977 ____________________________________________________________________________
51978 [  9554] By: jhi                                   on 2001/04/05  04:05:49
51979         Log: Downgrade also the "Wide character" diagnostic.
51980      Branch: perl
51981            ! pod/perldiag.pod
51982 ____________________________________________________________________________
51983 [  9553] By: jhi                                   on 2001/04/05  04:00:33
51984         Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
51985              maintperl into mainline.
51986              
51987              "double" should be "NV"; standard typemap is missing entry
51988              for NV
51989              
51990              s/djSP/dSP/
51991              
51992              Downgrade "Wide character in print" to a warning.
51993              
51994              B::Deparse fix for ${^FOO} and documentation for PVX() method
51995              (from Robin Houston)
51996              
51997              tr/// doesn't null-terminate the result in some situations
51998              (from Gisle Aas)
51999      Branch: perl
52000           !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
52001           !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
52002           !> t/io/utf8.t t/op/tr.t
52003 ____________________________________________________________________________
52004 [  9552] By: jhi                                   on 2001/04/05  03:52:50
52005         Log: Retract changes #9542 and #9538 (from maintperl, integrated
52006              at #9540), shouldn't be needed because of the perlio changes.
52007      Branch: perl
52008            ! util.c
52009 ____________________________________________________________________________
52010 [  9551] By: gsar                                  on 2001/04/05  00:18:34
52011         Log: tr/// doesn't null-terminate the result in some situations
52012              (from Gisle Aas)
52013      Branch: maint-5.6/perl
52014            ! doop.c t/op/tr.t
52015 ____________________________________________________________________________
52016 [  9550] By: gsar                                  on 2001/04/04  20:04:17
52017         Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
52018              (from Robin Houston)
52019      Branch: maint-5.6/perl
52020            ! ext/B/B.pm ext/B/B/Deparse.pm
52021 ____________________________________________________________________________
52022 [  9549] By: nick                                  on 2001/04/04  18:56:15
52023         Log: Downgrade "Wide character in print" to a warning.
52024      Branch: perlio
52025            ! doio.c t/io/utf8.t
52026 ____________________________________________________________________________
52027 [  9548] By: gsar                                  on 2001/04/04  18:51:49
52028         Log: integrate changes#9460,9462,9482,9521,9522
52029              
52030              Subject: PATCH: B::Debug should show LOOP-specific fields
52031              
52032              Subject: B::Deparse precedence bug. (Patch included.)
52033              
52034              Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
52035              
52036              Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
52037              
52038              Subject: [PATCH B::Concise] padname values may have bogus SvCUR
52039      Branch: maint-5.6/perl
52040           !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
52041           !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
52042 ____________________________________________________________________________
52043 [  9547] By: gsar                                  on 2001/04/04  18:49:16
52044         Log: s/djSP/dSP/
52045      Branch: maint-5.6/perl
52046            ! ext/Thread/Thread.xs
52047 ____________________________________________________________________________
52048 [  9546] By: nick                                  on 2001/04/04  18:44:00
52049         Log: Integrate mainline.
52050      Branch: perlio
52051           !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
52052           !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
52053 ____________________________________________________________________________
52054 [  9545] By: gsar                                  on 2001/04/04  18:38:52
52055         Log: integrate change#8837 from mainline
52056              
52057              Subject: [patch] -Wall cleanup round 2
52058      Branch: maint-5.6/perl
52059           !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
52060           !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
52061           !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
52062           !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
52063           !> ext/SDBM_File/SDBM_File.xs
52064 ____________________________________________________________________________
52065 [  9544] By: gsar                                  on 2001/04/04  17:49:57
52066         Log: "double" should be "NV"; standard typemap is missing entry
52067              for NV
52068      Branch: maint-5.6/perl
52069            ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
52070 ____________________________________________________________________________
52071 [  9543] By: jhi                                   on 2001/04/04  14:13:18
52072         Log: Thou shalt not (just) match for English error messages.
52073      Branch: perl
52074            ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
52075            ! os2/OS2/Process/Process.pm
52076 ____________________________________________________________________________
52077 [  9542] By: jhi                                   on 2001/04/04  13:20:39
52078         Log: Make the stdio tricks of fflush_all() to exist only if
52079              stdio is being used.
52080      Branch: perl
52081            ! util.c
52082 ____________________________________________________________________________
52083 [  9541] By: jhi                                   on 2001/04/04  04:20:24
52084         Log: Subject: Re: [PATCH] Lighten up glob
52085              From: Benjamin Sugars <bsugars@canoe.ca>
52086              Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
52087              Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
52088      Branch: perl
52089            ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
52090            ! util.c
52091 ____________________________________________________________________________
52092 [  9540] By: jhi                                   on 2001/04/04  04:03:57
52093         Log: Integrate changes #9538,9539 from maintperl into mainline.
52094              
52095              fflush() is a macro on SunOS 4.1.x, so provide a wrapper
52096              for use with _fwalk() (fix for change#7705)
52097              
52098              another tweak needed for SunOS 4.1.x build (from Mike Guy)
52099              (cp -f is not portable)
52100      Branch: perl
52101           !> Makefile.SH util.c
52102 ____________________________________________________________________________
52103 [  9539] By: gsar                                  on 2001/04/04  03:01:14
52104         Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
52105      Branch: maint-5.6/perl
52106            ! Makefile.SH
52107 ____________________________________________________________________________
52108 [  9538] By: gsar                                  on 2001/04/04  01:00:38
52109         Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
52110              for use with _fwalk() (fix for change#7705)
52111      Branch: maint-5.6/perl
52112            ! util.c
52113 ____________________________________________________________________________
52114 [  9537] By: nick                                  on 2001/04/03  19:24:55
52115         Log: Integrate mainline
52116      Branch: perlio
52117           +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
52118           +> lib/unicode/PropList.html
52119            - lib/unicode/Names.txt lib/unicode/README.Ethiopic
52120           !> (integrate 69 files)
52121 ____________________________________________________________________________
52122 [  9536] By: jhi                                   on 2001/04/03  18:02:31
52123         Log: Integrate change #9533 from maintperl into mainline.
52124              
52125              better fix for change#9517 to accomodate UNC paths like
52126              \\server\share\foo, and paths with trailing backslash
52127              like c:\this\
52128      Branch: perl
52129           !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
52130 ____________________________________________________________________________
52131 [  9535] By: jhi                                   on 2001/04/03  17:58:07
52132         Log: Change the push/unshift warning to be of class syntax, not misc.
52133      Branch: perl
52134            ! op.c pod/perldiag.pod t/pragma/warn/op
52135 ____________________________________________________________________________
52136 [  9534] By: jhi                                   on 2001/04/03  15:03:46
52137         Log: Change the push/unshift warning (#9532) to talk about "no values"
52138              instead of "no arguments".
52139      Branch: perl
52140            ! op.c pod/perldiag.pod t/pragma/warn/op
52141 ____________________________________________________________________________
52142 [  9533] By: gsar                                  on 2001/04/03  14:30:07
52143         Log: better fix for change#9517 to accomodate UNC paths like
52144              \\server\share\foo, and paths with trailing backslash
52145              like c:\this\
52146      Branch: maint-5.6/perl
52147            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
52148 ____________________________________________________________________________
52149 [  9532] By: jhi                                   on 2001/04/03  13:11:46
52150         Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
52151              From: Robin Houston <robin@kitsite.com>
52152              Date: Mon, 2 Apr 2001 15:03:29 +0100
52153              Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
52154      Branch: perl
52155            ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
52156 ____________________________________________________________________________
52157 [  9531] By: jhi                                   on 2001/04/03  13:06:34
52158         Log: Integrate change #9530 from maintperl into mainline.
52159              
52160              accomodate VMS "mailbox overflow" quirk in testsuite (from
52161              Craig Berry)
52162      Branch: perl
52163           !> t/lib/socket.t
52164 ____________________________________________________________________________
52165 [  9530] By: gsar                                  on 2001/04/03  04:56:41
52166         Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
52167              Craig Berry)
52168      Branch: maint-5.6/perl
52169            ! t/lib/socket.t
52170 ____________________________________________________________________________
52171 [  9529] By: jhi                                   on 2001/04/03  02:34:34
52172         Log: Update Changes.
52173      Branch: perl
52174            ! Changes patchlevel.h
52175 ____________________________________________________________________________
52176 [  9528] By: jhi                                   on 2001/04/03  01:27:57
52177         Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
52178              Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
52179              To: perl5-porters@perl.org
52180              Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
52181      Branch: perl
52182            ! pod/perlfaq3.pod
52183 ____________________________________________________________________________
52184 [  9527] By: jhi                                   on 2001/04/03  01:22:09
52185         Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
52186              From: Peter Prymmer <pvhp@forte.com>
52187              Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
52188              Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>      
52189      Branch: perl
52190            ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
52191 ____________________________________________________________________________
52192 [  9526] By: jhi                                   on 2001/04/03  01:18:25
52193         Log: The metaconfig unit changes for #9525.
52194      Branch: metaconfig
52195            ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
52196      Branch: metaconfig/U/perl
52197            ! use64bits.U
52198 ____________________________________________________________________________
52199 [  9525] By: jhi                                   on 2001/04/03  01:17:30
52200         Log: Configure sanity checks:
52201              * if use64bitall is attempted but pointers are only 32-bit,
52202              'downgrade' to use64bitint
52203              * if use64bitint is attempted but there's no quad type,
52204              forget about use64bitint (well, the default for it is 'n',
52205              the user can still override this)
52206              * if pointers are 64 bits, do not try to use Perl's malloc
52207      Branch: perl
52208            ! Configure
52209 ____________________________________________________________________________
52210 [  9524] By: gsar                                  on 2001/04/03  01:09:12
52211         Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
52212      Branch: maint-5.6/perl
52213            ! pp_sys.c
52214 ____________________________________________________________________________
52215 [  9523] By: jhi                                   on 2001/04/03  00:02:31
52216         Log: (Retracted by #9609)
52217              
52218              Make it harder for parallel makes to enter 'test' before
52219              Dynaloader and File::Glob are happy.  (In principle 'make_ext'
52220              should be unhappy enough, but sometimes parallel makes seem
52221              to sneak past both in Tru64 and AIX.)
52222      Branch: perl
52223            ! Makefile.SH
52224 ____________________________________________________________________________
52225 [  9522] By: jhi                                   on 2001/04/02  22:35:31
52226         Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
52227              Date: Mon, 2 Apr 2001 22:54:10 +0100
52228              From: Robin Houston <robin@kitsite.com>
52229              Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
52230      Branch: perl
52231            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
52232 ____________________________________________________________________________
52233 [  9521] By: jhi                                   on 2001/04/02  22:32:23
52234         Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
52235              From: Robin Houston <robin@kitsite.com>
52236              Date: Mon, 2 Apr 2001 20:24:03 +0100
52237              Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
52238      Branch: perl
52239            ! ext/B/B/Concise.pm
52240 ____________________________________________________________________________
52241 [  9520] By: jhi                                   on 2001/04/02  22:30:43
52242         Log: Subject: [PATCH] REALLY pedantic hv.h nit
52243              From: Simon Cozens <simon@netthink.co.uk>
52244              Date: Mon, 2 Apr 2001 15:43:06 +0100
52245              Message-ID: <20010402154306.A21711@netthink.co.uk>
52246      Branch: perl
52247            ! hv.h
52248 ____________________________________________________________________________
52249 [  9519] By: jhi                                   on 2001/04/02  22:28:04
52250         Log: Based on
52251              
52252              Subject: [foolperl] EPOC fix
52253              From: Olaf Flebbe <O.Flebbe@science-computing.de>
52254              Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
52255              Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
52256      Branch: perl
52257            ! pp_sys.c
52258 ____________________________________________________________________________
52259 [  9518] By: jhi                                   on 2001/04/02  22:22:34
52260         Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
52261              
52262              README.win32 tweaks; add a note about alternative location for
52263              getting a gcc-2.95.2 that will build perl properly on windows
52264              
52265              add some notes about gutsy threading matters
52266              
52267              many of the utilities interpolate literal paths within doublequotes
52268              (fails on dosish platforms where path contains backslashes)
52269      Branch: perl
52270           !> README.win32 pod/perlguts.pod utils/perldoc.PL
52271           !> x2p/find2perl.PL x2p/s2p.PL
52272 ____________________________________________________________________________
52273 [  9517] By: gsar                                  on 2001/04/02  19:52:21
52274         Log: many of the utilities interpolate literal paths within doublequotes
52275              (fails on dosish platforms where path contains backslashes)
52276      Branch: maint-5.6/perl
52277            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
52278 ____________________________________________________________________________
52279 [  9516] By: gsar                                  on 2001/04/02  05:49:37
52280         Log: a foolish release
52281      Branch: maint-5.6/perl
52282            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
52283            ! pod/perltoc.pod
52284 ____________________________________________________________________________
52285 [  9515] By: gsar                                  on 2001/04/02  05:04:29
52286         Log: add missing changelog summaries
52287      Branch: maint-5.6/perl
52288            ! Changes
52289 ____________________________________________________________________________
52290 [  9514] By: gsar                                  on 2001/04/02  04:07:13
52291         Log: add some notes about gutsy threading matters
52292      Branch: maint-5.6/perl
52293            ! pod/perlguts.pod
52294 ____________________________________________________________________________
52295 [  9513] By: gsar                                  on 2001/04/02  03:25:21
52296         Log: add more prominent caveat notices about experimental features
52297      Branch: maint-5.6/perl
52298            ! pod/perlfork.pod pod/perlunicode.pod
52299 ____________________________________________________________________________
52300 [  9512] By: gsar                                  on 2001/04/02  02:54:33
52301         Log: integrate changes#9479,9509 from mainline
52302              
52303              [PATCH] File::Glob stuff for Mac OS
52304              
52305              [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
52306      Branch: maint-5.6/perl
52307           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
52308           !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
52309           !> t/lib/glob-taint.t
52310 ____________________________________________________________________________
52311 [  9511] By: gsar                                  on 2001/04/02  02:38:24
52312         Log: README.win32 tweaks; add a note about alternative location for
52313              getting a gcc-2.95.2 that will build perl properly on windows
52314      Branch: maint-5.6/perl
52315            ! README.win32
52316 ____________________________________________________________________________
52317 [  9510] By: jhi                                   on 2001/04/01  20:45:10
52318         Log: An ambiguousity warning.
52319      Branch: perl
52320            ! t/lib/trig.t
52321 ____________________________________________________________________________
52322 [  9509] By: jhi                                   on 2001/04/01  19:53:47
52323         Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
52324              From: Jonathan Stowe <gellyfish@gellyfish.com>
52325              Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
52326              Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
52327      Branch: perl
52328            ! ext/File/Glob/bsd_glob.c
52329 ____________________________________________________________________________
52330 [  9508] By: jhi                                   on 2001/04/01  19:35:03
52331         Log: Update Changes.
52332      Branch: perl
52333            ! Changes patchlevel.h
52334 ____________________________________________________________________________
52335 [  9507] By: jhi                                   on 2001/04/01  19:24:01
52336         Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
52337              from mainline to maintperl: pod tweaks.
52338      Branch: maint-5.6/perl
52339           !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
52340           !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
52341           !> pod/perlvar.pod
52342 ____________________________________________________________________________
52343 [  9506] By: jhi                                   on 2001/04/01  19:11:53
52344         Log: Commit Sarathy to April release of 5.6.1 :-)
52345      Branch: perl
52346            ! pod/perlfaq1.pod
52347 ____________________________________________________________________________
52348 [  9505] By: jhi                                   on 2001/04/01  19:03:15
52349         Log: Subject: PATCH 5.6.0 (perldebug.pod)
52350              From: Mark-Jason Dominus <mjd@plover.com>
52351              Date: Sun, 01 Apr 2001 14:25:11 -0400
52352              Message-ID: <20010401182511.9247.qmail@plover.com>
52353      Branch: perl
52354            ! pod/perldebug.pod
52355 ____________________________________________________________________________
52356 [  9504] By: jhi                                   on 2001/04/01  18:43:09
52357         Log: Add great_circle_direction().
52358      Branch: perl
52359            ! lib/Math/Trig.pm t/lib/trig.t
52360 ____________________________________________________________________________
52361 [  9503] By: jhi                                   on 2001/04/01  17:29:12
52362         Log: Unicode ReadMe update for Unicode 3.1.
52363      Branch: perl
52364            ! lib/unicode/ReadMe.txt
52365 ____________________________________________________________________________
52366 [  9502] By: jhi                                   on 2001/04/01  17:18:40
52367         Log: Integrate change #9501 from maintperl into mainline.
52368              
52369              fix the perlembed notes on multiple interpreters
52370              
52371              fix ExtUtils::Embed to work passably on Windows
52372      Branch: perl
52373           !> lib/ExtUtils/Embed.pm pod/perlembed.pod
52374 ____________________________________________________________________________
52375 [  9501] By: gsar                                  on 2001/04/01  07:21:57
52376         Log: fix the perlembed notes on multiple interpreters
52377              
52378              fix ExtUtils::Embed to work passably on Windows
52379      Branch: maint-5.6/perl
52380            ! lib/ExtUtils/Embed.pm pod/perlembed.pod
52381 ____________________________________________________________________________
52382 [  9500] By: jhi                                   on 2001/04/01  05:58:23
52383         Log: Test for #9499.
52384      Branch: perl
52385            ! t/op/tr.t
52386 ____________________________________________________________________________
52387 [  9499] By: jhi                                   on 2001/04/01  05:55:46
52388         Log: tr/// UTF-8 tweaking from Inaba Hiroto.
52389      Branch: perl
52390            ! embed.h embed.pl op.c proto.h
52391 ____________________________________________________________________________
52392 [  9498] By: jhi                                   on 2001/04/01  05:44:34
52393         Log: Protect the workaround hunk more.
52394      Branch: perl
52395            ! toke.c
52396 ____________________________________________________________________________
52397 [  9497] By: jhi                                   on 2001/04/01  00:24:25
52398         Log: Integrate changes #9493,9494,9495,9496 from maintperl
52399              into mainline.
52400              
52401              fix a broken workaround for Borland compiler in change#4739
52402              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
52403              
52404              nits spotted by Borland compiler
52405              
52406              avoid redefinition warnings under Borland 5.02
52407              
52408              various nits identified by the Borland 5.5 compiler; remove suppression
52409              of a few warnings
52410      Branch: perl
52411           !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
52412           !> win32/win32.h
52413 ____________________________________________________________________________
52414 [  9496] By: gsar                                  on 2001/03/31  23:22:28
52415         Log: various nits identified by the Borland 5.5 compiler; remove suppression
52416              of a few warnings
52417      Branch: maint-5.6/perl
52418            ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
52419 ____________________________________________________________________________
52420 [  9495] By: gsar                                  on 2001/03/31  21:03:08
52421         Log: avoid redefinition warnings under Borland 5.02
52422      Branch: maint-5.6/perl
52423            ! win32/makefile.mk
52424 ____________________________________________________________________________
52425 [  9494] By: gsar                                  on 2001/03/31  20:18:59
52426         Log: nits spotted by Borland compiler
52427      Branch: maint-5.6/perl
52428            ! utf8.h win32/win32.h
52429 ____________________________________________________________________________
52430 [  9493] By: gsar                                  on 2001/03/31  20:18:05
52431         Log: fix a broken workaround for Borland compiler in change#4739
52432              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
52433      Branch: maint-5.6/perl
52434            ! toke.c
52435 ____________________________________________________________________________
52436 [  9492] By: jhi                                   on 2001/03/31  18:36:24
52437         Log: Integrate change #9491 from maintperl into mainline.
52438              
52439              Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
52440              directory is relative (need to fetch the full path name *before*
52441              the chdir!)
52442      Branch: perl
52443           !> lib/Cwd.pm
52444 ____________________________________________________________________________
52445 [  9491] By: gsar                                  on 2001/03/31  17:01:56
52446         Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
52447              directory is relative (need to fetch the full path name *before*
52448              the chdir!)
52449              
52450              this is a followup patch for change#6749
52451      Branch: maint-5.6/perl
52452            ! lib/Cwd.pm
52453 ____________________________________________________________________________
52454 [  9490] By: jhi                                   on 2001/03/31  15:50:18
52455         Log: Subject: Re: [PATCH] av.h cosmetics
52456              From: Simon Cozens <simon@netthink.co.uk>
52457              Date: Sat, 31 Mar 2001 13:09:59 +0100
52458              Message-ID: <20010331130959.A22000@netthink.co.uk>
52459              
52460              Document AvALLOC.
52461      Branch: perl
52462            ! pod/perlguts.pod
52463 ____________________________________________________________________________
52464 [  9489] By: jhi                                   on 2001/03/31  15:48:44
52465         Log: Subject: [PATCH] Re: Math::Big* v1.21
52466              From: Tels <perl_dummy@bloodgate.com>
52467              Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
52468              Message-Id: <200103311125.GAA377738@www08.hway.net>
52469      Branch: perl
52470            ! pod/perlop.pod
52471 ____________________________________________________________________________
52472 [  9488] By: jhi                                   on 2001/03/31  03:39:51
52473         Log: Debug output tweak.
52474      Branch: perl
52475            ! t/lib/cwd.t
52476 ____________________________________________________________________________
52477 [  9487] By: jhi                                   on 2001/03/31  03:33:02
52478         Log: OverVMSification.
52479      Branch: perl
52480            ! t/lib/cwd.t
52481 ____________________________________________________________________________
52482 [  9486] By: jhi                                   on 2001/03/31  03:01:40
52483         Log: Missed MANIFESTations in #9483.
52484      Branch: perl
52485            ! MANIFEST
52486 ____________________________________________________________________________
52487 [  9485] By: jhi                                   on 2001/03/31  02:58:17
52488         Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
52489              From: Peter Prymmer <pvhp@forte.com>
52490              Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
52491              Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
52492      Branch: perl
52493            ! regexec.c t/lib/cwd.t
52494 ____________________________________________________________________________
52495 [  9484] By: jhi                                   on 2001/03/31  01:04:41
52496         Log: Obsolete file (see #3938)
52497      Branch: perl
52498            - lib/unicode/README.Ethiopic
52499            ! MANIFEST
52500 ____________________________________________________________________________
52501 [  9483] By: jhi                                   on 2001/03/31  00:52:42
52502         Log: Update to Unicode 3.1.
52503              (Rename Names.txt to NamesList.txt.)
52504      Branch: perl
52505            + lib/unicode/NamesList.txt lib/unicode/PropList.html
52506            - lib/unicode/Names.txt
52507            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
52508            ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
52509            ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
52510            ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
52511            ! lib/unicode/UCD.html lib/unicode/Unicode.html
52512            ! lib/unicode/rename lib/unicode/version
52513 ____________________________________________________________________________
52514 [  9482] By: jhi                                   on 2001/03/30  23:33:44
52515         Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
52516              From: Robin Houston <robin@kitsite.com>
52517              Date: Fri, 30 Mar 2001 20:07:22 +0100
52518              Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
52519      Branch: perl
52520            ! ext/B/B/Deparse.pm
52521 ____________________________________________________________________________
52522 [  9481] By: jhi                                   on 2001/03/30  23:20:25
52523         Log: Subject: Re: [PATCH] CwdXS, Take 2
52524              From: Benjamin Sugars <bsugars@canoe.ca>
52525              Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
52526              Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
52527      Branch: perl
52528            + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
52529            ! MANIFEST lib/Cwd.pm t/lib/cwd.t
52530 ____________________________________________________________________________
52531 [  9480] By: jhi                                   on 2001/03/30  22:52:38
52532         Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
52533              From: David Dyck <dcd@tc.fluke.com>
52534              Date: Fri, 30 Mar 2001 14:44:13 -0800
52535              Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
52536              
52537              The t/rantests flags file creation was accidentally
52538              removed by #9217.
52539      Branch: perl
52540            ! Makefile.SH
52541 ____________________________________________________________________________
52542 [  9479] By: jhi                                   on 2001/03/30  22:45:45
52543         Log: Subject: [PATCH] File::Glob stuff for Mac OS
52544              From: Chris Nandor <pudge@pobox.com>
52545              Date: Fri, 30 Mar 2001 16:51:00 -0500
52546              Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
52547      Branch: perl
52548            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
52549            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
52550            ! t/lib/glob-taint.t
52551 ____________________________________________________________________________
52552 [  9478] By: jhi                                   on 2001/03/30  22:43:12
52553         Log: Subject: fix for win32/buildext.pl
52554              From: "Vadim Konovalov" <watman@inbox.ru>
52555              Date: Sat, 31 Mar 2001 00:50:36 +0400
52556              Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
52557      Branch: perl
52558            ! win32/buildext.pl
52559 ____________________________________________________________________________
52560 [  9477] By: jhi                                   on 2001/03/30  22:41:16
52561         Log: Subject: small base.pm doc patch
52562              From: Leon Brocard <acme@astray.com>
52563              Date: Fri, 30 Mar 2001 21:49:57 +0100
52564              Message-ID: <20010330214957.B8733@ns0.astray.com>
52565      Branch: perl
52566            ! lib/base.pm
52567 ____________________________________________________________________________
52568 [  9476] By: jhi                                   on 2001/03/30  18:16:57
52569         Log: Subject: [PATCH] av.h cosmetics
52570              From: Simon Cozens <simon@netthink.co.uk>
52571              Date: Fri, 30 Mar 2001 18:12:28 +0100
52572              Message-ID: <20010330181228.A9319@netthink.co.uk>
52573      Branch: perl
52574            ! av.h
52575 ____________________________________________________________________________
52576 [  9475] By: jhi                                   on 2001/03/30  18:15:50
52577         Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
52578              From: "Philip Newton" <pnewton@gmx.de>
52579              Date: Fri, 30 Mar 2001 19:06:57 +0200
52580              Message-ID: <3AC4D951.14815.1AC7068@localhost>
52581      Branch: perl
52582            ! pod/perlhack.pod
52583 ____________________________________________________________________________
52584 [  9474] By: jhi                                   on 2001/03/30  18:14:02
52585         Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
52586              From: Benjamin Sugars <bsugars@canoe.ca>
52587              Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
52588              Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
52589      Branch: perl
52590            ! t/lib/glob-basic.t
52591 ____________________________________________________________________________
52592 [  9473] By: jhi                                   on 2001/03/30  16:09:24
52593         Log: Update Changes.
52594      Branch: perl
52595            ! Changes patchlevel.h
52596 ____________________________________________________________________________
52597 [  9472] By: jhi                                   on 2001/03/30  15:16:08
52598         Log: Integrate perlio.
52599      Branch: perl
52600           !> t/lib/cwd.t t/lib/glob-basic.t
52601 ____________________________________________________________________________
52602 [  9471] By: nick                                  on 2001/03/30  14:47:10
52603         Log: Should be (^O eq 'MSWin32') not 'Win32'
52604              Fail #12 seems real - chdir is in wrong dir.
52605      Branch: perlio
52606            ! t/lib/cwd.t
52607 ____________________________________________________________________________
52608 [  9470] By: jhi                                   on 2001/03/30  14:41:11
52609         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
52610              From: Radu Greab <radu@netsoft.ro>
52611              Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
52612              Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
52613              
52614              Replace #9352.
52615      Branch: perl
52616            ! ext/Socket/Socket.xs pp_sys.c
52617 ____________________________________________________________________________
52618 [  9469] By: jhi                                   on 2001/03/30  14:37:51
52619         Log: Subject: PATCH pod/perldiag.pod
52620              From: Robin Houston <robin@kitsite.com>
52621              Date: Fri, 30 Mar 2001 14:10:36 +0100
52622              Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
52623      Branch: perl
52624            ! pod/perldiag.pod t/lib/glob-basic.t
52625 ____________________________________________________________________________
52626 [  9468] By: jhi                                   on 2001/03/30  14:36:36
52627         Log: Subject: Better diagnostic in io/fs.t
52628              From: andreas.koenig@anima.de (Andreas J. Koenig)
52629              Date: 30 Mar 2001 10:11:43 +0200
52630              Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
52631      Branch: perl
52632            ! t/io/fs.t
52633 ____________________________________________________________________________
52634 [  9467] By: nick                                  on 2001/03/30  14:25:43
52635         Log: Skip order test of glob if case-ignoring system cannot 
52636              create a.test and A.test
52637      Branch: perlio
52638            ! t/lib/glob-basic.t
52639 ____________________________________________________________________________
52640 [  9466] By: nick                                  on 2001/03/30  13:03:12
52641         Log: Integrate mainline.
52642      Branch: perlio
52643            - ext/re/hints/aix.pl
52644           !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
52645           !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
52646           !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
52647           !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
52648 ____________________________________________________________________________
52649 [  9465] By: jhi                                   on 2001/03/30  03:53:37
52650         Log: Add timeouts to the tests.  (In AIX 4.3.1.0 + vac 5.0.0.0
52651              the tests sometimes hang, sometimes not.)
52652      Branch: perl
52653            ! t/lib/io_multihomed.t t/lib/io_sock.t
52654 ____________________________________________________________________________
52655 [  9464] By: jhi                                   on 2001/03/30  02:56:04
52656         Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
52657              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
52658              Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
52659              Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
52660      Branch: perl
52661            ! op.c
52662 ____________________________________________________________________________
52663 [  9463] By: jhi                                   on 2001/03/30  02:34:48
52664         Log: Test for #9462.
52665      Branch: perl
52666            ! t/lib/b.t
52667 ____________________________________________________________________________
52668 [  9462] By: jhi                                   on 2001/03/30  02:29:37
52669         Log: Subject: B::Deparse precedence bug. (Patch included.)
52670              From: Jeremy Madea <jmadea@inktomi.com>
52671              Date: Thu, 29 Mar 2001 12:05:02 -0800
52672              Message-ID: <20010329120502.A24881@dr.inktomi.com>
52673      Branch: perl
52674            ! ext/B/B/Deparse.pm
52675 ____________________________________________________________________________
52676 [  9461] By: jhi                                   on 2001/03/30  02:18:41
52677         Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
52678              From: Peter Prymmer <pvhp@forte.com>
52679              Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
52680              Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
52681      Branch: perl
52682            ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
52683            ! t/lib/md5-file.t
52684 ____________________________________________________________________________
52685 [  9460] By: jhi                                   on 2001/03/30  02:17:07
52686         Log: Subject: PATCH: B::Debug should show LOOP-specific fields
52687              From: Robin Houston <robin@kitsite.com>
52688              Date: Thu, 29 Mar 2001 20:47:56 +0100
52689              Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
52690      Branch: perl
52691            ! ext/B/B/Debug.pm
52692 ____________________________________________________________________________
52693 [  9459] By: jhi                                   on 2001/03/30  02:16:05
52694         Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
52695              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
52696              Date: Wed, 28 Mar 2001 18:02:20 -0600
52697              Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
52698      Branch: perl
52699            ! lib/ExtUtils/MM_VMS.pm
52700 ____________________________________________________________________________
52701 [  9458] By: jhi                                   on 2001/03/30  02:07:58
52702         Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
52703              From: "Joshua E. Rodd" <jrodd@pbs.org>
52704              Date: Wed, 28 Mar 2001 17:29:12 -0500
52705              Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
52706      Branch: perl
52707            ! pod/perlop.pod
52708 ____________________________________________________________________________
52709 [  9457] By: jhi                                   on 2001/03/30  02:04:33
52710         Log: Subject: ext/re/aix.pl can go
52711              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
52712              Date: Thu, 29 Mar 2001 12:03:28 +0200
52713              Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
52714      Branch: perl
52715            - ext/re/hints/aix.pl
52716            ! MANIFEST
52717 ____________________________________________________________________________
52718 [  9456] By: jhi                                   on 2001/03/30  02:03:32
52719         Log: Integrate perlio.
52720      Branch: perl
52721           !> ext/Encode/Encode.xs installperl
52722 ____________________________________________________________________________
52723 [  9455] By: nick                                  on 2001/03/29  21:11:46
52724         Log: DLL name has changed so installperl needs to know
52725              (Why isn't it working it out or passed it?)
52726      Branch: perlio
52727            ! installperl
52728 ____________________________________________________________________________
52729 [  9454] By: nick                                  on 2001/03/29  20:56:12
52730         Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
52731              and we don't get undef warnings.
52732      Branch: perlio
52733            ! ext/Encode/Encode.xs
52734 ____________________________________________________________________________
52735 [  9453] By: nick                                  on 2001/03/29  17:58:48
52736         Log: Integrate mainline
52737      Branch: perlio
52738           !> Changes patchlevel.h
52739 ____________________________________________________________________________
52740 [  9452] By: jhi                                   on 2001/03/29  16:44:55
52741         Log: Update Changes.
52742      Branch: perl
52743            ! Changes patchlevel.h
52744 ____________________________________________________________________________
52745 [  9451] By: nick                                  on 2001/03/29  16:31:38
52746         Log: Integrate mainline
52747      Branch: perlio
52748           !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
52749           !> ext/Encode/Encode.xs ext/Storable/Storable.xs
52750           !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
52751           !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
52752           !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
52753 ____________________________________________________________________________
52754 [  9450] By: jhi                                   on 2001/03/29  16:29:17
52755         Log: Integrate perlio.
52756      Branch: perl
52757           !> win32/buildext.pl
52758 ____________________________________________________________________________
52759 [  9449] By: jhi                                   on 2001/03/29  15:50:01
52760         Log: Update Changes.
52761      Branch: perl
52762            ! Changes patchlevel.h
52763 ____________________________________________________________________________
52764 [  9448] By: nick                                  on 2001/03/29  15:47:15
52765         Log: Make sure buildext.pl finds Errno.pm
52766      Branch: perlio
52767            ! win32/buildext.pl
52768 ____________________________________________________________________________
52769 [  9447] By: jhi                                   on 2001/03/29  15:39:34
52770         Log: Integrate perlio.
52771      Branch: perl
52772           !> win32/makefile.mk
52773 ____________________________________________________________________________
52774 [  9446] By: nick                                  on 2001/03/29  15:30:03
52775         Log: Integrate win32/makefile.mk with mainline.
52776      Branch: perlio
52777           !> win32/makefile.mk
52778 ____________________________________________________________________________
52779 [  9445] By: nick                                  on 2001/03/29  15:27:32
52780         Log: Fix breakage ... 
52781      Branch: perlio
52782            ! win32/makefile.mk
52783 ____________________________________________________________________________
52784 [  9444] By: jhi                                   on 2001/03/29  15:03:08
52785         Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
52786              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
52787              Date: Thu, 29 Mar 2001 10:32:59 +0400
52788              Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
52789      Branch: perl
52790            ! win32/makefile.mk
52791 ____________________________________________________________________________
52792 [  9443] By: jhi                                   on 2001/03/29  15:02:12
52793         Log: Integrate perlio.
52794      Branch: perl
52795           +> win32/buildext.pl
52796           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
52797           !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
52798 ____________________________________________________________________________
52799 [  9442] By: nick                                  on 2001/03/29  14:59:11
52800         Log: Work in progress - determine win32 extensions to build via script.
52801      Branch: perlio
52802            + win32/buildext.pl
52803            ! MANIFEST win32/makefile.mk
52804 ____________________________________________________________________________
52805 [  9441] By: jhi                                   on 2001/03/29  14:51:47
52806         Log: Reintroduce the use of external pwd.
52807      Branch: perl
52808            ! t/lib/cwd.t
52809 ____________________________________________________________________________
52810 [  9440] By: jhi                                   on 2001/03/29  14:42:58
52811         Log: use warnings instead of -w.
52812      Branch: perl
52813            ! utils/h2xs.PL
52814 ____________________________________________________________________________
52815 [  9439] By: jhi                                   on 2001/03/29  14:41:52
52816         Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
52817              From: Jonathan Stowe <gellyfish@gellyfish.com>
52818              Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
52819              Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
52820      Branch: perl
52821            ! utils/h2xs.PL
52822 ____________________________________________________________________________
52823 [  9438] By: jhi                                   on 2001/03/29  14:39:38
52824         Log: Subject: [PATCH perl@9424] minor pod nits
52825              From: Robin Barker <rmb1@cise.npl.co.uk>
52826              Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
52827              Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
52828      Branch: perl
52829            ! pod/perlhack.pod pod/perliol.pod
52830 ____________________________________________________________________________
52831 [  9437] By: jhi                                   on 2001/03/29  14:29:16
52832         Log: Subject: [PATCH perl@9424] typemap cast warning
52833              From: Robin Barker <rmb1@cise.npl.co.uk>
52834              Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
52835              Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
52836      Branch: perl
52837            ! lib/ExtUtils/typemap
52838 ____________________________________________________________________________
52839 [  9436] By: jhi                                   on 2001/03/29  14:26:03
52840         Log: Subject: [PATCH perl@9424] printf warning
52841              From: Robin Barker <rmb1@cise.npl.co.uk>
52842              Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
52843              Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
52844      Branch: perl
52845            ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
52846            ! ext/Storable/Storable.xs toke.c
52847 ____________________________________________________________________________
52848 [  9435] By: nick                                  on 2001/03/29  14:23:31
52849         Log: Win32 has name conflict with ERROR
52850      Branch: perlio
52851            ! ext/PerlIO/Via/Via.xs
52852 ____________________________________________________________________________
52853 [  9434] By: jhi                                   on 2001/03/29  14:17:48
52854         Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
52855              From: Peter Prymmer <pvhp@forte.com>
52856              Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
52857              Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
52858      Branch: perl
52859            ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
52860 ____________________________________________________________________________
52861 [  9433] By: jhi                                   on 2001/03/29  13:52:44
52862         Log: test-prep target was missing.
52863      Branch: perl
52864            ! Makefile.SH
52865 ____________________________________________________________________________
52866 [  9432] By: nick                                  on 2001/03/29  12:40:03
52867         Log: Make as-shipped compiler default to MSVC6 
52868      Branch: perlio
52869            ! win32/makefile.mk
52870 ____________________________________________________________________________
52871 [  9431] By: nick                                  on 2001/03/29  12:12:16
52872         Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
52873              akin to PerlIO::Scalar.
52874      Branch: perlio
52875            ! perlio.c perlio.h
52876 ____________________________________________________________________________
52877 [  9430] By: nick                                  on 2001/03/29  10:56:35
52878         Log: Integrate mainline.
52879      Branch: perlio
52880           !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
52881           !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
52882           !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
52883           !> win32/makefile.mk win32/win32sck.c
52884 ____________________________________________________________________________
52885 [  9429] By: nick                                  on 2001/03/29  09:03:43
52886         Log: Noticed that two tests were skipped as perlio:: package
52887              isn't there any more. Changed the skip condition.
52888              Avoid core-dump if sv_utf8_upgrade() called on something
52889              that does not become SvPOK after SvPV() (e.g. a ref).
52890      Branch: perlio
52891            ! sv.c t/io/utf8.t t/lib/io_scalar.t
52892 ____________________________________________________________________________
52893 [  9428] By: jhi                                   on 2001/03/29  01:31:47
52894         Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
52895              From: Benjamin Sugars <bsugars@canoe.ca> 
52896              Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
52897              Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
52898      Branch: perl
52899            ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
52900            ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
52901            ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
52902 ____________________________________________________________________________
52903 [  9427] By: jhi                                   on 2001/03/29  00:49:30
52904         Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
52905              From: "Vadim Konovalov" <watman@inbox.ru>
52906              Date: Thu, 29 Mar 2001 01:50:12 +0400
52907              Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
52908      Branch: perl
52909            ! win32/makefile.mk win32/win32sck.c
52910 ____________________________________________________________________________
52911 [  9426] By: gsar                                  on 2001/03/29  00:28:04
52912         Log: dmake can only handle == and != in comparisons; support building
52913              with Borland's VCL libraries (from Vadim Konovalov)
52914      Branch: maint-5.6/perl
52915            ! win32/makefile.mk
52916 ____________________________________________________________________________
52917 [  9425] By: nick                                  on 2001/03/28  19:29:56
52918         Log: Integrate (@snapshot)
52919      Branch: perlio
52920           !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
52921 ____________________________________________________________________________
52922 [  9424] By: jhi                                   on 2001/03/28  19:03:16
52923         Log: Update Changes.
52924      Branch: perl
52925            ! Changes patchlevel.h
52926 ____________________________________________________________________________
52927 [  9423] By: jhi                                   on 2001/03/28  18:52:09
52928         Log: Rmdir lib/XS on cleanup.
52929      Branch: perl
52930            ! Makefile.SH
52931 ____________________________________________________________________________
52932 [  9422] By: jhi                                   on 2001/03/28  18:49:34
52933         Log: Integrate perlio.
52934      Branch: perl
52935           !> t/op/utf8decode.t
52936 ____________________________________________________________________________
52937 [  9421] By: nick                                  on 2001/03/28  18:46:44
52938         Log: Loose duplicate chunk.
52939      Branch: perlio
52940            ! t/op/utf8decode.t
52941 ____________________________________________________________________________
52942 [  9420] By: nick                                  on 2001/03/28  18:44:11
52943         Log: Integrate mainline.
52944      Branch: perlio
52945           !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
52946           !> vms/vmsish.h
52947 ____________________________________________________________________________
52948 [  9419] By: jhi                                   on 2001/03/28  18:42:05
52949         Log: Can't trust external pwds
52950              (either shell builtins or external programs)
52951      Branch: perl
52952            ! t/lib/cwd.t
52953 ____________________________________________________________________________
52954 [  9418] By: jhi                                   on 2001/03/28  18:34:05
52955         Log: Integrate perlio.
52956      Branch: perl
52957            - lib/perlio.pm
52958           !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
52959           !> t/op/utf8decode.t
52960 ____________________________________________________________________________
52961 [  9417] By: nick                                  on 2001/03/28  18:24:02
52962         Log: PerlIO.pm / perlio.pm conflict.
52963              Update some pods.
52964              Make t/op/utf8decode.t a text file.
52965      Branch: perlio
52966            - lib/perlio.pm
52967            ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
52968            ! t/op/utf8decode.t
52969 ____________________________________________________________________________
52970 [  9416] By: jhi                                   on 2001/03/28  18:06:07
52971         Log: Integrate change #9409 from mainline to maintperl.
52972              
52973              Yet another tweak on AIX dynaloading.
52974      Branch: maint-5.6/perl
52975           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
52976 ____________________________________________________________________________
52977 [  9415] By: gsar                                  on 2001/03/28  17:13:01
52978         Log: integrate changes#9377,9385,9401 from mainline
52979              
52980              Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
52981              
52982              If directory entries compare equal case-insensitively,
52983              retry case-sensitively.
52984              
52985              Subject: [PATCH] B::Terse and warnings
52986      Branch: maint-5.6/perl
52987           !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
52988           !> t/pragma/warn/perl
52989 ____________________________________________________________________________
52990 [  9414] By: jhi                                   on 2001/03/28  17:11:12
52991         Log: Subject: [PATCH perl@9359] VMS fix-ups and status
52992              From: "Craig A. Berry" <craigberry@mac.com>
52993              Date: Wed, 28 Mar 2001 10:55:20 -0600
52994              Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
52995      Branch: perl
52996            ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
52997 ____________________________________________________________________________
52998 [  9413] By: jhi                                   on 2001/03/28  17:03:12
52999         Log: Dup hunk.
53000      Branch: perl
53001            ! t/op/utf8decode.t
53002 ____________________________________________________________________________
53003 [  9412] By: jhi                                   on 2001/03/28  17:02:36
53004         Log: Forced integrate from perlio.
53005      Branch: perl
53006           !> t/op/utf8decode.t
53007 ____________________________________________________________________________
53008 [  9411] By: nick                                  on 2001/03/28  16:50:03
53009         Log: Integrate mainline.
53010      Branch: perlio
53011           +> t/lib/cwd.t
53012           !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
53013           !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
53014           !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
53015           !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
53016           !> t/pragma/warn/perl
53017 ____________________________________________________________________________
53018 [  9410] By: jhi                                   on 2001/03/28  16:44:23
53019         Log: Subject: Re: [PATCH] 9403 cannot be tested
53020              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
53021              Date: Wed, 28 Mar 2001 18:33:56 +0200
53022              Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
53023      Branch: perl
53024            ! makedef.pl
53025 ____________________________________________________________________________
53026 [  9409] By: jhi                                   on 2001/03/28  16:12:45
53027         Log: Yet another tweak on AIX dynaloading.
53028      Branch: perl
53029            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
53030 ____________________________________________________________________________
53031 [  9408] By: jhi                                   on 2001/03/28  15:52:55
53032         Log: Subject: [PATCH] 9403 cannot be tested
53033              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
53034              Date: Wed, 28 Mar 2001 17:23:00 +0200
53035              Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
53036              
53037              A missing symbol.
53038      Branch: perl
53039            ! makedef.pl
53040 ____________________________________________________________________________
53041 [  9407] By: jhi                                   on 2001/03/28  15:47:43
53042         Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
53043      Branch: perl
53044            ! t/op/utf8decode.t
53045           !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
53046           !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
53047 ____________________________________________________________________________
53048 [  9406] By: jhi                                   on 2001/03/28  15:37:08
53049         Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
53050              From: Benjamin Sugars <bsugars@canoe.ca> 
53051              Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
53052              Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
53053      Branch: perl
53054            + t/lib/cwd.t
53055            ! MANIFEST
53056 ____________________________________________________________________________
53057 [  9405] By: jhi                                   on 2001/03/28  15:13:18
53058         Log: pp_ne() needs a CORRECT boolean.
53059      Branch: perl
53060            ! pp.c
53061 ____________________________________________________________________________
53062 [  9404] By: jhi                                   on 2001/03/28  15:09:23
53063         Log: pp_ne() needs a boolean, not an integer.
53064      Branch: perl
53065            ! pp.c
53066 ____________________________________________________________________________
53067 [  9403] By: jhi                                   on 2001/03/28  14:47:43
53068         Log: (Retracted by #9404.)
53069      Branch: perl
53070            ! pp.c
53071 ____________________________________________________________________________
53072 [  9402] By: jhi                                   on 2001/03/28  14:43:59
53073         Log: Subject: Re: [PATCH] Typemap testing
53074              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
53075              Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
53076              Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
53077      Branch: perl
53078            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
53079            ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
53080 ____________________________________________________________________________
53081 [  9401] By: jhi                                   on 2001/03/28  14:42:14
53082         Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
53083              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
53084              Date: Sun, 25 Mar 2001 21:59:15 +0100
53085              Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
53086              
53087              A variable will be checked for the "use once" warnings if:
53088              
53089              1. It is in the scope of a use warnings 'once'
53090              2. It isn't in the scope of the warnings pragma at all AND $^W is set.
53091              
53092              Otherwise it won't be checked at all.
53093              
53094              Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
53095              
53096              The enclosed patch partially fixes this issue. What I didn't
53097              get to work was the case where the "used once" warning is enabled
53098              in any file other than the main file.
53099      Branch: perl
53100            ! gv.c t/pragma/warn/perl
53101 ____________________________________________________________________________
53102 [  9400] By: nick                                  on 2001/03/28  14:38:24
53103         Log: More EBCDIC tweaks:
53104              - one more swash issue &~(0xA0-1) did not do the right thing,
53105              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
53106              - add "use re 'asciirange'" to make [!-~] etc. work
53107              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
53108              - Choose a key for t/op/each.t test which gets encoded.
53109              - Skip utf8decode if this is UTF-EBCDIC.
53110      Branch: perlio
53111            ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
53112            ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
53113 ____________________________________________________________________________
53114 [  9399] By: jhi                                   on 2001/03/28  14:21:00
53115         Log: Extend the SvROK() testing also to pp_ne(), pointed out by
53116              Andreas Schwab.
53117      Branch: perl
53118            ! pp.c
53119 ____________________________________________________________________________
53120 [  9398] By: jhi                                   on 2001/03/28  00:55:56
53121         Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
53122              From: David Dyck <dcd@tc.fluke.com>
53123              Date: Tue, 27 Mar 2001 15:16:24 -0800
53124              Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
53125      Branch: perl
53126            ! ext/IO/lib/IO/Socket.pm
53127 ____________________________________________________________________________
53128 [  9397] By: jhi                                   on 2001/03/27  21:52:49
53129         Log: Integrate perlio.
53130      Branch: perl
53131           +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
53132           +> ext/PerlIO/Via/Via.xs
53133           !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
53134 ____________________________________________________________________________
53135 [  9396] By: nick                                  on 2001/03/27  21:45:13
53136         Log: Integrate mainline.
53137      Branch: perlio
53138           !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
53139           !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
53140 ____________________________________________________________________________
53141 [  9395] By: nick                                  on 2001/03/27  21:18:58
53142         Log: Outline docs for PerlIO and PerlIO::Scalar
53143      Branch: perlio
53144            ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
53145 ____________________________________________________________________________
53146 [  9394] By: nick                                  on 2001/03/27  20:50:13
53147         Log: PerlIO::Via layer (alpha-ish).
53148      Branch: perlio
53149            + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
53150            + ext/PerlIO/Via/Via.xs
53151            ! MANIFEST
53152 ____________________________________________________________________________
53153 [  9393] By: jhi                                   on 2001/03/27  20:49:55
53154         Log: Retract #9329 now that 9390 should take care of the matter.
53155      Branch: perl
53156            ! utils/h2xs.PL
53157 ____________________________________________________________________________
53158 [  9390] By: jhi                                   on 2001/03/27  20:47:50
53159         Log: Subject: Autoloading Errno.pm when %! is encountered
53160              From: Robin Houston <robin@kitsite.com>
53161              Date: Tue, 27 Mar 2001 20:57:11 +0100
53162              Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
53163      Branch: perl
53164            ! embed.h embed.pl gv.c proto.h t/op/magic.t
53165 ____________________________________________________________________________
53166 [  9389] By: jhi                                   on 2001/03/27  20:24:31
53167         Log: Integrate perlio.
53168      Branch: perl
53169           !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
53170           !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
53171           !> utf8.c
53172 ____________________________________________________________________________
53173 [  9388] By: jhi                                   on 2001/03/27  20:21:38
53174         Log: Better have a three-element array if one is going to assign
53175              to the third element of that array. (from Tim Jenness)
53176      Branch: perl
53177            ! ext/XS/Typemap/Typemap.xs
53178 ____________________________________________________________________________
53179 [  9387] By: nick                                  on 2001/03/27  20:15:43
53180         Log: Integrate mainline.
53181      Branch: perlio
53182           +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
53183           +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
53184           +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
53185           +> t/lib/xs-typemap.t
53186           !> (integrate 34 files)
53187 ____________________________________________________________________________
53188 [  9386] By: jhi                                   on 2001/03/27  20:04:18
53189         Log: Subject: Re: perl@9359 breaks HTML::Parser
53190              From: Gisle Aas <gisle@ActiveState.com>
53191              Date: 27 Mar 2001 11:30:24 -0800
53192              Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
53193              
53194              Clarify the UTF-8 issues of the API docs.
53195              (Slightly reworded and expanded.)
53196      Branch: perl
53197            ! pod/perlapi.pod sv.c sv.h
53198 ____________________________________________________________________________
53199 [  9385] By: jhi                                   on 2001/03/27  19:44:25
53200         Log: If directory entries compare equal case-insensitively,
53201              retry case-sensitively.
53202      Branch: perl
53203            ! ext/File/Glob/bsd_glob.c
53204 ____________________________________________________________________________
53205 [  9384] By: nick                                  on 2001/03/27  19:38:50
53206         Log: Various EBCDIC fixes:
53207              - major revelation that swash code is encoding aware,
53208              (or thought it was) - now it is ;-)
53209              - With that out of the way fix a slab of tr/// cases.
53210              - Fix Encode 'Unicode' to be true Unicode so tests pass.
53211              - As anticipated Base64.xs needed tweaks.
53212              - Until tr/// works right avoid old_encode64 in MIME tests.
53213      Branch: perlio
53214            ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
53215            ! t/lib/encode.t t/lib/mimeb64.t utf8.c
53216 ____________________________________________________________________________
53217 [  9383] By: jhi                                   on 2001/03/27  18:34:41
53218         Log: Add the std test suite BEGIN block.
53219      Branch: perl
53220            ! t/lib/xs-typemap.t
53221 ____________________________________________________________________________
53222 [  9382] By: jhi                                   on 2001/03/27  15:16:07
53223         Log: Add debugging output to the test.
53224      Branch: perl
53225            ! t/lib/glob-basic.t
53226 ____________________________________________________________________________
53227 [  9381] By: jhi                                   on 2001/03/27  15:08:10
53228         Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
53229      Branch: perl
53230            + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
53231            + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
53232            + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
53233            + t/lib/xs-typemap.t
53234            ! MANIFEST
53235 ____________________________________________________________________________
53236 [  9380] By: jhi                                   on 2001/03/27  14:48:34
53237         Log: Subject: [PATCH] Typemap testing
53238              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
53239              Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
53240              Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
53241              
53242              (The first part of the patch.)
53243      Branch: perl
53244            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
53245 ____________________________________________________________________________
53246 [  9379] By: jhi                                   on 2001/03/27  14:44:56
53247         Log: Subject: Re: [PATCH] t/lib/glob-basic.t  
53248              From: Benjamin Sugars <bsugars@canoe.ca> 
53249              Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
53250              Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
53251      Branch: perl
53252            ! t/lib/glob-basic.t
53253 ____________________________________________________________________________
53254 [  9378] By: jhi                                   on 2001/03/27  14:42:30
53255         Log: Subject: [PATCH] perlvar nit
53256              From: Simon Cozens <simon@netthink.co.uk>
53257              Date: Tue, 27 Mar 2001 01:12:01 +0100
53258              Message-ID: <20010327011201.A19179@netthink.co.uk>
53259      Branch: perl
53260            ! pod/perlvar.pod
53261 ____________________________________________________________________________
53262 [  9377] By: jhi                                   on 2001/03/27  14:36:26
53263         Log: Subject: [PATCH] B::Terse and warnings
53264              From: Benjamin Sugars <ben.sugars@home.com>
53265              Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
53266              Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
53267      Branch: perl
53268            ! ext/B/B.pm ext/B/B/Terse.pm
53269 ____________________________________________________________________________
53270 [  9376] By: jhi                                   on 2001/03/27  14:31:31
53271         Log: Document sockatmark() some.
53272      Branch: perl
53273            ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
53274            ! pod/perltoc.pod
53275 ____________________________________________________________________________
53276 [  9375] By: jhi                                   on 2001/03/27  14:00:24
53277         Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
53278              noted by Gisle and fixed by NI-S.
53279      Branch: perl
53280            ! sv.c
53281 ____________________________________________________________________________
53282 [  9374] By: jhi                                   on 2001/03/27  05:50:01
53283         Log: Regen toc.
53284      Branch: perl
53285            ! pod/perltoc.pod
53286 ____________________________________________________________________________
53287 [  9373] By: jhi                                   on 2001/03/27  05:43:51
53288         Log: Pixie documenting.
53289      Branch: perl
53290            ! Makefile.SH pod/perlhack.pod
53291 ____________________________________________________________________________
53292 [  9372] By: jhi                                   on 2001/03/27  05:29:34
53293         Log: Metaconfig unit changes for #9371.
53294      Branch: metaconfig
53295            ! U/modified/myhostname.U
53296      Branch: metaconfig/U/perl
53297            + d_sockatmark.U
53298            ! gccvers.U
53299 ____________________________________________________________________________
53300 [  9371] By: jhi                                   on 2001/03/27  05:29:07
53301         Log: Add sockatmark() probing.
53302      Branch: perl
53303            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
53304            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
53305            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
53306            ! vos/config.ga.h win32/config.bc win32/config.gc
53307            ! win32/config.vc
53308 ____________________________________________________________________________
53309 [  9370] By: jhi                                   on 2001/03/26  22:01:18
53310         Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
53311              Really need to benchmark this.
53312      Branch: perl
53313            ! pp.c
53314 ____________________________________________________________________________
53315 [  9369] By: nick                                  on 2001/03/26  21:59:30
53316         Log: Integrate mainline.
53317      Branch: perlio
53318            ! ext/MIME/Base64/QuotedPrint.pm
53319           !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
53320           !> patchlevel.h pod/perlhack.pod pp_sys.c
53321 ____________________________________________________________________________
53322 [  9368] By: jhi                                   on 2001/03/26  21:47:03
53323         Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
53324              
53325              TODO1: perlbench.
53326              TODO2: le, lt, ge, gt?  Yech.
53327      Branch: perl
53328            ! pp.c
53329 ____________________________________________________________________________
53330 [  9367] By: jhi                                   on 2001/03/26  21:34:57
53331         Log: Too much cut-and-paste in #9363.
53332      Branch: perl
53333            ! pp_sys.c
53334 ____________________________________________________________________________
53335 [  9366] By: jhi                                   on 2001/03/26  21:20:53
53336         Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
53337              From: Andreas Schwab <schwab@suse.de>
53338              Date: 26 Mar 2001 17:29:04 +0200
53339              Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
53340              
53341              (The patch for 5.6.0 or so, this is a guess for bleadperl)
53342      Branch: perl
53343            ! pp_hot.c
53344 ____________________________________________________________________________
53345 [  9365] By: jhi                                   on 2001/03/26  21:07:54
53346         Log: Integrate perlio.
53347      Branch: perl
53348           !> perlio.c
53349 ____________________________________________________________________________
53350 [  9364] By: nick                                  on 2001/03/26  20:30:48
53351         Log: REFCNT botch in layer name cache hash.
53352      Branch: perlio
53353            ! perlio.c
53354 ____________________________________________________________________________
53355 [  9363] By: jhi                                   on 2001/03/26  18:44:32
53356         Log: Subject: [PATCH] socket() leaks file descriptors
53357              From: Benjamin Sugars <bsugars@canoe.ca>
53358              Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
53359              Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
53360              
53361              Also sockpair() fixed similarly.
53362      Branch: perl
53363            ! pp_sys.c
53364 ____________________________________________________________________________
53365 [  9362] By: jhi                                   on 2001/03/26  18:37:52
53366         Log: Integrate perlio.
53367      Branch: perl
53368           !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
53369 ____________________________________________________________________________
53370 [  9361] By: nick                                  on 2001/03/26  17:32:06
53371         Log: Implement flush of linebuffered streams on read of a tty.
53372      Branch: perlio
53373            ! perlio.c perliol.h
53374 ____________________________________________________________________________
53375 [  9360] By: nick                                  on 2001/03/26  17:12:32
53376         Log: Memory tweaks and notes for OEMVS.
53377      Branch: perlio
53378            ! README.os390 miniperlmain.c t/op/pat.t
53379 ____________________________________________________________________________
53380 [  9359] By: jhi                                   on 2001/03/26  02:12:54
53381         Log: Update Changes.
53382      Branch: perl
53383            ! Changes patchlevel.h
53384 ____________________________________________________________________________
53385 [  9358] By: jhi                                   on 2001/03/26  02:05:32
53386         Log: Document the most common pixie options.
53387      Branch: perl
53388            ! pod/perlhack.pod
53389 ____________________________________________________________________________
53390 [  9357] By: jhi                                   on 2001/03/26  01:25:28
53391         Log: For perl.pixie check *before* compiling that optimize is -g,
53392              as for perl.third.
53393      Branch: perl
53394            ! Makefile.SH
53395 ____________________________________________________________________________
53396 [  9356] By: jhi                                   on 2001/03/26  01:13:41
53397         Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
53398      Branch: perl
53399            ! Makefile.SH
53400 ____________________________________________________________________________
53401 [  9355] By: jhi                                   on 2001/03/26  01:11:19
53402         Log: Remove t/perl.third.
53403      Branch: perl
53404            ! Makefile.SH
53405 ____________________________________________________________________________
53406 [  9354] By: jhi                                   on 2001/03/26  00:23:38
53407         Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
53408              IO::Sockatmark().
53409      Branch: perl
53410            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
53411 ____________________________________________________________________________
53412 [  9353] By: jhi                                   on 2001/03/25  22:25:04
53413         Log: Integrate perlio.
53414      Branch: perl
53415           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
53416           !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
53417           !> pp_hot.c win32/makefile.mk
53418 ____________________________________________________________________________
53419 [  9352] By: jhi                                   on 2001/03/25  22:21:41
53420         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
53421              From: Radu Greab <radu@netsoft.ro>
53422              Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
53423              Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
53424      Branch: perl
53425            ! pp_sys.c
53426 ____________________________________________________________________________
53427 [  9351] By: nick                                  on 2001/03/25  22:15:02
53428         Log: Fix readline in list mode to tell rest of world that it has
53429              things on the stack. Otherwise if perl code gets invoked
53430              underneath it it scribbles over results-so-far.
53431              (Why TIEHANDLE has not tripped on this is a mystery.)
53432      Branch: perlio
53433            ! pp_hot.c
53434 ____________________________________________________________________________
53435 [  9350] By: nick                                  on 2001/03/25  22:10:13
53436         Log: win32/makefile.mk typos
53437      Branch: perlio
53438            ! win32/makefile.mk
53439 ____________________________________________________________________________
53440 [  9349] By: nick                                  on 2001/03/25  21:31:14
53441         Log: Integrate now-non-binary file.
53442      Branch: perlio
53443           !> t/lib/mimeqp.t
53444 ____________________________________________________________________________
53445 [  9348] By: nick                                  on 2001/03/25  21:27:24
53446         Log: Make it text
53447      Branch: perlio
53448            ! t/lib/mimeqp.t
53449 ____________________________________________________________________________
53450 [  9347] By: nick                                  on 2001/03/25  21:25:37
53451         Log: Integrate mainline.
53452      Branch: perlio
53453           !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
53454           !> lib/Term/ReadLine.pm t/lib/md5-file.t
53455 ____________________________________________________________________________
53456 [  9346] By: nick                                  on 2001/03/25  20:58:15
53457         Log: Add destruct time hook to PerlIO (for work-in-process implementing
53458              layers in perl code. In such cases layers need to be popped before
53459              we loose the ability to run perl code.)
53460              Also back-out "PerlIO::object" hook - it isn't going to work like that...
53461      Branch: perlio
53462            ! perl.c perlio.c perlio.h perliol.h
53463 ____________________________________________________________________________
53464 [  9345] By: nick                                  on 2001/03/25  20:49:11
53465         Log: Avoid at leasy one of undefined warnings in Encode.
53466      Branch: perlio
53467            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
53468 ____________________________________________________________________________
53469 [  9344] By: jhi                                   on 2001/03/25  20:37:43
53470         Log: A workaround for using Term::ReadLine in emacs minibuffer
53471              from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
53472              additional tweaks from Ilya Zakharevich.
53473      Branch: perl
53474            ! lib/Term/ReadLine.pm
53475 ____________________________________________________________________________
53476 [  9343] By: nick                                  on 2001/03/25  20:21:14
53477         Log: Missing return value.
53478      Branch: perlio
53479            ! ext/PerlIO/Scalar/Scalar.xs
53480 ____________________________________________________________________________
53481 [  9342] By: jhi                                   on 2001/03/25  16:21:00
53482         Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
53483              to equal the CPAN versions since no code changes have been made.
53484      Branch: perl
53485            ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
53486            ! t/lib/md5-file.t
53487 ____________________________________________________________________________
53488 [  9341] By: jhi                                   on 2001/03/25  16:01:48
53489         Log: Escape 8-bit characters.
53490      Branch: perl
53491            ! t/lib/mimeqp.t
53492 ____________________________________________________________________________
53493 [  9340] By: gsar                                  on 2001/03/25  15:50:53
53494         Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
53495              chars)
53496      Branch: perl
53497            + t/lib/mimeqp.t
53498 ____________________________________________________________________________
53499 [  9339] By: gsar                                  on 2001/03/25  15:48:50
53500         Log: delete mimeqp.t for later add with text mode set
53501      Branch: perl
53502            - t/lib/mimeqp.t
53503 ____________________________________________________________________________
53504 [  9338] By: nick                                  on 2001/03/25  09:01:57
53505         Log: Integrate mainline.
53506      Branch: perlio
53507           +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
53508           +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
53509           +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
53510           +> t/lib/mimeb64u.t t/lib/mimeqp.t
53511           !> MANIFEST configure.com djgpp/config.over epoc/config.sh
53512           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
53513           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
53514 ____________________________________________________________________________
53515 [  9337] By: jhi                                   on 2001/03/25  04:23:24
53516         Log: Add MIME::Base64 here and there.  Again, a lot of
53517              optimism is in the air.
53518      Branch: perl
53519            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
53520            ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
53521 ____________________________________________________________________________
53522 [  9336] By: jhi                                   on 2001/03/25  04:12:43
53523         Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
53524              this by ear as I do not do Win32 programming.)
53525      Branch: perl
53526            ! win32/Makefile win32/makefile.mk
53527 ____________________________________________________________________________
53528 [  9335] By: jhi                                   on 2001/03/25  04:03:50
53529         Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
53530      Branch: perl
53531            ! t/lib/md5-file.t
53532 ____________________________________________________________________________
53533 [  9334] By: jhi                                   on 2001/03/25  03:58:53
53534         Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
53535      Branch: perl
53536            + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
53537            + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
53538            + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
53539            + t/lib/mimeb64u.t t/lib/mimeqp.t
53540            ! MANIFEST
53541 ____________________________________________________________________________
53542 [  9333] By: jhi                                   on 2001/03/24  20:14:37
53543         Log: Integrate perlio.
53544      Branch: perl
53545           !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
53546 ____________________________________________________________________________
53547 [  9332] By: nick                                  on 2001/03/24  19:40:34
53548         Log: Fix un-init variable leading to spurious "Out of Memory!"
53549      Branch: perlio
53550            ! doio.c
53551 ____________________________________________________________________________
53552 [  9331] By: nick                                  on 2001/03/24  19:09:59
53553         Log: Tweak docs for C<open> (boy does that need wholesale revision...)
53554              and update layers internals doc.
53555      Branch: perlio
53556            ! pod/perlfunc.pod pod/perliol.pod
53557 ____________________________________________________________________________
53558 [  9330] By: jhi                                   on 2001/03/24  18:42:11
53559         Log: The length might be uninitialized garbage if the *svp is the undef.
53560      Branch: perl
53561            ! doio.c
53562 ____________________________________________________________________________
53563 [  9329] By: jhi                                   on 2001/03/24  18:26:57
53564         Log: (Retracted by #9393)
53565              
53566              Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
53567              From: Simon Cozens <simon@netthink.co.uk>
53568              Date: Sat, 24 Mar 2001 17:13:17 +0000
53569              Message-ID: <20010324171317.A13406@netthink.co.uk>
53570      Branch: perl
53571            ! utils/h2xs.PL
53572 ____________________________________________________________________________
53573 [  9328] By: nick                                  on 2001/03/24  17:22:02
53574         Log: Integrate mainline.
53575      Branch: perlio
53576           !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
53577           !> lib/unicode/version
53578 ____________________________________________________________________________
53579 [  9327] By: nick                                  on 2001/03/24  17:16:02
53580         Log: Integrate mainline.
53581      Branch: perlio
53582           +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
53583           +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
53584           +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
53585           +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
53586           +> t/lib/md5-file.t
53587           !> MANIFEST Makefile.SH configure.com djgpp/config.over
53588           !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
53589           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
53590           !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
53591           !> win32/makefile.mk
53592 ____________________________________________________________________________
53593 [  9326] By: jhi                                   on 2001/03/24  17:00:42
53594         Log: Upgrade to Unicode 3.1 beta 2001-03-23.
53595      Branch: perl
53596            ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
53597            ! lib/unicode/version
53598 ____________________________________________________________________________
53599 [  9325] By: jhi                                   on 2001/03/24  16:22:33
53600         Log: Subject: Re: B::Deparse bug (5.6.0)
53601              From: Robin Houston <robin@kitsite.com>
53602              Date: Sat, 24 Mar 2001 14:33:09 +0000
53603              Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
53604      Branch: perl
53605            ! op.c pp.c t/lib/b.t t/op/repeat.t
53606 ____________________________________________________________________________
53607 [  9324] By: jhi                                   on 2001/03/24  16:21:56
53608         Log: Boldly add extensions to be built to VMS, EPOC, UTS,
53609              U/WIN, and VM/ESA (and fixups for DJGPP).  Some of
53610              these additions may be too optimistic.
53611      Branch: perl
53612            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
53613            ! hints/uwin.sh hints/vmesa.sh
53614 ____________________________________________________________________________
53615 [  9323] By: jhi                                   on 2001/03/24  16:06:01
53616         Log: Integrate perlio.
53617      Branch: perl
53618           +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
53619           +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
53620            ! Makefile.SH
53621           !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
53622           !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
53623           !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
53624           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
53625           !> win32/makefile.mk win32/perlhost.h win32/win32.c
53626           !> win32/win32iop.h
53627 ____________________________________________________________________________
53628 [  9322] By: nick                                  on 2001/03/24  14:39:12
53629         Log: Routine Win32 regen_config_h - no real changes.
53630      Branch: perlio
53631            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
53632 ____________________________________________________________________________
53633 [  9321] By: nick                                  on 2001/03/24  14:31:49
53634         Log: PerlIO fixups for Win32:
53635              - provide win33_popenlist() - non-functional as yet.
53636              - avoid need for aTHX in PerlIO_debug calls - even if not 
53637              enabled args are still evaluated so Win32 has trouble during fork().
53638              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
53639              - Fixup makedef.pl for latest set of symbols.
53640      Branch: perlio
53641            ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
53642            ! win32/perlhost.h win32/win32.c win32/win32iop.h
53643 ____________________________________________________________________________
53644 [  9320] By: nick                                  on 2001/03/24  14:26:58
53645         Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
53646              was gibberish - broke it on WIn32 at least.
53647      Branch: perlio
53648            ! ext/POSIX/POSIX.xs
53649 ____________________________________________________________________________
53650 [  9319] By: nick                                  on 2001/03/24  11:29:41
53651         Log: Generated files.
53652      Branch: perlio
53653            ! embed.h global.sym objXSUB.h perlapi.c proto.h
53654 ____________________________________________________________________________
53655 [  9318] By: nick                                  on 2001/03/24  10:29:37
53656         Log: Implement:
53657              1.  open($fh,"+<",undef);  # add test to t/io/open.t
53658              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
53659      Branch: perlio
53660            + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
53661            + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
53662            ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
53663            ! t/io/open.t t/io/utf8.t
53664 ____________________________________________________________________________
53665 [  9317] By: jhi                                   on 2001/03/23  23:41:25
53666         Log: AIX does seems to have optimization problems with its C compilers.
53667      Branch: perl
53668            ! hints/aix.sh
53669 ____________________________________________________________________________
53670 [  9316] By: jhi                                   on 2001/03/23  23:40:46
53671         Log: Integrate perlio.
53672      Branch: perl
53673           +> lib/PerlIO.pm
53674           !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
53675           !> perliol.h
53676 ____________________________________________________________________________
53677 [  9315] By: jhi                                   on 2001/03/23  22:16:30
53678         Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
53679      Branch: perl
53680            ! t/lib/md5-file.t
53681 ____________________________________________________________________________
53682 [  9314] By: nick                                  on 2001/03/23  20:49:02
53683         Log: Perlio internals re-organized.
53684              - open process creates AV of layer/arg pairs
53685              (appends layers from open() or open.pm to default list).
53686              - push arg is now an SV.
53687              - layer ->Open get passed the AV
53688              - open is no longer mandatory method.
53689              - topmost layer that has ->Open method does the open
53690              - any layers above are pushed once that returns.
53691              - vtable re-ordered so dummy layers need only provide push/pop methods.
53692      Branch: perlio
53693            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
53694 ____________________________________________________________________________
53695 [  9313] By: nick                                  on 2001/03/23  16:27:41
53696         Log: Check in a stable (working) version before next round of tweaks.
53697              Changes include:
53698              - Move default layers code out of doio.c and into perlio.c
53699              - Single routine for parsing layer specification strings.
53700              - Skeleton support for demand loading of layers
53701              - Core-dump avoidance if PERLIO environment specifies loadable layer
53702              (does not _work_ as need IO to load and need load to do IO ...)
53703      Branch: perlio
53704            + lib/PerlIO.pm
53705            ! MANIFEST doio.c perlio.c
53706 ____________________________________________________________________________
53707 [  9312] By: gsar                                  on 2001/03/23  16:25:25
53708         Log: add execute bit to files with shebang lines in the repository;
53709              avoid clobbering execute bit in Porting/makerel 
53710      Branch: maint-5.6/perl
53711            ! (edit 144 files)
53712 ____________________________________________________________________________
53713 [  9311] By: jhi                                   on 2001/03/23  14:25:35
53714         Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
53715      Branch: perl
53716            ! MANIFEST
53717 ____________________________________________________________________________
53718 [  9310] By: jhi                                   on 2001/03/23  13:45:04
53719         Log: Subject: [PATCH] Net::Ping
53720              From: Colin McMillen <mcmi0037@tc.umn.edu>
53721              Date: Thu, 22 Mar 2001 19:30:31 -0600
53722              Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
53723      Branch: perl
53724            ! lib/Net/Ping.pm
53725 ____________________________________________________________________________
53726 [  9309] By: jhi                                   on 2001/03/23  13:39:13
53727         Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
53728      Branch: perl
53729            ! t/lib/md5-aaa.t t/lib/md5-file.t
53730 ____________________________________________________________________________
53731 [  9308] By: jhi                                   on 2001/03/23  13:20:34
53732         Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
53733              - bump the version to 2.14
53734              - drop the base64 tests since they require MIME::Base64
53735              - drop the rfc1321.txt
53736              - drop the hints/dec_osf.pl since it's only needed for
53737              pre-5.005_03 Perls
53738              Todo:
53739              - the U32 alignment testing is now removed; it needs to
53740              be reintroduced as as a Config variable (meaning also
53741              as a Configure test)
53742              - get the new EBCDIC md5sum for MD5.pm
53743              - test in Win32 to see how badly I botched the makefiles
53744      Branch: perl
53745            + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
53746            + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
53747            + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
53748            + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
53749            + t/lib/md5-file.t
53750            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
53751            ! win32/Makefile win32/makefile.mk
53752 ____________________________________________________________________________
53753 [  9307] By: jhi                                   on 2001/03/23  12:56:14
53754         Log: Integrate change #9306 from maintperl into mainline,
53755              AIX dynaloader for AIXes without <load.h>.
53756      Branch: perl
53757           !> ext/DynaLoader/hints/aix.pl
53758 ____________________________________________________________________________
53759 [  9306] By: jhi                                   on 2001/03/23  12:51:36
53760         Log: There are AIXes without /usr/include/load.h,
53761              patch from H.Merijn Brand.
53762      Branch: maint-5.6/perl
53763            ! ext/DynaLoader/hints/aix.pl
53764 ____________________________________________________________________________
53765 [  9305] By: nick                                  on 2001/03/23  11:00:42
53766         Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
53767      Branch: perlio
53768            ! ext/Encode/Encode.xs perlio.c perlio.h
53769 ____________________________________________________________________________
53770 [  9304] By: nick                                  on 2001/03/23  10:20:46
53771         Log: Render -Duseperlio functional again.
53772              - this is "quick fix" which calls PerlIO_apply_layers after opening,
53773              which is what old scheme did. New scheme needs to change that
53774              to make open(...,\$scalar) etc. work but this will do for now.
53775      Branch: perlio
53776            ! perlio.c
53777 ____________________________________________________________________________
53778 [  9303] By: nick                                  on 2001/03/23  09:53:20
53779         Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
53780              -Uuseperlio now works again.
53781              -Duseperlio is still poorly. Don't merge yet...
53782      Branch: perlio
53783            ! doio.c perlio.h
53784 ____________________________________________________________________________
53785 [  9302] By: nick                                  on 2001/03/22  22:26:51
53786         Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
53787              type code.
53788              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
53789              is its main caller. In particular now has access to "extra" args, and
53790              can tell when an open handle is "reopened" (or duped?).
53791              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
53792              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
53793              PerlIO_open() et. al. (i.e. other way round).
53794              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
53795              with args close to PerlIO_openn().
53796      Branch: perlio
53797            ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
53798 ____________________________________________________________________________
53799 [  9301] By: jhi                                   on 2001/03/22  20:58:04
53800         Log: Integrate perlio.
53801      Branch: perl
53802           !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
53803           !> t/io/open.t util.c
53804 ____________________________________________________________________________
53805 [  9300] By: nick                                  on 2001/03/22  17:36:32
53806         Log: Don't include $@ in not ok message.
53807      Branch: perlio
53808            ! t/io/open.t
53809 ____________________________________________________________________________
53810 [  9299] By: gsar                                  on 2001/03/22  16:53:45
53811         Log: back out changes#7532,7521 for now (appears to have problems
53812              on IRIX)
53813      Branch: maint-5.6/perl
53814            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
53815            ! ext/POSIX/typemap pod/perlvar.pod
53816 ____________________________________________________________________________
53817 [  9298] By: nick                                  on 2001/03/22  14:35:46
53818         Log: Give a meaning to '&' in n-arg open case:
53819              open($fh,"<&",$scalar);
53820              $scalar can be:
53821              - an integer which does "fdopen"
53822              open($fh,"<&",2); # like open($fh,"<&2")
53823              - something that will yield a file handle via sv_2io()
53824              useful for dup'ing anonymous handles.
53825              e.g.:
53826              open(my $fh,"<&",\*STDIN);
53827              open(my $dup,"<&",$fh);
53828      Branch: perlio
53829            ! doio.c t/io/open.t
53830 ____________________________________________________________________________
53831 [  9297] By: nick                                  on 2001/03/22  13:34:35
53832         Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
53833      Branch: perlio
53834            ! util.c
53835 ____________________________________________________________________________
53836 [  9296] By: nick                                  on 2001/03/22  12:51:20
53837         Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
53838      Branch: perlio
53839            ! perl.c
53840 ____________________________________________________________________________
53841 [  9295] By: nick                                  on 2001/03/22  11:59:44
53842         Log: If stdin, stdout or stderr get opened in unexpected read/write state
53843              then warn at time of open not at time of use.
53844      Branch: perlio
53845            ! doio.c pp_hot.c pp_sys.c
53846 ____________________________________________________________________________
53847 [  9294] By: nick                                  on 2001/03/22  10:54:35
53848         Log: Die on n-arg open(...,"",xxx,yyy,...)
53849              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
53850              - die on read/write cases so we can decide what it means later.
53851      Branch: perlio
53852            ! doio.c embed.pl iperlsys.h util.c
53853 ____________________________________________________________________________
53854 [  9293] By: nick                                  on 2001/03/22  09:02:45
53855         Log: perlio tweaks (reported by Nick Clark)
53856              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
53857              error check in Pendinf_read().
53858      Branch: perlio
53859            ! perlio.c
53860 ____________________________________________________________________________
53861 [  9292] By: gsar                                  on 2001/03/22  07:12:00
53862         Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
53863              fixes)
53864      Branch: maint-5.6/perl
53865           !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
53866 ____________________________________________________________________________
53867 [  9291] By: jhi                                   on 2001/03/22  06:06:44
53868         Log: Regex tests from Chicheng Zhang.  (Already fixed.)
53869      Branch: perl
53870            ! t/op/re_tests
53871 ____________________________________________________________________________
53872 [  9290] By: jhi                                   on 2001/03/22  05:57:01
53873         Log: Move MacOS Classic higher in the list of supported platforms.
53874      Branch: maint-5.6/perl
53875            ! pod/perlport.pod
53876 ____________________________________________________________________________
53877 [  9289] By: gsar                                  on 2001/03/22  05:35:04
53878         Log: revert part of change#6438 for compatibility (av_reify()
53879              appears to be needed to implement av_splice()ish things
53880              in XS)
53881      Branch: maint-5.6/perl
53882            ! embed.pl global.sym objXSUB.h perlapi.c
53883 ____________________________________________________________________________
53884 [  9288] By: gsar                                  on 2001/03/22  03:09:19
53885         Log: update copyright year
53886      Branch: maint-5.6/perl
53887            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
53888            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
53889            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
53890            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
53891            ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
53892            ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
53893            ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
53894            ! x2p/walk.c
53895 ____________________________________________________________________________
53896 [  9287] By: jhi                                   on 2001/03/21  20:30:54
53897         Log: Integrate perlio.
53898      Branch: perl
53899           !> ext/Data/Dumper/Dumper.xs
53900 ____________________________________________________________________________
53901 [  9286] By: gsar                                  on 2001/03/21  19:49:54
53902         Log: makefile.mk tweak
53903      Branch: maint-5.6/perl
53904            ! win32/Makefile win32/makefile.mk
53905 ____________________________________________________________________________
53906 [  9285] By: nick                                  on 2001/03/21  19:07:13
53907         Log: Multiplicity fix for Dumper.
53908      Branch: perlio
53909            ! ext/Data/Dumper/Dumper.xs
53910 ____________________________________________________________________________
53911 [  9284] By: nick                                  on 2001/03/21  19:01:07
53912         Log: Integrate mainline - (does not build xTHX issue in Dumper).
53913      Branch: perlio
53914           !> (integrate 27 files)
53915 ____________________________________________________________________________
53916 [  9283] By: jhi                                   on 2001/03/21  17:17:35
53917         Log: Integrate change #9282 from mainline into maintperl,
53918              4-arg UTF-8 substr().
53919      Branch: maint-5.6/perl
53920           !> pp.c
53921 ____________________________________________________________________________
53922 [  9282] By: jhi                                   on 2001/03/21  17:15:43
53923         Log: The #9270 would have leaked a scalar if pp_substr()
53924              returned early.
53925      Branch: perl
53926            ! pp.c
53927 ____________________________________________________________________________
53928 [  9281] By: gsar                                  on 2001/03/21  17:03:14
53929         Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
53930      Branch: maint-5.6/perl
53931            ! win32/makefile.mk
53932 ____________________________________________________________________________
53933 [  9280] By: gsar                                  on 2001/03/21  17:01:20
53934         Log: some tweaks to change#9278 (fork() emulation should be enabled
53935              by setting BUILD_FLAVOR instead of changing the defaults)
53936      Branch: maint-5.6/perl
53937            ! win32/makefile.mk
53938 ____________________________________________________________________________
53939 [  9279] By: gsar                                  on 2001/03/21  16:47:19
53940         Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
53941      Branch: maint-5.6/perl
53942            ! ext/File/Glob/Glob.pm
53943           !> lib/Cwd.pm
53944 ____________________________________________________________________________
53945 [  9278] By: jhi                                   on 2001/03/21  14:35:10
53946         Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
53947              From: "Vadim Konovalov" <watman@inbox.ru>
53948              Date: Wed, 21 Mar 2001 01:53:51 +0300
53949              Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
53950      Branch: maint-5.6/perl
53951            ! win32/makefile.mk win32/win32sck.c
53952 ____________________________________________________________________________
53953 [  9277] By: jhi                                   on 2001/03/21  13:58:28
53954         Log: Integrate change #9270 from mainline to maintperl:
53955              continued 4-arg UTF-8 substr() fixing.
53956      Branch: maint-5.6/perl
53957           !> pp.c t/op/substr.t
53958 ____________________________________________________________________________
53959 [  9276] By: jhi                                   on 2001/03/21  13:33:00
53960         Log: More pixie cleaning.
53961      Branch: perl
53962            ! Makefile.SH
53963 ____________________________________________________________________________
53964 [  9275] By: jhi                                   on 2001/03/21  03:54:17
53965         Log: Update Changes.
53966      Branch: perl
53967            ! Changes patchlevel.h
53968 ____________________________________________________________________________
53969 [  9274] By: jhi                                   on 2001/03/21  03:48:24
53970         Log: First stab at making Data::Dumper to grok Unicode.
53971              
53972              TODO: tests, EBCDICify.
53973      Branch: perl
53974            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
53975 ____________________________________________________________________________
53976 [  9273] By: jhi                                   on 2001/03/21  02:23:00
53977         Log: Fix for
53978              
53979              Subject: Memory leak in unquoted print   
53980              From: Benjamin Sugars <bsugars@canoe.ca> 
53981              Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
53982              Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
53983      Branch: perl
53984            ! perlio.c
53985 ____________________________________________________________________________
53986 [  9272] By: jhi                                   on 2001/03/21  01:33:17
53987         Log: Subject: Re: [PATCH] POSIX::getcwd()
53988              From: Benjamin Sugars <bsugars@canoe.ca> 
53989              Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
53990              Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>      
53991      Branch: perl
53992            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
53993 ____________________________________________________________________________
53994 [  9271] By: jhi                                   on 2001/03/21  01:22:52
53995         Log: Subject: [PATCH] Cwd.pm docs
53996              From: Benjamin Sugars <bsugars@canoe.ca>
53997              Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
53998              Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
53999      Branch: perl
54000            ! lib/Cwd.pm
54001 ____________________________________________________________________________
54002 [  9270] By: jhi                                   on 2001/03/21  01:16:29
54003         Log: Continue 4-arg substr() UTF-8 fixage.
54004      Branch: perl
54005            ! pp.c t/op/substr.t
54006 ____________________________________________________________________________
54007 [  9269] By: jhi                                   on 2001/03/21  00:46:14
54008         Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
54009              
54010              revert the leak fix in change#9142 (problem needs a more experimental
54011              fix unsuitable for 5.6.1)
54012              
54013              do alphabetical sorting by default (for csh compatibility)
54014              
54015              cut-n-paste goof in change#9264
54016              
54017              VMS piping fixes (from Charles Lane)
54018      Branch: perl
54019           !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
54020           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
54021           !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
54022 ____________________________________________________________________________
54023 [  9268] By: jhi                                   on 2001/03/21  00:37:04
54024         Log: Integrate perlio.
54025      Branch: perl
54026           !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
54027           !> utf8.c utf8.h utfebcdic.h
54028 ____________________________________________________________________________
54029 [  9267] By: nick                                  on 2001/03/20  20:04:39
54030         Log: More EBCDIC stuff:
54031              - Loose the extra level of function on ASCII.
54032              - spotted a chr(0) issue in sv.c
54033              - re-work of UTF-X tr/// ranges to work in Unicode
54034              space. Still issues with the "0xff is illegal UTF-8" hack.
54035              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
54036              (why do it once when you can do it all over the place :-(
54037              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
54038              need utf8.pm for swashes.
54039              - Simplified and commented scan_const() in toke.c
54040              Still something wrong regexp and tr (swashes?).
54041      Branch: perlio
54042            ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
54043            ! utf8.c utf8.h utfebcdic.h
54044 ____________________________________________________________________________
54045 [  9266] By: gsar                                  on 2001/03/20  19:16:43
54046         Log: VMS piping fixes (from Charles Lane)
54047      Branch: maint-5.6/perl
54048            ! vms/vms.c vms/vmspipe.com
54049 ____________________________________________________________________________
54050 [  9265] By: gsar                                  on 2001/03/20  17:53:52
54051         Log: cut-n-paste goof in change#9264
54052      Branch: maint-5.6/perl
54053            ! ext/File/Glob/Glob.xs
54054 ____________________________________________________________________________
54055 [  9264] By: gsar                                  on 2001/03/20  17:43:47
54056         Log: do alphabetical sorting by default (for csh compatibility);
54057              bsd_glob() does ASCII sort by default as usual, unless
54058              GLOB_ALPHASORT was specified
54059      Branch: maint-5.6/perl
54060            ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
54061            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
54062            ! ext/File/Glob/bsd_glob.h
54063 ____________________________________________________________________________
54064 [  9263] By: gsar                                  on 2001/03/20  16:40:08
54065         Log: integrate change#9255 from mainline (unicode fix)
54066              
54067              substr($bytestr, i, n, $charstr)
54068      Branch: maint-5.6/perl
54069           !> Todo-5.6 pp.c t/op/substr.t
54070 ____________________________________________________________________________
54071 [  9262] By: gsar                                  on 2001/03/20  15:57:41
54072         Log: revert the leak fix in change#9142 (problem needs a more experimental
54073              fix unsuitable for 5.6.1)
54074      Branch: maint-5.6/perl
54075            ! scope.c
54076 ____________________________________________________________________________
54077 [  9261] By: jhi                                   on 2001/03/20  14:26:25
54078         Log: Integrate changes #9259,9260 from maintperl into mainline.
54079              
54080              Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
54081              
54082              Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
54083      Branch: perl
54084           !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
54085 ____________________________________________________________________________
54086 [  9260] By: jhi                                   on 2001/03/20  14:05:46
54087         Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
54088              From: Robin Barker <rmb1@cise.npl.co.uk>
54089              Date: Tue, 20 Mar 2001 10:12:04 GMT
54090              Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
54091      Branch: maint-5.6/perl
54092            ! run.c
54093 ____________________________________________________________________________
54094 [  9259] By: jhi                                   on 2001/03/20  14:04:39
54095         Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
54096              From: Chris Nandor <pudge@pobox.com>
54097              Date: Tue, 20 Mar 2001 00:40:56 -0500
54098              Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
54099      Branch: maint-5.6/perl
54100            ! ext/POSIX/POSIX.xs lib/File/Path.pm
54101 ____________________________________________________________________________
54102 [  9258] By: jhi                                   on 2001/03/20  05:09:34
54103         Log: Update Changes.
54104      Branch: perl
54105            ! Changes patchlevel.h
54106 ____________________________________________________________________________
54107 [  9257] By: jhi                                   on 2001/03/20  05:04:25
54108         Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
54109      Branch: perl
54110            ! t/op/tr.t
54111 ____________________________________________________________________________
54112 [  9256] By: jhi                                   on 2001/03/20  04:43:12
54113         Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
54114              From: Peter Prymmer <pvhp@forte.com>
54115              Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
54116              Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
54117      Branch: maint-5.6/perl
54118            ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
54119 ____________________________________________________________________________
54120 [  9255] By: jhi                                   on 2001/03/19  23:17:17
54121         Log: substr($bytestr, i, n, $charstr)
54122              
54123              TODO: we are still broken if $bytestr needs UTF-8 upgrading.
54124      Branch: perl
54125            ! Todo-5.6 pp.c t/op/substr.t
54126 ____________________________________________________________________________
54127 [  9254] By: jhi                                   on 2001/03/19  22:25:09
54128         Log: Rearrange the make test target prerequisites so that
54129              in a parallel make 'all' is finished before 'test'.
54130      Branch: perl
54131            ! Makefile.SH
54132 ____________________________________________________________________________
54133 [  9253] By: jhi                                   on 2001/03/19  21:48:07
54134         Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
54135              From: Robin Houston <robin@kitsite.com>
54136              Date: Mon, 19 Mar 2001 15:48:41 +0000
54137              Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
54138      Branch: perl
54139            ! pp_ctl.c
54140 ____________________________________________________________________________
54141 [  9252] By: jhi                                   on 2001/03/19  21:42:27
54142         Log: Integrate perlio.
54143      Branch: perl
54144           !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
54145           !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
54146           !> utfebcdic.h vms/perly_c.vms
54147 ____________________________________________________________________________
54148 [  9251] By: jhi                                   on 2001/03/19  21:31:28
54149         Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
54150              
54151              Dynaloading in 64-bit AIX with vac.
54152      Branch: perl
54153           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
54154           !> hints/aix.sh
54155 ____________________________________________________________________________
54156 [  9250] By: jhi                                   on 2001/03/19  21:18:00
54157         Log: A more robust solution for the 64bitall AIX dynaloading
54158              problem, from Jens-Uwe Mager.
54159      Branch: maint-5.6/perl
54160            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
54161 ____________________________________________________________________________
54162 [  9249] By: nick                                  on 2001/03/19  20:59:37
54163         Log: Integrate mainline.
54164      Branch: perlio
54165           !> (integrate 42 files)
54166 ____________________________________________________________________________
54167 [  9248] By: nick                                  on 2001/03/19  20:22:07
54168         Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
54169              (Building on OS390 uses native YACC and YYDEBUG has other
54170              side effects.)
54171      Branch: perlio
54172            ! perly.c perly.y vms/perly_c.vms
54173 ____________________________________________________________________________
54174 [  9247] By: jhi                                   on 2001/03/19  19:59:53
54175         Log: 64-bit AIX dynaloading problem (see #9244) idea
54176              from Jens-Uwe Mager.
54177      Branch: maint-5.6/perl
54178            ! ext/DynaLoader/dl_aix.xs
54179 ____________________________________________________________________________
54180 [  9246] By: nick                                  on 2001/03/19  19:27:57
54181         Log: More EBCDIC fixes.
54182      Branch: perlio
54183            ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
54184            ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
54185 ____________________________________________________________________________
54186 [  9245] By: jhi                                   on 2001/03/19  19:05:19
54187         Log: Integrate change #9243 from mainline into maintperl.
54188              
54189              Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
54190      Branch: maint-5.6/perl
54191           !> README.vmesa
54192 ____________________________________________________________________________
54193 [  9244] By: jhi                                   on 2001/03/19  19:03:15
54194         Log: Get 64bitall AIX building, but still does not test okay:
54195              dynaloading anything fails, for example for op/defins:
54196              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
54197              (update: fixed by #9247,9250)
54198      Branch: maint-5.6/perl
54199            ! hints/aix.sh
54200 ____________________________________________________________________________
54201 [  9243] By: jhi                                   on 2001/03/19  19:00:16
54202         Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
54203              From: Robin Barker <rmb1@cise.npl.co.uk>
54204              Date: Mon, 19 Mar 2001 18:01:57 GMT
54205              Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
54206      Branch: perl
54207            ! README.vmesa
54208 ____________________________________________________________________________
54209 [  9242] By: jhi                                   on 2001/03/19  18:58:43
54210         Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
54211              
54212              TODO: tests.
54213      Branch: perl
54214            ! doop.c op.c
54215 ____________________________________________________________________________
54216 [  9241] By: gsar                                  on 2001/03/19  17:34:46
54217         Log: VMSify tests (from Charles Lane)
54218      Branch: maint-5.6/perl
54219            ! t/lib/filehand.t t/lib/texttabs.t
54220 ____________________________________________________________________________
54221 [  9240] By: jhi                                   on 2001/03/19  14:24:26
54222         Log: Integrate change #9233 from maintperl into mainline.
54223              
54224              some refcounts were incorrect in perl_clone()
54225      Branch: perl
54226           !> sv.c
54227 ____________________________________________________________________________
54228 [  9239] By: gsar                                  on 2001/03/19  09:23:17
54229         Log: this is 5.6.1-trial3
54230      Branch: maint-5.6/perl
54231            ! Changes
54232 ____________________________________________________________________________
54233 [  9238] By: gsar                                  on 2001/03/19  08:47:04
54234         Log: some new symbols are only available under ithreads
54235      Branch: maint-5.6/perl
54236            ! makedef.pl
54237 ____________________________________________________________________________
54238 [  9237] By: gsar                                  on 2001/03/19  08:42:28
54239         Log: update patchlevel.h, Changes, &c.
54240      Branch: maint-5.6/perl
54241            ! Changes patchlevel.h pod/perlhist.pod
54242           !> AUTHORS
54243 ____________________________________________________________________________
54244 [  9236] By: gsar                                  on 2001/03/19  08:17:49
54245         Log: integrate changes#8068,8717 from mainline
54246              
54247              [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
54248              
54249              [PATCH CPAN 1.59_51] warning message (not!)
54250      Branch: maint-5.6/perl
54251           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
54252           !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
54253           !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
54254           !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
54255           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
54256 ____________________________________________________________________________
54257 [  9235] By: gsar                                  on 2001/03/19  08:07:09
54258         Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
54259              
54260              [PATCH] Add missing CV flags to dump.c
54261              
54262              Re: [patch] Re: PL_ptr_table
54263              
54264              Fixup non-ithread build after 8713
54265              
54266              Generated files form 8713 etc.
54267              
54268              Correct the correction :-(
54269              
54270              Documenting coderef @INC (Re: CPAN "make this script work" feature)
54271              
54272              Subject: Re: sync sync sync: have I missed any patches?
54273              Replace djSP with dSP.
54274      Branch: maint-5.6/perl
54275           !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
54276           !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
54277           !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
54278           !> sv.c sv.h win32/perlhost.h
54279 ____________________________________________________________________________
54280 [  9234] By: gsar                                  on 2001/03/19  07:22:05
54281         Log: revert the change#9090 integrate for now (change looks somewhat
54282              incomplete in that [ha]v_exists() need something similar; lacks
54283              tests; &c.)
54284      Branch: maint-5.6/perl
54285            ! hv.c
54286 ____________________________________________________________________________
54287 [  9233] By: gsar                                  on 2001/03/19  07:10:01
54288         Log: some refcounts were incorrect in perl_clone(); avoid hang in global
54289              destruction when there are unreferenced scalars (SvREFCNT==0)
54290      Branch: maint-5.6/perl
54291            ! sv.c
54292 ____________________________________________________________________________
54293 [  9232] By: jhi                                   on 2001/03/19  05:11:02
54294         Log: Regen api and toc.
54295      Branch: maint-5.6/perl
54296            ! pod/perlapi.pod pod/perltoc.pod
54297 ____________________________________________________________________________
54298 [  9231] By: jhi                                   on 2001/03/19  04:06:03
54299         Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
54300              add a lost line in pp.c:pp_chop(), update to new op/chop.
54301              
54302              Clarify the description differentiating for and while; inspired by
54303              
54304              Subject: [ID 20010306.004] || != named unary operator
54305              
54306              The $Is_MacOS needs to be declared.
54307      Branch: maint-5.6/perl
54308            ! pp.c t/op/chop.t
54309           !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
54310 ____________________________________________________________________________
54311 [  9230] By: jhi                                   on 2001/03/19  03:48:16
54312         Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
54313              9079,9083,9089,9090,9091 from mainline to maintperl.
54314              
54315              Quieten some noise in Win32 builds
54316              
54317              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
54318              
54319              The perlretut was still talking about the old \p and \P
54320              definitions.
54321              
54322              More tweakage on the Unicode character class descriptions.
54323              
54324              Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
54325              
54326              Subject: 'no *POSIX' Patch speeding up make on BS2000 
54327              
54328              Subject: [PATCH] perldata.pod here-doc docs
54329              
54330              Add /sbin and /usr/sbin to the list of directories scanned
54331              for setuid programs.  Takes care of bug id 20010309.003.
54332              
54333              Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
54334              
54335              In op/stat #35 better to scan all the potential directories
54336              for setuids, not just the first one.
54337      Branch: maint-5.6/perl
54338            ! Makefile.SH
54339           !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
54340           !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
54341           !> t/op/stat.t toke.c win32/win32.h
54342 ____________________________________________________________________________
54343 [  9229] By: jhi                                   on 2001/03/19  02:31:50
54344         Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
54345              From: Chris Nandor <pudge@pobox.com>
54346              Date: Sat, 10 Mar 2001 14:22:19 -0500
54347              Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
54348      Branch: maint-5.6/perl
54349            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
54350            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
54351            ! t/lib/b.t t/lib/errno.t
54352 ____________________________________________________________________________
54353 [  9228] By: jhi                                   on 2001/03/19  02:29:59
54354         Log: Integrate changes #9113,9122 from mainline into maintperl.
54355              
54356              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?)
54357      Branch: maint-5.6/perl
54358           !> Configure README.os390 hints/os390.sh
54359 ____________________________________________________________________________
54360 [  9227] By: jhi                                   on 2001/03/19  02:22:35
54361         Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
54362              into maintperl.
54363              
54364              Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
54365              
54366              Forgot to check-in the larger part of #9120, duh.
54367              
54368              Subject: Another patch for integer.pm POD 
54369              
54370              h2ph strictness and cleanliness from Kurt Starsinic.
54371              
54372              Borland filename case problem.
54373              
54374              h2ph strictness and cleanliness from Kurt Starsinic.
54375              
54376              Subject: [PATCH] the uncontroversial doc patches
54377      Branch: maint-5.6/perl
54378           +> win32/sncfnmcs.pl
54379           !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
54380           !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
54381           !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
54382           !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
54383           !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
54384           !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
54385           !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
54386 ____________________________________________________________________________
54387 [  9226] By: jhi                                   on 2001/03/19  02:10:21
54388         Log: Integrate changes #9207,9214 from mainline into maintperl.
54389              
54390              podchecker relaxations: =over has an *optional* number after it,
54391              and whitespace in L<> is okay.
54392      Branch: maint-5.6/perl
54393           !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
54394           !> t/pod/poderrs.xr
54395 ____________________________________________________________________________
54396 [  9225] By: jhi                                   on 2001/03/19  02:07:38
54397         Log: Integrate change #9219 from maintperl into mainline.
54398              
54399              remove duplicated tests
54400      Branch: perl
54401           !> t/op/re_tests
54402 ____________________________________________________________________________
54403 [  9224] By: jhi                                   on 2001/03/19  02:06:11
54404         Log: Integrate change #9223 from mainline to maintperl.
54405              
54406              Document -Dmksymlinks.
54407      Branch: maint-5.6/perl
54408           !> INSTALL
54409 ____________________________________________________________________________
54410 [  9223] By: jhi                                   on 2001/03/19  02:01:25
54411         Log: Document -Dmksymlinks.
54412      Branch: perl
54413            ! INSTALL
54414 ____________________________________________________________________________
54415 [  9222] By: jhi                                   on 2001/03/19  01:15:35
54416         Log: The -Dmksymlinks wasn't working for maintperl.
54417      Branch: maint-5.6/perl
54418            ! Configure
54419 ____________________________________________________________________________
54420 [  9221] By: jhi                                   on 2001/03/19  00:49:43
54421         Log: Cleanup pixie residue.
54422      Branch: perl
54423            ! Makefile.SH
54424 ____________________________________________________________________________
54425 [  9220] By: jhi                                   on 2001/03/19  00:44:47
54426         Log: Document the use of pixie/prof; create make targets for it.
54427              
54428              TODO: make t/TEST pixie-aware.
54429      Branch: perl
54430            ! Makefile.SH pod/perlhack.pod
54431 ____________________________________________________________________________
54432 [  9219] By: gsar                                  on 2001/03/19  00:16:55
54433         Log: remove duplicated tests
54434      Branch: maint-5.6/perl
54435            ! t/op/re_tests
54436 ____________________________________________________________________________
54437 [  9218] By: jhi                                   on 2001/03/18  23:59:31
54438         Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
54439      Branch: perl
54440            ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
54441 ____________________________________________________________________________
54442 [  9217] By: jhi                                   on 2001/03/18  23:25:20
54443         Log: Rewrite the tests section of Makefile to be less redundant
54444              and to allow for more flexible test targets, many recursive
54445              make calls introduced.
54446      Branch: perl
54447            ! Makefile.SH
54448 ____________________________________________________________________________
54449 [  9216] By: jhi                                   on 2001/03/18  22:30:04
54450         Log: Document the use of Third Degree (sparsely).
54451      Branch: perl
54452            ! pod/perlhack.pod t/TEST
54453 ____________________________________________________________________________
54454 [  9215] By: jhi                                   on 2001/03/18  22:10:30
54455         Log: Make targets for testing with Third Degree.
54456      Branch: perl
54457            ! Makefile.SH
54458 ____________________________________________________________________________
54459 [  9214] By: jhi                                   on 2001/03/18  21:08:53
54460         Log: The podchecker relaxations need to mirrored also at the tests.
54461      Branch: perl
54462            ! t/pod/poderrs.xr
54463 ____________________________________________________________________________
54464 [  9213] By: jhi                                   on 2001/03/18  20:56:21
54465         Log: Update Changes.
54466      Branch: perl
54467            ! Changes patchlevel.h
54468 ____________________________________________________________________________
54469 [  9212] By: jhi                                   on 2001/03/18  20:36:59
54470         Log: Looking for config.sh in parent directories isn't
54471              very useful for the toplevel Makefile.
54472      Branch: perl
54473            ! Makefile.SH
54474 ____________________________________________________________________________
54475 [  9211] By: jhi                                   on 2001/03/18  20:33:37
54476         Log: On "make clean" take care of Third Degree droppings.
54477      Branch: perl
54478            ! Makefile.SH
54479 ____________________________________________________________________________
54480 [  9210] By: jhi                                   on 2001/03/18  20:21:34
54481         Log: Add a hook for running the tests under the Third Degree
54482              debugging tool (set $ENV{PERL_3LOG} to non-zero)
54483              
54484              TODO: Document the use of Third Degree.
54485      Branch: perl
54486            ! t/TEST
54487 ____________________________________________________________________________
54488 [  9209] By: jhi                                   on 2001/03/18  20:19:07
54489         Log: Regen toc and api pods.
54490      Branch: perl
54491            ! pod/perlapi.pod pod/perltoc.pod
54492 ____________________________________________________________________________
54493 [  9208] By: jhi                                   on 2001/03/18  20:12:12
54494         Log: Integrate changes #8128,9132 from mainline into maintperl,
54495              Tie::SubstrHash fixes.
54496      Branch: maint-5.6/perl
54497           !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
54498 ____________________________________________________________________________
54499 [  9207] By: jhi                                   on 2001/03/18  20:07:43
54500         Log: podchecker relaxations from Michael Stevens.
54501      Branch: perl
54502            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
54503 ____________________________________________________________________________
54504 [  9206] By: jhi                                   on 2001/03/18  20:04:24
54505         Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
54506      Branch: perl
54507            ! lib/Locale/Constants.pm lib/Locale/Country.pm
54508            ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
54509            ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
54510 ____________________________________________________________________________
54511 [  9205] By: jhi                                   on 2001/03/18  19:54:45
54512         Log: Integrate changes #9161,9162 from maintperl to mainline.
54513              
54514              clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
54515              results
54516      Branch: perl
54517           !> t/op/magic.t
54518 ____________________________________________________________________________
54519 [  9204] By: jhi                                   on 2001/03/18  19:37:46
54520         Log: Make perl.third checks more understandable to the builder.
54521      Branch: perl
54522            ! Makefile.SH
54523 ____________________________________________________________________________
54524 [  9203] By: jhi                                   on 2001/03/18  19:20:54
54525         Log: Re-integrate #9138 from maintperl to mainline,
54526              the squelching of the unneeded "Scalars leaked" messages.
54527      Branch: perl
54528           !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
54529           !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
54530           !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
54531 ____________________________________________________________________________
54532 [  9202] By: jhi                                   on 2001/03/18  18:48:36
54533         Log: More robust and more paranoid perl.third target.
54534      Branch: perl
54535            ! Makefile.SH
54536 ____________________________________________________________________________
54537 [  9201] By: jhi                                   on 2001/03/18  18:39:21
54538         Log: Integrate change #9197 from maintperl to mainline.
54539              
54540              more thorough cleaning of arenas.
54541      Branch: perl
54542           !> embed.pl perl.c proto.h sv.c t/op/sort.t
54543 ____________________________________________________________________________
54544 [  9200] By: jhi                                   on 2001/03/18  18:25:17
54545         Log: Integrate perlio.
54546      Branch: perl
54547           !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
54548           !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
54549           !> t/lib/encode.t toke.c universal.c utf8.c
54550 ____________________________________________________________________________
54551 [  9199] By: nick                                  on 2001/03/18  15:23:51
54552         Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
54553              is the sense of the test being done. Avoid some magical 127 and 128 values
54554              by using macros.
54555      Branch: perlio
54556            ! doop.c pp_ctl.c sv.c toke.c
54557 ____________________________________________________________________________
54558 [  9198] By: nick                                  on 2001/03/18  14:18:12
54559         Log: UTF-X encoding invariance for Encode:
54560              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
54561              - move the XS code for those to universal.c (so in miniperl)
54562              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
54563              - change ext/Encode/compile to use above.
54564              - Fix t/lib/encode.t for above
54565              - Teach t/lib/b.t to expect -uutf8
54566              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
54567              utf8.pm is needed.
54568      Branch: perlio
54569            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
54570            ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
54571 ____________________________________________________________________________
54572 [  9197] By: gsar                                  on 2001/03/18  12:15:57
54573         Log: more thorough cleaning of arenas--keep going until no more
54574              SvREFCNT_dec()s occur (this fixes the problem that causes the
54575              pesky "Scalars leaked" warnings)
54576      Branch: maint-5.6/perl
54577            ! embed.pl perl.c proto.h sv.c t/op/sort.t
54578 ____________________________________________________________________________
54579 [  9196] By: nick                                  on 2001/03/18  10:57:29
54580         Log: Fix pragma/utf8.t # 15
54581              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
54582              are SvUTF8 as well.
54583      Branch: perlio
54584            ! toke.c
54585 ____________________________________________________________________________
54586 [  9195] By: nick                                  on 2001/03/18  09:27:06
54587         Log: Integrate mainline
54588      Branch: perlio
54589           !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
54590           !> t/op/pat.t
54591 ____________________________________________________________________________
54592 [  9194] By: jhi                                   on 2001/03/18  05:29:59
54593         Log: Sarathy's clear_pmop patch with Radu Greab's fix,
54594              Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
54595      Branch: perl
54596            ! op.c op.h t/op/misc.t t/op/pat.t
54597 ____________________________________________________________________________
54598 [  9193] By: jhi                                   on 2001/03/18  05:15:06
54599         Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
54600      Branch: perl
54601            ! mg.c t/op/pat.t
54602 ____________________________________________________________________________
54603 [  9192] By: jhi                                   on 2001/03/18  04:22:43
54604         Log: tr/// UTF-8 patches from Inaba Hiroto.
54605      Branch: perl
54606            ! doop.c op.c
54607 ____________________________________________________________________________
54608 [  9191] By: jhi                                   on 2001/03/18  04:21:17
54609         Log: Integrate perlio.
54610      Branch: perl
54611           !> utf8.c utfebcdic.h
54612 ____________________________________________________________________________
54613 [  9190] By: nick                                  on 2001/03/17  20:32:01
54614         Log: Correct #if EBCDIC side typos.
54615              Builds and passes many tests on OS390.
54616      Branch: perlio
54617            ! utf8.c utfebcdic.h
54618 ____________________________________________________________________________
54619 [  9189] By: jhi                                   on 2001/03/17  18:55:49
54620         Log: Add prerequisites for the perl.third target.
54621      Branch: perl
54622            ! Makefile.SH
54623 ____________________________________________________________________________
54624 [  9188] By: jhi                                   on 2001/03/17  18:46:00
54625         Log: Integrate perlio.
54626      Branch: perl
54627           +> utfebcdic.h
54628           !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
54629 ____________________________________________________________________________
54630 [  9187] By: jhi                                   on 2001/03/17  18:38:47
54631         Log: Add a make rule for perl.third (the Third Degree memory debugging
54632              tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
54633      Branch: perl
54634            ! Makefile.SH
54635 ____________________________________________________________________________
54636 [  9186] By: nick                                  on 2001/03/17  18:34:48
54637         Log: MANIFEST addition :-(
54638      Branch: perlio
54639            ! MANIFEST
54640 ____________________________________________________________________________
54641 [  9185] By: nick                                  on 2001/03/17  18:29:50
54642         Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
54643              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
54644              a superset of ASCII are invariant under the encoding. This is EBCDIC
54645              friendly as an encoded string can be looked at as being EBCDIC by lexer
54646              sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
54647              ASCII on ASCII machines.
54648              
54649              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
54650              seperate.
54651              - Add some more macros to comprehend different shift amounts and
54652              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
54653              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
54654              and conditionally #include it.
54655              
54656              EBCDIC build as yet untested.  ASCII still fails the one test.
54657      Branch: perlio
54658            + utfebcdic.h
54659            ! utf8.c utf8.h
54660 ____________________________________________________________________________
54661 [  9184] By: nick                                  on 2001/03/17  17:44:16
54662         Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
54663      Branch: perlio
54664            ! doop.c perl.h pp.c utf8.h
54665 ____________________________________________________________________________
54666 [  9183] By: jhi                                   on 2001/03/17  15:55:42
54667         Log: Integrate perlio.
54668      Branch: perl
54669            ! MANIFEST
54670           !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
54671 ____________________________________________________________________________
54672 [  9182] By: nick                                  on 2001/03/17  09:16:06
54673         Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
54674      Branch: perlio
54675            ! t/op/pat.t
54676 ____________________________________________________________________________
54677 [  9181] By: nick                                  on 2001/03/17  09:15:11
54678         Log: Integrate mainline.
54679      Branch: perlio
54680           +> lib/Locale/Constants.pm lib/Locale/Country.pm
54681           +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
54682           +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
54683           +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
54684           !> (integrate 83 files)
54685 ____________________________________________________________________________
54686 [  9180] By: nick                                  on 2001/03/16  17:23:21
54687         Log: EBCDIC Fixes.
54688      Branch: perlio
54689            ! perl.h sv.c toke.c utf8.c utf8.h
54690 ____________________________________________________________________________
54691 [  9179] By: jhi                                   on 2001/03/16  14:10:12
54692         Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
54693              a change needed to work around an AIX compiler bug.
54694      Branch: perl
54695            ! ext/Storable/Storable.xs
54696 ____________________________________________________________________________
54697 [  9178] By: jhi                                   on 2001/03/16  03:19:59
54698         Log: With Damian's approval synchronize damian's modules'
54699              licensing with Perl's standard module licensing.
54700      Branch: perl
54701            ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
54702 ____________________________________________________________________________
54703 [  9177] By: jhi                                   on 2001/03/16  03:15:34
54704         Log: Make the Filter::Util:Call files have their own copies
54705              of the Perl standard module licensing, from Paul Marquess.
54706      Branch: perl
54707            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
54708 ____________________________________________________________________________
54709 [  9176] By: jhi                                   on 2001/03/16  02:56:04
54710         Log: Subject: [PATCH] more pod patches
54711              From: Michael Stevens <michael@etla.org>
54712              Date: Thu, 15 Mar 2001 21:25:18 +0000
54713              Message-ID: <20010315212518.A18870@firedrake.org>
54714      Branch: perl
54715            ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
54716            ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
54717            ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
54718            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
54719            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
54720            ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
54721            ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
54722            ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
54723            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
54724            ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
54725            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
54726            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
54727            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
54728            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
54729            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
54730            ! lib/File/Basename.pm lib/File/Spec/VMS.pm
54731            ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
54732            ! lib/Getopt/Long.pm lib/Locale/Constants.pm
54733            ! lib/Locale/Country.pm lib/Locale/Language.pm
54734            ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
54735            ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
54736            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
54737            ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
54738            ! os2/OS2/Process/Process.pm
54739 ____________________________________________________________________________
54740 [  9175] By: jhi                                   on 2001/03/16  02:53:32
54741         Log: Subject: [PATCH] the uncontroversial doc patches
54742              From: Michael Stevens <michael@etla.org>
54743              Date: Thu, 15 Mar 2001 20:01:12 +0000
54744              Message-ID: <20010315200112.A7636@firedrake.org>
54745      Branch: perl
54746            ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
54747            ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
54748            ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
54749            ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
54750            ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
54751 ____________________________________________________________________________
54752 [  9174] By: jhi                                   on 2001/03/16  02:50:49
54753         Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
54754              From: Paul Lindner <lindner@inuus.com>
54755              Date: Fri, 16 Mar 2001 11:28:03 -0800
54756              Message-ID: <20010316112803.A7577@inuus.com>
54757      Branch: perl
54758            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
54759 ____________________________________________________________________________
54760 [  9173] By: nick                                  on 2001/03/15  20:21:03
54761         Log: 1st day's EBCDIC fixes:
54762              - toke.c's parsing of strings needed attention
54763              needed to conditionally e2a if string was already UTF-8
54764              - e2a/a2e tables where wrong way round.
54765              - new macros in utf8.h
54766      Branch: perlio
54767            ! perl.h toke.c utf8.h
54768 ____________________________________________________________________________
54769 [  9172] By: jhi                                   on 2001/03/15  15:17:17
54770         Log: Update Changes.
54771      Branch: perl
54772            ! Changes patchlevel.h
54773 ____________________________________________________________________________
54774 [  9171] By: jhi                                   on 2001/03/15  15:09:32
54775         Log: Subject: Re: Another Borland C++ problem.
54776              From: "Vadim Konovalov" <watman@inbox.ru>
54777              Date: Sat, 10 Mar 2001 19:26:07 +0300
54778              Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
54779              
54780              Borland filename case problem.
54781      Branch: perl
54782            + win32/sncfnmcs.pl
54783            ! MANIFEST README.win32
54784 ____________________________________________________________________________
54785 [  9170] By: jhi                                   on 2001/03/15  14:54:23
54786         Log: Add Locale::Codes 1.06, from Neil Bowers.
54787      Branch: perl
54788            + lib/Locale/Constants.pm lib/Locale/Country.pm
54789            + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
54790            + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
54791            + t/lib/lc-language.t t/lib/lc-uk.t
54792            ! MANIFEST
54793 ____________________________________________________________________________
54794 [  9169] By: jhi                                   on 2001/03/15  14:19:01
54795         Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
54796      Branch: perl
54797            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
54798            ! ext/Storable/Storable.xs
54799 ____________________________________________________________________________
54800 [  9168] By: jhi                                   on 2001/03/15  14:13:22
54801         Log: Integrate changes #9120,9167 from mainline to maintperl.
54802              
54803              Subject: [PATCH 5.6.1] OS/2 docs
54804              
54805              Subject: [PATCH 5.6.1] perldoc
54806      Branch: maint-5.6/perl
54807           !> os2/Changes utils/perldoc.PL
54808 ____________________________________________________________________________
54809 [  9167] By: jhi                                   on 2001/03/15  14:07:42
54810         Log: Subject: [PATCH 5.6.1] perldoc
54811              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
54812              Date: Wed, 14 Mar 2001 23:46:52 -0500
54813              Message-ID: <20010314234652.A7972@math.ohio-state.edu>
54814      Branch: perl
54815            ! utils/perldoc.PL
54816 ____________________________________________________________________________
54817 [  9166] By: jhi                                   on 2001/03/15  13:53:15
54818         Log: sigaction test condition tweakage.
54819      Branch: perl
54820            ! t/lib/sigaction.t
54821 ____________________________________________________________________________
54822 [  9165] By: alanbur                               on 2001/03/15  03:49:17
54823         Log: Resynchronised with parent
54824      Branch: maint-5.6/pureperl
54825           +> os2/os2add.sym t/op/anonsub.t
54826           !> (integrate 72 files)
54827 ____________________________________________________________________________
54828 [  9164] By: jhi                                   on 2001/03/15  01:05:01
54829         Log: Avoid stomping off the beginning of an array in tr///.
54830      Branch: perl
54831            ! op.c
54832 ____________________________________________________________________________
54833 [  9163] By: jhi                                   on 2001/03/15  00:58:57
54834         Log: h2ph strictness and cleanliness from Kurt Starsinic.
54835      Branch: perl
54836            ! utils/h2ph.PL
54837 ____________________________________________________________________________
54838 [  9162] By: gsar                                  on 2001/03/15  00:56:53
54839         Log: avoid warnings
54840      Branch: maint-5.6/perl
54841            ! t/op/magic.t
54842 ____________________________________________________________________________
54843 [  9161] By: gsar                                  on 2001/03/15  00:52:09
54844         Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
54845              results
54846      Branch: maint-5.6/perl
54847            ! t/op/magic.t
54848 ____________________________________________________________________________
54849 [  9160] By: jhi                                   on 2001/03/14  22:02:10
54850         Log: Do not use the Perl malloc in IRIX, suggested by
54851              Helmus Jarausch.
54852      Branch: perl
54853            ! hints/irix_6.sh
54854 ____________________________________________________________________________
54855 [  9159] By: nick                                  on 2001/03/14  21:45:59
54856         Log: Integrate mainline
54857      Branch: perlio
54858           +> t/op/loopctl.t
54859           !> (integrate 41 files)
54860 ____________________________________________________________________________
54861 [  9158] By: jhi                                   on 2001/03/14  21:10:09
54862         Log: The Day of the Retractions continues: the #9138
54863              (integrated in #9144) doesn't work well in mainline.
54864      Branch: perl
54865            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
54866            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
54867            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
54868 ____________________________________________________________________________
54869 [  9157] By: jhi                                   on 2001/03/14  20:58:12
54870         Log: The #9145 CANNOT be enabled: the clear_pmop code still
54871              dumps core all over in Tru64.
54872      Branch: perl
54873            ! op.c op.h t/op/pat.t
54874 ____________________________________________________________________________
54875 [  9156] By: jhi                                   on 2001/03/14  20:48:06
54876         Log: Integrate change #9154 from maintperl to mainline.
54877              
54878              PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
54879              (caused Storable 1.0.10 to break on windows)
54880      Branch: perl
54881           !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
54882           !> perlapi.c proto.h
54883 ____________________________________________________________________________
54884 [  9155] By: jhi                                   on 2001/03/14  20:23:53
54885         Log: Retract #9136: breaks threading (and binary compatibility).
54886      Branch: perl
54887            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
54888 ____________________________________________________________________________
54889 [  9154] By: gsar                                  on 2001/03/14  17:48:18
54890         Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
54891              (caused Storable 1.0.10 to break on windows)
54892      Branch: maint-5.6/perl
54893            ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
54894            ! perlapi.c proto.h
54895 ____________________________________________________________________________
54896 [  9153] By: jhi                                   on 2001/03/14  13:35:21
54897         Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
54898      Branch: perl
54899            ! t/lib/sigaction.t
54900 ____________________________________________________________________________
54901 [  9152] By: gsar                                  on 2001/03/14  07:29:40
54902         Log: back out changes#9012,9010,9009 and parts of change#9016
54903              (causes ABRs under purify, and some prerequisites don't
54904              seem to be there in 5.6.x)
54905      Branch: maint-5.6/perl
54906            ! doop.c op.c t/op/tr.t toke.c
54907 ____________________________________________________________________________
54908 [  9151] By: gsar                                  on 2001/03/14  07:01:29
54909         Log: reenable change#9145 (the test was busted due to a missing
54910              C<print "ok 27\n">)
54911      Branch: perl
54912            ! op.c op.h t/op/pat.t
54913 ____________________________________________________________________________
54914 [  9150] By: jhi                                   on 2001/03/14  06:38:36
54915         Log: Retract #9145.
54916      Branch: perl
54917            ! op.c op.h t/op/pat.t
54918 ____________________________________________________________________________
54919 [  9149] By: jhi                                   on 2001/03/14  06:14:56
54920         Log: Retract #9143.
54921      Branch: perl
54922            ! op.c
54923 ____________________________________________________________________________
54924 [  9148] By: gsar                                  on 2001/03/14  06:13:02
54925         Log: Uninitialized Memory Read in regexec.c
54926      Branch: perl
54927            ! regexec.c
54928 ____________________________________________________________________________
54929 [  9147] By: jhi                                   on 2001/03/14  04:59:54
54930         Log: Subject: PATCH: make goto work in nested eval ""
54931              From: Robin Houston <robin@kitsite.com>
54932              Date: Wed, 14 Mar 2001 04:16:10 +0000
54933              Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
54934      Branch: perl
54935            ! pp_ctl.c t/op/goto.t
54936 ____________________________________________________________________________
54937 [  9146] By: jhi                                   on 2001/03/14  04:42:54
54938         Log: Preserve the #ifdef PERL_CORE in perly.h.
54939      Branch: perl
54940            ! perly.fixer
54941 ____________________________________________________________________________
54942 [  9145] By: jhi                                   on 2001/03/14  03:57:41
54943         Log: (Retracted by #9150.)
54944      Branch: perl
54945            ! op.c op.h t/op/pat.t
54946 ____________________________________________________________________________
54947 [  9144] By: jhi                                   on 2001/03/14  03:50:38
54948         Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
54949              
54950              fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
54951              
54952              remove squelch controls for "Scalars leaked" messages in most places
54953              (these are now cured)
54954              
54955              fix another memory leak reported by purify (tie callbacks that
54956              croak can leak when wiping out magic)
54957      Branch: perl
54958           !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
54959           !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
54960           !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
54961           !> t/pragma/warnings.t
54962 ____________________________________________________________________________
54963 [  9143] By: jhi                                   on 2001/03/14  03:37:53
54964         Log: (Retracted by #9149.)
54965      Branch: perl
54966            ! op.c
54967 ____________________________________________________________________________
54968 [  9142] By: gsar                                  on 2001/03/14  03:20:48
54969         Log: fix another memory leak reported by purify (tie callbacks that
54970              croak can leak when wiping out magic)
54971      Branch: maint-5.6/perl
54972            ! scope.c
54973 ____________________________________________________________________________
54974 [  9141] By: jhi                                   on 2001/03/14  02:55:00
54975         Log: Subject: PATCH for [ID 20010305.003]
54976              From: Robin Houston <robin@kitsite.com>
54977              Date: Wed, 14 Mar 2001 02:45:51 +0000
54978              Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
54979      Branch: perl
54980            ! pp_ctl.c t/op/eval.t
54981 ____________________________________________________________________________
54982 [  9140] By: jhi                                   on 2001/03/14  02:41:54
54983         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
54984              Date: Wed, 14 Mar 2001 01:52:51 +0000
54985              From: Robin Houston <robin@kitsite.com>
54986              Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
54987              
54988              Fix for 2000313.004.
54989      Branch: perl
54990            ! pp_ctl.c t/op/goto.t
54991 ____________________________________________________________________________
54992 [  9139] By: jhi                                   on 2001/03/14  02:40:50
54993         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
54994              From: Robin Houston <robin@kitsite.com>
54995              Date: Wed, 14 Mar 2001 00:43:45 +0000
54996              Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
54997      Branch: perl
54998            + t/op/loopctl.t
54999            ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
55000            ! vms/perly_c.vms
55001 ____________________________________________________________________________
55002 [  9138] By: gsar                                  on 2001/03/14  01:18:00
55003         Log: remove squelch controls for "Scalars leaked" messages in most places
55004              (these are now cured)
55005      Branch: maint-5.6/perl
55006            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
55007            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
55008            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
55009 ____________________________________________________________________________
55010 [  9137] By: gsar                                  on 2001/03/14  00:57:04
55011         Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
55012      Branch: maint-5.6/perl
55013            ! regcomp.c
55014 ____________________________________________________________________________
55015 [  9136] By: jhi                                   on 2001/03/13  23:12:24
55016         Log: (Retracted by #9155)
55017              
55018              Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
55019              From: Jens-Uwe Mager <jum@helios.de>
55020              Date: Wed, 21 Feb 2001 21:32:04 +0100
55021              Message-ID: <20010221213203.A18340@ans.helios.de>
55022      Branch: perl
55023            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
55024 ____________________________________________________________________________
55025 [  9135] By: jhi                                   on 2001/03/13  22:50:05
55026         Log: Integrate perlio.
55027      Branch: perl
55028           !> pp.c
55029 ____________________________________________________________________________
55030 [  9134] By: jhi                                   on 2001/03/13  22:49:05
55031         Log: Integrate change #9131 from maintperl into mainline.
55032              
55033              make the error text look more consistent in hints/hpux.sh
55034      Branch: perl
55035           !> hints/hpux.sh
55036 ____________________________________________________________________________
55037 [  9133] By: gsar                                  on 2001/03/13  22:46:20
55038         Log: integrate change#9067 from mainline
55039              
55040              Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
55041      Branch: maint-5.6/perl
55042           !> lib/ExtUtils/MM_Unix.pm
55043 ____________________________________________________________________________
55044 [  9132] By: jhi                                   on 2001/03/13  22:41:21
55045         Log: Subject:  Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
55046              From: "John P. Linderman" <jpl@research.att.com>
55047              Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
55048              Message-Id: <200103131736.MAA35615@raptor.research.att.com>
55049              
55050              A more correct prime finder.
55051      Branch: perl
55052            ! lib/Tie/SubstrHash.pm
55053 ____________________________________________________________________________
55054 [  9131] By: gsar                                  on 2001/03/13  22:30:42
55055         Log: make the error text look more consistent in hints/hpux.sh
55056      Branch: maint-5.6/perl
55057            ! hints/hpux.sh
55058 ____________________________________________________________________________
55059 [  9130] By: jhi                                   on 2001/03/13  22:23:44
55060         Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
55061              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
55062              Date: Tue, 13 Mar 2001 18:41:26 +0100
55063              Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
55064              
55065              If the test is run non-interactively the default handler
55066              is different.
55067      Branch: perl
55068            ! t/lib/sigaction.t
55069 ____________________________________________________________________________
55070 [  9129] By: jhi                                   on 2001/03/13  22:20:21
55071         Log: Subject:  [PATCH perl@9125] t/lib/1_compile.t  VMS mod
55072              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
55073              Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
55074              Date:     Tue, 13 Mar 2001 16:44:32 EST
55075      Branch: perl
55076            ! t/lib/1_compile.t
55077 ____________________________________________________________________________
55078 [  9128] By: jhi                                   on 2001/03/13  22:18:34
55079         Log: Subject: Another patch for integer.pm POD 
55080              From: "John L. Allen" <allen@grumman.com>
55081              Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
55082              Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
55083      Branch: perl
55084            ! lib/integer.pm
55085 ____________________________________________________________________________
55086 [  9127] By: nick                                  on 2001/03/13  21:26:30
55087         Log: Integrate mainline.
55088      Branch: perlio
55089           +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
55090           +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
55091           +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
55092           +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
55093           !> Changes Configure MANIFEST README.os2 README.os390
55094           !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
55095           !> os2/Changes patchlevel.h win32/perlhost.h
55096 ____________________________________________________________________________
55097 [  9126] By: nick                                  on 2001/03/13  20:39:51
55098         Log: #ifdef'ed out code to make packed side of pack/unpack
55099              octets. (i.e. pack('U') => encode_utf8).
55100      Branch: perlio
55101            ! pp.c
55102 ____________________________________________________________________________
55103 [  9125] By: jhi                                   on 2001/03/13  15:07:16
55104         Log: Update Changes.
55105      Branch: perl
55106            ! Changes patchlevel.h
55107 ____________________________________________________________________________
55108 [  9124] By: jhi                                   on 2001/03/13  14:22:45
55109         Log: Workaround for the buggy ("internal compiler error")
55110              AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
55111              (and ext/re/re_comp.c).  The MakeMaker dark magic courtesy
55112              of Andreas König.
55113      Branch: perl
55114            ! ext/re/Makefile.PL hints/aix.sh
55115 ____________________________________________________________________________
55116 [  9123] By: jhi                                   on 2001/03/13  03:24:34
55117         Log: Typo in #9114.
55118      Branch: metaconfig
55119            ! U/modified/myhostname.U
55120 ____________________________________________________________________________
55121 [  9122] By: jhi                                   on 2001/03/13  03:24:06
55122         Log: Typo in #9113.
55123      Branch: perl
55124            ! Configure
55125 ____________________________________________________________________________
55126 [  9121] By: jhi                                   on 2001/03/13  01:53:05
55127         Log: Forgot to check-in the larger part of #9120, duh.
55128      Branch: perl
55129            ! README.os2
55130 ____________________________________________________________________________
55131 [  9120] By: jhi                                   on 2001/03/13  01:51:31
55132         Log: Subject: [PATCH 5.6.1] OS/2 docs
55133              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
55134              Date: Mon, 12 Mar 2001 03:27:32 -0500
55135              Message-ID: <20010312032732.A19283@math.ohio-state.edu>
55136      Branch: perl
55137            ! os2/Changes
55138 ____________________________________________________________________________
55139 [  9119] By: jhi                                   on 2001/03/13  01:49:41
55140         Log: Integrate change #9116 from maintperl into mainline.
55141              
55142              Win32::GetCwd() returns C: instead of C:\ in the root directory
55143              under ithreads
55144      Branch: perl
55145           !> win32/perlhost.h
55146 ____________________________________________________________________________
55147 [  9118] By: jhi                                   on 2001/03/13  01:13:39
55148         Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
55149      Branch: perl
55150            + lib/Switch.pm t/lib/switch.t
55151            ! MANIFEST
55152 ____________________________________________________________________________
55153 [  9117] By: jhi                                   on 2001/03/13  01:03:17
55154         Log: Add Text::Balanced 1.83.
55155      Branch: perl
55156            + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
55157            + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
55158            + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
55159            + t/lib/tb-xvari.t
55160            ! MANIFEST
55161 ____________________________________________________________________________
55162 [  9116] By: gsar                                  on 2001/03/13  00:55:53
55163         Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
55164              under ithreads
55165      Branch: maint-5.6/perl
55166            ! win32/perlhost.h
55167 ____________________________________________________________________________
55168 [  9115] By: jhi                                   on 2001/03/13  00:54:09
55169         Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
55170              From: "John L. Allen" <allen@grumman.com>
55171              Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
55172              Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
55173              
55174              use integer document clarification.
55175      Branch: perl
55176            ! lib/integer.pm
55177 ____________________________________________________________________________
55178 [  9114] By: jhi                                   on 2001/03/13  00:38:54
55179         Log: Metaconfig unit change for #9113.
55180      Branch: metaconfig
55181            ! U/modified/myhostname.U
55182 ____________________________________________________________________________
55183 [  9113] By: jhi                                   on 2001/03/13  00:38:35
55184         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?)
55185              From: Peter Prymmer <pvhp@forte.com>
55186              Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
55187              Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
55188      Branch: perl
55189            ! Configure README.os390 hints/os390.sh
55190 ____________________________________________________________________________
55191 [  9112] By: jhi                                   on 2001/03/13  00:29:00
55192         Log: Integrate perlio.
55193      Branch: perl
55194           !> sv.c utf8.h
55195 ____________________________________________________________________________
55196 [  9111] By: nick                                  on 2001/03/12  21:16:33
55197         Log: Integrate mainline.
55198      Branch: perlio
55199           +> t/op/anonsub.t
55200           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
55201           !> proto.h sv.c
55202 ____________________________________________________________________________
55203 [  9110] By: nick                                  on 2001/03/12  21:00:13
55204         Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
55205      Branch: perlio
55206            ! sv.c utf8.h
55207 ____________________________________________________________________________
55208 [  9109] By: jhi                                   on 2001/03/12  16:04:47
55209         Log: Integrate change #9108 from maintperl to mainline.
55210              
55211              fix memory leak in C<sub X { sub {} }> arising from a refcount
55212              loop between the outer sub and the inner prototype anonsub
55213              
55214              this also enables closures returned by subroutines that
55215              subsequently get redefined to work without generating coredumps :)
55216              
55217              completely removed the free_closures() hack--it shouldn't be
55218              needed anymore
55219      Branch: perl
55220           +> t/op/anonsub.t
55221           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
55222           !> proto.h sv.c
55223 ____________________________________________________________________________
55224 [  9108] By: gsar                                  on 2001/03/12  10:21:31
55225         Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
55226              loop between the outer sub and the inner prototype anonsub
55227              
55228              this also enables closures returned by subroutines that
55229              subsequently get redefined to work without generating coredumps :)
55230              
55231              completely removed the free_closures() hack--it shouldn't be
55232              needed anymore
55233      Branch: maint-5.6/perl
55234            + t/op/anonsub.t
55235            ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
55236            ! proto.h sv.c
55237 ____________________________________________________________________________
55238 [  9107] By: jhi                                   on 2001/03/12  05:15:31
55239         Log: Integrate perlio.
55240      Branch: perl
55241           !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
55242 ____________________________________________________________________________
55243 [  9106] By: nick                                  on 2001/03/11  20:10:12
55244         Log: regcomp.c is working in native space, not Unicode space (if different)
55245              as it is doing compare against 'W' in \W etc.
55246      Branch: perlio
55247            ! regcomp.c
55248 ____________________________________________________________________________
55249 [  9105] By: nick                                  on 2001/03/11  19:39:34
55250         Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
55251              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
55252      Branch: perlio
55253            ! regcomp.c toke.c utf8.c
55254 ____________________________________________________________________________
55255 [  9104] By: nick                                  on 2001/03/11  18:15:44
55256         Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
55257      Branch: perlio
55258            ! sv.c
55259 ____________________________________________________________________________
55260 [  9103] By: nick                                  on 2001/03/11  18:03:28
55261         Log: Integrate mainline (for regexp stuff).
55262      Branch: perlio
55263           !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
55264           !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
55265           !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
55266           !> t/lib/errno.t t/op/pat.t
55267 ____________________________________________________________________________
55268 [  9102] By: nick                                  on 2001/03/11  17:44:20
55269         Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
55270              - exclude layer syms in makedef.pl for sfio
55271              - also inhibit Encode from trying to build ":encode()" layer.
55272      Branch: perlio
55273            ! ext/Encode/Encode.xs makedef.pl
55274 ____________________________________________________________________________
55275 [  9101] By: jhi                                   on 2001/03/10  22:38:13
55276         Log: The $Is_MacOS needs to be declared.
55277      Branch: perl
55278            ! lib/ExtUtils/Manifest.pm
55279 ____________________________________________________________________________
55280 [  9100] By: jhi                                   on 2001/03/10  22:14:29
55281         Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
55282              #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
55283              pollute the symbolspace if using sfio.
55284      Branch: perl
55285            ! ext/Encode/Encode.xs
55286 ____________________________________________________________________________
55287 [  9099] By: jhi                                   on 2001/03/10  21:58:48
55288         Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
55289              Date: Sat, 10 Mar 2001 14:23:55 -0500
55290              From: Chris Nandor <pudge@pobox.com>
55291              Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
55292      Branch: perl
55293            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
55294            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
55295            ! t/lib/errno.t
55296 ____________________________________________________________________________
55297 [  9098] By: jhi                                   on 2001/03/10  21:38:30
55298         Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
55299      Branch: perl
55300            ! regcomp.c regexec.c t/op/pat.t
55301 ____________________________________________________________________________
55302 [  9097] By: jhi                                   on 2001/03/10  14:38:07
55303         Log: Integrate perlio.
55304      Branch: perl
55305           !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
55306           !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
55307           !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
55308 ____________________________________________________________________________
55309 [  9096] By: nick                                  on 2001/03/10  11:55:43
55310         Log: EBCDIC sanity - phase I
55311              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
55312              - use utf8n_xxxx (c.f. pvn) for forms which take length.
55313              - back out vN.N and $^V exceptions to e2a/a2e
55314              - make "locale" isxxx macros be uvchr (may be redundant?)
55315              
55316              Not clear yet that toUPPER_uni et. al. return being handled correctly.
55317              The tr// and rexexp stuff still needs an audit, assumption is they are working
55318              in Unicode space.
55319              
55320              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
55321      Branch: perlio
55322            ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
55323            ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
55324            ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
55325 ____________________________________________________________________________
55326 [  9095] By: jhi                                   on 2001/03/09  22:10:01
55327         Log: Integrate perlio.
55328      Branch: perl
55329           !> dump.c
55330 ____________________________________________________________________________
55331 [  9094] By: nick                                  on 2001/03/09  17:36:38
55332         Log: Builds an passes all tests after integrate and this tweak.
55333      Branch: perlio
55334            ! dump.c
55335 ____________________________________________________________________________
55336 [  9093] By: nick                                  on 2001/03/09  17:16:03
55337         Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
55338      Branch: perlio
55339           +> lib/unicode/Scripts.txt t/lib/sigaction.t
55340           !> (integrate 79 files)
55341 ____________________________________________________________________________
55342 [  9092] By: jhi                                   on 2001/03/09  15:28:26
55343         Log: Update Changes.
55344      Branch: perl
55345            ! Changes patchlevel.h
55346 ____________________________________________________________________________
55347 [  9091] By: jhi                                   on 2001/03/09  15:25:05
55348         Log: In op/stat #35 better to scan all the potential directories
55349              for setuids, not just the first one.
55350      Branch: perl
55351            ! t/op/stat.t
55352 ____________________________________________________________________________
55353 [  9090] By: jhi                                   on 2001/03/09  15:01:27
55354         Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() 
55355              From: rspier@pobox.com (Robert Spier)
55356              Date: Fri, 9 Mar 2001 03:30:20 -0500
55357              Message-ID: <15016.38044.381174.160189@rls.cx>
55358              
55359              EXISTS() returning undef mistakenly triggered a FETCH().
55360      Branch: perl
55361            ! hv.c
55362 ____________________________________________________________________________
55363 [  9089] By: jhi                                   on 2001/03/09  14:59:02
55364         Log: Add /sbin and /usr/sbin to the list of directories scanned
55365              for setuid programs.  Takes care of bug id 20010309.003.
55366      Branch: perl
55367            ! t/op/stat.t
55368 ____________________________________________________________________________
55369 [  9088] By: jhi                                   on 2001/03/09  14:48:32
55370         Log: Regen perlapi, perltoc.
55371      Branch: perl
55372            ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
55373 ____________________________________________________________________________
55374 [  9087] By: jhi                                   on 2001/03/09  14:38:56
55375         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
55376              From: David Mitchell <davem@fdgroup.co.uk>
55377              Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
55378              Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
55379      Branch: perl
55380            ! dump.c perl.c perl.h pod/perlrun.pod
55381 ____________________________________________________________________________
55382 [  9086] By: jhi                                   on 2001/03/09  01:47:16
55383         Log: A modified version of
55384              
55385              Subject: [ID 20010307.005] POSIX::sigaction has various problems
55386              From: anders@broadcom.com
55387              Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) 
55388              Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
55389              
55390              Currently the sigaction.t test #6 fails (and is fudged to look
55391              like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
55392              This may well be a genuine bug in Linux sigaction() (since at
55393              least Tru64, Solaris, and HP-UX disagree with Linux).
55394              Anyone with POSIX / SUSv2 tome handy?  The problem is that
55395              the flags of the oldaction don't match with the flags in
55396              the previously installed disposition.
55397      Branch: perl
55398            + t/lib/sigaction.t
55399            ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
55400 ____________________________________________________________________________
55401 [  9085] By: jhi                                   on 2001/03/09  01:30:13
55402         Log: Subject: Re: mission impossible for the day
55403              From: Alex Gough <alex@rcon.org>
55404              Date: Thu, 08 Mar 2001 17:18:19 +0000
55405              Message-ID: <3AA7BEDB.8070409@rcon.org>
55406              
55407              If references (are overloaded) and can be directly stringified,
55408              show that instead of "stringified".
55409              
55410              (The problem, infinite mutual recursion caused by overloaded bool
55411              in Switch.pm, tracked by David Mitchell)
55412      Branch: perl
55413            ! lib/Carp/Heavy.pm
55414 ____________________________________________________________________________
55415 [  9084] By: jhi                                   on 2001/03/09  01:20:39
55416         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
55417              Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
55418              From: David Mitchell <davem@fdgroup.co.uk>
55419              Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
55420      Branch: perl
55421            ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
55422            ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
55423 ____________________________________________________________________________
55424 [  9083] By: jhi                                   on 2001/03/09  01:16:51
55425         Log: Subject: [PATCH] perldata.pod here-doc docs
55426              From: Jeff Pinyan <jeffp@crusoe.net>
55427              Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
55428              Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
55429      Branch: perl
55430            ! pod/perldata.pod
55431 ____________________________________________________________________________
55432 [  9082] By: jhi                                   on 2001/03/09  01:01:27
55433         Log: Subject: Re: Unicode/EBCDIC
55434              From: Peter Prymmer <pvhp@forte.com>
55435              Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
55436              Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
55437      Branch: perl
55438            ! perl.c perl.h sv.c toke.c utf8.c utf8.h
55439 ____________________________________________________________________________
55440 [  9081] By: jhi                                   on 2001/03/08  13:41:30
55441         Log: Subject: Ooops, wrong 'no *POSIX' Patch
55442              From: Dorner Thomas <Thomas.Dorner@start.de>
55443              Date: Thu, 8 Mar 2001 08:43:28 +0100
55444              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
55445      Branch: perl
55446            ! hints/posix-bc.sh
55447 ____________________________________________________________________________
55448 [  9080] By: jhi                                   on 2001/03/08  13:11:42
55449         Log: It's Scripts.txt, not Script.txt.
55450      Branch: perl
55451            ! MANIFEST
55452 ____________________________________________________________________________
55453 [  9079] By: jhi                                   on 2001/03/08  12:59:05
55454         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
55455              From: Dorner Thomas <Thomas.Dorner@start.de>
55456              Date: Wed, 7 Mar 2001 14:13:31 +0100
55457              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
55458      Branch: perl
55459            ! makedepend.SH
55460 ____________________________________________________________________________
55461 [  9078] By: jhi                                   on 2001/03/08  12:57:43
55462         Log: Retract #9069, wrong patch.
55463      Branch: perl
55464            ! Makefile.SH
55465 ____________________________________________________________________________
55466 [  9077] By: jhi                                   on 2001/03/08  01:06:13
55467         Log: Upgrade to Unicode 3.1 beta 2001-03-01.
55468      Branch: perl
55469            + lib/unicode/Scripts.txt
55470            ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
55471            ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
55472            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
55473            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
55474            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
55475            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
55476            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
55477            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
55478            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
55479            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
55480            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
55481            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
55482            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
55483            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
55484            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
55485            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
55486            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
55487            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
55488            ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
55489            ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
55490            ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
55491            ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
55492            ! lib/unicode/version
55493 ____________________________________________________________________________
55494 [  9076] By: jhi                                   on 2001/03/07  22:59:39
55495         Log: Integrate change #7784 from mainline into maintperl.
55496              
55497              Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
55498      Branch: maint-5.6/perl
55499           !> pp_ctl.c t/op/pat.t
55500 ____________________________________________________________________________
55501 [  9075] By: jhi                                   on 2001/03/07  22:05:11
55502         Log: More UTF-8 test tweaks.
55503      Branch: perl
55504            ! t/op/pat.t t/op/split.t t/pragma/utf8.t
55505 ____________________________________________________________________________
55506 [  9074] By: nick                                  on 2001/03/07  21:39:29
55507         Log: Integrate mainline.
55508      Branch: perlio
55509           !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
55510           !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
55511           !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
55512           !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
55513           !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
55514 ____________________________________________________________________________
55515 [  9073] By: jhi                                   on 2001/03/07  16:37:09
55516         Log: Update Changes.
55517      Branch: perl
55518            ! Changes patchlevel.h
55519 ____________________________________________________________________________
55520 [  9072] By: jhi                                   on 2001/03/07  16:32:30
55521         Log: Subject: [ID 20010306.004] || != named unary operator
55522              From: abela@geneanet.org
55523              Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
55524              Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
55525      Branch: perl
55526            ! pod/perlop.pod
55527 ____________________________________________________________________________
55528 [  9071] By: jhi                                   on 2001/03/07  15:14:11
55529         Log: Subject: downgrading to bytes for common functions
55530              From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
55531              Date: Wed, 7 Mar 2001 02:36:55 -0500
55532              Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
55533      Branch: perl
55534            ! pp_sys.c
55535 ____________________________________________________________________________
55536 [  9070] By: jhi                                   on 2001/03/07  15:04:58
55537         Log: Clarify the description differentiating for and while; inspired by
55538              
55539              Subject: [ID 20010306.002] for/while difference in for definition
55540              From: abela@geneanet.org
55541              Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
55542              Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
55543      Branch: perl
55544            ! pod/perlsyn.pod
55545 ____________________________________________________________________________
55546 [  9069] By: jhi                                   on 2001/03/07  14:55:30
55547         Log: (Retracted by #9078.)
55548      Branch: perl
55549            ! Makefile.SH
55550 ____________________________________________________________________________
55551 [  9068] By: jhi                                   on 2001/03/07  14:51:17
55552         Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
55553              From: Radu Greab <radu@netsoft.ro>
55554              Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
55555              Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
55556      Branch: perl
55557            ! pp.c t/op/chop.t
55558 ____________________________________________________________________________
55559 [  9067] By: jhi                                   on 2001/03/07  14:48:57
55560         Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
55561              From: Simon Cozens <simon@netthink.co.uk>
55562              Date: Wed, 7 Mar 2001 13:59:28 +0000
55563              Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
55564              
55565              In order to allow MakeMaker to build correct Makefiles,
55566              you need to change the order of the arguments in MM_Unix.pm
55567              as well. (Unless you have C89_CCMODE set, but we're trying
55568              to be POSIXly correct)
55569              
55570              Thanks to Merijn Broeren for tracking this down.
55571      Branch: perl
55572            ! lib/ExtUtils/MM_Unix.pm
55573 ____________________________________________________________________________
55574 [  9066] By: jhi                                   on 2001/03/07  14:30:02
55575         Log: Floating point too messy.
55576      Branch: perl
55577            ! t/camel-III/vstring.t
55578 ____________________________________________________________________________
55579 [  9065] By: jhi                                   on 2001/03/07  14:17:44
55580         Log: Integrate change #9064 from maintperl into mainline.
55581              
55582              fix memory leak in pack("Bb",...)
55583      Branch: perl
55584           !> perl.c
55585 ____________________________________________________________________________
55586 [  9064] By: gsar                                  on 2001/03/07  06:29:24
55587         Log: fix memory leak in pack("Bb",...)
55588      Branch: maint-5.6/perl
55589            ! perl.c
55590 ____________________________________________________________________________
55591 [  9063] By: jhi                                   on 2001/03/07  00:55:04
55592         Log: Major utf8 test reorganisation and rewrite.
55593              Hopefully no tests were lost in the shuffle.
55594              (The beginning of pragma/utf8 was lost intentionally,
55595              the tests were rather bogus and incomplete.)
55596      Branch: perl
55597            ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
55598            ! t/pragma/utf8.t
55599 ____________________________________________________________________________
55600 [  9062] By: jhi                                   on 2001/03/07  00:41:16
55601         Log: More tweakage on the Unicode character class descriptions.
55602      Branch: perl
55603            ! lib/unicode/mktables.PL pod/perlretut.pod
55604 ____________________________________________________________________________
55605 [  9061] By: jhi                                   on 2001/03/06  23:12:38
55606         Log: The perlretut was still talking about the old \p and \P
55607              definitions.
55608      Branch: perl
55609            ! pod/perlretut.pod
55610 ____________________________________________________________________________
55611 [  9060] By: nick                                  on 2001/03/06  20:52:37
55612         Log: Integrate mainline (make test works again now).
55613      Branch: perlio
55614           !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
55615 ____________________________________________________________________________
55616 [  9059] By: jhi                                   on 2001/03/06  15:36:14
55617         Log: 0.999... does equal 1.0, doesn't it?
55618      Branch: perl
55619            ! t/camel-III/vstring.t
55620 ____________________________________________________________________________
55621 [  9058] By: jhi                                   on 2001/03/06  15:34:00
55622         Log: Make /x{abcd}/ to work without use utf8.
55623      Branch: perl
55624            ! regcomp.c
55625 ____________________________________________________________________________
55626 [  9057] By: jhi                                   on 2001/03/06  03:02:36
55627         Log: Easier to outcomment all the three reset() tests for now.
55628      Branch: perl
55629            ! t/op/pat.t
55630 ____________________________________________________________________________
55631 [  9056] By: jhi                                   on 2001/03/06  02:30:02
55632         Log: Comment out the deadly reset; until the 20010301.005
55633              is finally fixed.
55634      Branch: perl
55635            ! t/op/pat.t
55636 ____________________________________________________________________________
55637 [  9055] By: jhi                                   on 2001/03/06  02:21:26
55638         Log: Integrate the change #9054 from mainline:
55639              retract the PMOP cleanup patch pending further investigation.
55640      Branch: maint-5.6/perl
55641           !> op.c op.h
55642 ____________________________________________________________________________
55643 [  9054] By: jhi                                   on 2001/03/06  02:19:57
55644         Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
55645              with oddly familiar stack traces.
55646      Branch: perl
55647            ! op.c op.h
55648 ____________________________________________________________________________
55649 [  9053] By: jhi                                   on 2001/03/05  23:20:28
55650         Log: Integrate perlio.
55651      Branch: perl
55652           +> ext/Encode/Encode/koi8-r.ucm
55653           !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
55654           !> makedef.pl
55655 ____________________________________________________________________________
55656 [  9052] By: nick                                  on 2001/03/05  23:08:17
55657         Log: skipping USE_PERLIO symbols correction.
55658      Branch: perlio
55659            ! makedef.pl
55660 ____________________________________________________________________________
55661 [  9051] By: nick                                  on 2001/03/05  22:35:07
55662         Log: More Encode alias tidying.
55663      Branch: perlio
55664            + ext/Encode/Encode/koi8-r.ucm
55665            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
55666 ____________________________________________________________________________
55667 [  9050] By: jhi                                   on 2001/03/05  21:44:29
55668         Log: Integrate changes #9033 and #9044 from mainline into maintperl,
55669              Sarathy's fix for ID 20010301.005.
55670      Branch: maint-5.6/perl
55671           !> op.c op.h
55672 ____________________________________________________________________________
55673 [  9049] By: nick                                  on 2001/03/05  19:54:04
55674         Log: Integrate Jarkko's Encode.pm tweak.
55675      Branch: perlio
55676           !> ext/Encode/Encode.pm
55677 ____________________________________________________________________________
55678 [  9048] By: nick                                  on 2001/03/05  19:47:57
55679         Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
55680      Branch: perlio
55681           +> os2/os2add.sym
55682           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
55683           !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
55684           !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
55685           !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
55686           !> pod/perlapi.pod t/op/pat.t t/op/tr.t
55687 ____________________________________________________________________________
55688 [  9047] By: jhi                                   on 2001/03/05  19:25:26
55689         Log: Regen perlapi.
55690      Branch: perl
55691            ! pod/perlapi.pod
55692 ____________________________________________________________________________
55693 [  9046] By: jhi                                   on 2001/03/05  19:12:14
55694         Log: Integrate perlio.
55695      Branch: perl
55696           +> t/camel-III/vstring.t
55697           !> MANIFEST pp.h pp_sys.c t/TEST t/harness
55698 ____________________________________________________________________________
55699 [  9045] By: jhi                                   on 2001/03/05  19:10:36
55700         Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
55701      Branch: perl
55702            ! ext/Encode/Encode.pm
55703 ____________________________________________________________________________
55704 [  9044] By: jhi                                   on 2001/03/05  18:49:12
55705         Log: Forgot the other half of the PMOP patch (#9033).
55706      Branch: perl
55707            ! op.h
55708 ____________________________________________________________________________
55709 [  9043] By: nick                                  on 2001/03/05  18:14:47
55710         Log: Update MANIFEST for new test.
55711      Branch: perlio
55712            ! MANIFEST
55713 ____________________________________________________________________________
55714 [  9042] By: nick                                  on 2001/03/05  18:12:41
55715         Log: Some tests for Camel 3rd edition features.
55716              Make gethostbyaddr() test in above work.
55717      Branch: perlio
55718            + t/camel-III/vstring.t
55719            ! pp.h pp_sys.c t/TEST t/harness
55720 ____________________________________________________________________________
55721 [  9041] By: jhi                                   on 2001/03/05  17:41:48
55722         Log: Add more ISO 8859 encoding aliases.
55723      Branch: perl
55724            ! ext/Encode/Encode.pm
55725 ____________________________________________________________________________
55726 [  9040] By: jhi                                   on 2001/03/05  17:30:43
55727         Log: Integrate perlio.
55728      Branch: perl
55729           !> MANIFEST sv.c
55730 ____________________________________________________________________________
55731 [  9039] By: nick                                  on 2001/03/05  17:11:36
55732         Log: Missed added file.
55733      Branch: perlio
55734            ! MANIFEST
55735 ____________________________________________________________________________
55736 [  9038] By: jhi                                   on 2001/03/05  15:58:01
55737         Log: Add tr tests for EBCDIC, from Karsten Sperling.
55738      Branch: perl
55739            ! t/op/tr.t
55740 ____________________________________________________________________________
55741 [  9037] By: nick                                  on 2001/03/05  15:56:35
55742         Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
55743              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
55744              
55745              Make SvPVbyte*() symmetric with respect to SvPVutf8*() in that:
55746              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
55747              - uses SvPV() rather than sv_2pv() in case it isn't a string.
55748      Branch: perlio
55749            ! sv.c
55750 ____________________________________________________________________________
55751 [  9036] By: jhi                                   on 2001/03/05  15:49:15
55752         Log: Add matching tests currently failing in EBCDIC,
55753              suggested by Karsten Sperling.
55754      Branch: perl
55755            ! t/op/pat.t
55756 ____________________________________________________________________________
55757 [  9035] By: jhi                                   on 2001/03/05  15:36:55
55758         Log: The #9034 needs a MANIFESTation.
55759      Branch: perl
55760            ! MANIFEST
55761 ____________________________________________________________________________
55762 [  9034] By: jhi                                   on 2001/03/05  15:35:14
55763         Log: Integrate perlio.
55764      Branch: perl
55765           +> ext/Encode/Encode/Tcl.pm
55766           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
55767           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
55768           !> ext/Encode/Encode/iso8859-1.ucm
55769           !> ext/Encode/Encode/iso8859-10.ucm
55770           !> ext/Encode/Encode/iso8859-13.ucm
55771           !> ext/Encode/Encode/iso8859-14.ucm
55772           !> ext/Encode/Encode/iso8859-15.ucm
55773           !> ext/Encode/Encode/iso8859-16.ucm
55774           !> ext/Encode/Encode/iso8859-2.ucm
55775           !> ext/Encode/Encode/iso8859-3.ucm
55776           !> ext/Encode/Encode/iso8859-4.ucm
55777           !> ext/Encode/Encode/iso8859-5.ucm
55778           !> ext/Encode/Encode/iso8859-6.ucm
55779           !> ext/Encode/Encode/iso8859-7.ucm
55780           !> ext/Encode/Encode/iso8859-8.ucm
55781           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
55782           !> t/lib/encode.t
55783 ____________________________________________________________________________
55784 [  9033] By: jhi                                   on 2001/03/05  15:33:18
55785         Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
55786              From: Gurusamy Sarathy <gsar@ActiveState.com>
55787              Date: Sun, 04 Mar 2001 22:33:15 -0800
55788              Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
55789              
55790              PMOPs need to remember their own stash so that they can
55791              gracefully remove themselves from their linked list.
55792      Branch: perl
55793            ! op.c
55794 ____________________________________________________________________________
55795 [  9032] By: nick                                  on 2001/03/05  14:51:50
55796         Log: Encode implementation "completion"
55797              Implement and document define_encoding()
55798              Implement and document encoding aliases including define_alias()
55799              Make Encode::XS use define_encoding() rather than back-door.
55800              Move run-time *.enc to separate Encode::Tcl module.
55801              Make 'compile' honour <codeset_name>
55802              Change canonical names of to iso-8859-* and US-ascii.
55803      Branch: perlio
55804            + ext/Encode/Encode/Tcl.pm
55805            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
55806            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
55807            ! ext/Encode/Encode/iso8859-1.ucm
55808            ! ext/Encode/Encode/iso8859-10.ucm
55809            ! ext/Encode/Encode/iso8859-13.ucm
55810            ! ext/Encode/Encode/iso8859-14.ucm
55811            ! ext/Encode/Encode/iso8859-15.ucm
55812            ! ext/Encode/Encode/iso8859-16.ucm
55813            ! ext/Encode/Encode/iso8859-2.ucm
55814            ! ext/Encode/Encode/iso8859-3.ucm
55815            ! ext/Encode/Encode/iso8859-4.ucm
55816            ! ext/Encode/Encode/iso8859-5.ucm
55817            ! ext/Encode/Encode/iso8859-6.ucm
55818            ! ext/Encode/Encode/iso8859-7.ucm
55819            ! ext/Encode/Encode/iso8859-8.ucm
55820            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
55821            ! t/lib/encode.t
55822 ____________________________________________________________________________
55823 [  9031] By: jhi                                   on 2001/03/05  13:51:17
55824         Log: Integrate change #9030 from maintperl into mainline.
55825              
55826              Subject: [PATCH 5.6.1] OS/2 cleanup
55827      Branch: perl
55828           +> os2/os2add.sym
55829           !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
55830           !> makedef.pl os2/Changes os2/Makefile.SHs
55831           !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
55832           !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
55833           !> os2/os2.sym os2/os2ish.h
55834 ____________________________________________________________________________
55835 [  9030] By: jhi                                   on 2001/03/05  13:46:49
55836         Log: Subject: [PATCH 5.6.1] OS/2 cleanup
55837              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
55838              Date: Mon, 5 Mar 2001 02:29:44 -0500
55839              Message-ID: <20010305022944.A10117@math.ohio-state.edu>
55840      Branch: maint-5.6/perl
55841            + os2/os2add.sym
55842            ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
55843            ! makedef.pl os2/Changes os2/Makefile.SHs
55844            ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
55845            ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
55846            ! os2/os2.sym os2/os2ish.h
55847 ____________________________________________________________________________
55848 [  9029] By: jhi                                   on 2001/03/05  13:40:35
55849         Log: Integrate change #9028 from maintperl into mainline.
55850              
55851              various nits in MM_Unix.pm found by disabling SelfLoader
55852      Branch: perl
55853           !> lib/ExtUtils/MM_Unix.pm
55854 ____________________________________________________________________________
55855 [  9028] By: gsar                                  on 2001/03/05  09:58:38
55856         Log: various nits in MM_Unix.pm found by disabling SelfLoader
55857      Branch: maint-5.6/perl
55858            ! lib/ExtUtils/MM_Unix.pm
55859 ____________________________________________________________________________
55860 [  9027] By: nick                                  on 2001/03/05  08:35:22
55861         Log: Integrate mainline
55862      Branch: perlio
55863           !> (integrate 28 files)
55864 ____________________________________________________________________________
55865 [  9026] By: jhi                                   on 2001/03/05  02:14:59
55866         Log: Integrate change #9025 from mainline to maintperl,
55867              retract \N{U+HHHH}.
55868      Branch: maint-5.6/perl
55869           !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
55870           !> t/lib/charnames.t toke.c
55871 ____________________________________________________________________________
55872 [  9025] By: jhi                                   on 2001/03/05  02:13:09
55873         Log: Retracting \N{U+HHHH}.
55874      Branch: perl
55875            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
55876            ! t/lib/charnames.t toke.c
55877 ____________________________________________________________________________
55878 [  9024] By: jhi                                   on 2001/03/04  20:51:07
55879         Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
55880              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
55881              Date: Fri, 02 Mar 2001 18:25:26 +0100
55882              Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
55883              
55884              Casting problem.
55885      Branch: perl
55886            ! ext/Storable/Storable.xs
55887 ____________________________________________________________________________
55888 [  9023] By: jhi                                   on 2001/03/04  19:46:45
55889         Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
55890              From: nick@talking.bollo.cx
55891              Date: Sat, 03 Mar 2001 21:41:33 +0000
55892              Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
55893              
55894              Revert the workaround.
55895      Branch: perl
55896            ! perlio.c
55897 ____________________________________________________________________________
55898 [  9022] By: jhi                                   on 2001/03/04  19:36:28
55899         Log: Update Changes.
55900      Branch: perl
55901            ! Changes patchlevel.h
55902 ____________________________________________________________________________
55903 [  9021] By: jhi                                   on 2001/03/04  18:41:00
55904         Log: makedef.pl updates suggested by Chris Nandor; double-checking
55905              the changes in AIX, OS/2 Win32 would be nice.
55906      Branch: perl
55907            ! makedef.pl
55908 ____________________________________________________________________________
55909 [  9020] By: jhi                                   on 2001/03/04  18:23:58
55910         Log: Integrate change #9012 from maintperl into mainline,
55911              quench a compiler warning.
55912      Branch: perl
55913           !> toke.c
55914 ____________________________________________________________________________
55915 [  9019] By: jhi                                   on 2001/03/04  18:18:43
55916         Log: Integrate changes #9017 and 9018 from mainline into maintperl.
55917              
55918              \N{U+HHHH} fix.
55919              
55920              pattern in G_ARRAY context
55921      Branch: maint-5.6/perl
55922           !> pp_hot.c t/op/pat.t toke.c
55923 ____________________________________________________________________________
55924 [  9018] By: jhi                                   on 2001/03/04  18:07:48
55925         Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
55926              From: Jeff Pinyan <jeffp@crusoe.net>
55927              Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
55928              Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
55929      Branch: perl
55930            ! pp_hot.c t/op/pat.t
55931 ____________________________________________________________________________
55932 [  9017] By: jhi                                   on 2001/03/04  18:06:21
55933         Log: I thought I tested the #9014.
55934      Branch: perl
55935            ! toke.c
55936 ____________________________________________________________________________
55937 [  9016] By: jhi                                   on 2001/03/04  17:41:22
55938         Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
55939              
55940              Tweak the get*ent() OS/2 prototypes.
55941              
55942              Add the \N{U+HHHH} syntax.
55943              
55944              More tr/// UTF-8 fixes from Inaba Hiroto.
55945      Branch: maint-5.6/perl
55946           !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
55947           !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
55948 ____________________________________________________________________________
55949 [  9015] By: jhi                                   on 2001/03/04  17:36:04
55950         Log: More tr/// UTF-8 fixes from Inaba Hiroto.
55951      Branch: perl
55952            ! doop.c t/op/tr.t
55953 ____________________________________________________________________________
55954 [  9014] By: jhi                                   on 2001/03/04  17:24:49
55955         Log: Add the \N{U+HHHH} syntax.
55956      Branch: perl
55957            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
55958            ! t/lib/charnames.t toke.c
55959 ____________________________________________________________________________
55960 [  9013] By: jhi                                   on 2001/03/04  17:20:45
55961         Log: Tweak the get*ent() OS/2 prototypes.
55962      Branch: perl
55963            ! os2/os2.c
55964 ____________________________________________________________________________
55965 [  9012] By: gsar                                  on 2001/03/04  06:26:14
55966         Log: avoid warning (nit in change#9009)
55967      Branch: maint-5.6/perl
55968            ! toke.c
55969 ____________________________________________________________________________
55970 [  9011] By: gsar                                  on 2001/03/04  06:15:24
55971         Log: lib/charnames.t fails in 5.6.x because of older Unicode
55972              data
55973              
55974              TODO: need to revisit this after updating lib/unicode/...
55975      Branch: maint-5.6/perl
55976            ! t/lib/charnames.t
55977 ____________________________________________________________________________
55978 [  9010] By: gsar                                  on 2001/03/04  06:08:36
55979         Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
55980      Branch: maint-5.6/perl
55981            ! toke.c
55982 ____________________________________________________________________________
55983 [  9009] By: jhi                                   on 2001/03/03  19:27:20
55984         Log: Integrate change #9008 from mainline to maintperl,
55985              UTF-8 tr/// fixes from Inaba Hiroto.
55986      Branch: maint-5.6/perl
55987           !> doop.c op.c t/op/tr.t toke.c
55988 ____________________________________________________________________________
55989 [  9008] By: jhi                                   on 2001/03/03  19:19:42
55990         Log: UTF8 tr/// fixes from Inaba Hiroto.
55991      Branch: perl
55992            ! doop.c op.c t/op/tr.t toke.c
55993 ____________________________________________________________________________
55994 [  9007] By: jhi                                   on 2001/03/03  19:00:30
55995         Log: Integrate change #9006 from maintperl to mainline,
55996              more robust quest for the infinite.
55997      Branch: perl
55998           !> lib/Math/Complex.pm
55999 ____________________________________________________________________________
56000 [  9006] By: jhi                                   on 2001/03/03  18:58:06
56001         Log: Subject: [PATCH 5.6.1] More robust Math::Complex
56002              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
56003              Date: Sat, 3 Mar 2001 12:51:50 -0500
56004              Message-ID: <20010303125150.A2147@math.ohio-state.edu>
56005              
56006              Be more robust in our quest for the infinite.
56007      Branch: maint-5.6/perl
56008            ! lib/Math/Complex.pm
56009 ____________________________________________________________________________
56010 [  9005] By: jhi                                   on 2001/03/03  17:55:50
56011         Log: The #8982 modified for perl 5.6.x, from Radu Greab.
56012      Branch: maint-5.6/perl
56013            ! doio.c
56014 ____________________________________________________________________________
56015 [  9004] By: jhi                                   on 2001/03/03  17:40:14
56016         Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
56017              so that picky compilers like IRIX won't get huffy about
56018              "statements without effect" (like 1;).
56019      Branch: perl
56020            ! toke.c
56021 ____________________________________________________________________________
56022 [  9003] By: jhi                                   on 2001/03/03  17:15:52
56023         Log: Integrate change #9002 from mainline to maintperl.
56024              
56025              Subject: [perl-5.6.x, perl-current] accept for EPOC
56026      Branch: maint-5.6/perl
56027           !> pp_sys.c
56028 ____________________________________________________________________________
56029 [  9002] By: jhi                                   on 2001/03/03  17:14:30
56030         Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
56031              From: Olaf Flebbe <O.Flebbe@science-computing.de>
56032              Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
56033              Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
56034      Branch: perl
56035            ! pp_sys.c
56036 ____________________________________________________________________________
56037 [  9001] By: jhi                                   on 2001/03/03  17:13:13
56038         Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
56039              From: "Craig A. Berry" <craigberry@mac.com>
56040              Date: Fri, 02 Mar 2001 17:44:40 -0600
56041              Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
56042      Branch: perl
56043            ! t/pod/find.t
56044 ____________________________________________________________________________
56045 [  9000] By: jhi                                   on 2001/03/03  17:11:55
56046         Log: Integrate changes #8997,8999 from maintperl.
56047              
56048              Subject: [PATCH 5.6.1] compiling on OS/2
56049              (Better error message from hints/os2.sh)
56050              
56051              Subject: [PATCH 5.6.1] syslog.t
56052      Branch: perl
56053           !> hints/os2.sh t/lib/syslog.t
56054 ____________________________________________________________________________
56055 [  8999] By: jhi                                   on 2001/03/03  17:09:28
56056         Log: Subject: [PATCH 5.6.1] syslog.t
56057              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
56058              Date: Sat, 3 Mar 2001 02:11:17 -0500
56059              Message-ID: <20010303021116.A11897@math.ohio-state.edu>
56060      Branch: maint-5.6/perl
56061            ! t/lib/syslog.t
56062 ____________________________________________________________________________
56063 [  8998] By: jhi                                   on 2001/03/03  17:07:50
56064         Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
56065              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
56066              Date: Sat, 3 Mar 2001 01:53:52 -0500
56067              Message-ID: <20010303015352.A11741@math.ohio-state.edu>
56068      Branch: maint-5.6/perl
56069            ! opcode.pl os2/os2.c
56070 ____________________________________________________________________________
56071 [  8997] By: jhi                                   on 2001/03/03  17:03:30
56072         Log: Subject: [PATCH 5.6.1] compiling on OS/2
56073              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
56074              Date: Sat, 3 Mar 2001 01:59:59 -0500
56075              Message-ID: <20010303015959.B11741@math.ohio-state.edu>
56076      Branch: maint-5.6/perl
56077            ! hints/os2.sh
56078 ____________________________________________________________________________
56079 [  8996] By: jhi                                   on 2001/03/03  00:55:58
56080         Log: Regen files for mainline.
56081      Branch: perl
56082            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
56083            ! config_h.SH pod/perlapi.pod pod/perltoc.pod
56084 ____________________________________________________________________________
56085 [  8995] By: jhi                                   on 2001/03/03  00:35:22
56086         Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
56087              8318,8320,8337,8503,8877,8890,8903,8971 from mainline
56088              to maintperl.
56089              
56090              Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
56091              
56092              Add Configure option -Dmksymlinks which will create a symlink
56093              forest if the current/build differs from the source directory.
56094              (8218,8220,8221,8317,8318,8971)
56095              
56096              Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
56097              (Document APPLLIB_EXP in INSTALL.)
56098              
56099              If running byacc write-enable also perly.h.
56100              
56101              DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
56102              
56103              Subject: [PATCH 5.7.1/Configure] failure to set src='.'
56104              
56105              Sanity check for conflicting thread flavours.
56106              
56107              Fix the sys/fcntl.h problem reported by Peter Prymmer.
56108              
56109              Add few CPUs/architectures to the Cppsym scan,
56110              add -perlio to archname if so selected (modified 8890)
56111              
56112              Be more helpful for devel builders, suggested by John L. Allen.
56113              (admittedly pointless change for maintperl, but the usedevel
56114              code is there already)
56115      Branch: maint-5.6/perl
56116           !> Configure INSTALL Makefile.SH Porting/Glossary
56117           !> Porting/config.sh Porting/config_H config_h.SH embed.pl
56118           !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
56119           !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
56120           !> win32/config.bc win32/config.gc win32/config.vc
56121 ____________________________________________________________________________
56122 [  8994] By: jhi                                   on 2001/03/02  23:31:41
56123         Log: Use also $ccflags, not just $ldflags, when testing for gccness.
56124      Branch: metaconfig/U/perl
56125            ! gccvers.U
56126 ____________________________________________________________________________
56127 [  8993] By: jhi                                   on 2001/03/02  23:22:12
56128         Log: Regenerate various files for maint.
56129      Branch: maint-5.6/perl
56130            ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
56131            ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
56132 ____________________________________________________________________________
56133 [  8992] By: alanbur                               on 2001/03/02  22:48:34
56134         Log: Resync wuth parent
56135      Branch: maint-5.6/pureperl
56136           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
56137           !> (integrate 60 files)
56138 ____________________________________________________________________________
56139 [  8991] By: jhi                                   on 2001/03/02  21:00:08
56140         Log: Retract the #8742 part of #8986, backward compat.
56141      Branch: maint-5.6/perl
56142            ! embed.pl
56143 ____________________________________________________________________________
56144 [  8990] By: jhi                                   on 2001/03/02  20:40:07
56145         Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
56146      Branch: maint-5.6/perl
56147            ! hv.c
56148 ____________________________________________________________________________
56149 [  8989] By: jhi                                   on 2001/03/02  19:59:56
56150         Log: Update Changes.
56151      Branch: perl
56152            ! Changes patchlevel.h
56153 ____________________________________________________________________________
56154 [  8988] By: jhi                                   on 2001/03/02  19:57:08
56155         Log: Integrate perlio.
56156      Branch: perl
56157           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
56158           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
56159           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
56160           !> ext/Encode/Encode/iso8859-10.ucm
56161           !> ext/Encode/Encode/iso8859-13.ucm
56162           !> ext/Encode/Encode/iso8859-14.ucm
56163           !> ext/Encode/Encode/iso8859-15.ucm
56164           !> ext/Encode/Encode/iso8859-16.ucm
56165           !> ext/Encode/Encode/iso8859-2.ucm
56166           !> ext/Encode/Encode/iso8859-3.ucm
56167           !> ext/Encode/Encode/iso8859-4.ucm
56168           !> ext/Encode/Encode/iso8859-5.ucm
56169           !> ext/Encode/Encode/iso8859-6.ucm
56170           !> ext/Encode/Encode/iso8859-7.ucm
56171           !> ext/Encode/Encode/iso8859-8.ucm
56172           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
56173           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
56174 ____________________________________________________________________________
56175 [  8987] By: jhi                                   on 2001/03/02  19:43:40
56176         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
56177              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
56178              8950,8952,8955 from mainline to maintperl.
56179              
56180              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
56181              
56182              Put to rest the 20010205.001, the email address checking (not) regex.
56183              
56184              fork() not everywhere, cleanup temp files.
56185              
56186              The #8843 wasn't quite right: %Config needs to imported.
56187              
56188              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
56189              (#8849: the glob-basic hunk needed massaging as it depended
56190              on Schwern's large-scale (unintegrated) patches)
56191              
56192              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
56193              
56194              Upgrade to CGI.pm 2.752, from Lincoln Stein.
56195              (Note: there were some conflicts due to EBCDIC and EPOC
56196              patches, in general I preferred the repository code.)
56197              (When 2.753 comes out, we need to synchronize.)
56198              
56199              Subject: [PATCH] fix for charnames above FFFF
56200              
56201              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
56202              
56203              If no sfio, no -lsfio.
56204              
56205              Run run/*.t also in minitest.
56206              
56207              Subject:  [PATCH perl 5.7.0] malloc message address offset
56208              
56209              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
56210              
56211              Subject: fix for parameter -Dm (for perl@8867)
56212              
56213              Subject: [PATCH: perl@8892] was Re: hashing order difference?
56214              (make the test more portable)
56215              
56216              Subject: Re: [PATCH] fix for charnames above FFFF
56217              
56218              Subject: Re: I'm losing the war...
56219              (hv_store() not working correctly in ENV_IS_CASELESS case.)
56220              
56221              Subject: Modified README.bs2000 
56222              
56223              Subject: [PATCH: perl@8935] -Dt padsv($var)
56224              
56225              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
56226              
56227              Subject: PATCH: extra tests to check on negative float to unsigned cast
56228              
56229              Subject: [PATCH] XPUSH[insp] was Re: progress
56230              
56231              Subject: Re: Compile with perlcc..
56232      Branch: maint-5.6/perl
56233           !> (integrate 36 files)
56234 ____________________________________________________________________________
56235 [  8986] By: jhi                                   on 2001/03/02  18:51:25
56236         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
56237              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
56238              to maintperl.
56239              
56240              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
56241              
56242              Subject: [DOC PATCH] overload.pm nits
56243              
56244              Add header for LIB$ prototypes (C. Berry)
56245              
56246              Convert fwrite()s to sockets to write()s, since some socket stacks
56247              don't take kindly to stdio.
56248              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
56249              (for often optional LNMs)
56250              Correct a few typos
56251              (C. Bailey)
56252              
56253              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
56254              
56255              De-cut-and-pasto.
56256              
56257              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
56258              
56259              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
56260              
56261              Upgrade to CPAN 1.59_54, from Andreas König.
56262              
56263              Bogus shebang.
56264              
56265              Subject: [PATCH] Document makepatch in Porting/patching
56266              
56267              UTF-8 documentation.
56268              
56269              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
56270              
56271              Sort the MANIFEST.
56272              
56273              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
56274              
56275              Subject: [PATCH @8807] toke.c cleanup: scan_str()
56276              
56277              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
56278              
56279              Add run/*.t to testables.
56280              
56281              TODO: integrate #8784.
56282      Branch: maint-5.6/perl
56283           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
56284           !> (integrate 28 files)
56285 ____________________________________________________________________________
56286 [  8985] By: nick                                  on 2001/03/02  18:15:45
56287         Log: Integrate mainline
56288      Branch: perlio
56289           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
56290           !> vms/vms.c
56291 ____________________________________________________________________________
56292 [  8984] By: jhi                                   on 2001/03/02  16:00:17
56293         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
56294              
56295              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
56296              5.004_05, and mention the suidperl August 2000 security problem.
56297              (#8978,#8981)
56298              
56299              Subject: [ID 20010301.004] Technically speaking in perldata
56300              
56301              Subject: [PATCH] File::Copy for bleadperl, maintperl
56302              
56303              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
56304              
56305              (The #8982, fix for 20010221.005 and 20010221.008,
56306              would be nice too but it didn't integrate cleanly.)
56307      Branch: maint-5.6/perl
56308           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
56309 ____________________________________________________________________________
56310 [  8983] By: jhi                                   on 2001/03/02  15:51:16
56311         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
56312              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
56313              Date:     Thu, 1 Mar 2001 15:54:09 EST
56314              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
56315      Branch: perl
56316            ! vms/vms.c
56317 ____________________________________________________________________________
56318 [  8982] By: jhi                                   on 2001/03/02  15:43:31
56319         Log: Subject: Re: sync sync sync: have I missed any patches?
56320              From: Radu Greab <radu@netsoft.ro> 
56321              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
56322              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
56323              
56324              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
56325              was checking argv[0] regardless of whether a different pathname
56326              will actually be executed."  Test case not supplied because 
56327              drafting that, ironically enough, revealed another bug
56328              (or a feature).
56329      Branch: perl
56330            ! doio.c
56331 ____________________________________________________________________________
56332 [  8981] By: jhi                                   on 2001/03/02  15:28:03
56333         Log: Misdate in #8978.
56334      Branch: perl
56335            ! pod/perlfaq1.pod
56336 ____________________________________________________________________________
56337 [  8980] By: jhi                                   on 2001/03/02  15:24:20
56338         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
56339              From: Chris Nandor <pudge@pobox.com>
56340              Date: Wed, 28 Feb 2001 22:10:15 -0500
56341              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
56342      Branch: perl
56343            ! lib/File/Copy.pm
56344 ____________________________________________________________________________
56345 [  8979] By: jhi                                   on 2001/03/02  15:17:16
56346         Log: Subject: [ID 20010301.004] Technically speaking in perldata
56347              From: abela@geneanet.org
56348              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
56349              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
56350      Branch: perl
56351            ! pod/perldata.pod
56352 ____________________________________________________________________________
56353 [  8978] By: jhi                                   on 2001/03/02  15:15:27
56354         Log: Subject: [ID 20010301.003] ref to 5.004
56355              From: abela@geneanet.org
56356              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
56357              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
56358              
56359              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
56360              and mention the suidperl August 2000 security problem.
56361      Branch: perl
56362            ! pod/perlfaq1.pod
56363 ____________________________________________________________________________
56364 [  8977] By: alanbur                               on 2001/03/02  14:17:45
56365         Log: Resynchronised with parent
56366      Branch: maint-5.6/pureperl
56367           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
56368           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
56369           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
56370           !> vms/descrip_mms.template win32/win32.c win32/win32.h
56371           !> win32/win32iop.h
56372 ____________________________________________________________________________
56373 [  8976] By: nick                                  on 2001/03/01  23:25:30
56374         Log: Integrate mainline.
56375      Branch: perlio
56376            - t/op/qu.t
56377           !> (integrate 55 files)
56378 ____________________________________________________________________________
56379 [  8975] By: jhi                                   on 2001/03/01  16:51:34
56380         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
56381      Branch: perl
56382           !> toke.c
56383 ____________________________________________________________________________
56384 [  8974] By: gsar                                  on 2001/03/01  16:28:21
56385         Log: fix for bugid 20010226.008
56386              
56387              the problem was that some of the pointers (PL_last_lop and
56388              PL_last_uni specifically) into the lex buffers weren't correctly
56389              being invalidated when the buffer changed; this would leave the
56390              pointers pointing at an arbitrary location in the buffer if
56391              the buffer didn't need to be reallocated, or point into freed
56392              memory if the buffer had to be realloced
56393              
56394              TODO item for bugdb maintainers: check other seemingly random
56395              parser-related bugs--they might be cured by this
56396      Branch: maint-5.6/perl
56397            ! toke.c
56398 ____________________________________________________________________________
56399 [  8973] By: jhi                                   on 2001/03/01  02:23:25
56400         Log: Retract #8970 because of a completely mysterious core dump:
56401              adding the tests 241..244 causes op/pat dump core at test #25.
56402              The test needs a lot of whittling down before the bug can be solved.
56403      Branch: perl
56404            ! t/op/pat.t
56405 ____________________________________________________________________________
56406 [  8972] By: jhi                                   on 2001/03/01  01:58:38
56407         Log: Regen perlapi.
56408      Branch: perl
56409            ! pod/perlapi.pod
56410 ____________________________________________________________________________
56411 [  8971] By: jhi                                   on 2001/03/01  01:34:09
56412         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))
56413              From: Nicholas Clark <nick@ccl4.org>
56414              Date: Wed, 28 Feb 2001 23:28:49 +0000
56415              Message-ID: <20010228232849.A55187@plum.flirble.org>
56416              
56417              Allow a completely write protected source code tree
56418              when using the Configure -Dmksymlinks.
56419      Branch: perl
56420            ! embed.pl warnings.pl
56421 ____________________________________________________________________________
56422 [  8970] By: jhi                                   on 2001/03/01  01:32:04
56423         Log: Add back the EBCDIC character range tests (for matching).
56424      Branch: perl
56425            ! t/op/pat.t
56426 ____________________________________________________________________________
56427 [  8969] By: nick                                  on 2001/02/28  18:18:01
56428         Log: Add charname comments to .ucm files writen by 'compile',
56429              also order charmaps in those files by source encoding.
56430              regenerate distrubuted .ucm files
56431      Branch: perlio
56432            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
56433            ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
56434            ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
56435            ! ext/Encode/Encode/iso8859-10.ucm
56436            ! ext/Encode/Encode/iso8859-13.ucm
56437            ! ext/Encode/Encode/iso8859-14.ucm
56438            ! ext/Encode/Encode/iso8859-15.ucm
56439            ! ext/Encode/Encode/iso8859-16.ucm
56440            ! ext/Encode/Encode/iso8859-2.ucm
56441            ! ext/Encode/Encode/iso8859-3.ucm
56442            ! ext/Encode/Encode/iso8859-4.ucm
56443            ! ext/Encode/Encode/iso8859-5.ucm
56444            ! ext/Encode/Encode/iso8859-6.ucm
56445            ! ext/Encode/Encode/iso8859-7.ucm
56446            ! ext/Encode/Encode/iso8859-8.ucm
56447            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
56448            ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
56449 ____________________________________________________________________________
56450 [  8968] By: jhi                                   on 2001/02/28  16:26:37
56451         Log: Expand usemorebits early if d_casti32 needs to be undefined.
56452      Branch: perl
56453            ! hints/hpux.sh hints/irix_6.sh
56454 ____________________________________________________________________________
56455 [  8967] By: jhi                                   on 2001/02/28  16:22:26
56456         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
56457              retract toke.c/qu parts of #8583, retract #8485, retract
56458              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
56459              op/length.t, and MANIFEST, and delete t/op/qu.t.
56460      Branch: perl
56461            - t/op/qu.t
56462            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
56463            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
56464            ! t/op/length.t toke.c
56465 ____________________________________________________________________________
56466 [  8966] By: jhi                                   on 2001/02/28  15:00:27
56467         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
56468              by not changing from pre-Unicode days into being Unicode-aware.
56469              Sniff.
56470      Branch: perl
56471            ! pp.c t/op/pack.t t/op/qu.t
56472 ____________________________________________________________________________
56473 [  8965] By: jhi                                   on 2001/02/28  14:37:55
56474         Log: Subject: Re: Errors in core PODs
56475              From: Michael Stevens <michael@etla.org> 
56476              Date: Fri, 23 Feb 2001 15:47:56 +0000
56477              Message-ID: <20010223154756.A7723@firedrake.org> 
56478      Branch: perl
56479            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
56480            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
56481            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
56482            ! x2p/a2p.pod
56483 ____________________________________________________________________________
56484 [  8964] By: jhi                                   on 2001/02/28  14:35:35
56485         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
56486              (The #8961 was too bold.)
56487      Branch: perl
56488            ! hints/hpux.sh hints/irix_6.sh
56489 ____________________________________________________________________________
56490 [  8963] By: jhi                                   on 2001/02/28  14:33:39
56491         Log: Subject: Re: sync sync sync: have I missed any patches?
56492              From: Tim Jenness <t.jenness@jach.hawaii.edu>
56493              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
56494              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
56495              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
56496              
56497              Replace djSP with dSP.
56498      Branch: perl
56499            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
56500            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
56501            ! win32/perlhost.h
56502 ____________________________________________________________________________
56503 [  8962] By: jhi                                   on 2001/02/27  23:21:14
56504         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
56505      Branch: perl
56506            ! lib/Filter/Simple.pm
56507 ____________________________________________________________________________
56508 [  8961] By: jhi                                   on 2001/02/27  22:55:26
56509         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
56510              and this would be it.
56511      Branch: perl
56512            ! hints/hpux.sh hints/irix_6.sh
56513 ____________________________________________________________________________
56514 [  8960] By: jhi                                   on 2001/02/27  22:51:33
56515         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
56516              From: "Craig A. Berry" <craigberry@mac.com>
56517              Date: Tue, 27 Feb 2001 16:11:44 -0600
56518              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
56519      Branch: maint-5.6/perl
56520            ! configure.com vms/descrip_mms.template
56521 ____________________________________________________________________________
56522 [  8959] By: jhi                                   on 2001/02/27  22:47:23
56523         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
56524              From: "Craig A. Berry" <craigberry@mac.com>
56525              Date: Tue, 27 Feb 2001 16:11:44 -0600
56526              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
56527      Branch: perl
56528            ! configure.com vms/descrip_mms.template
56529 ____________________________________________________________________________
56530 [  8958] By: jhi                                   on 2001/02/27  15:16:42
56531         Log: Update Changes.
56532      Branch: perl
56533            ! Changes patchlevel.h
56534 ____________________________________________________________________________
56535 [  8957] By: jhi                                   on 2001/02/27  06:15:07
56536         Log: Subject: [5.6.x] EPOC additions
56537              From: Olaf Flebbe <O.Flebbe@science-computing.de>
56538              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
56539              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
56540      Branch: maint-5.6/perl
56541            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
56542 ____________________________________________________________________________
56543 [  8956] By: jhi                                   on 2001/02/27  06:12:11
56544         Log: Subject: [perl-current] EPOC 
56545              From: Olaf Flebbe <O.Flebbe@science-computing.de>
56546              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
56547              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
56548      Branch: perl
56549            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
56550            ! epoc/epocish.c epoc/epocish.h pp_sys.c
56551 ____________________________________________________________________________
56552 [  8955] By: jhi                                   on 2001/02/27  05:59:50
56553         Log: Subject: Re: Compile with perlcc..
56554              From: Edward Peschko <edwardp@excitehome.net>
56555              Date: Mon, 26 Feb 2001 18:51:58 -0800
56556              Message-ID: <20010226185158.A9871@excitehome.net>
56557              
56558              plus add a simple usage message if no arguments given.
56559      Branch: perl
56560            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
56561            ! utils/Makefile utils/perlcc.PL win32/pod.mak
56562 ____________________________________________________________________________
56563 [  8954] By: nick                                  on 2001/02/26  21:02:59
56564         Log: Integrate mainline
56565      Branch: perlio
56566           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
56567           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
56568           !> t/op/sprintf.t
56569 ____________________________________________________________________________
56570 [  8953] By: jhi                                   on 2001/02/26  14:43:54
56571         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
56572              From: Nicholas Clark <nick@ccl4.org>
56573              Date: Mon, 26 Feb 2001 00:42:07 +0000
56574              Message-ID: <20010226004207.F23333@plum.flirble.org>
56575      Branch: perl
56576            ! pp_ctl.c
56577 ____________________________________________________________________________
56578 [  8952] By: jhi                                   on 2001/02/26  14:42:13
56579         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
56580              From: Simon Cozens <simon@netthink.co.uk>
56581              Date: Mon, 26 Feb 2001 12:23:48 +0000
56582              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
56583      Branch: perl
56584            ! pod/perlguts.pod
56585 ____________________________________________________________________________
56586 [  8951] By: jhi                                   on 2001/02/26  14:39:15
56587         Log: Subject: [PATCH] perlio - unknown layer
56588              From: Nicholas Clark <nick@ccl4.org>
56589              Date: Mon, 26 Feb 2001 00:27:19 +0000
56590              Message-ID: <20010226002719.E23333@plum.flirble.org>
56591      Branch: perl
56592            ! perlio.c
56593 ____________________________________________________________________________
56594 [  8950] By: jhi                                   on 2001/02/26  14:38:04
56595         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
56596              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
56597              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
56598              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
56599      Branch: perl
56600            ! t/op/bop.t
56601 ____________________________________________________________________________
56602 [  8949] By: jhi                                   on 2001/02/26  14:37:07
56603         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
56604              From: Peter Prymmer <pvhp@forte.com>
56605              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
56606              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
56607      Branch: perl
56608            ! lib/Test.pm
56609 ____________________________________________________________________________
56610 [  8948] By: jhi                                   on 2001/02/26  14:35:53
56611         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
56612              From: Radu Greab <radu@netsoft.ro>
56613              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
56614              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
56615      Branch: perl
56616            ! pod/perlop.pod
56617 ____________________________________________________________________________
56618 [  8947] By: jhi                                   on 2001/02/26  14:34:46
56619         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
56620              From: David Mitchell <davem@fdgroup.co.uk>
56621              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
56622              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
56623      Branch: perl
56624            ! run.c
56625 ____________________________________________________________________________
56626 [  8946] By: jhi                                   on 2001/02/26  14:32:37
56627         Log: Subject: Modified README.bs2000 
56628              From: Dorner Thomas <Thomas.Dorner@start.de>
56629              Date: Mon, 26 Feb 2001 09:22:17 +0100
56630              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
56631      Branch: perl
56632            ! README.bs2000
56633 ____________________________________________________________________________
56634 [  8945] By: jhi                                   on 2001/02/26  14:19:53
56635         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
56636              to maintperl, listing the known failures on the tests 129 and 130.
56637      Branch: maint-5.6/perl
56638           !> t/op/sprintf.t
56639 ____________________________________________________________________________
56640 [  8944] By: jhi                                   on 2001/02/26  14:14:15
56641         Log: Add more known sprintf failures.
56642      Branch: perl
56643            ! t/op/sprintf.t
56644 ____________________________________________________________________________
56645 [  8943] By: jhi                                   on 2001/02/26  13:56:22
56646         Log: perlglob.exe needs to be found in Win32, patch from
56647              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
56648              which needs external glob at mini-perl time."
56649      Branch: perl
56650            ! ext/Encode/compile
56651 ____________________________________________________________________________
56652 [  8942] By: jhi                                   on 2001/02/26  13:52:19
56653         Log: A missing dTHX from Vadim Konovalov.
56654      Branch: perl
56655            ! perlio.c
56656 ____________________________________________________________________________
56657 [  8941] By: jhi                                   on 2001/02/26  13:37:05
56658         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
56659      Branch: perl
56660            ! op.c
56661 ____________________________________________________________________________
56662 [  8940] By: jhi                                   on 2001/02/26  13:35:40
56663         Log: Integrate perlio.
56664      Branch: perl
56665           !> ext/Encode/Encode.pm
56666 ____________________________________________________________________________
56667 [  8939] By: nick                                  on 2001/02/25  23:47:09
56668         Log: Integrate mainline.
56669      Branch: perlio
56670           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
56671           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
56672 ____________________________________________________________________________
56673 [  8938] By: nick                                  on 2001/02/25  19:36:28
56674         Log: Encode implementations docs.
56675      Branch: perlio
56676            ! ext/Encode/Encode.pm
56677 ____________________________________________________________________________
56678 [  8937] By: jhi                                   on 2001/02/25  19:26:16
56679         Log: Script wasn't aligned with reality.
56680      Branch: perl
56681            ! t/pod/find.t
56682 ____________________________________________________________________________
56683 [  8936] By: jhi                                   on 2001/02/25  18:54:55
56684         Log: Update Changes.
56685      Branch: perl
56686            ! Changes patchlevel.h
56687 ____________________________________________________________________________
56688 [  8935] By: jhi                                   on 2001/02/25  18:46:36
56689         Log: Retract #8929,8930,8932,8933 for now.
56690      Branch: perl
56691            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
56692 ____________________________________________________________________________
56693 [  8934] By: jhi                                   on 2001/02/25  17:34:35
56694         Log: Integrate perlio.
56695      Branch: perl
56696           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
56697           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
56698           !> t/lib/encode.t
56699 ____________________________________________________________________________
56700 [  8933] By: jhi                                   on 2001/02/25  17:33:12
56701         Log: (Retracted by #8395.)
56702              
56703              Slight tweaks in scan_const(), not fixes yet, it seems like
56704              lots of work remains to be done...
56705      Branch: perl
56706            ! toke.c
56707 ____________________________________________________________________________
56708 [  8932] By: jhi                                   on 2001/02/25  17:27:11
56709         Log: (Retracted by #8395.)
56710              
56711              Missing from #8930.
56712      Branch: perl
56713            ! perl.h
56714 ____________________________________________________________________________
56715 [  8931] By: jhi                                   on 2001/02/25  17:26:19
56716         Log: A comment tweak.
56717      Branch: perl
56718            ! utf8.c
56719 ____________________________________________________________________________
56720 [  8930] By: jhi                                   on 2001/02/25  17:25:47
56721         Log: (Retracted by #8395.)
56722              
56723              Attempt to fix the EBCDIC character range problem with //.
56724      Branch: perl
56725            ! regcomp.c
56726 ____________________________________________________________________________
56727 [  8929] By: jhi                                   on 2001/02/25  17:23:45
56728         Log: (Retracted by #8395.)
56729              
56730              Expand the EBCDIC character range tests, and add few nasty
56731              tr tests from Karsten Sperling.
56732      Branch: perl
56733            ! t/op/pat.t t/op/tr.t
56734 ____________________________________________________________________________
56735 [  8928] By: jhi                                   on 2001/02/25  17:18:49
56736         Log: Missing check-in.
56737      Branch: perl
56738            ! lib/Pod/Find.pm
56739 ____________________________________________________________________________
56740 [  8927] By: nick                                  on 2001/02/25  11:30:22
56741         Log: Change method names in Encode implementation classes to something
56742              less confusing (preparing to "go public").
56743      Branch: perlio
56744            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
56745 ____________________________________________________________________________
56746 [  8926] By: nick                                  on 2001/02/25  10:53:24
56747         Log: GCC __atribute__ / printf fix
56748      Branch: perlio
56749            ! perl.h
56750 ____________________________________________________________________________
56751 [  8925] By: nick                                  on 2001/02/25  10:52:25
56752         Log: Checked in the wrong one ...
56753      Branch: perlio
56754            ! ext/Encode/Encode.pm
56755 ____________________________________________________________________________
56756 [  8924] By: nick                                  on 2001/02/24  18:46:51
56757         Log: Integrate mainline - to see what Jarkko has in ...
56758      Branch: perlio
56759           +> t/pod/testpods/lib/Pod/Stuff.pm
56760           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
56761 ____________________________________________________________________________
56762 [  8923] By: nick                                  on 2001/02/24  17:05:23
56763         Log: Encode API documentation nd tidy up.
56764              Minor additions to test.
56765              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
56766              Adds STRLEN to standard typemap.
56767      Branch: perlio
56768            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
56769            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
56770 ____________________________________________________________________________
56771 [  8922] By: jhi                                   on 2001/02/24  16:38:12
56772         Log: Add a test for the "character range should match in EBCDIC
56773              if specified using explicit numerics" bug found by Karsten
56774              Sperling.
56775      Branch: perl
56776            ! t/op/pat.t
56777 ____________________________________________________________________________
56778 [  8921] By: jhi                                   on 2001/02/24  16:30:16
56779         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
56780              From: schwern@pobox.com
56781              Date: Fri, 23 Feb 2001 03:21:37 -0500
56782              Message-ID: <20010223032137.A26022@magnonel.guild.net>
56783              
56784              plus Charles Lane's fixes, plus tweaks.
56785      Branch: perl
56786            + t/pod/testpods/lib/Pod/Stuff.pm
56787            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
56788 ____________________________________________________________________________
56789 [  8920] By: nick                                  on 2001/02/24  10:30:11
56790         Log: Integrate mainline
56791      Branch: perlio
56792           !> (integrate 33 files)
56793 ____________________________________________________________________________
56794 [  8919] By: jhi                                   on 2001/02/24  00:23:35
56795         Log: Subject: Re: I'm losing the war...
56796              From: "Vadim Konovalov" <watman@inbox.ru>
56797              Date: Sat, 24 Feb 2001 00:10:14 +0300
56798              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
56799              
56800              hv_store() not working correctly in ENV_IS_CASELESS case.
56801      Branch: perl
56802            ! hv.c
56803 ____________________________________________________________________________
56804 [  8918] By: jhi                                   on 2001/02/24  00:20:09
56805         Log: Subject: Re: [PATCH] fix for charnames above FFFF
56806              From: andreas.koenig@anima.de (Andreas J. Koenig)
56807              Date: 23 Feb 2001 02:39:03 +0100
56808              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
56809              
56810              A further efficiency tweak.
56811      Branch: perl
56812            ! lib/charnames.pm
56813 ____________________________________________________________________________
56814 [  8917] By: jhi                                   on 2001/02/23  20:27:51
56815         Log: Integrate change #8916 from mainline,
56816              do away with USE_WIN32_RTL_ENV.
56817      Branch: maint-5.6/perl
56818           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
56819 ____________________________________________________________________________
56820 [  8916] By: jhi                                   on 2001/02/23  20:02:25
56821         Log: Abolish USE_WIN32_RTL_ENV.
56822      Branch: perl
56823            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
56824 ____________________________________________________________________________
56825 [  8915] By: jhi                                   on 2001/02/23  19:36:00
56826         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
56827              later protected by some #define.
56828      Branch: perl
56829            ! gv.c
56830 ____________________________________________________________________________
56831 [  8914] By: jhi                                   on 2001/02/23  19:31:38
56832         Log: Retract #8902 for now, requested by Charles Lane, the correct
56833              fix will be something else.
56834      Branch: perl
56835            ! op.c
56836 ____________________________________________________________________________
56837 [  8913] By: jhi                                   on 2001/02/23  19:11:36
56838         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
56839              From: Peter Prymmer <pvhp@forte.com>
56840              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
56841              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
56842      Branch: perl
56843            ! t/op/lex_assign.t
56844 ____________________________________________________________________________
56845 [  8912] By: jhi                                   on 2001/02/23  18:38:20
56846         Log: Subject: [patch] perlio + useithreads
56847              From: Doug MacEachern <dougm@covalent.net>
56848              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
56849              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
56850              
56851              Gets things running but not complete.
56852      Branch: perl
56853            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
56854 ____________________________________________________________________________
56855 [  8911] By: jhi                                   on 2001/02/23  04:20:02
56856         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
56857              
56858              Duplicated environment freeing, File::Temp 0.12,
56859              op/append portability (EBCDIC) tweak.
56860      Branch: maint-5.6/perl
56861           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
56862           !> t/op/append.t
56863 ____________________________________________________________________________
56864 [  8910] By: jhi                                   on 2001/02/23  02:07:33
56865         Log: Integrate change #8909 from mainline, a better Borland
56866              putenv() workaround.
56867      Branch: maint-5.6/perl
56868           !> perl.c
56869 ____________________________________________________________________________
56870 [  8909] By: jhi                                   on 2001/02/23  02:05:46
56871         Log: A better workaround for Borland putenv() brokenness from Sarathy.
56872      Branch: perl
56873            ! perl.c
56874 ____________________________________________________________________________
56875 [  8908] By: jhi                                   on 2001/02/23  02:04:14
56876         Log: Subject: fix for parameter -Dm (for perl@8867)
56877              From: "Vadim Konovalov" <watman@inbox.ru>
56878              Date: Thu, 22 Feb 2001 17:30:12 +0300
56879              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
56880      Branch: perl
56881            ! perl.h
56882 ____________________________________________________________________________
56883 [  8907] By: jhi                                   on 2001/02/23  01:58:20
56884         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
56885              From: Peter Prymmer <pvhp@forte.com>
56886              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
56887              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
56888      Branch: perl
56889            ! t/op/append.t
56890 ____________________________________________________________________________
56891 [  8906] By: jhi                                   on 2001/02/23  01:48:34
56892         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
56893      Branch: perl
56894            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
56895 ____________________________________________________________________________
56896 [  8905] By: jhi                                   on 2001/02/23  01:43:30
56897         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
56898              From: Peter Prymmer <pvhp@forte.com>
56899              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
56900              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
56901      Branch: perl
56902            ! t/lib/st-06compat.t
56903 ____________________________________________________________________________
56904 [  8904] By: jhi                                   on 2001/02/23  01:42:39
56905         Log: Metaconfig unit change for #8903.
56906      Branch: metaconfig/U/perl
56907            ! Devel.U
56908 ____________________________________________________________________________
56909 [  8903] By: jhi                                   on 2001/02/23  01:42:12
56910         Log: Be more helpful for devel builders, suggested by John L. Allen.
56911      Branch: perl
56912            ! Configure
56913 ____________________________________________________________________________
56914 [  8902] By: jhi                                   on 2001/02/23  01:37:41
56915         Log: (Retracted by #8914)
56916              (Wrongly, reinstated by #8941)
56917              
56918              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
56919              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
56920              Date:     Thu, 22 Feb 2001 09:43:57 EST
56921              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
56922      Branch: perl
56923            ! op.c
56924 ____________________________________________________________________________
56925 [  8901] By: jhi                                   on 2001/02/23  01:20:32
56926         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
56927              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
56928              Date:     Thu, 22 Feb 2001 08:01:35 EST
56929              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
56930      Branch: perl
56931            ! malloc.c
56932 ____________________________________________________________________________
56933 [  8900] By: jhi                                   on 2001/02/23  01:18:02
56934         Log: Integrate changes #8898,8899 from mainline, environ handling.
56935      Branch: maint-5.6/perl
56936           !> perl.c
56937 ____________________________________________________________________________
56938 [  8899] By: jhi                                   on 2001/02/23  01:16:25
56939         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
56940              putenv() is not to be relied on, they are either broken or leaky
56941              or both.)
56942      Branch: perl
56943            ! perl.c
56944 ____________________________________________________________________________
56945 [  8898] By: jhi                                   on 2001/02/22  23:36:59
56946         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
56947              and safesysfree() must be used.
56948      Branch: perl
56949            ! perl.c
56950 ____________________________________________________________________________
56951 [  8897] By: jhi                                   on 2001/02/22  23:25:45
56952         Log: With environ one must use safesysmalloc()/safesysfree().
56953      Branch: perl
56954            ! perl.c
56955 ____________________________________________________________________________
56956 [  8896] By: jhi                                   on 2001/02/22  22:13:18
56957         Log: If we have a duplicated environment free it
56958              if PERL_DESTRUCT_LEVEL.
56959      Branch: perl
56960            ! perl.c
56961 ____________________________________________________________________________
56962 [  8895] By: alanbur                               on 2001/02/22  19:31:57
56963         Log: Synchronised with parent
56964      Branch: maint-5.6/pureperl
56965           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
56966 ____________________________________________________________________________
56967 [  8894] By: gsar                                  on 2001/02/22  19:06:18
56968         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
56969              
56970              fix memory leak in method call optimization (change#3768);
56971              made C<eval "$x->foo()"> leak
56972              
56973              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
56974      Branch: maint-5.6/perl
56975           !> op.c
56976 ____________________________________________________________________________
56977 [  8893] By: jhi                                   on 2001/02/22  18:35:27
56978         Log: (Retracted by #8915.)
56979              
56980              Third Degree finding:
56981              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
56982      Branch: perl
56983            ! gv.c
56984 ____________________________________________________________________________
56985 [  8892] By: jhi                                   on 2001/02/22  14:28:32
56986         Log: Update Changes.
56987      Branch: perl
56988            ! Changes patchlevel.h
56989 ____________________________________________________________________________
56990 [  8891] By: jhi                                   on 2001/02/22  13:22:45
56991         Log: Metaconfig unit changes for #8890.
56992      Branch: metaconfig
56993            ! U/modified/Cppsym.U U/threads/archname.U
56994 ____________________________________________________________________________
56995 [  8890] By: jhi                                   on 2001/02/22  13:22:12
56996         Log: Add -stdio to the archname if no perlio selected,
56997              no -perlio added since that is now the default.
56998              
56999              Add few CPUs/architectures to the Cppsym scan.
57000      Branch: perl
57001            ! Configure config_h.SH
57002 ____________________________________________________________________________
57003 [  8889] By: jhi                                   on 2001/02/22  13:05:59
57004         Log: Metaconfig unit change for #8888.
57005      Branch: metaconfig/U/perl
57006            ! useperlio.U
57007 ____________________________________________________________________________
57008 [  8888] By: jhi                                   on 2001/02/22  13:05:28
57009         Log: *drum roll*  Make perlio the default.
57010      Branch: perl
57011            ! Configure config_h.SH
57012 ____________________________________________________________________________
57013 [  8887] By: jhi                                   on 2001/02/22  12:50:52
57014         Log: Integrate change #8665 from maintperl to mainline,
57015              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
57016      Branch: perl
57017           !> ext/POSIX/POSIX.xs
57018 ____________________________________________________________________________
57019 [  8886] By: jhi                                   on 2001/02/22  12:49:24
57020         Log: Integrate changes #8883,8884 from mainline to maintperl.
57021              
57022              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
57023              Subject: Re: File::Temp::_gettemp warning
57024      Branch: maint-5.6/perl
57025           !> embed.h embed.pl lib/File/Temp.pm
57026 ____________________________________________________________________________
57027 [  8885] By: jhi                                   on 2001/02/22  12:43:59
57028         Log: Based on
57029              
57030              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
57031              From: schwab@suse.de
57032              Date: Thu, 22 Feb 2001 13:08:09 +0100
57033              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
57034              
57035              but the fix done slightly differently because the other
57036              half was already done in #8664.
57037      Branch: maint-5.6/perl
57038            ! ext/POSIX/POSIX.xs
57039 ____________________________________________________________________________
57040 [  8884] By: jhi                                   on 2001/02/22  12:37:15
57041         Log: Subject: Re: File::Temp::_gettemp warning
57042              From: Tim Jenness <t.jenness@jach.hawaii.edu>
57043              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
57044              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
57045              
57046              This patch to File::Temp does two things:
57047              
57048              1. Fixes the problem with CGI::Carp when determining
57049              the Fcntl constants
57050              
57051              2. Removes most of the carps and consolidates them so that all the
57052              reasons are included in a single die that is caught by the test. This
57053              means that the correct skipping behaviour is displayed by the test.
57054      Branch: perl
57055            ! lib/File/Temp.pm
57056 ____________________________________________________________________________
57057 [  8883] By: jhi                                   on 2001/02/22  12:29:19
57058         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
57059              From: Peter Prymmer <pvhp@forte.com>
57060              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
57061              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
57062      Branch: perl
57063            ! embed.h embed.pl
57064 ____________________________________________________________________________
57065 [  8882] By: jhi                                   on 2001/02/21  19:41:33
57066         Log: Integrate change #8881 from mainlin to maintperl.
57067              
57068              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
57069      Branch: maint-5.6/perl
57070           !> op.c
57071 ____________________________________________________________________________
57072 [  8881] By: jhi                                   on 2001/02/21  19:38:57
57073         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
57074              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
57075              Date:     Wed, 21 Feb 2001 13:08:03 EST
57076              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
57077      Branch: perl
57078            ! op.c
57079 ____________________________________________________________________________
57080 [  8880] By: jhi                                   on 2001/02/21  19:34:34
57081         Log: Retract #8875, cannot let go of the old semantics of unpack U
57082              without rethinking utf8decode.t.
57083      Branch: perl
57084            ! pp.c t/op/pack.t
57085 ____________________________________________________________________________
57086 [  8879] By: jhi                                   on 2001/02/21  19:08:02
57087         Log: Run run/*.t also in minitest.
57088      Branch: perl
57089            ! Makefile.SH
57090 ____________________________________________________________________________
57091 [  8878] By: nick                                  on 2001/02/21  18:55:37
57092         Log: Integrate mainline
57093      Branch: perlio
57094           !> (integrate 76 files)
57095 ____________________________________________________________________________
57096 [  8877] By: jhi                                   on 2001/02/21  15:09:33
57097         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
57098      Branch: metaconfig
57099            ! U/compline/nblock_io.U
57100      Branch: perl
57101            ! Configure config_h.SH
57102 ____________________________________________________________________________
57103 [  8876] By: jhi                                   on 2001/02/21  14:54:45
57104         Log: If no sfio, no -lsfio.
57105      Branch: metaconfig/U/perl
57106            ! d_sfio.U
57107      Branch: perl
57108            ! Configure config_h.SH
57109 ____________________________________________________________________________
57110 [  8875] By: jhi                                   on 2001/02/21  14:54:00
57111         Log: Make unpack C and unpack U truly equivalent.
57112      Branch: perl
57113            ! pp.c t/op/pack.t
57114 ____________________________________________________________________________
57115 [  8874] By: jhi                                   on 2001/02/21  14:26:02
57116         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
57117              From: Peter Prymmer <pvhp@forte.com>
57118              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
57119              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
57120      Branch: perl
57121            ! pod/perlport.pod
57122 ____________________________________________________________________________
57123 [  8873] By: jhi                                   on 2001/02/21  14:24:31
57124         Log: Subject: [PATCH] fix for charnames above FFFF
57125              From: andreas.koenig@anima.de (Andreas J. Koenig)
57126              Date: 21 Feb 2001 07:05:45 +0100
57127              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
57128      Branch: perl
57129            ! lib/charnames.pm t/lib/charnames.t
57130 ____________________________________________________________________________
57131 [  8872] By: jhi                                   on 2001/02/21  14:15:25
57132         Log: Integrate change #8868 from pureperl to mainline.
57133              
57134              Fixed reference count loop caused by sv_magic.
57135      Branch: perl
57136           !> sv.c
57137 ____________________________________________________________________________
57138 [  8871] By: jhi                                   on 2001/02/21  14:07:29
57139         Log: Integrate change #8868 from pureperl to maintperl.
57140              
57141              Fixed reference count loop caused by sv_magic.
57142      Branch: maint-5.6/perl
57143           !> sv.c
57144 ____________________________________________________________________________
57145 [  8870] By: jhi                                   on 2001/02/21  14:04:41
57146         Log: Put back the #8840, it was innocent.
57147      Branch: perl
57148            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
57149            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
57150 ____________________________________________________________________________
57151 [  8869] By: jhi                                   on 2001/02/21  14:00:03
57152         Log: unpack("C", ...) was left slightly unfinished by #8865.
57153      Branch: perl
57154            ! pp.c t/op/pack.t
57155 ____________________________________________________________________________
57156 [  8868] By: alanbur                               on 2001/02/21  01:33:45
57157         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
57158              from gv_fetchpv to create single-character magic variables (e.g. $!),
57159              and it is passed a sv and the gv that contains the sv as the mg_obj
57160              value.  When sv_magic stores the mg_obj pointer it increments the gv
57161              refcount, thus causing a sv-gv pair that can't be freed.  There is
57162              already a check for sv == obj which is used to prevent such reference
57163              loops.  This change extends the check to cover the case described above.
57164      Branch: maint-5.6/pureperl
57165            ! sv.c
57166 ____________________________________________________________________________
57167 [  8867] By: jhi                                   on 2001/02/21  00:52:39
57168         Log: Update Changes.
57169      Branch: perl
57170            ! Changes patchlevel.h
57171 ____________________________________________________________________________
57172 [  8866] By: jhi                                   on 2001/02/21  00:34:20
57173         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
57174              (Note: there were some conflicts due to EBCDIC and EPOC
57175              patches, in general I preferred the repository code.)
57176              (When 2.753 comes out, we need to synchronize.)
57177      Branch: perl
57178            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
57179            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
57180            ! t/lib/cgi-html.t
57181 ____________________________________________________________________________
57182 [  8865] By: jhi                                   on 2001/02/21  00:24:22
57183         Log: Make pack("C", 0x100) to create Unicode, unless under the
57184              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
57185              will understand Unicode, unless you under know what.
57186      Branch: perl
57187            ! pp.c t/op/pack.t t/op/qu.t
57188 ____________________________________________________________________________
57189 [  8864] By: alanbur                               on 2001/02/20  22:35:34
57190         Log: Resynchronised with parent
57191      Branch: maint-5.6/pureperl
57192           !> README.win32 ext/GDBM_File/GDBM_File.pm
57193           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
57194           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
57195           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
57196           !> t/lib/sdbm.t util.c
57197 ____________________________________________________________________________
57198 [  8863] By: jhi                                   on 2001/02/20  20:55:11
57199         Log: Integrate change #8860,8861 from mainline into maintperl.
57200              
57201              "pseudo-literal j"
57202              
57203              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
57204      Branch: maint-5.6/perl
57205           !> lib/Test.pm pod/perlop.pod
57206 ____________________________________________________________________________
57207 [  8862] By: jhi                                   on 2001/02/20  20:30:07
57208         Log: Don't do casting between pointers pointing to differently sized
57209              integers.
57210      Branch: perl
57211            ! hv.c sv.c
57212 ____________________________________________________________________________
57213 [  8861] By: jhi                                   on 2001/02/20  19:53:44
57214         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
57215              From: Peter Prymmer <pvhp@forte.com>
57216              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
57217              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
57218      Branch: perl
57219            ! lib/Test.pm
57220 ____________________________________________________________________________
57221 [  8860] By: jhi                                   on 2001/02/20  19:48:02
57222         Log: "pseudo-literal j", a documentation glitch reported to Debian.
57223              The text recovered from Perl 5.005_03, and pseudo-literal replaced
57224              by "backtick string".
57225      Branch: perl
57226            ! pod/perlop.pod
57227 ____________________________________________________________________________
57228 [  8859] By: jhi                                   on 2001/02/20  19:15:46
57229         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
57230              from Chris Nandor.
57231      Branch: perl
57232            ! makedef.pl
57233 ____________________________________________________________________________
57234 [  8858] By: jhi                                   on 2001/02/20  17:36:53
57235         Log: Integrate pureperl changes #8844,8845,8850 to mainline
57236              (via maintperl #8855).
57237              
57238              Fixed %^H scoping bug
57239              
57240              Removed GV <-> CV refcount loop
57241              
57242              Removed %ENV refcount loop
57243      Branch: perl
57244           !> gv.c op.c perl.c pp.c scope.c
57245 ____________________________________________________________________________
57246 [  8857] By: jhi                                   on 2001/02/20  17:34:32
57247         Log: Integrate changes #8853,8854 from maintperl to mainline.
57248              
57249              EBDIC fixes, README.win32 Borland update.
57250      Branch: perl
57251           !> README.win32 handy.h util.c
57252 ____________________________________________________________________________
57253 [  8856] By: jhi                                   on 2001/02/20  17:33:16
57254         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
57255      Branch: maint-5.6/perl
57256           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
57257           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
57258           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
57259 ____________________________________________________________________________
57260 [  8855] By: jhi                                   on 2001/02/20  17:32:13
57261         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
57262              
57263              Fixed %^H scoping bug
57264              
57265              Removed GV <-> CV refcount loop
57266              
57267              Removed %ENV refcount loop
57268      Branch: maint-5.6/perl
57269           !> gv.c op.c perl.c pp.c scope.c
57270 ____________________________________________________________________________
57271 [  8854] By: jhi                                   on 2001/02/20  17:25:06
57272         Log: Subject: Addition to readme.win32 for Borland C++ compilers
57273              Date: Tue, 20 Feb 2001 02:15:25 +0300
57274              From: "Vadim Konovalov" <watman@inbox.ru>
57275              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
57276              
57277              Document Borland compiler misbehaviour.
57278      Branch: maint-5.6/perl
57279            ! README.win32
57280 ____________________________________________________________________________
57281 [  8853] By: jhi                                   on 2001/02/20  17:22:25
57282         Log: The assimilation of ebcdic.c didn't quite work at the first try,
57283              patches from Thomas Dorner.
57284      Branch: maint-5.6/perl
57285            ! handy.h util.c
57286 ____________________________________________________________________________
57287 [  8852] By: jhi                                   on 2001/02/20  17:20:15
57288         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
57289              From: Chris Nandor <pudge@pobox.com>
57290              Date: Tue, 20 Feb 2001 08:32:45 -0500
57291              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
57292      Branch: maint-5.6/perl
57293            ! makedef.pl mg.c
57294 ____________________________________________________________________________
57295 [  8851] By: jhi                                   on 2001/02/20  17:15:52
57296         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
57297      Branch: perl
57298            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
57299            ! t/lib/filter-util.t
57300 ____________________________________________________________________________
57301 [  8850] By: alanbur                               on 2001/02/20  17:12:40
57302         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
57303              and the magic pointer points back to the GV that contains the
57304              %ENV hash.  This creates a refcount loop that prevents members
57305              of %ENV from being freed correctly.  This change removes the
57306              refcount loop - the magic pointer was never used anyway, the
57307              only use of the magic was to check the type ('E') so that the
57308              appropriate environment manipulation code is called when %ENV
57309              is modified.
57310      Branch: maint-5.6/pureperl
57311            ! perl.c
57312 ____________________________________________________________________________
57313 [  8849] By: jhi                                   on 2001/02/20  17:12:20
57314         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
57315              From: "Craig A. Berry" <craigberry@mac.com>
57316              Date: Mon, 19 Feb 2001 23:36:12 -0600
57317              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
57318              
57319              Case-forgiving systems match TestInit.pm with TES*.
57320      Branch: perl
57321            ! t/lib/glob-basic.t
57322 ____________________________________________________________________________
57323 [  8848] By: jhi                                   on 2001/02/20  17:10:02
57324         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
57325      Branch: perl
57326            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
57327            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
57328            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
57329 ____________________________________________________________________________
57330 [  8847] By: jhi                                   on 2001/02/20  15:34:41
57331         Log: The #8843 wasn't quite right: %Config needs to imported.
57332      Branch: perl
57333            ! t/run/runenv.t
57334 ____________________________________________________________________________
57335 [  8846] By: jhi                                   on 2001/02/20  15:31:50
57336         Log: Retract the #8838 and #8840 for now because of
57337              the DB_File tie problem.
57338      Branch: perl
57339            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
57340            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
57341            ! proto.h sv.c
57342 ____________________________________________________________________________
57343 [  8845] By: alanbur                               on 2001/02/20  14:25:41
57344         Log: Removed GV <-> CV refcount loop
57345              CvGV(mycv) points to the parent GV of the CV, and was previously
57346              refcounted.  The pointer remains, but the refcounting has been removed
57347              as it causes a refcount loop between the CV and GV that means the CV
57348              can't ever be deleted.
57349      Branch: maint-5.6/pureperl
57350            ! gv.c op.c pp.c
57351 ____________________________________________________________________________
57352 [  8844] By: alanbur                               on 2001/02/20  14:23:13
57353         Log: Fixed %^H scoping bug
57354      Branch: maint-5.6/pureperl
57355            ! scope.c
57356 ____________________________________________________________________________
57357 [  8843] By: jhi                                   on 2001/02/19  13:38:08
57358         Log: fork() not everywhere, cleanup temp files.
57359      Branch: perl
57360            ! t/run/runenv.t
57361 ____________________________________________________________________________
57362 [  8842] By: alanbur                               on 2001/02/19  12:42:07
57363         Log: Resynchronised with parent
57364      Branch: maint-5.6/pureperl
57365           !> pod/perlfaq4.pod sv.c utf8.c
57366 ____________________________________________________________________________
57367 [  8841] By: jhi                                   on 2001/02/19  03:35:51
57368         Log: Update Changes.
57369      Branch: perl
57370            ! Changes patchlevel.h
57371 ____________________________________________________________________________
57372 [  8840] By: jhi                                   on 2001/02/19  00:23:41
57373         Log: Subject: [patch] add sv_setref_uv
57374              From: Doug MacEachern <dougm@covalent.net>
57375              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
57376              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
57377      Branch: perl
57378            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
57379            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
57380 ____________________________________________________________________________
57381 [  8839] By: jhi                                   on 2001/02/19  00:01:38
57382         Log: Put to rest the 20010205.001, the email address checking (not) regex.
57383      Branch: perl
57384            ! pod/perlfaq9.pod
57385 ____________________________________________________________________________
57386 [  8838] By: jhi                                   on 2001/02/18  22:17:54
57387         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
57388              From: Doug MacEachern <dougm@covalent.net>
57389              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
57390              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
57391      Branch: perl
57392            ! lib/ExtUtils/xsubpp
57393 ____________________________________________________________________________
57394 [  8837] By: jhi                                   on 2001/02/18  22:16:50
57395         Log: Subject: [patch] -Wall cleanup round 2
57396              From: Doug MacEachern <dougm@covalent.net>
57397              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
57398              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
57399      Branch: perl
57400            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
57401            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
57402            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
57403            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
57404            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
57405            ! ext/SDBM_File/SDBM_File.xs
57406 ____________________________________________________________________________
57407 [  8836] By: jhi                                   on 2001/02/18  22:11:20
57408         Log: Misapplied regex optimizations when \C is present.
57409              Fixes 20001230.002.
57410              
57411              What still remains broken is that the submatches that
57412              have \C in them get their UTF8 flag on because their
57413              parent SV has it on.  This will result in malformed
57414              UTF8 if a \C happened to match a non-ASCII byte.
57415      Branch: perl
57416            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
57417            ! t/pragma/utf8.t
57418 ____________________________________________________________________________
57419 [  8835] By: jhi                                   on 2001/02/18  20:12:02
57420         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
57421              
57422              The hash key got wrongly UTF8fied.
57423      Branch: perl
57424            ! pod/perlapi.pod toke.c utf8.c
57425 ____________________________________________________________________________
57426 [  8834] By: jhi                                   on 2001/02/18  19:44:25
57427         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
57428              don't warn on magical or overloaded things.
57429      Branch: perl
57430            ! pp_hot.c
57431 ____________________________________________________________________________
57432 [  8833] By: nick                                  on 2001/02/18  19:31:22
57433         Log: Integrate mainline
57434      Branch: perlio
57435           +> t/TestInit.pm t/run/runenv.t
57436            - t/UTEST
57437           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
57438           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
57439           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
57440           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
57441           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
57442           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
57443           !> utf8.c
57444 ____________________________________________________________________________
57445 [  8832] By: jhi                                   on 2001/02/18  19:21:18
57446         Log: Integrate perlio.
57447      Branch: perl
57448           !> perlio.c pod/perldiag.pod
57449 ____________________________________________________________________________
57450 [  8831] By: jhi                                   on 2001/02/18  19:14:20
57451         Log: Integrate change #8827 from mainline.
57452              
57453              UTF8 tweaks.
57454      Branch: maint-5.6/perl
57455           !> sv.c utf8.c
57456 ____________________________________________________________________________
57457 [  8830] By: nick                                  on 2001/02/18  19:10:34
57458         Log: Apply the spirit of patch from Nick Clark:
57459              Subject: [PATCH] Re: extensions that provide layers
57460              From: Nicholas Clark <nick@ccl4.org>
57461              Date: Mon, 12 Feb 2001 16:43:51 +0000
57462              Message-Id: <20010212164350.Q3652@plum.flirble.org>
57463      Branch: perlio
57464            ! perlio.c pod/perldiag.pod
57465 ____________________________________________________________________________
57466 [  8829] By: jhi                                   on 2001/02/18  19:03:25
57467         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
57468              From: schwern@pobox.com 
57469              Date: Sun, 18 Feb 2001 13:44:35 -0500
57470              Message-ID: <20010218134435.A17544@magnonel.guild.net>
57471              
57472              Applied, but as t/TestInit.pm.
57473      Branch: perl
57474            + t/TestInit.pm
57475            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
57476            ! t/op/subst_wamp.t
57477 ____________________________________________________________________________
57478 [  8828] By: jhi                                   on 2001/02/18  18:43:52
57479         Log: Integrate perlio.
57480      Branch: perl
57481           !> perlio.c
57482 ____________________________________________________________________________
57483 [  8827] By: jhi                                   on 2001/02/18  18:41:33
57484         Log: UTF-8 tweaks.
57485      Branch: perl
57486            ! sv.c utf8.c
57487 ____________________________________________________________________________
57488 [  8826] By: nick                                  on 2001/02/18  17:40:59
57489         Log: Fix [ID 20010217.002]
57490              open FOO, "<:raw:perlio", ...
57491              :raw now inserts default base layer below itself.
57492              Also
57493              open FOO, "<:unix", ...
57494              works as well - but leaves buffer layer on stack under the unix layer.
57495      Branch: perlio
57496            ! perlio.c
57497 ____________________________________________________________________________
57498 [  8825] By: jhi                                   on 2001/02/18  17:15:39
57499         Log: Integrate perlio.
57500      Branch: perl
57501           !> perlio.c perliol.h
57502 ____________________________________________________________________________
57503 [  8824] By: jhi                                   on 2001/02/18  17:10:53
57504         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
57505              From: schwern@pobox.com
57506              Date: Sun, 18 Feb 2001 01:48:50 -0500
57507              Message-ID: <20010218014850.C19957@magnonel.guild.net>
57508      Branch: perl
57509            ! lib/Test/Harness.pm t/TEST t/op/chop.t
57510 ____________________________________________________________________________
57511 [  8823] By: jhi                                   on 2001/02/18  17:01:06
57512         Log: Add run/*.t to testables.
57513      Branch: perl
57514            ! t/TEST
57515 ____________________________________________________________________________
57516 [  8822] By: jhi                                   on 2001/02/18  16:58:58
57517         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
57518              From: schwern@pobox.com
57519              Date: Sun, 18 Feb 2001 01:11:35 -0500
57520              Message-ID: <20010218011135.A19957@magnonel.guild.net>
57521              
57522              Revive mjd's and Simon's PERL5OPT fix.
57523      Branch: perl
57524            + t/run/runenv.t
57525            ! MANIFEST perl.c
57526 ____________________________________________________________________________
57527 [  8821] By: jhi                                   on 2001/02/18  16:53:46
57528         Log: Subject: Re: Why t/TEST and not Test::Harness?
57529              From: schwern@pobox.com
57530              Date: Sat, 17 Feb 2001 22:44:44 -0500
57531              Message-ID: <20010217224444.A6679@magnonel.guild.net>
57532              
57533              Replace UTEST with TEST -utf8.
57534      Branch: perl
57535            - t/UTEST
57536            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
57537            ! t/lib/glob-basic.t
57538 ____________________________________________________________________________
57539 [  8820] By: nick                                  on 2001/02/18  13:06:16
57540         Log: Clean up a few core dumps when layers are used in unexpected ways.
57541              (Still not "right"...)
57542      Branch: perlio
57543            ! perlio.c perliol.h
57544 ____________________________________________________________________________
57545 [  8819] By: jhi                                   on 2001/02/18  02:25:55
57546         Log: Integrate change #8818 from maintperl, a FAQ nit.
57547      Branch: perl
57548           !> pod/perlfaq4.pod
57549 ____________________________________________________________________________
57550 [  8818] By: jhi                                   on 2001/02/18  02:24:50
57551         Log: FAQ nit from Chris Fedde.
57552      Branch: maint-5.6/perl
57553            ! pod/perlfaq4.pod
57554 ____________________________________________________________________________
57555 [  8817] By: nick                                  on 2001/02/17  18:20:14
57556         Log: Integrate mainline
57557      Branch: perlio
57558           +> lib/unicode/UCD.html lib/unicode/Unicode.html
57559           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
57560           +> pod/perlclib.pod
57561            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
57562            - lib/unicode/Unicode.301
57563           !> (integrate 324 files)
57564 ____________________________________________________________________________
57565 [  8816] By: jhi                                   on 2001/02/17  16:56:58
57566         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
57567      Branch: perl
57568            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
57569            ! ext/Storable/Storable.xs t/lib/st-06compat.t
57570            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
57571 ____________________________________________________________________________
57572 [  8815] By: jhi                                   on 2001/02/17  16:40:07
57573         Log: Subject: [patch] -Wall
57574              From: Doug MacEachern <dougm@covalent.net>
57575              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
57576              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
57577      Branch: perl
57578            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
57579            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
57580 ____________________________________________________________________________
57581 [  8814] By: jhi                                   on 2001/02/16  19:27:18
57582         Log: Document qu better.
57583      Branch: perl
57584            ! pod/perlop.pod
57585 ____________________________________________________________________________
57586 [  8813] By: jhi                                   on 2001/02/15  13:54:37
57587         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
57588              From: Hugo <hv@crypt.compulink.co.uk>
57589              Date: Thu, 15 Feb 2001 13:39:49 +0000
57590              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
57591      Branch: perl
57592            ! toke.c
57593 ____________________________________________________________________________
57594 [  8812] By: alanbur                               on 2001/02/15  13:52:16
57595         Log: Resynchronised with parent
57596      Branch: maint-5.6/pureperl
57597            - ebcdic.c
57598           !> (integrate 36 files)
57599 ____________________________________________________________________________
57600 [  8811] By: jhi                                   on 2001/02/15  13:51:16
57601         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
57602              
57603              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
57604              From: Jan Dubois <JanD@ActiveState.com>
57605              Date: Wed, 31 Jan 2001 21:17:03 -0800
57606              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
57607              
57608              tweak change#8659 to keep it simple
57609              
57610              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
57611              From: Russ Allbery <rra@stanford.edu>
57612              Date: 14 Feb 2001 10:15:41 -0800
57613              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
57614              
57615              (8809 empty)
57616              
57617              Upgrade to podlators 1.08, from Russ Allbery.
57618      Branch: perl
57619           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
57620           !> utils/perldoc.PL
57621 ____________________________________________________________________________
57622 [  8810] By: jhi                                   on 2001/02/15  13:35:08
57623         Log: Upgrade to podlators 1.08, from Russ Allbery.
57624      Branch: maint-5.6/perl
57625            ! lib/Pod/Man.pm lib/Pod/Text.pm
57626 ____________________________________________________________________________
57627 [  8809] By: jhi                                   on 2001/02/15  13:26:38
57628         Log: (accidentally empty check-in)
57629      Branch: maint-5.6/perl
57630            ! lib/Test/Harness.pm
57631 ____________________________________________________________________________
57632 [  8808] By: jhi                                   on 2001/02/15  13:23:47
57633         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
57634              From: Russ Allbery <rra@stanford.edu>
57635              Date: 14 Feb 2001 10:15:41 -0800
57636              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
57637              
57638              perldoc was hardcoding $Config{installscript}, which breaks
57639              when install* isn't where Perl ends up (such as with AFS).
57640              
57641              Use $Config{scriptdir} instead.
57642      Branch: maint-5.6/perl
57643            ! utils/perldoc.PL
57644 ____________________________________________________________________________
57645 [  8807] By: jhi                                   on 2001/02/14  14:37:27
57646         Log: Update Changes.
57647      Branch: perl
57648            ! Changes patchlevel.h
57649 ____________________________________________________________________________
57650 [  8806] By: jhi                                   on 2001/02/14  14:25:31
57651         Log: Integrate changes #8803,8804,8805 from mainline.
57652              
57653              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
57654              
57655              Don't skip too much of the locale error message if no environ array,
57656              from Chris Nandor.
57657              
57658              More MacOS Classic fixes from Chris Nandor.
57659      Branch: maint-5.6/perl
57660           !> doop.c lib/Cwd.pm perl.c perl.h util.c
57661 ____________________________________________________________________________
57662 [  8805] By: jhi                                   on 2001/02/14  03:29:01
57663         Log: More MacOS Classic fixes from Chris Nandor.
57664      Branch: perl
57665            ! doop.c lib/Cwd.pm
57666 ____________________________________________________________________________
57667 [  8804] By: jhi                                   on 2001/02/14  03:18:35
57668         Log: Don't skip too much of the locale error message if no environ array,
57669              from Chris Nandor.
57670      Branch: perl
57671            ! util.c
57672 ____________________________________________________________________________
57673 [  8803] By: jhi                                   on 2001/02/14  03:14:14
57674         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
57675      Branch: perl
57676            ! perl.c perl.h
57677 ____________________________________________________________________________
57678 [  8802] By: jhi                                   on 2001/02/13  18:31:33
57679         Log: AUTHORS update.
57680      Branch: perl
57681            ! AUTHORS
57682 ____________________________________________________________________________
57683 [  8801] By: jhi                                   on 2001/02/13  17:55:19
57684         Log: Integrate change #8792 from mainline.
57685              
57686              Subject: buncha MacPerl patches for bleadperl
57687              From: Chris Nandor <pudge@pobox.com>
57688              Date: Tue, 13 Feb 2001 00:02:43 -0500
57689              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
57690      Branch: maint-5.6/perl
57691           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
57692           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
57693           !> t/lib/basename.t toke.c util.h
57694 ____________________________________________________________________________
57695 [  8800] By: jhi                                   on 2001/02/13  17:46:43
57696         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
57697              to be forced to Off_t.
57698              
57699              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
57700              From: nick@ccl4.org
57701              Date: Thu, 1 Feb 2001 12:01:04 +0000
57702              Message-Id: <20010201120103.E11401@plum.flirble.org>
57703      Branch: maint-5.6/perl
57704            ! iperlsys.h perlio.c
57705 ____________________________________________________________________________
57706 [  8799] By: jhi                                   on 2001/02/13  16:52:51
57707         Log: Duplex duplex hunk hunk.
57708      Branch: maint-5.6/perl
57709            ! Makefile.SH
57710 ____________________________________________________________________________
57711 [  8797] By: jhi                                   on 2001/02/13  14:52:04
57712         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
57713              From: "Craig A. Berry" <craigberry@mac.com>
57714              Date: Mon, 12 Feb 2001 11:05:25 -0600
57715              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
57716      Branch: perl
57717            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
57718 ____________________________________________________________________________
57719 [  8796] By: jhi                                   on 2001/02/13  14:36:47
57720         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
57721              From: simon.cozens@pembroke.oxford.ac.uk 
57722              Date: Sat, 10 Feb 2001 17:57:02 +0000
57723              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
57724              
57725              Now it does include.
57726      Branch: perl
57727            ! pod/perldiag.pod
57728 ____________________________________________________________________________
57729 [  8795] By: jhi                                   on 2001/02/13  14:30:11
57730         Log: Sort the MANIFEST.
57731      Branch: perl
57732            ! MANIFEST
57733 ____________________________________________________________________________
57734 [  8794] By: jhi                                   on 2001/02/13  14:26:51
57735         Log: Integrate change #8793 from mainline, FAQ updates.
57736      Branch: maint-5.6/perl
57737           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
57738 ____________________________________________________________________________
57739 [  8793] By: jhi                                   on 2001/02/13  14:25:13
57740         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
57741      Branch: perl
57742            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
57743 ____________________________________________________________________________
57744 [  8792] By: jhi                                   on 2001/02/13  14:22:50
57745         Log: Subject: buncha MacPerl patches for bleadperl
57746              From: Chris Nandor <pudge@pobox.com>
57747              Date: Tue, 13 Feb 2001 00:02:43 -0500
57748              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
57749      Branch: perl
57750            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
57751            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
57752            ! t/lib/basename.t toke.c util.h
57753 ____________________________________________________________________________
57754 [  8791] By: jhi                                   on 2001/02/13  14:10:39
57755         Log: Integrate change #8790 from mainline.
57756              
57757              environ array wrongly assumed in Perl_init_i18nl10n(),
57758      Branch: maint-5.6/perl
57759           !> util.c
57760 ____________________________________________________________________________
57761 [  8790] By: jhi                                   on 2001/02/13  14:06:15
57762         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
57763              noticed by Chris Nandor in MacOS Classic.
57764      Branch: perl
57765            ! util.c
57766 ____________________________________________________________________________
57767 [  8789] By: jhi                                   on 2001/02/13  13:58:07
57768         Log: Integrate changes #8373,8487,8544,8783 from mainline.
57769              
57770              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
57771              hints files, the dynaloading, assimilate ebcdic into util.c.
57772      Branch: maint-5.6/perl
57773            - ebcdic.c
57774            ! MANIFEST hints/posix-bc.sh
57775           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
57776           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
57777           !> perlapi.c proto.h util.c
57778 ____________________________________________________________________________
57779 [  8788] By: alanbur                               on 2001/02/13  10:33:13
57780         Log: Integrated changes from maint-5.6
57781      Branch: maint-5.6/pureperl
57782           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
57783           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
57784           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
57785           !> vos/config.ga.h vos/configure_perl.cm
57786 ____________________________________________________________________________
57787 [  8787] By: jhi                                   on 2001/02/13  05:56:36
57788         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
57789      Branch: perl
57790           !> Makefile.SH
57791 ____________________________________________________________________________
57792 [  8786] By: jhi                                   on 2001/02/13  05:54:34
57793         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
57794              From: Dorner Thomas <Thomas.Dorner@start.de>
57795              Date: Mon, 12 Feb 2001 15:06:26 +0100
57796              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
57797      Branch: maint-5.6/perl
57798            ! Makefile.SH
57799 ____________________________________________________________________________
57800 [  8785] By: jhi                                   on 2001/02/13  05:29:04
57801         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
57802      Branch: perl
57803           !> hints/openbsd.sh
57804 ____________________________________________________________________________
57805 [  8784] By: jhi                                   on 2001/02/13  02:25:24
57806         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
57807              From: Peter Prymmer <pvhp@forte.com>
57808              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
57809              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
57810      Branch: perl
57811            ! pod/perlclib.pod
57812 ____________________________________________________________________________
57813 [  8783] By: jhi                                   on 2001/02/13  02:22:36
57814         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
57815      Branch: perl
57816            - ebcdic.c
57817            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
57818            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
57819            ! util.c
57820 ____________________________________________________________________________
57821 [  8782] By: jhi                                   on 2001/02/13  02:00:07
57822         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
57823      Branch: maint-5.6/perl
57824            ! pod/perlport.pod
57825 ____________________________________________________________________________
57826 [  8781] By: jhi                                   on 2001/02/13  01:58:44
57827         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
57828      Branch: maint-5.6/perl
57829            ! hints/openbsd.sh
57830 ____________________________________________________________________________
57831 [  8780] By: jhi                                   on 2001/02/13  01:57:33
57832         Log: Synchronize the regexp tests between maintperl and mainline.
57833      Branch: maint-5.6/perl
57834           !> t/op/re_tests
57835 ____________________________________________________________________________
57836 [  8779] By: jhi                                   on 2001/02/13  01:49:35
57837         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
57838              From: Hugo <hv@crypt.compulink.co.uk>
57839              Date: Tue, 13 Feb 2001 00:11:11 +0000
57840              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
57841      Branch: perl
57842            ! regcomp.c t/op/re_tests
57843 ____________________________________________________________________________
57844 [  8778] By: jhi                                   on 2001/02/13  00:23:10
57845         Log: Comments do not nest.
57846      Branch: perl
57847            ! perl.h
57848 ____________________________________________________________________________
57849 [  8777] By: jhi                                   on 2001/02/13  00:17:54
57850         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
57851              From: Hugo <hv@crypt.compulink.co.uk>
57852              Date: Tue, 13 Feb 2001 00:11:11 +0000
57853              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
57854      Branch: maint-5.6/perl
57855            ! regcomp.c t/op/re_tests
57856 ____________________________________________________________________________
57857 [  8776] By: jhi                                   on 2001/02/12  23:25:52
57858         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
57859      Branch: maint-5.6/perl
57860            ! pod/perlport.pod
57861 ____________________________________________________________________________
57862 [  8775] By: jhi                                   on 2001/02/12  23:04:28
57863         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
57864      Branch: maint-5.6/perl
57865            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
57866            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
57867            ! vos/configure_perl.cm
57868 ____________________________________________________________________________
57869 [  8774] By: jhi                                   on 2001/02/12  22:59:11
57870         Log: Subject: Re: [patch] context for 'U' magic functions
57871              From: Doug MacEachern <dougm@covalent.net>
57872              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
57873              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
57874              
57875              plus the suggestion by Nick Ing-Simmons to name the macro
57876              as PERL_MG_UFUNC to avoid namespace pollution, plus add
57877              the advice by Doug for XS writers to perl.h
57878      Branch: perl
57879            ! mg.c perl.h
57880 ____________________________________________________________________________
57881 [  8773] By: jhi                                   on 2001/02/11  20:14:12
57882         Log: Update Changes.
57883      Branch: perl
57884            ! Changes patchlevel.h
57885 ____________________________________________________________________________
57886 [  8772] By: jhi                                   on 2001/02/11  18:47:52
57887         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
57888              From: Simon Cozens <simon@cozens.net>
57889              Date: Wed, 31 Jan 2001 16:31:43 +0000
57890              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
57891      Branch: perl
57892            + pod/perlclib.pod
57893            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
57894            ! pod/perltoc.pod
57895 ____________________________________________________________________________
57896 [  8771] By: jhi                                   on 2001/02/11  18:36:48
57897         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
57898              
57899              Blocks-4d3.beta.txt
57900              CaseFolding-3d4.beta.txt
57901              CompositionExclusions-3d6.beta.txt
57902              EastAsianWidth-4d4.beta.txt
57903              LineBreak-6d3.beta.txt
57904              NamesList-3.1.0d1.beta.txt
57905              PropList-3.1.0d4.beta.txt
57906              SpecialCasing-4d1.beta.txt
57907              UnicodeData-3.1.0d6.beta.txt
57908      Branch: perl
57909            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
57910           +> lib/unicode/UCD.html lib/unicode/Unicode.html
57911            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
57912            - lib/unicode/Unicode.301
57913            ! (edit 257 files)
57914 ____________________________________________________________________________
57915 [  8770] By: jhi                                   on 2001/02/11  17:26:22
57916         Log: UTF-8 documentation.
57917      Branch: perl
57918            ! utf8.h
57919 ____________________________________________________________________________
57920 [  8769] By: jhi                                   on 2001/02/11  17:12:49
57921         Log: Retract #8762.
57922      Branch: perl
57923            ! regexec.c
57924 ____________________________________________________________________________
57925 [  8768] By: jhi                                   on 2001/02/11  16:54:45
57926         Log: Subject: [PATCH] Test::Harness
57927              From: andreas.koenig@anima.de (Andreas J. Koenig)
57928              Date: 11 Feb 2001 14:37:00 +0100
57929              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
57930      Branch: perl
57931            ! lib/Test/Harness.pm
57932 ____________________________________________________________________________
57933 [  8767] By: jhi                                   on 2001/02/11  16:53:52
57934         Log: Subject: [PATCH] Document makepatch in Porting/patching
57935              From: andreas.koenig@anima.de (Andreas J. Koenig)
57936              Date: 11 Feb 2001 16:46:28 +0100
57937              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
57938      Branch: perl
57939            ! Porting/patching.pod
57940 ____________________________________________________________________________
57941 [  8766] By: jhi                                   on 2001/02/11  06:30:23
57942         Log: Subject: Re: [patch] GvSHARED
57943              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
57944              From: Doug MacEachern <dougm@covalent.net>
57945              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
57946              
57947              Subject: Re: [patch] GvSHARED
57948              From: Doug MacEachern <dougm@covalent.net>
57949              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
57950              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
57951              
57952              Subject: [patch] attributes.pm support for `shared'
57953              From: Doug MacEachern <dougm@covalent.net>
57954              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
57955              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
57956              
57957              our() attributes were ignored, our :shared pieces missing,
57958              allow attributes.pm to turn on shared.
57959      Branch: perl
57960            ! op.c t/op/attrs.t toke.c xsutils.c
57961 ____________________________________________________________________________
57962 [  8765] By: alanbur                               on 2001/02/10  23:11:19
57963         Log: Resync with parent (hopefully sucessfully this time)
57964      Branch: maint-5.6/pureperl
57965           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
57966           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
57967           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
57968           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
57969           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
57970           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
57971           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
57972 ____________________________________________________________________________
57973 [  8764] By: jhi                                   on 2001/02/10  22:54:38
57974         Log: Make TEST and UTEST more verbose in case something goes
57975              wrong in running/compiling a script, suggested by Doug
57976              MacEachern.
57977      Branch: perl
57978            ! t/TEST t/UTEST
57979 ____________________________________________________________________________
57980 [  8763] By: jhi                                   on 2001/02/10  22:11:34
57981         Log: Bogus shebang.
57982      Branch: perl
57983            ! t/lib/texttabs.t
57984 ____________________________________________________________________________
57985 [  8762] By: jhi                                   on 2001/02/10  21:56:02
57986         Log: (Retracted by #8769)
57987      Branch: perl
57988            ! regexec.c
57989 ____________________________________________________________________________
57990 [  8761] By: jhi                                   on 2001/02/10  21:26:15
57991         Log: Subject: Re: [patch] GvSHARED 
57992              From: Doug MacEachern <dougm@covalent.net>
57993              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
57994              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
57995              
57996              our @EXPORT : shared = (...);
57997      Branch: perl
57998            ! toke.c
57999 ____________________________________________________________________________
58000 [  8760] By: jhi                                   on 2001/02/10  21:25:07
58001         Log: Subject: [patch] GvSHARED
58002              From: Doug MacEachern <dougm@covalent.net>
58003              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
58004              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
58005      Branch: perl
58006            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
58007 ____________________________________________________________________________
58008 [  8759] By: alanbur                               on 2001/02/10  21:24:27
58009         Log: Backed out mismerge.
58010      Branch: maint-5.6/pureperl
58011            ! MANIFEST README.hpux README.vmesa gv.c installhtml
58012            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
58013            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
58014            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
58015            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
58016            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
58017            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
58018 ____________________________________________________________________________
58019 [  8758] By: jhi                                   on 2001/02/10  18:01:17
58020         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
58021              
58022              Fixed UMRs and leak in Perl_pmtrans()
58023              
58024              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
58025              associated UTFied tr/// code.  Also fixed scoping leak of
58026              PL_reg_start_tmp.
58027              
58028              newATTRSUB leaks when an attempt to redefine the active sort sub is
58029              made.
58030      Branch: maint-5.6/perl
58031           !> op.c regcomp.c
58032 ____________________________________________________________________________
58033 [  8757] By: alanbur                               on 2001/02/10  17:56:46
58034         Log: Resynchronised with parent
58035      Branch: maint-5.6/pureperl
58036           +> README.bs2000
58037            - README.posix-bc
58038            ! gv.c perl.c sv.c
58039           !> MANIFEST README.hpux README.vmesa installhtml
58040           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
58041           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
58042           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
58043           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
58044           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
58045           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
58046 ____________________________________________________________________________
58047 [  8756] By: alanbur                               on 2001/02/10  17:51:15
58048         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
58049              made.
58050      Branch: maint-5.6/pureperl
58051            ! op.c
58052 ____________________________________________________________________________
58053 [  8755] By: jhi                                   on 2001/02/09  22:41:35
58054         Log: Upgrade to CPAN 1.59_54, from Andreas König.
58055      Branch: perl
58056            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
58057 ____________________________________________________________________________
58058 [  8754] By: jhi                                   on 2001/02/09  22:29:20
58059         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
58060              
58061              Didn't upgrade the fill.t since it has a dependency to File::Slurp
58062              purely for debugging purposes, the actual test hasn't changed.
58063      Branch: perl
58064            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
58065            ! t/lib/textwrap.t
58066 ____________________________________________________________________________
58067 [  8753] By: jhi                                   on 2001/02/09  20:17:50
58068         Log: Integrate change #8682 from maintperl.
58069              
58070              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
58071              to work correctly.
58072      Branch: perl
58073           !> hints/irix_6.sh
58074 ____________________________________________________________________________
58075 [  8752] By: jhi                                   on 2001/02/09  20:00:46
58076         Log: Update Changes.
58077      Branch: perl
58078            ! Changes patchlevel.h
58079 ____________________________________________________________________________
58080 [  8751] By: nick                                  on 2001/02/09  19:48:37
58081         Log: Integrate mainline
58082      Branch: perlio
58083           +> README.bs2000 t/lib/cgi-esc.t
58084            - README.posix-bc
58085           !> (integrate 53 files)
58086 ____________________________________________________________________________
58087 [  8750] By: nick                                  on 2001/02/09  19:25:16
58088         Log: Subject: RE: Biannual Competition to Improve Hashing Function
58089              From: Fisher Mark <fisherm@tce.com>
58090              Date: Thu, 8 Feb 2001 10:44:00 -0500
58091              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
58092              Date: Thu, 8 Feb 2001 15:02:47 -0500
58093              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
58094      Branch: perl
58095            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
58096 ____________________________________________________________________________
58097 [  8749] By: jhi                                   on 2001/02/09  19:02:35
58098         Log: Forgotten fragment.
58099      Branch: perl
58100            ! pod/perlapi.pod
58101 ____________________________________________________________________________
58102 [  8748] By: jhi                                   on 2001/02/09  18:31:34
58103         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
58104              plus manual tweakage.
58105              
58106              Sync the perlfaq2 between mainline and maintperl.
58107      Branch: maint-5.6/perl
58108            ! pod/perlfaq2.pod
58109      Branch: perl
58110           !> pod/perlfaq2.pod
58111 ____________________________________________________________________________
58112 [  8747] By: jhi                                   on 2001/02/09  18:12:04
58113         Log: Subject: versiononly and installperl
58114              From: abigail@foad.org
58115              Date: Wed, 7 Feb 2001 22:43:12 +0100
58116              Message-ID: <20010207214312.7045.qmail@foad.org>    
58117              
58118              Add +v flag to force a normal install of the perl binary
58119              and the utilities.
58120              
58121              Subject: [PATCH] installperl
58122              From: Nicholas Clark <nick@ccl4.org>
58123              Date: Fri, 9 Feb 2001 16:28:57 +0000
58124              Message-ID: <20010209162857.B10931@plum.flirble.org>
58125              
58126              Add -A flag which also hardlinks the binary with
58127              the full architecture name.
58128      Branch: perl
58129            ! installperl
58130 ____________________________________________________________________________
58131 [  8746] By: jhi                                   on 2001/02/09  18:03:43
58132         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
58133              
58134              Subject: perlfaq2, re: perlmongers
58135              
58136              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
58137              
58138              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
58139              
58140              Subject: [ID 20010205.001] typo in perlfaq9
58141              
58142              Subject: [ID 20010208.002] unordered explanation in perlcall
58143      Branch: maint-5.6/perl
58144           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
58145           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
58146           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
58147 ____________________________________________________________________________
58148 [  8745] By: jhi                                   on 2001/02/09  17:59:09
58149         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
58150              From: abela@geneanet.org
58151              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
58152              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
58153      Branch: perl
58154            ! pod/perlcall.pod
58155 ____________________________________________________________________________
58156 [  8744] By: jhi                                   on 2001/02/09  17:48:16
58157         Log: Subject: [ID 20010205.001] typo in perlfaq9
58158              From: eserte@vran.herceg.de
58159              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
58160              Message-Id: <200102042244.XAA21926@vran.herceg.de>
58161      Branch: perl
58162            ! pod/perlfaq9.pod
58163 ____________________________________________________________________________
58164 [  8743] By: jhi                                   on 2001/02/09  17:25:12
58165         Log: Integrate change #8695 from maintperl.
58166              
58167              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
58168      Branch: perl
58169           !> thread.h
58170 ____________________________________________________________________________
58171 [  8742] By: jhi                                   on 2001/02/09  17:21:22
58172         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
58173              From: Andy Dougherty <doughera@lafayette.edu>
58174              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
58175              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
58176      Branch: perl
58177            ! embed.pl
58178 ____________________________________________________________________________
58179 [  8741] By: jhi                                   on 2001/02/09  17:05:19
58180         Log: Integrate changes #8738,8739,8740 from maintperl.
58181              
58182              Html files will be installed in a more logical and easier to
58183              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
58184              
58185              Html files will be generated with a header to make them look
58186              a little less bare.
58187              
58188              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
58189      Branch: perl
58190           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
58191 ____________________________________________________________________________
58192 [  8740] By: jhi                                   on 2001/02/09  17:03:46
58193         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
58194              From: "Brendan O'Dea" <bod@compusol.com.au>
58195              Date: Sun, 4 Feb 2001 11:17:56 +1100
58196              Message-ID: <20010204111756.A16301@compusol.com.au>
58197      Branch: maint-5.6/perl
58198            ! pod/perlfaq3.pod
58199 ____________________________________________________________________________
58200 [  8739] By: jhi                                   on 2001/02/09  17:01:59
58201         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
58202              From: "Indy Singh" <indy@nusphere.com>
58203              Date: Fri, 2 Feb 2001 15:09:59 -0500
58204              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
58205              
58206              Html files will be generated with a header to make them look
58207              a little less bare.
58208      Branch: maint-5.6/perl
58209            ! installhtml
58210 ____________________________________________________________________________
58211 [  8738] By: jhi                                   on 2001/02/09  16:58:48
58212         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
58213              From: "Indy Singh" <indy@nusphere.com>
58214              Date: Fri, 2 Feb 2001 15:08:23 -0500
58215              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
58216              
58217              Html files will be installed in a more logical and easier to
58218              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
58219      Branch: maint-5.6/perl
58220            ! win32/Makefile win32/makefile.mk
58221 ____________________________________________________________________________
58222 [  8737] By: jhi                                   on 2001/02/09  16:46:54
58223         Log: Integrate changes #8687,8736 from maintperl.
58224              
58225              HP-UX thread patches from Merijn H. Brand.
58226              
58227              Latin nit from Philip Newton.
58228      Branch: perl
58229           !> README.hpux hints/hpux.sh
58230 ____________________________________________________________________________
58231 [  8736] By: jhi                                   on 2001/02/09  16:42:31
58232         Log: Latin nit from Philip Newton.
58233      Branch: maint-5.6/perl
58234            ! README.hpux
58235 ____________________________________________________________________________
58236 [  8735] By: jhi                                   on 2001/02/09  16:24:03
58237         Log: Integrate changes #8704,8710 from pureperl.
58238              
58239              Fixed UMRs and leak in Perl_pmtrans()
58240              
58241              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
58242              associated UTFied tr/// code.  Also fixed scoping leak of
58243              PL_reg_start_tmp.
58244      Branch: perl
58245           !> op.c regcomp.c
58246 ____________________________________________________________________________
58247 [  8734] By: jhi                                   on 2001/02/09  15:40:21
58248         Log: Integrate change #8733 from maintperl.
58249              
58250              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
58251      Branch: perl
58252           !> pod/perlre.pod
58253 ____________________________________________________________________________
58254 [  8733] By: jhi                                   on 2001/02/09  15:35:47
58255         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
58256              From: Prymmer/Kahn <pvhp@best.com>
58257              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
58258              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
58259      Branch: maint-5.6/perl
58260            ! pod/perlre.pod
58261 ____________________________________________________________________________
58262 [  8732] By: jhi                                   on 2001/02/09  15:26:17
58263         Log: Rename README.posix-bc to README.bs2000 (to avoid the
58264              confusion of a "perlposix-bc.pod"), add a few missing
58265              arch pods, regen toc.
58266      Branch: maint-5.6/perl
58267           +> README.bs2000
58268            - README.posix-bc
58269            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
58270            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
58271 ____________________________________________________________________________
58272 [  8731] By: jhi                                   on 2001/02/09  15:23:39
58273         Log: De-cut-and-pasto.
58274      Branch: perl
58275            ! pod/perl.pod
58276 ____________________________________________________________________________
58277 [  8730] By: jhi                                   on 2001/02/09  15:11:13
58278         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
58279              when people think that perlposix-bc.pod tells anything about
58280              Perl and POSIX.  Regen toc.
58281      Branch: perl
58282           +> README.bs2000
58283            - README.posix-bc
58284            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
58285            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
58286 ____________________________________________________________________________
58287 [  8729] By: jhi                                   on 2001/02/09  14:52:28
58288         Log: The README.vmesa part of #8712 from maintperl.
58289      Branch: perl
58290            ! README.vmesa
58291 ____________________________________________________________________________
58292 [  8728] By: jhi                                   on 2001/02/09  14:46:06
58293         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
58294              From: Peter Prymmer <pvhp@forte.com>
58295              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
58296              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
58297      Branch: maint-5.6/perl
58298            ! README.vmesa win32/Makefile win32/makefile.mk
58299 ____________________________________________________________________________
58300 [  8727] By: jhi                                   on 2001/02/09  14:33:25
58301         Log: Integrate change #8712 from mainline.
58302              
58303              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
58304      Branch: maint-5.6/perl
58305           !> lib/Pod/Find.pm
58306 ____________________________________________________________________________
58307 [  8726] By: jhi                                   on 2001/02/09  14:30:28
58308         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
58309              From: Peter Prymmer <pvhp@forte.com>
58310              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
58311              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
58312      Branch: perl
58313            + t/lib/cgi-esc.t
58314            ! MANIFEST lib/CGI/Util.pm
58315 ____________________________________________________________________________
58316 [  8725] By: jhi                                   on 2001/02/09  04:56:47
58317         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
58318      Branch: maint-5.6/perl
58319            ! pod/perlport.pod
58320 ____________________________________________________________________________
58321 [  8724] By: jhi                                   on 2001/02/09  04:40:59
58322         Log: Integrate changes 7819,7820 from vmsperl into mainline.
58323              
58324              Add header for LIB$ prototypes (C. Berry)
58325              
58326              Convert fwrite()s to sockets to write()s, since some socket stacks
58327              don't take kindly to stdio.
58328              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
58329              (for often optional LNMs)
58330              Correct a few typos
58331              (C. Bailey)
58332      Branch: perl
58333           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
58334 ____________________________________________________________________________
58335 [  8723] By: jhi                                   on 2001/02/09  03:29:29
58336         Log: Integrate change #8722 from mainline.
58337              
58338              The Im() function wasn't returning zero for non-Math::Complex
58339              arguments.  The bug reported by John Gamble.
58340      Branch: maint-5.6/perl
58341           !> lib/Math/Complex.pm
58342 ____________________________________________________________________________
58343 [  8722] By: jhi                                   on 2001/02/09  03:28:33
58344         Log: The Im() function wasn't returning zero for non-Math::Complex
58345              arguments.  The bug reported by John Gamble.
58346      Branch: perl
58347            ! lib/Math/Complex.pm
58348 ____________________________________________________________________________
58349 [  8721] By: nick                                  on 2001/02/08  22:11:35
58350         Log: Correct the correction :-(
58351      Branch: perl
58352            ! perl.c
58353 ____________________________________________________________________________
58354 [  8720] By: bailey                                on 2001/02/08  20:59:22
58355         Log: Convert fwrite()s to sockets to write()s, since some socket stacks
58356              don't take kindly to stdio.
58357              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
58358              (for often optional LNMs)
58359              Correct a few typos
58360              (C. Bailey)
58361      Branch: vmsperl
58362            ! vms/vms.c vms/vmsish.h
58363 ____________________________________________________________________________
58364 [  8719] By: bailey                                on 2001/02/08  20:51:02
58365         Log: Add header for LIB$ prototypes (C. Berry)
58366      Branch: vmsperl
58367            ! ext/Devel/DProf/DProf.xs
58368 ____________________________________________________________________________
58369 [  8718] By: bailey                                on 2001/02/08  20:49:00
58370         Log: SYN SYN
58371      Branch: vmsperl
58372           +> pod/perliol.pod t/lib/sample-tests/bailout
58373           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
58374           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
58375           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
58376           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
58377           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
58378           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
58379            - lib/unicode/Is/DCinital.pl
58380           !> (integrate 101 files)
58381 ____________________________________________________________________________
58382 [  8717] By: nick                                  on 2001/02/08  19:38:48
58383         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
58384              From: Robin Barker <rmb1@cise.npl.co.uk>
58385              Date: Thu, 8 Feb 2001 14:38:07 GMT
58386              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
58387      Branch: perl
58388            ! lib/CPAN.pm
58389 ____________________________________________________________________________
58390 [  8716] By: nick                                  on 2001/02/08  19:29:07
58391         Log: Generated files form 8713 etc.
58392      Branch: perl
58393            ! embed.h global.sym objXSUB.h perlapi.c proto.h
58394 ____________________________________________________________________________
58395 [  8715] By: nick                                  on 2001/02/08  19:26:08
58396         Log: Fixup non-ithread build after 8713
58397      Branch: perl
58398            ! perl.c
58399 ____________________________________________________________________________
58400 [  8714] By: nick                                  on 2001/02/08  19:17:45
58401         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
58402              From: nick@ccl4.org
58403              Date: Wed, 7 Feb 2001 00:27:47 +0000
58404              Message-Id: <20010207002747.B63724@plum.flirble.org>
58405      Branch: perl
58406            ! sv.c toke.c
58407 ____________________________________________________________________________
58408 [  8713] By: nick                                  on 2001/02/08  19:15:58
58409         Log: Subject: Re: [patch] Re: PL_ptr_table
58410              From: Doug Maceachern <dougm@covalent.net>
58411              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
58412              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
58413      Branch: perl
58414            ! embed.pl perl.c sv.c sv.h
58415 ____________________________________________________________________________
58416 [  8712] By: nick                                  on 2001/02/08  19:12:47
58417         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
58418              From: Peter Prymmer <pvhp@forte.com>
58419              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
58420              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
58421      Branch: perl
58422            ! lib/Pod/Find.pm
58423 ____________________________________________________________________________
58424 [  8711] By: nick                                  on 2001/02/07  21:06:11
58425         Log: Manually applied version for dev branch of Alan/Sarathy 5.6 patch.
58426              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
58427              From: Alan Burlison <Alan.Burlison@uk.sun.com>
58428              Date: Tue, 06 Feb 2001 23:37:01 +0000
58429              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
58430      Branch: perl
58431            ! regcomp.c
58432 ____________________________________________________________________________
58433 [  8710] By: alanbur                               on 2001/02/07  00:22:04
58434         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
58435              associated UTFied tr/// code.  Also fixed scoping leak of
58436              PL_reg_start_tmp.
58437      Branch: maint-5.6/pureperl
58438            ! op.c regcomp.c
58439 ____________________________________________________________________________
58440 [  8709] By: nick                                  on 2001/02/06  21:16:49
58441         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
58442              From: Michael G Schwern <schwern@pobox.com>
58443              Date: Sun, 4 Feb 2001 19:47:14 -0500
58444              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
58445      Branch: perl
58446            ! pod/perlapi.pod pod/perlmodlib.PL
58447 ____________________________________________________________________________
58448 [  8708] By: nick                                  on 2001/02/06  20:41:20
58449         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
58450              From: Michael G Schwern <schwern@pobox.com>
58451              Date: Sun, 4 Feb 2001 21:17:49 -0500
58452              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
58453      Branch: perl
58454            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
58455            ! pod/perltootc.pod
58456 ____________________________________________________________________________
58457 [  8707] By: nick                                  on 2001/02/06  20:29:11
58458         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
58459              From: Michael G Schwern <schwern@pobox.com>
58460              Date: Tue, 6 Feb 2001 05:54:30 -0500
58461              Message-Id: <20010206055430.A951@blackrider.aocn.com>
58462      Branch: perl
58463            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
58464 ____________________________________________________________________________
58465 [  8706] By: nick                                  on 2001/02/06  20:21:40
58466         Log: Subject: RE: some win32 fixes
58467              Date: Tue, 6 Feb 2001 09:23:20 +0300
58468              From: Vadim Konovalov <vkonovalov@lucent.com>
58469              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
58470      Branch: perl
58471            ! toke.c win32/Makefile win32/config.bc win32/config.gc
58472            ! win32/config.vc win32/config_H.bc win32/makefile.mk
58473 ____________________________________________________________________________
58474 [  8705] By: alanbur                               on 2001/02/06  15:00:03
58475         Log: Synchronised with parent
58476      Branch: maint-5.6/pureperl
58477            ! regexec.c
58478           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
58479           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
58480 ____________________________________________________________________________
58481 [  8704] By: alanbur                               on 2001/02/06  14:55:24
58482         Log: Fixed UMRs and leak in Perl_pmtrans()
58483      Branch: maint-5.6/pureperl
58484            ! op.c
58485 ____________________________________________________________________________
58486 [  8703] By: gsar                                  on 2001/02/06  02:29:37
58487         Log: $(MAKE) distclean doesn't clean up properly on windows
58488      Branch: maint-5.6/perl
58489            ! win32/Makefile win32/makefile.mk
58490 ____________________________________________________________________________
58491 [  8702] By: gsar                                  on 2001/02/06  01:00:46
58492         Log: tweak change#8659 to keep it simple
58493      Branch: maint-5.6/perl
58494            ! utils/perldoc.PL
58495 ____________________________________________________________________________
58496 [  8701] By: gsar                                  on 2001/02/05  22:45:41
58497         Log: change#8693 was missing testsuite changes
58498      Branch: maint-5.6/perl
58499           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
58500 ____________________________________________________________________________
58501 [  8700] By: nick                                  on 2001/02/05  20:32:52
58502         Log: Integrate mainline
58503      Branch: perlio
58504           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
58505           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
58506           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
58507           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
58508           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
58509           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
58510           +> t/lib/test-harness.t
58511           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
58512           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
58513           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
58514           !> pod/perlutil.pod t/TEST utils/h2xs.PL
58515 ____________________________________________________________________________
58516 [  8699] By: nick                                  on 2001/02/05  19:41:07
58517         Log: Subject: perlfaq2, re: perlmongers
58518              From: David H. Adler <dha@panix.com>
58519              Date: Sun, 4 Feb 2001 23:48:23 -0500
58520              Message-Id: <20010204234823.A13429@panix.com>
58521      Branch: perl
58522            ! pod/perlfaq2.pod
58523 ____________________________________________________________________________
58524 [  8698] By: nick                                  on 2001/02/05  19:39:31
58525         Log: Missed file f#rom the testharness mess.
58526      Branch: perl
58527            + t/lib/test-harness.t
58528 ____________________________________________________________________________
58529 [  8697] By: nick                                  on 2001/02/05  19:37:21
58530         Log: Subject: [DOC PATCH] overload.pm nits
58531              From: John Tobey <jtobey@john-edwin-tobey.org>
58532              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
58533              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
58534      Branch: perl
58535            ! lib/overload.pm
58536 ____________________________________________________________________________
58537 [  8696] By: alanbur                               on 2001/02/05  11:56:00
58538         Log: Sync with parent
58539      Branch: maint-5.6/pureperl
58540           !> thread.h
58541 ____________________________________________________________________________
58542 [  8695] By: gsar                                  on 2001/02/05  03:27:34
58543         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
58544      Branch: maint-5.6/perl
58545            ! thread.h
58546 ____________________________________________________________________________
58547 [  8694] By: alanbur                               on 2001/02/05  00:07:47
58548         Log: Initial branch creation from //depot/maint-5.6/perl
58549      Branch: maint-5.6/pureperl
58550           +> (branch 1719 files)
58551 ____________________________________________________________________________
58552 [  8693] By: gsar                                  on 2001/02/04  22:38:49
58553         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
58554              changes)
58555      Branch: maint-5.6/perl
58556           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
58557           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
58558           !> ext/DB_File/version.c
58559 ____________________________________________________________________________
58560 [  8692] By: nick                                  on 2001/02/04  18:15:57
58561         Log: The missed t/TEST part of the grand testharness upgrade.
58562      Branch: perl
58563            ! t/TEST
58564 ____________________________________________________________________________
58565 [  8691] By: nick                                  on 2001/02/04  18:05:17
58566         Log: New improved test harness
58567              Subject: Re: [PATCH Test::Harness] Third time's a charm?
58568              From: Michael G Schwern <schwern@pobox.com>
58569              Date: Sun, 4 Feb 2001 08:01:20 -0500
58570              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
58571      Branch: perl
58572            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
58573            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
58574            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
58575            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
58576            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
58577            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
58578            ! MANIFEST lib/Test/Harness.pm
58579 ____________________________________________________________________________
58580 [  8690] By: nick                                  on 2001/02/04  17:57:51
58581         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
58582              From: Jonathan Stowe <gellyfish@gellyfish.com>
58583              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
58584              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
58585      Branch: perl
58586            ! utils/h2xs.PL
58587 ____________________________________________________________________________
58588 [  8689] By: nick                                  on 2001/02/04  17:55:24
58589         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
58590              From: Michael G Schwern <schwern@pobox.com>
58591              Date: Sat, 3 Feb 2001 22:46:38 -0500
58592              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
58593      Branch: perl
58594            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
58595            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
58596 ____________________________________________________________________________
58597 [  8688] By: nick                                  on 2001/02/04  17:43:55
58598         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
58599              length byfailing to spot lack of closing )
58600              From: nick@talking.bollo.cx
58601              Date: Sat, 03 Feb 2001 23:53:16 +0000
58602              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
58603      Branch: perl
58604            ! perlio.c pod/perldiag.pod
58605 ____________________________________________________________________________
58606 [  8687] By: jhi                                   on 2001/02/03  17:11:42
58607         Log: HP-UX thread patches from Merijn H. Brand.
58608      Branch: maint-5.6/perl
58609            ! README.hpux hints/hpux.sh
58610 ____________________________________________________________________________
58611 [  8686] By: jhi                                   on 2001/02/03  16:40:12
58612         Log: Metaconfig changes for #8685.
58613      Branch: metaconfig
58614            ! U/installdirs/instubperl.U
58615      Branch: metaconfig/U/perl
58616            ! Devel.U versiononly.U
58617 ____________________________________________________________________________
58618 [  8685] By: jhi                                   on 2001/02/03  16:39:49
58619         Log: For -Dusedevel builds turn off installusrbinperl and turn on
58620              versiononly, a combined idea of Richard Soderberg and Merijn
58621              H. Brand.  You can still override both of these from the command
58622              line if you need to, -Dinstallusrbinperl and -Uversiononly.
58623      Branch: perl
58624            ! Configure
58625 ____________________________________________________________________________
58626 [  8684] By: jhi                                   on 2001/02/03  16:16:34
58627         Log: Metaconfig unit fix for #8683.
58628      Branch: metaconfig
58629            ! U/compline/nblock_io.U
58630 ____________________________________________________________________________
58631 [  8683] By: jhi                                   on 2001/02/03  16:16:12
58632         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
58633              reported by Peter Prymmer for 5.6-TRIAL1.
58634      Branch: perl
58635            ! Configure
58636 ____________________________________________________________________________
58637 [  8682] By: jhi                                   on 2001/02/03  05:52:11
58638         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
58639              to work correctly.
58640      Branch: maint-5.6/perl
58641            ! hints/irix_6.sh
58642 ____________________________________________________________________________
58643 [  8681] By: jhi                                   on 2001/02/03  05:47:33
58644         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
58645      Branch: maint-5.6/perl
58646            ! pod/perlport.pod
58647 ____________________________________________________________________________
58648 [  8680] By: jhi                                   on 2001/02/02  21:39:49
58649         Log: perlport update from Peter Prymmer.
58650      Branch: maint-5.6/perl
58651            ! pod/perlport.pod
58652 ____________________________________________________________________________
58653 [  8679] By: nick                                  on 2001/02/02  20:50:48
58654         Log: Integrate mainline
58655      Branch: perlio
58656           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
58657           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
58658           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
58659 ____________________________________________________________________________
58660 [  8678] By: gsar                                  on 2001/02/02  16:02:12
58661         Log: note about bincompat, slightly modified (from Lupe Christoph)
58662      Branch: maint-5.6/perl
58663            ! README.solaris
58664 ____________________________________________________________________________
58665 [  8677] By: jhi                                   on 2001/02/02  15:46:20
58666         Log: Supported platforms updates.
58667      Branch: maint-5.6/perl
58668            ! pod/perlport.pod
58669 ____________________________________________________________________________
58670 [  8676] By: jhi                                   on 2001/02/02  03:41:26
58671         Log: A couple more perlfaq2 tweaks.
58672      Branch: maint-5.6/perl
58673            ! pod/perlfaq2.pod
58674 ____________________________________________________________________________
58675 [  8675] By: jhi                                   on 2001/02/02  03:17:44
58676         Log: Misedit in #8661.
58677      Branch: maint-5.6/perl
58678            ! Configure
58679 ____________________________________________________________________________
58680 [  8674] By: jhi                                   on 2001/02/02  03:14:38
58681         Log: Damien again.
58682      Branch: maint-5.6/perl
58683            ! pod/perlfaq2.pod
58684 ____________________________________________________________________________
58685 [  8673] By: jhi                                   on 2001/02/02  03:12:40
58686         Log: perlfaq update from Elaine Ashton.
58687      Branch: maint-5.6/perl
58688            ! pod/perlfaq2.pod
58689 ____________________________________________________________________________
58690 [  8672] By: jhi                                   on 2001/02/02  03:07:08
58691         Log: UTF-8 s/// patch from Inaba Hiroto.
58692      Branch: maint-5.6/perl
58693            ! pp_ctl.c pp_hot.c
58694 ____________________________________________________________________________
58695 [  8671] By: jhi                                   on 2001/02/01  22:34:31
58696         Log: Update Changes.
58697      Branch: perl
58698            ! Changes patchlevel.h
58699 ____________________________________________________________________________
58700 [  8670] By: jhi                                   on 2001/02/01  22:15:29
58701         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
58702              from maintperl.
58703              
58704              Upgrade to Getopt::Long 2.25, from Johan Vromans.
58705              
58706              more files need to be writable in the source distribution
58707              
58708              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
58709              
58710              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
58711              
58712              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
58713              
58714              Allow the float to be fuzzier.
58715              
58716              need to use INT2PTR instead of a straight cast or ia64 fails
58717              
58718              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
58719              
58720              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
58721      Branch: perl
58722           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
58723           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
58724           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
58725 ____________________________________________________________________________
58726 [  8669] By: jhi                                   on 2001/02/01  21:57:02
58727         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
58728              From: Robin Barker <rmb1@cise.npl.co.uk>
58729              Date: Thu, 1 Feb 2001 16:59:05 GMT
58730              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
58731      Branch: maint-5.6/perl
58732            ! pod/perlmodlib.PL
58733 ____________________________________________________________________________
58734 [  8668] By: nick                                  on 2001/02/01  19:41:40
58735         Log: Integrate mainline
58736      Branch: perlio
58737           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
58738           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
58739           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
58740 ____________________________________________________________________________
58741 [  8667] By: gsar                                  on 2001/02/01  16:59:11
58742         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
58743      Branch: maint-5.6/perl
58744            ! embed.pl embedvar.h
58745 ____________________________________________________________________________
58746 [  8666] By: gsar                                  on 2001/02/01  16:34:51
58747         Log: add missing entries to win32/config.?c
58748      Branch: maint-5.6/perl
58749            ! win32/config.bc win32/config.gc win32/config.vc
58750            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
58751 ____________________________________________________________________________
58752 [  8665] By: jhi                                   on 2001/02/01  14:58:51
58753         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
58754              From: "Stephen P. Potter" <spp@spotter.yi.org>
58755              Date: Thu, 01 Feb 2001 10:45:46 -0500
58756              Message-Id: <200102011545.KAA31479@spotter.yi.org>
58757      Branch: maint-5.6/perl
58758            ! pod/perlfunc.pod
58759 ____________________________________________________________________________
58760 [  8664] By: gsar                                  on 2001/02/01  14:52:37
58761         Log: need to use INT2PTR instead of a straight cast or ia64 fails
58762              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
58763      Branch: maint-5.6/perl
58764            ! ext/POSIX/POSIX.xs
58765 ____________________________________________________________________________
58766 [  8663] By: jhi                                   on 2001/02/01  14:09:13
58767         Log: Allow the float to be fuzzier.
58768      Branch: maint-5.6/perl
58769            ! t/lib/peek.t
58770 ____________________________________________________________________________
58771 [  8662] By: jhi                                   on 2001/02/01  13:59:00
58772         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
58773              From: Robin Barker <rmb1@cise.npl.co.uk>
58774              Date: Thu, 1 Feb 2001 13:05:39 GMT
58775              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
58776      Branch: maint-5.6/perl
58777            ! pod/perlmodlib.pod
58778 ____________________________________________________________________________
58779 [  8661] By: jhi                                   on 2001/02/01  13:57:38
58780         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
58781              Date: Thu, 01 Feb 2001 14:15:41 +0100
58782              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
58783              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
58784              
58785              Have the $ccflags in the gcc version test (strange, this change
58786              is claimed to be have been integrated already)
58787      Branch: maint-5.6/perl
58788            ! Configure
58789 ____________________________________________________________________________
58790 [  8660] By: jhi                                   on 2001/02/01  13:44:10
58791         Log: Integrate changes #7950,7964,7962 from mainline.
58792              
58793              Find the stdchar signedness using cpp, should fix some of
58794              the Solaris compiler warnings reported by Alan Burlison.
58795      Branch: maint-5.6/perl
58796           !> Configure config_h.SH
58797 ____________________________________________________________________________
58798 [  8659] By: jhi                                   on 2001/02/01  05:35:32
58799         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
58800              From: Jan Dubois <JanD@ActiveState.com>
58801              Date: Wed, 31 Jan 2001 21:17:03 -0800
58802              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
58803      Branch: maint-5.6/perl
58804            ! utils/perldoc.PL
58805 ____________________________________________________________________________
58806 [  8658] By: jhi                                   on 2001/02/01  04:33:17
58807         Log: Integrate the README.os390 and README.posix-bc parts of mainline
58808              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
58809              installperl parts were taken care of by #8657.)
58810      Branch: maint-5.6/perl
58811           !> README.os390 README.posix-bc
58812 ____________________________________________________________________________
58813 [  8657] By: jhi                                   on 2001/02/01  04:29:21
58814         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
58815              From: Peter Prymmer <pvhp@forte.com>
58816              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
58817              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
58818      Branch: maint-5.6/perl
58819            + ext/DynaLoader/dl_dllload.xs
58820            ! MANIFEST Makefile.SH hints/os390.sh installperl
58821 ____________________________________________________________________________
58822 [  8656] By: jhi                                   on 2001/02/01  04:25:45
58823         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
58824              From: Peter Prymmer <pvhp@forte.com>
58825              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
58826              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
58827      Branch: maint-5.6/perl
58828            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
58829 ____________________________________________________________________________
58830 [  8655] By: jhi                                   on 2001/02/01  04:14:47
58831         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
58832              From: troc@netrus.net
58833              Date: Wed, 31 Jan 2001 22:31:26 -0500
58834              Message-Id: <200102010331.WAA117.85@rocco.homenet>
58835      Branch: maint-5.6/perl
58836            ! os2/os2.c
58837 ____________________________________________________________________________
58838 [  8654] By: jhi                                   on 2001/02/01  04:12:52
58839         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
58840              as reported by Alan Burlison.
58841      Branch: maint-5.6/perl
58842            ! pp.h
58843 ____________________________________________________________________________
58844 [  8653] By: jhi                                   on 2001/02/01  04:05:12
58845         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
58846              From: dsugalski@northernlight.com
58847              Date: Wed, 31 Jan 2001 18:54:11 -0500
58848              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
58849      Branch: maint-5.6/perl
58850            ! configure.com
58851 ____________________________________________________________________________
58852 [  8652] By: jhi                                   on 2001/02/01  04:03:11
58853         Log: Misplaced #endif.
58854              
58855              Subject: [perl-5-6-1-trial2] patches for EPOC
58856              From: Olaf Flebbe <O.Flebbe@science-computing.de>
58857              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
58858              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
58859      Branch: maint-5.6/perl
58860            ! epoc/epocish.c
58861 ____________________________________________________________________________
58862 [  8651] By: jhi                                   on 2001/02/01  04:00:25
58863         Log: Integrate changes #8647,8648,8650 from mainline.
58864              
58865              Macrofy a magic UTF-8 test.
58866              
58867              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
58868              
58869              Watch out for cross compiling for EPOC (usually done on linux).
58870      Branch: maint-5.6/perl
58871           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
58872 ____________________________________________________________________________
58873 [  8650] By: jhi                                   on 2001/02/01  03:56:20
58874         Log: Watch out for cross compiling for EPOC (usually done on linux)
58875              
58876              Subject: [perl-5-6-1-trial2] patches for EPOC
58877              From: Olaf Flebbe <O.Flebbe@science-computing.de>
58878              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
58879              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
58880      Branch: perl
58881            ! ext/Errno/Errno_pm.PL
58882 ____________________________________________________________________________
58883 [  8649] By: gsar                                  on 2001/02/01  00:46:00
58884         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
58885      Branch: maint-5.6/perl
58886            ! sv.c
58887 ____________________________________________________________________________
58888 [  8648] By: jhi                                   on 2001/01/31  23:35:36
58889         Log: All the uses of PL_numeric_radix must be protected by
58890              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
58891              
58892              Subject: [perl-5-6-1-trial2] patches for EPOC
58893              From: Olaf Flebbe <O.Flebbe@science-computing.de>
58894              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
58895              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
58896      Branch: perl
58897            ! sv.c
58898 ____________________________________________________________________________
58899 [  8647] By: jhi                                   on 2001/01/31  22:56:16
58900         Log: Macrofy a magic UTF-8 test.
58901      Branch: perl
58902            ! utf8.c utf8.h
58903 ____________________________________________________________________________
58904 [  8646] By: gsar                                  on 2001/01/31  15:55:12
58905         Log: update Changes
58906      Branch: maint-5.6/perl
58907            ! Changes
58908 ____________________________________________________________________________
58909 [  8645] By: gsar                                  on 2001/01/31  15:10:14
58910         Log: Configure tweak suggested by Peter Prymmer
58911      Branch: maint-5.6/perl
58912            ! Configure
58913 ____________________________________________________________________________
58914 [  8644] By: gsar                                  on 2001/01/31  15:06:32
58915         Log: more files need to be writable in the source distribution
58916      Branch: maint-5.6/perl
58917            ! Porting/makerel
58918 ____________________________________________________________________________
58919 [  8643] By: jhi                                   on 2001/01/31  14:59:46
58920         Log: Integrate changes #8258,8278,8279 from mainline.
58921              
58922              Make the large file tests more robust/talkative.
58923      Branch: maint-5.6/perl
58924           !> t/lib/syslfs.t t/op/lfs.t
58925 ____________________________________________________________________________
58926 [  8642] By: gsar                                  on 2001/01/31  14:53:48
58927         Log: integrate changes#8311,8334 from mainline
58928              
58929              Add a new MakeMaker variable PM_FILTER that defines a Unix
58930              filter to be run on each .pm during the pm_to_blib() phase,
58931              a fixed version of
58932              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
58933              
58934              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
58935              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
58936              accurate reading of the "atime".  
58937      Branch: maint-5.6/perl
58938           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
58939           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
58940           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
58941 ____________________________________________________________________________
58942 [  8641] By: jhi                                   on 2001/01/31  14:46:37
58943         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
58944      Branch: maint-5.6/perl
58945            ! lib/Getopt/Long.pm
58946 ____________________________________________________________________________
58947 [  8640] By: gsar                                  on 2001/01/31  14:40:24
58948         Log: make regen_all
58949      Branch: maint-5.6/perl
58950            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
58951 ____________________________________________________________________________
58952 [  8639] By: gsar                                  on 2001/01/31  14:37:25
58953         Log: refresh windows config files
58954      Branch: maint-5.6/perl
58955            ! win32/Makefile win32/config_H.bc win32/config_H.gc
58956            ! win32/config_H.vc win32/makefile.mk
58957 ____________________________________________________________________________
58958 [  8638] By: gsar                                  on 2001/01/31  14:28:10
58959         Log: makefile tweaks for windows: introduce a bulk-switch to enable
58960              same options as ActivePerl; sync changes with makefile.mk
58961      Branch: maint-5.6/perl
58962            ! win32/Makefile win32/makefile.mk
58963 ____________________________________________________________________________
58964 [  8637] By: jhi                                   on 2001/01/31  04:41:30
58965         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
58966              From: Nicholas Clark <nick@ccl4.org>
58967              Date: Tue, 30 Jan 2001 19:51:05 +0000
58968              Message-ID: <20010130195105.R76607@plum.flirble.org> 
58969              
58970              op/inc cure.
58971      Branch: perl
58972            ! pp.c pp.h pp_hot.c t/op/arith.t
58973 ____________________________________________________________________________
58974 [  8636] By: jhi                                   on 2001/01/31  02:38:32
58975         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
58976              no perlio],8257,8380,8479,8515 from mainline.
58977              
58978              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
58979              
58980              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
58981              Subject: [PATCH perl@8133] fix-up for VMS extensions
58982              
58983              In VMS embedded perls couldn't access the statically built Socket.
58984              
58985              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
58986              
58987              Further VMS piping fixes from Charles Lane.
58988              
58989              Subject:  [PATCH] make t/op/misc.t work on VMS
58990              
58991              Add tracing for debugging extensions builds in VMS.
58992              
58993              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
58994      Branch: maint-5.6/perl
58995           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
58996           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
58997           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
58998 ____________________________________________________________________________
58999 [  8635] By: jhi                                   on 2001/01/31  01:46:41
59000         Log: Integrate change #7732 from mainline.
59001              
59002              Sparc 64-bit pack() fix from Jens Hamisch.
59003      Branch: maint-5.6/perl
59004           !> pp.c
59005 ____________________________________________________________________________
59006 [  8634] By: jhi                                   on 2001/01/31  01:41:16
59007         Log: One spot missing from #8626.
59008      Branch: maint-5.6/perl
59009            ! sv.c
59010 ____________________________________________________________________________
59011 [  8633] By: jhi                                   on 2001/01/31  00:49:17
59012         Log: Integrate change #7495 from mainline.
59013              
59014              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
59015      Branch: maint-5.6/perl
59016           !> MANIFEST ext/re/Makefile.PL
59017 ____________________________________________________________________________
59018 [  8632] By: jhi                                   on 2001/01/30  23:38:49
59019         Log: Integrate change #8396 from mainline.
59020              
59021              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
59022              better multicast support (resend)
59023      Branch: maint-5.6/perl
59024           !> ext/Socket/Socket.pm
59025 ____________________________________________________________________________
59026 [  8631] By: jhi                                   on 2001/01/30  23:28:03
59027         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
59028              
59029              More AIX lore. (7514, ext/re/hints/aix.pl)
59030              
59031              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
59032              
59033              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)
59034              
59035              Subject: [ID 20001214.002] Net::Ping patch
59036              
59037              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
59038              
59039              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
59040              
59041              Add ReuseAddr as a (preferred) alias for Reuse as we now
59042              also have ReusePort.
59043              
59044              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
59045      Branch: maint-5.6/perl
59046           +> ext/re/hints/aix.pl
59047           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
59048           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
59049 ____________________________________________________________________________
59050 [  8630] By: jhi                                   on 2001/01/30  23:03:59
59051         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
59052              
59053              read() documentation tweak for 20001121.004.
59054              
59055              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
59056      Branch: maint-5.6/perl
59057           !> pod/perlfunc.pod pod/perlre.pod
59058 ____________________________________________________________________________
59059 [  8629] By: jhi                                   on 2001/01/30  22:41:57
59060         Log: Integrate change #8098 from mainline.
59061              
59062              fastgetcwd is defined using a glob alias on a $^O dependent basis
59063              and there was no default assignment or perl subroutine.
59064      Branch: maint-5.6/perl
59065           !> lib/Cwd.pm
59066 ____________________________________________________________________________
59067 [  8628] By: jhi                                   on 2001/01/30  21:58:52
59068         Log: Integrate change #7866 from mainline.
59069              
59070              File::Temp 0.11.
59071      Branch: maint-5.6/perl
59072           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
59073 ____________________________________________________________________________
59074 [  8627] By: jhi                                   on 2001/01/30  21:39:44
59075         Log: Integrate changes #8075,8086,8228 from mainline.  
59076              
59077              Darwin is not Windows. (8075,8086)
59078              
59079              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
59080      Branch: maint-5.6/perl
59081           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
59082           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
59083           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
59084           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
59085 ____________________________________________________________________________
59086 [  8626] By: jhi                                   on 2001/01/30  21:22:11
59087         Log: Integrate with tweakery the change #8625 from mainline,
59088              the multibyte decimal separator fix ("fa_IR locale failure").
59089      Branch: maint-5.6/perl
59090            ! embedvar.h perlapi.h
59091           !> intrpvar.h perl.c perl.h sv.c util.c
59092 ____________________________________________________________________________
59093 [  8625] By: jhi                                   on 2001/01/30  20:26:33
59094         Log: Fix for the fa_IR locale failure.  The reason for the failure
59095              was that Perl was assuming the decimal separator aka the radix
59096              separator is one character.  The Farsi-Iranian locale crushed
59097              that bad assumption since there the separator is 'Momayyez',
59098              glyphwise looking somewhat like a slash, and in Unicode UTF-8
59099              encoded in two bytes, 0xd9 0xab.
59100      Branch: perl
59101            ! intrpvar.h perl.c perl.h sv.c util.c
59102 ____________________________________________________________________________
59103 [  8624] By: gsar                                  on 2001/01/30  20:17:03
59104         Log: regen_headers
59105      Branch: maint-5.6/perl
59106            ! Makefile.SH pod/perlintern.pod
59107 ____________________________________________________________________________
59108 [  8623] By: gsar                                  on 2001/01/30  19:42:34
59109         Log: backout change#7431 and its dependents (causes spurious rebuilds
59110              of autogenerated files)
59111              
59112              fix benign b.t failure
59113      Branch: maint-5.6/perl
59114            ! Makefile.SH t/lib/b.t
59115 ____________________________________________________________________________
59116 [  8622] By: jhi                                   on 2001/01/30  19:41:41
59117         Log: Microperl sync.
59118      Branch: perl
59119            ! mg.c perl.h
59120 ____________________________________________________________________________
59121 [  8621] By: gsar                                  on 2001/01/30  19:24:47
59122         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
59123              from mainline
59124              
59125              Subject: podlators 1.06 released
59126              
59127              Subject: [PATCH @8436] Eliminate op_children
59128              
59129              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
59130              
59131              (Replaced by #8448)  More op_children traces (cleanup of #8442).
59132              
59133              Subject: [PATCH #3 @8436] Re: Eliminate op_children
59134              Replace #8444 and #8445.
59135              
59136              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
59137              at the setting of the ofs_sv in new_struct_thread() as the
59138              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
59139              uninitialized fields are, uh, initialized with),
59140              SvREFCNT_inc()ing that invited a core dump.
59141              
59142              podlators 1.07, from Russ Allbery.
59143              
59144              Subject: [PATCH] regcomp.c old feature removal
59145              From: mjd@plover.com
59146              Date: 16 Jan 2001 14:43:18 -0000 
59147              Message-ID: <20010116144318.7140.qmail@plover.com> 
59148      Branch: maint-5.6/perl
59149           +> lib/Pod/Text/Overstrike.pm
59150           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
59151           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
59152           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
59153           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
59154           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
59155           !> util.c
59156 ____________________________________________________________________________
59157 [  8620] By: gsar                                  on 2001/01/30  18:48:32
59158         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
59159              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
59160              now fails one test)
59161              
59162              Subject: [PATCH] lvalue AUTOLOAD. No, really.
59163              
59164              Subject: [PATCH] Interesting syntax idea
59165              Make opens + bareword assigns do typeglob assigns.
59166              
59167              Tests for #8254.
59168              
59169              Subject: [PATCH @8269] Continue blocks and B::Deparse
59170              Make the peephole optimizer to bypass more null ops and
59171              and rewrite the deparse handling of continue blocks.
59172              
59173              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
59174              Doc tweak on #8313.
59175              
59176              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
59177              
59178              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
59179              
59180              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
59181              
59182              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
59183              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
59184              according to the platform.
59185              
59186              Subject: [PATCH @8404] Consolidated lvalue sub changes
59187              
59188              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
59189              
59190              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
59191              
59192              Subject: B::Concise -- an improved replacement for B::Terse 
59193              
59194              The B::Terse drop-in replacement wasn't quite drop-in.
59195              
59196              The LVRET macro needed an aTHX.
59197              
59198              Use the /^Perl_/-less form of is_lvalue_sub().
59199              
59200              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
59201      Branch: maint-5.6/perl
59202           +> ext/B/B/Concise.pm
59203           !> (integrate 27 files)
59204 ____________________________________________________________________________
59205 [  8619] By: nick                                  on 2001/01/30  18:40:28
59206         Log: Integrate mainline
59207      Branch: perlio
59208           !> (integrate 40 files)
59209 ____________________________________________________________________________
59210 [  8618] By: jhi                                   on 2001/01/30  18:37:18
59211         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
59212              Date: Mon, 29 Jan 2001 22:51:29 -0600
59213              From: "Craig A. Berry" <craigberry@mac.com>
59214              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
59215      Branch: perl
59216            ! vms/test.com
59217 ____________________________________________________________________________
59218 [  8617] By: jhi                                   on 2001/01/30  18:34:53
59219         Log: Subject: [PATCH] Add missing CV flags to dump.c
59220              From: Tim Jenness <t.jenness@jach.hawaii.edu>
59221              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
59222              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
59223      Branch: perl
59224            ! dump.c
59225 ____________________________________________________________________________
59226 [  8616] By: jhi                                   on 2001/01/30  18:20:58
59227         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
59228              part isn't applicable to maintperl.
59229              
59230              UTF-8 nit from Inaba Hiroto.
59231      Branch: maint-5.6/perl
59232           !> pod/perlapi.pod utf8.c
59233 ____________________________________________________________________________
59234 [  8615] By: jhi                                   on 2001/01/30  18:18:51
59235         Log: UTF-8 nit from Inaba Hiroto.
59236      Branch: perl
59237            ! pod/perlapi.pod t/op/each.t utf8.c
59238 ____________________________________________________________________________
59239 [  8614] By: jhi                                   on 2001/01/30  18:13:38
59240         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
59241              
59242              perl's internal variables are not for public consumption,
59243              move their docs from perlapi.pod to perlintern.pod
59244              
59245              support for -Dusethreads build under HP-UX 10.20 and DCE threads
59246              library (11.0 and later have pthreads but 10.x don't)
59247              
59248              avoid uninitialized value warnings
59249              
59250              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
59251              gets weird results)
59252              
59253              perldoc nit on windows
59254              
59255              make it possible to run the tests outside the source tree
59256              (there's still a dependency on ../lib being the library
59257              location)
59258      Branch: perl
59259           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
59260           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
59261           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
59262           !> win32/bin/search.pl win32/vdir.h
59263 ____________________________________________________________________________
59264 [  8613] By: gsar                                  on 2001/01/30  16:39:59
59265         Log: make it possible to run the tests outside the source tree
59266              (there's still a dependency on ../lib being the library
59267              location)
59268      Branch: maint-5.6/perl
59269            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
59270 ____________________________________________________________________________
59271 [  8612] By: gsar                                  on 2001/01/30  16:31:12
59272         Log: perldoc nit on windows
59273      Branch: maint-5.6/perl
59274            ! utils/perldoc.PL
59275 ____________________________________________________________________________
59276 [  8611] By: gsar                                  on 2001/01/30  16:22:54
59277         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
59278              gets weird results)
59279      Branch: maint-5.6/perl
59280            ! win32/vdir.h
59281 ____________________________________________________________________________
59282 [  8610] By: gsar                                  on 2001/01/30  16:12:45
59283         Log: avoid uninitialized value warnings
59284      Branch: maint-5.6/perl
59285            ! win32/bin/search.pl
59286 ____________________________________________________________________________
59287 [  8609] By: gsar                                  on 2001/01/30  16:08:01
59288         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
59289              library (11.0 and later have pthreads but 10.x don't)
59290      Branch: maint-5.6/perl
59291            ! hints/hpux.sh thread.h
59292 ____________________________________________________________________________
59293 [  8608] By: gsar                                  on 2001/01/30  15:48:55
59294         Log: perl's internal variables are not for public consumption,
59295              move their docs from perlapi.pod to perlintern.pod
59296      Branch: maint-5.6/perl
59297            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
59298            ! thrdvar.h
59299 ____________________________________________________________________________
59300 [  8607] By: gsar                                  on 2001/01/30  15:44:27
59301         Log: mistakenly branched perl56delta.pod, revert
59302      Branch: maint-5.6/perl
59303            - pod/perl56delta.pod
59304           !> pod/perldelta.pod
59305 ____________________________________________________________________________
59306 [  8606] By: gsar                                  on 2001/01/30  14:20:24
59307         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
59308              dTHR which has been a noop for a while now, except for the
59309              compatibility definition in thread.h)
59310      Branch: maint-5.6/perl
59311           !> (integrate 45 files)
59312 ____________________________________________________________________________
59313 [  8605] By: jhi                                   on 2001/01/30  05:43:58
59314         Log: Mark the UTF-8 APIs as experimental.
59315      Branch: maint-5.6/perl
59316            ! embed.pl pod/perlapi.pod
59317 ____________________________________________________________________________
59318 [  8604] By: jhi                                   on 2001/01/30  05:38:40
59319         Log: Nits from earlier integrates.
59320      Branch: maint-5.6/perl
59321            ! lib/Carp/Heavy.pm
59322           !> sv.c
59323 ____________________________________________________________________________
59324 [  8603] By: jhi                                   on 2001/01/30  05:27:26
59325         Log: Regenerate Porting files.
59326      Branch: maint-5.6/perl
59327            ! Porting/Glossary Porting/config.sh Porting/config_H
59328 ____________________________________________________________________________
59329 [  8602] By: jhi                                   on 2001/01/30  05:14:59
59330         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
59331              8310,8339,8447,8492,8493,8505,8525: documentation changes.
59332              
59333              Subject: Re: perlfaq style changes
59334              
59335              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
59336              
59337              Subject: [PATCH] docs on NaN
59338              
59339              Subject: [patch] perlfaq7
59340              
59341              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
59342              
59343              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
59344              
59345              Subject: [PATCH] open() example in perlfunc.pod
59346              
59347              Podify README.mpeix (a new version from the web)
59348              
59349              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
59350              
59351              Subject: [PATCH] format and rewording in perlfaq.pod
59352              
59353              Subject: [PATCH] API Variable documentation   
59354              
59355              Memory management calls documentation.
59356              
59357              Subject: [PATCH: perl@8482] README.vms URL updates
59358              
59359              Subject: Minor typos in perlfaq2.pod
59360              
59361              Subject: [PATCH] pod/perlvar.pod
59362      Branch: maint-5.6/perl
59363           +> pod/perl56delta.pod
59364            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
59365           !> README.amiga README.epoc README.mpeix README.vms
59366           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
59367           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
59368           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
59369           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
59370           !> pod/perlvar.pod thrdvar.h
59371 ____________________________________________________________________________
59372 [  8601] By: jhi                                   on 2001/01/30  04:38:35
59373         Log: Integrate changes #8036,8096,8253 from mainline:
59374              hints changes.
59375              
59376              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
59377              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
59378              
59379              Output the (apparent) version of gcc in Tru64.
59380      Branch: maint-5.6/perl
59381           +> ext/POSIX/hints/svr4.pl
59382           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
59383           !> hints/svr4.sh t/lib/bigfltpm.t
59384 ____________________________________________________________________________
59385 [  8600] By: jhi                                   on 2001/01/30  04:04:01
59386         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
59387              locale fixes.
59388              
59389              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
59390              
59391              Debian allows /usr/bin/locale to exist without any locales. (7868)
59392              
59393              Allow the locale test needing POSIX and the taint test
59394              needing IPC::SysV to run under 'minitest' (basically,
59395              bail out if loading the extension fails). (8384)
59396              
59397              Cleanup the locale.t output  (8480)
59398      Branch: maint-5.6/perl
59399           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
59400           !> t/pragma/locale.t
59401 ____________________________________________________________________________
59402 [  8599] By: jhi                                   on 2001/01/30  03:51:04
59403         Log: Missing generated files from #8598.
59404      Branch: maint-5.6/perl
59405            ! embed.h global.sym objXSUB.h perlapi.c proto.h
59406 ____________________________________________________________________________
59407 [  8598] By: jhi                                   on 2001/01/30  03:41:54
59408         Log: Integrate change #8555 from mainline, manually integrate parts
59409              of changes 8452 and 8583.
59410              
59411              Subject: [PATCH] utf8.c documentation (8452)
59412              
59413              No point in checking the length if the pointer is bogus. (8555)
59414              
59415              Introduce bytes_from_utf8() and implement sv_eq() using it,
59416              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
59417              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
59418              was malformed. (8583)
59419      Branch: maint-5.6/perl
59420            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
59421           !> pod/perlapi.pod sv.c utf8.c
59422 ____________________________________________________________________________
59423 [  8597] By: gsar                                  on 2001/01/30  02:37:26
59424         Log: get PERL_OBJECT build going again on windows
59425      Branch: maint-5.6/perl
59426            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
59427            ! pod/perlapi.pod proto.h sv.c
59428 ____________________________________________________________________________
59429 [  8596] By: jhi                                   on 2001/01/30  02:16:17
59430         Log: Signedness nit.
59431      Branch: perl
59432            ! sv.c
59433 ____________________________________________________________________________
59434 [  8595] By: jhi                                   on 2001/01/30  02:11:07
59435         Log: EBCDIC patch for Storable, from Peter Prymmer.
59436      Branch: perl
59437            ! t/lib/st-06compat.t
59438 ____________________________________________________________________________
59439 [  8594] By: jhi                                   on 2001/01/30  01:04:48
59440         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
59441              From: Peter Prymmer <pvhp@forte.com>
59442              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
59443              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
59444      Branch: perl
59445            ! t/lib/b.t
59446 ____________________________________________________________________________
59447 [  8593] By: jhi                                   on 2001/01/30  00:56:47
59448         Log: Subject: [PATCH: perl@8585] pod problems in io
59449              From: Peter Prymmer <pvhp@forte.com>
59450              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
59451              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
59452      Branch: perl
59453            ! pod/perlapio.pod pod/perliol.pod
59454 ____________________________________________________________________________
59455 [  8592] By: jhi                                   on 2001/01/30  00:48:20
59456         Log: Integrate perlio.
59457      Branch: perl
59458           !> pod/perlapio.pod pod/perliol.pod
59459 ____________________________________________________________________________
59460 [  8591] By: nick                                  on 2001/01/29  22:02:28
59461         Log: GNU 'merge' Simon's copy of perliol.pod with version
59462              patched by Craig's patch.
59463      Branch: perlio
59464            ! pod/perliol.pod
59465 ____________________________________________________________________________
59466 [  8590] By: nick                                  on 2001/01/29  21:55:10
59467         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
59468      Branch: perlio
59469            ! pod/perlapio.pod pod/perliol.pod
59470 ____________________________________________________________________________
59471 [  8589] By: jhi                                   on 2001/01/29  15:35:33
59472         Log: Integrate change #8586 from maint-5.6/perl.
59473              
59474              make the BOM detection code not call tell() until it has to
59475              (meant to fix esoteric compatibility issues where PL_rsfp
59476              is overridden)
59477      Branch: perl
59478           !> toke.c
59479 ____________________________________________________________________________
59480 [  8588] By: jhi                                   on 2001/01/29  15:29:11
59481         Log: Subject: MAking Solaris malloc() the default
59482              From: Lupe Christoph <lupe@lupe-christoph.de>
59483              Date: Mon, 29 Jan 2001 12:59:36 +0100
59484              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
59485              
59486              The README.solaris part slightly tweaked.
59487      Branch: perl
59488            ! README.solaris hints/solaris_2.sh
59489 ____________________________________________________________________________
59490 [  8587] By: jhi                                   on 2001/01/29  15:17:34
59491         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
59492              From: root@ak-75.mind.de
59493              Date: Sun, 28 Jan 2001 20:32:29 +0100
59494              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
59495      Branch: perl
59496            ! pod/perlre.pod
59497 ____________________________________________________________________________
59498 [  8586] By: gsar                                  on 2001/01/29  13:43:44
59499         Log: make the BOM detection code not call tell() until it has to
59500              (meant to fix esoteric compatibility issues where PL_rsfp
59501              is overridden)
59502      Branch: maint-5.6/perl
59503            ! toke.c
59504 ____________________________________________________________________________
59505 [  8585] By: jhi                                   on 2001/01/28  20:05:45
59506         Log: Update Changes.
59507      Branch: perl
59508            ! Changes patchlevel.h
59509 ____________________________________________________________________________
59510 [  8584] By: jhi                                   on 2001/01/28  19:30:02
59511         Log: Integrate perlio.
59512      Branch: perl
59513           +> pod/perliol.pod
59514           !> MANIFEST pod/perlapio.pod
59515 ____________________________________________________________________________
59516 [  8583] By: jhi                                   on 2001/01/28  19:28:40
59517         Log: Patch from Inaba Hiroto:
59518              - canonical UTF-8 hash keys: if a key string for a hash is
59519              UTF8-on, try downgrade the string and use it if
59520              unicode::distinct is not in effect.
59521              For the task, I added a function bytes_from_utf8() to utf8.c.
59522              It might resemble utf8_to_bytes() but it is not convenient
59523              to the task.
59524              Made a test for it and added to t/op/each.t
59525              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
59526              the mortal copy of the argument SV.
59527              And changed t/io/utf8.t test 18 which expects print() to
59528              upgrade its argument.
59529              - re-implement sv_eq with bytes_from_utf8()
59530              - some bug fixes
59531              - tr/// does not handle UTF8 range (\x{}-\x{})
59532              - \ before raw UTF8 character produced
59533              "Malformed UTF-8 character" warning.
59534              - "\x{100}\N{CENT SIGN}" is Malformed.
59535              Added tests for these 3.
59536              - and one silly bug (by me) with qu operator.
59537      Branch: perl
59538            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
59539            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
59540            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
59541 ____________________________________________________________________________
59542 [  8582] By: nick                                  on 2001/01/28  19:25:04
59543         Log: Add pod/perliol.pod to MANIFEST :-(
59544      Branch: perlio
59545            ! MANIFEST
59546 ____________________________________________________________________________
59547 [  8581] By: nick                                  on 2001/01/28  19:22:40
59548         Log: PerlIO documentation. Proofing and sub-editing requested.
59549      Branch: perlio
59550            + pod/perliol.pod
59551            ! pod/perlapio.pod
59552 ____________________________________________________________________________
59553 [  8580] By: jhi                                   on 2001/01/28  05:16:25
59554         Log: Revert the change to sv_2pv() done by #8054: Someone who
59555              did SvNV_set() on a scalar that also happened to be POK,
59556              followed by sv_2pv() won't get the right coercion anymore.
59557              [Sarathy]
59558      Branch: maint-5.6/perl
59559            ! sv.c
59560 ____________________________________________________________________________
59561 [  8579] By: jhi                                   on 2001/01/28  05:15:04
59562         Log: Remove the #8084 effect: do not allow -Q to be interpreted
59563              as -&Q(), this is too much wiggle room.
59564      Branch: maint-5.6/perl
59565            ! toke.c
59566 ____________________________________________________________________________
59567 [  8578] By: jhi                                   on 2001/01/28  05:12:45
59568         Log: Needed bits of #8439 (should have been in #8576),
59569              mainly for lval substr().
59570      Branch: maint-5.6/perl
59571            ! mg.c pp.c pp_hot.c
59572 ____________________________________________________________________________
59573 [  8577] By: jhi                                   on 2001/01/28  05:02:46
59574         Log: A missing check-in.
59575      Branch: maint-5.6/perl
59576            ! utf8.c
59577 ____________________________________________________________________________
59578 [  8576] By: jhi                                   on 2001/01/28  04:26:18
59579         Log: Integrate changes #8425,8436,8439,8517 from mainline.
59580              The 8439 was not truly integrated because it had too many
59581              dependencies on the development branch and because it introduced
59582              concepts too bold for a maintenance branch (such as the qu operator).
59583              
59584              Subject: [PATCH perl@8342] -Wformat
59585              
59586              Tighten some of the UTF-8 tests a bit.
59587              
59588              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
59589              - The substr lval was still not okay.
59590              - Now pp_stringify and sv_setsv copies source's UTF8 flag
59591              even if IN_BYTE.  pp_stringify is called from fold_constants
59592              at optimization phase and "\x{100}" was made SvUTF8_off under
59593              use bytes (the bytes pragma is for "byte semantics" and not
59594              for "do not produce UTF8 data")
59595      Branch: maint-5.6/perl
59596            ! t/lib/charnames.t t/op/substr.t toke.c
59597           !> sv.c t/pragma/utf8.t
59598 ____________________________________________________________________________
59599 [  8575] By: jhi                                   on 2001/01/28  04:01:51
59600         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
59601              
59602              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
59603              
59604              Subject: [ID 20001230.003] UTF-8 tr still hurts
59605              
59606              Test cases for #8385 (from Simon's "torture.pl")
59607              
59608              Start fixing UTF-8 lval substr() (8405)
59609      Branch: maint-5.6/perl
59610           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
59611           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
59612 ____________________________________________________________________________
59613 [  8574] By: jhi                                   on 2001/01/28  03:09:06
59614         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
59615              from mainline.
59616              
59617              UTF-8 cleanup.
59618              
59619              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
59620              
59621              "\x{FF}\xFF" was broken.
59622              
59623              Tests for #8329 and #8330.
59624              
59625              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
59626              
59627              IRIX compiler noticed that the bof initialization might be
59628              bypassed by control flow.
59629              
59630              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
59631      Branch: maint-5.6/perl
59632           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
59633           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
59634 ____________________________________________________________________________
59635 [  8573] By: jhi                                   on 2001/01/28  02:06:12
59636         Log: Retract #8552.
59637      Branch: perl
59638            ! lib/Text/Wrap.pm t/lib/textwrap.t
59639 ____________________________________________________________________________
59640 [  8572] By: jhi                                   on 2001/01/28  02:04:49
59641         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
59642              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
59643              not really integrated but instead salvaged by hand
59644              (they had too many dependencies on the development release
59645              to be cleanly integratable).
59646              
59647              Subject: more UTF8 test suites and an UTF8 patch
59648              
59649              Tweak for MULTIPLICITY/USE_PERLIO
59650              
59651              Signedness nit.
59652              
59653              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
59654              
59655              Use the UTF8_XXX macros in is_utf8_char().
59656              
59657              Rewrite pp_concat() in terms of sv_catsv().  The . operator
59658              should now be UTF-8-proof.
59659              
59660              Subject: [PATCH perl@8269] scanning two hex-constants
59661              fails on EBCDIC environment (script length.t)
59662              
59663              Add some Unicode chop() tests.
59664      Branch: maint-5.6/perl
59665            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
59666           !> sv.c t/op/chop.t utf8.h
59667 ____________________________________________________________________________
59668 [  8571] By: jhi                                   on 2001/01/28  00:35:59
59669         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
59670              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
59671              
59672              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
59673              
59674              The maxiters upper limit sanity check (guarding against
59675              non-progress) assumed bytes instead of characters in s///
59676              and split().
59677              
59678              Signedness nit.
59679              
59680              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
59681              join() should now be UTF-8-proof.
59682              
59683              More split // UTF-8 tests. (8250)
59684      Branch: maint-5.6/perl
59685           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
59686           !> util.c
59687 ____________________________________________________________________________
59688 [  8570] By: jhi                                   on 2001/01/27  22:15:46
59689         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
59690              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
59691              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
59692              8084,8204,8244,8333 from mainline.
59693              
59694              For -Q where Q might be a one-letter sub name one does no more
59695              get a warning about an unknown filetest (7941,7943,7944,8084).
59696              
59697              Subject: Re: [ID 20001130.011] expression parsing bug ?
59698              
59699              Make uv_to_utf8() to zero-terminate its output buffer.
59700              
59701              Split off t/op/length.t (7995)
59702              
59703              Split off t/op/utf8decode.t (7996)
59704              
59705              Remove an unnecessary 'use utf8' from the utf8.t (7998)
59706              
59707              Split off t/op/concat.t (8004)
59708              
59709              Split off t/op/ver.t (8005)
59710              
59711              Document utf8_length(), utf8_distance(), and utf8_hop().
59712              
59713              Document utf8_to_uv() better.
59714              
59715              Introduce macros for UTF8 decoding (8028,8033).
59716              
59717              Add test for reverse() (8030,8031).
59718              
59719              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
59720              
59721              Do not return the Unicode replacement character    on UTF-8
59722              decoding failure.
59723              
59724              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
59725              not this_utf8 i.e. the output string has one, but don't mess
59726              with source assumption. (8052,8053)
59727              
59728              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
59729              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
59730              was not expecting to be called with something that was already
59731              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
59732              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
59733              (8054)
59734              
59735              Recode the naughty binary bytes in utf8decode.t using the \xHH.
59736              
59737              Make some panic messages a bit more logical.
59738      Branch: maint-5.6/perl
59739           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
59740           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
59741           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
59742           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
59743           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
59744           !> utf8.c utf8.h
59745 ____________________________________________________________________________
59746 [  8569] By: jhi                                   on 2001/01/27  19:16:43
59747         Log: Integrate changes #7750 from perlio and #8566 from mainline.
59748      Branch: maint-5.6/perl
59749           !> regexec.c sv.c
59750 ____________________________________________________________________________
59751 [  8568] By: jhi                                   on 2001/01/27  18:06:51
59752         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
59753              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
59754              7935[-perlio.c],7936,7959,7965 from mainline.
59755              
59756              Change the "big byte" error message to "Wide character".
59757              (7355, the croak-if-wide-chars-in-print part ignored)
59758              
59759              Use UINT64_C().
59760              
59761              Introduce Perl_utf8_length().
59762              
59763              diff -se shows these as different (7753, forgotten check-ins)
59764              
59765              Subject: [PATCH] doop.c - UTF8 tr///
59766              
59767              If we use (aTHX_ ...) then put Perl_ on the front.
59768              
59769              Make utf8_length() and utf8_distance() to be less forgiving
59770              about bad UTF-8.
59771              
59772              Test line numbers are different with utf8.
59773              
59774              No need to scan till infinity, 13 is enough. (7872,7911)
59775              
59776              Subject: [PATCH] Tokeniser debugging
59777              
59778              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
59779              
59780              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
59781              
59782              Be more careful in Perl_sv_utf8_downgrade().
59783              
59784              Use DO_UTF8().
59785              
59786              Raw zero bytes in text files confuse at least GNU patch 2.1.
59787      Branch: maint-5.6/perl
59788           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
59789           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
59790           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
59791           !> t/pragma/utf8.t toke.c utf8.c utf8.h
59792 ____________________________________________________________________________
59793 [  8567] By: nick                                  on 2001/01/27  11:10:38
59794         Log: Integrate mainline
59795      Branch: perlio
59796           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
59797           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
59798           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
59799           !> toke.c
59800 ____________________________________________________________________________
59801 [  8566] By: jhi                                   on 2001/01/27  06:22:48
59802         Log: More documentation for the regexp context stack.
59803      Branch: perl
59804            ! regexec.c
59805 ____________________________________________________________________________
59806 [  8565] By: jhi                                   on 2001/01/27  05:21:57
59807         Log: Update Changes.
59808      Branch: perl
59809            ! Changes patchlevel.h
59810 ____________________________________________________________________________
59811 [  8564] By: jhi                                   on 2001/01/27  04:44:04
59812         Log: Threadedness patch for #8562 from Doug MacEachern.
59813      Branch: perl
59814            ! toke.c
59815 ____________________________________________________________________________
59816 [  8563] By: jhi                                   on 2001/01/27  04:26:24
59817         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
59818              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
59819              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
59820              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
59821      Branch: perl
59822            ! op.c
59823 ____________________________________________________________________________
59824 [  8562] By: jhi                                   on 2001/01/27  04:20:30
59825         Log: Subject: Re: Announce : Tokener reporting patch
59826              From: Simon Cozens <simon@cozens.net>
59827              Date: Mon, 22 Jan 2001 02:17:22 +0000
59828              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
59829      Branch: perl
59830            ! embed.h embed.pl proto.h toke.c
59831 ____________________________________________________________________________
59832 [  8561] By: jhi                                   on 2001/01/27  04:17:24
59833         Log: Forgot from #8545.  Oops.
59834      Branch: perl
59835            ! pp.c t/pragma/overload.t
59836 ____________________________________________________________________________
59837 [  8560] By: jhi                                   on 2001/01/27  03:01:47
59838         Log: A better module compilation test, use MANIFEST as suggested
59839              by Spider.
59840      Branch: perl
59841            ! t/lib/1_compile.t
59842 ____________________________________________________________________________
59843 [  8559] By: jhi                                   on 2001/01/27  02:50:48
59844         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
59845              From: Peter Prymmer <pvhp@forte.com>
59846              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
59847              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
59848      Branch: perl
59849            ! t/lib/b.t
59850 ____________________________________________________________________________
59851 [  8558] By: jhi                                   on 2001/01/27  02:27:05
59852         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
59853              From: Peter Prymmer <pvhp@forte.com>
59854              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
59855              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
59856      Branch: perl
59857            ! t/pragma/sub_lval.t
59858 ____________________________________________________________________________
59859 [  8557] By: jhi                                   on 2001/01/27  02:26:03
59860         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
59861              From: Peter Prymmer <pvhp@forte.com>
59862              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
59863              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
59864      Branch: perl
59865            ! t/lib/st-06compat.t
59866 ____________________________________________________________________________
59867 [  8556] By: jhi                                   on 2001/01/27  02:24:33
59868         Log: Subject: [PATCH: perl@8531] minor update to README.os390
59869              From: Peter Prymmer <pvhp@forte.com>
59870              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
59871              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
59872      Branch: perl
59873            ! README.os390
59874 ____________________________________________________________________________
59875 [  8555] By: jhi                                   on 2001/01/27  00:35:47
59876         Log: No point in checking the length before we know whether the pointer
59877              is bogus or not, fixes Abigail's odbm failures in Linux.
59878      Branch: perl
59879            ! sv.c
59880 ____________________________________________________________________________
59881 [  8554] By: nick                                  on 2001/01/26  19:01:31
59882         Log: Integrate mainline
59883      Branch: perlio
59884           !> lib/Text/Wrap.pm t/lib/textwrap.t
59885 ____________________________________________________________________________
59886 [  8553] By: jhi                                   on 2001/01/26  15:19:39
59887         Log: Integrate change #7792 from perlio (multiplicity fix),
59888              fix the AV leak in regex DEBUGGING (tiny part of the
59889              polymorphic regexp patch #8143).
59890      Branch: maint-5.6/perl
59891            ! regcomp.c
59892           !> scope.h
59893 ____________________________________________________________________________
59894 [  8552] By: jhi                                   on 2001/01/26  15:03:23
59895         Log: (Retracted by #8573)
59896              
59897              Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
59898              From: Michael G Schwern <schwern@pobox.com>
59899              Date: Fri, 26 Jan 2001 09:28:31 -0500
59900              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
59901      Branch: perl
59902            ! lib/Text/Wrap.pm t/lib/textwrap.t
59903 ____________________________________________________________________________
59904 [  8551] By: jhi                                   on 2001/01/26  02:33:19
59905         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
59906              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
59907              
59908              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
59909              
59910              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
59911              
59912              Message nit.
59913              
59914              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
59915              
59916              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
59917              
59918              (the cleanup of unused submatches in regtry() and regcppop())
59919              
59920              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
59921              stored and restored, and thusly was trounced by the utf8 swash
59922              routines.
59923              
59924              use utf8 not required to use \x{}.
59925              
59926              Removed two more tests that make no sense in UTF-8 since the test
59927              data is not in UTF-8.
59928              
59929              Get the three different space character classes right under utf8.
59930              
59931              Implement ANYOFUTF8 regprop() dumping.
59932              
59933              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
59934              
59935              Document the regex context pushing/popping a bit better.
59936      Branch: maint-5.6/perl
59937           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
59938           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
59939           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
59940           !> t/op/regmesg.t utf8.c
59941 ____________________________________________________________________________
59942 [  8550] By: nick                                  on 2001/01/25  19:42:30
59943         Log: Integrate mainline
59944      Branch: perlio
59945           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
59946           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
59947           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
59948           !> t/lib/bigint.t t/lib/bigintpm.t
59949 ____________________________________________________________________________
59950 [  8549] By: jhi                                   on 2001/01/25  15:22:28
59951         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
59952      Branch: maint-5.6/perl
59953            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
59954 ____________________________________________________________________________
59955 [  8548] By: jhi                                   on 2001/01/25  15:02:55
59956         Log: Integrate changes #7997,8063,8492,8547 from mainline.
59957              
59958              Subject: Re: STRLEN - what?
59959              
59960              Subject: [PATCH] perlguts.pod
59961              
59962              Memory management calls documentation.
59963              
59964              Layout using tabulator is not a good idea in a pod.
59965      Branch: maint-5.6/perl
59966           !> pod/perlguts.pod
59967 ____________________________________________________________________________
59968 [  8547] By: jhi                                   on 2001/01/25  14:49:05
59969         Log: Layout using tabulator is not a good idea in a pod.
59970      Branch: perl
59971            ! pod/perlguts.pod
59972 ____________________________________________________________________________
59973 [  8546] By: jhi                                   on 2001/01/25  14:31:12
59974         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
59975              from mainline.
59976              
59977              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
59978              
59979              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
59980              
59981              More Win32 editor/IDE/shell hints.
59982              
59983              More Win32 Perling.
59984              
59985              Yet another editor edit.
59986              
59987              Edit edit edit.
59988              
59989              IDE/editor section tweaking.
59990              
59991              Few more IDE/editor nits from p5p.
59992      Branch: maint-5.6/perl
59993           !> pod/perlfaq3.pod
59994 ____________________________________________________________________________
59995 [  8545] By: jhi                                   on 2001/01/25  04:16:32
59996         Log: Subject: [PATCH 5.7.0] overload int()
59997              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
59998              Date: Wed, 24 Jan 2001 19:06:57 -0500
59999              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
60000      Branch: perl
60001            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
60002            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
60003            ! t/lib/bigintpm.t
60004 ____________________________________________________________________________
60005 [  8544] By: jhi                                   on 2001/01/25  04:15:11
60006         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
60007              From: Peter Prymmer <pvhp@forte.com>
60008              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
60009              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
60010      Branch: perl
60011            ! Makefile.SH README.os390 hints/os390.sh installperl
60012 ____________________________________________________________________________
60013 [  8543] By: jhi                                   on 2001/01/25  03:52:08
60014         Log: Integrate change #8462,8469 from mainline.
60015              
60016              In VMS Perl subversion (perl -V) is undef.
60017      Branch: maint-5.6/perl
60018           !> configure.com
60019 ____________________________________________________________________________
60020 [  8542] By: jhi                                   on 2001/01/25  03:44:55
60021         Log: Integrate changes #7835,7850,8315,8316 from mainline.
60022              
60023              Solaris hints.
60024      Branch: maint-5.6/perl
60025           !> hints/solaris_2.sh
60026 ____________________________________________________________________________
60027 [  8541] By: jhi                                   on 2001/01/25  03:39:28
60028         Log: Integrate #8336 from mainline.
60029      Branch: maint-5.6/perl
60030           !> hv.c
60031 ____________________________________________________________________________
60032 [  8540] By: jhi                                   on 2001/01/25  03:23:50
60033         Log: Retract #8539.
60034      Branch: maint-5.6/perl
60035            ! pod/perlfaq3.pod
60036 ____________________________________________________________________________
60037 [  8539] By: jhi                                   on 2001/01/25  03:21:55
60038         Log: (Retracted by #8540.)
60039      Branch: maint-5.6/perl
60040            ! pod/perlfaq3.pod
60041 ____________________________________________________________________________
60042 [  8538] By: jhi                                   on 2001/01/25  03:14:07
60043         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
60044              From: Peter Prymmer <pvhp@forte.com>
60045              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
60046              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
60047              
60048              The VMS bits.
60049      Branch: maint-5.6/perl
60050            ! configure.com vms/descrip_mms.template
60051 ____________________________________________________________________________
60052 [  8537] By: jhi                                   on 2001/01/25  03:06:09
60053         Log: Integrate #7710,7824,7973 from mainline.
60054      Branch: maint-5.6/perl
60055           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
60056           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
60057           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
60058           !> vos/config.ga.def vos/config.ga.h win32/config.bc
60059           !> win32/config.gc win32/config.vc
60060 ____________________________________________________________________________
60061 [  8536] By: jhi                                   on 2001/01/24  13:50:20
60062         Log: Revert the edits made by me so far to the 5.6 branch since
60063              the TRIAL1 since I did edits when I should have been using
60064              integrates.  Bad programmer.   (Will integrate them properly later.)
60065              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
60066              The #8353 will not be reapplied at least for now since
60067              the UTF-8 hash keys need more thinking.
60068              (The patches #8347, #8354, #8454, #8473 were okay since they
60069              were original edits made specifically for the 5.6.1-TRIAL1.)
60070      Branch: maint-5.6/perl
60071            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
60072            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
60073            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
60074            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
60075            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
60076            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
60077            ! win32/config.bc win32/config.gc win32/config.vc
60078 ____________________________________________________________________________
60079 [  8535] By: bailey                                on 2001/01/24  06:37:02
60080         Log: SYN SYN
60081      Branch: vmsperl
60082           +> (branch 26 files)
60083           !> (integrate 130 files)
60084 ____________________________________________________________________________
60085 [  8534] By: nick                                  on 2001/01/23  19:30:57
60086         Log: Integrate mainline.
60087      Branch: perlio
60088           !> Changes Configure Porting/Glossary Porting/config.sh
60089           !> Porting/config_H embed.h embed.pl ext/Encode/compile
60090           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
60091           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
60092           !> pod/perlvar.pod proto.h t/lib/1_compile.t
60093 ____________________________________________________________________________
60094 [  8533] By: jhi                                   on 2001/01/23  16:15:46
60095         Log: Forgotten from #8501.
60096      Branch: perl
60097            ! Porting/Glossary Porting/config.sh Porting/config_H
60098 ____________________________________________________________________________
60099 [  8532] By: jhi                                   on 2001/01/23  16:13:27
60100         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
60101              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
60102              Date: Mon, 22 Jan 2001 17:51:58 +0100
60103              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
60104      Branch: perl
60105            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
60106 ____________________________________________________________________________
60107 [  8531] By: jhi                                   on 2001/01/23  15:46:01
60108         Log: Update Changes.
60109      Branch: perl
60110            ! Changes patchlevel.h
60111 ____________________________________________________________________________
60112 [  8530] By: jhi                                   on 2001/01/23  15:38:39
60113         Log: De-cut-and-pasto.
60114      Branch: perl
60115            ! t/lib/1_compile.t
60116 ____________________________________________________________________________
60117 [  8529] By: jhi                                   on 2001/01/23  15:11:04
60118         Log: Document the mkdir trailing slashes case.
60119      Branch: perl
60120            ! pod/perlfunc.pod
60121 ____________________________________________________________________________
60122 [  8528] By: jhi                                   on 2001/01/23  15:08:28
60123         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
60124              get installed:
60125              
60126              Subject: lib/lib.pm
60127              From: <abigail@foad.org>
60128              Date: Mon, 28 Aug 2000 20:35:08 -0400
60129              Message-ID: <20000829003508.21281.qmail@foad.org>
60130      Branch: perl
60131            ! installperl
60132 ____________________________________________________________________________
60133 [  8527] By: jhi                                   on 2001/01/23  14:44:04
60134         Log: Metaconfig unit change for #8526.
60135      Branch: metaconfig
60136            ! U/threads/archname.U
60137 ____________________________________________________________________________
60138 [  8526] By: jhi                                   on 2001/01/23  14:43:19
60139         Log: Attach -perlio to the archname if so selected.
60140      Branch: perl
60141            ! Configure
60142 ____________________________________________________________________________
60143 [  8525] By: jhi                                   on 2001/01/23  14:24:01
60144         Log: Subject: [PATCH] pod/perlvar.pod
60145              From: abigail@foad.org
60146              Date: Tue, 23 Jan 2001 01:41:10 +0100
60147              Message-ID: <20010123004110.22259.qmail@foad.org>
60148      Branch: perl
60149            ! pod/perlvar.pod
60150 ____________________________________________________________________________
60151 [  8524] By: jhi                                   on 2001/01/23  14:22:32
60152         Log: A bug introduced in #8217 (the undefined variable in the
60153              lib/safe1_t #3) fixed, by Charles Lane:
60154              
60155              The earlier patch made it so that stuff running in Safe
60156              compartments could do a "caller" and see "main".  That
60157              little change in name is done right before the code in
60158              the compartment is run, and apparantly the parser
60159              was picking up the stash name before it got changed.
60160              
60161              (why it was threaded vs. unthreaded Perl that was sensitive to this
60162              I still don't know...and it probably doesn't matter).
60163              
60164              I tryed removing the stash name-change and saw that threaded Perl
60165              did indeed pass the lib/safe1.t tests.
60166              
60167              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
60168              do the name change (and to connect _ in the compartment to the global
60169              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
60170              to call _safe_pkg_prep when creating a new compartment.
60171              
60172              Passes all tests with threaded perl on linux; passes all tests
60173              with unthreaded perl on VMS.
60174              
60175              At some point I'll probably want to revisit Safe and Opcode to
60176              provide more sensible handling of global variables...and to get
60177              formats working in Safe compartments, which they don't do currently.
60178      Branch: perl
60179            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
60180 ____________________________________________________________________________
60181 [  8523] By: jhi                                   on 2001/01/23  14:11:58
60182         Log: Also the lib/Thread.pm itself needs to be ignored if
60183              the Thread extension hasn't been built.
60184      Branch: perl
60185            ! t/lib/1_compile.t
60186 ____________________________________________________________________________
60187 [  8522] By: jhi                                   on 2001/01/23  13:51:28
60188         Log: print() instead of warn() so that stderr doesn't get
60189              unnecessarily polluted.
60190      Branch: perl
60191            ! ext/Encode/compile
60192 ____________________________________________________________________________
60193 [  8521] By: jhi                                   on 2001/01/23  13:49:48
60194         Log: Integrate perlio.
60195      Branch: perl
60196           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
60197           !> ext/Encode/encode.h
60198 ____________________________________________________________________________
60199 [  8520] By: nick                                  on 2001/01/22  21:44:00
60200         Log: More messing with Encode:
60201              Extra fields in header to allow multiple names and to record
60202              other things "compile" knows.
60203              Re-organise compile to factor out common output routines.
60204      Branch: perlio
60205            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
60206 ____________________________________________________________________________
60207 [  8519] By: nick                                  on 2001/01/22  20:33:50
60208         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
60209      Branch: perlio
60210            ! ext/Encode/Makefile.PL ext/Encode/compile
60211 ____________________________________________________________________________
60212 [  8518] By: nick                                  on 2001/01/22  20:28:13
60213         Log: Integrate mainline
60214      Branch: perlio
60215           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
60216           !> vos/config.alpha.def vos/config.alpha.h
60217 ____________________________________________________________________________
60218 [  8517] By: jhi                                   on 2001/01/22  15:37:17
60219         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
60220              by Inaba Hiroto.
60221      Branch: perl
60222            ! sv.c
60223 ____________________________________________________________________________
60224 [  8516] By: jhi                                   on 2001/01/22  14:55:15
60225         Log: More SIG_SIZE fixes.
60226      Branch: perl
60227            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
60228 ____________________________________________________________________________
60229 [  8515] By: jhi                                   on 2001/01/22  14:50:27
60230         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
60231              From: "Craig A. Berry" <craigberry@mac.com>
60232              Date: Mon, 22 Jan 2001 00:42:24 -0600
60233              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
60234      Branch: perl
60235            ! configure.com
60236 ____________________________________________________________________________
60237 [  8514] By: jhi                                   on 2001/01/22  14:31:17
60238         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
60239              From: "Craig A. Berry" <craigberry@mac.com>
60240              Date: Sun, 21 Jan 2001 23:03:25 -0600
60241              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
60242      Branch: perl
60243            ! configure.com
60244 ____________________________________________________________________________
60245 [  8513] By: jhi                                   on 2001/01/22  14:14:00
60246         Log: Add the .ucm encoding tables to the MANIFEST.
60247      Branch: perl
60248            ! MANIFEST
60249 ____________________________________________________________________________
60250 [  8512] By: jhi                                   on 2001/01/22  13:43:33
60251         Log: Integrate perlio.
60252      Branch: perl
60253           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
60254           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
60255           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
60256           +> ext/Encode/Encode/iso8859-10.ucm
60257           +> ext/Encode/Encode/iso8859-13.ucm
60258           +> ext/Encode/Encode/iso8859-14.ucm
60259           +> ext/Encode/Encode/iso8859-15.ucm
60260           +> ext/Encode/Encode/iso8859-16.ucm
60261           +> ext/Encode/Encode/iso8859-2.ucm
60262           +> ext/Encode/Encode/iso8859-3.ucm
60263           +> ext/Encode/Encode/iso8859-4.ucm
60264           +> ext/Encode/Encode/iso8859-5.ucm
60265           +> ext/Encode/Encode/iso8859-6.ucm
60266           +> ext/Encode/Encode/iso8859-7.ucm
60267           +> ext/Encode/Encode/iso8859-8.ucm
60268           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
60269           +> ext/Encode/Encode/symbol.ucm
60270           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
60271           !> perliol.h
60272 ____________________________________________________________________________
60273 [  8511] By: nick                                  on 2001/01/21  23:44:47
60274         Log: Make "real" layers of ":utf8" and ":raw".
60275              So now PERLIO=utf8 perl ...
60276              does what Andreas wanted.
60277              Fix arg passing in open.pm (still have a Carp issue).
60278      Branch: perlio
60279            ! lib/open.pm perlio.c perliol.h
60280 ____________________________________________________________________________
60281 [  8510] By: jhi                                   on 2001/01/21  22:56:53
60282         Log: Document the regex content pushing/popping a bit better.
60283      Branch: perl
60284            ! regexec.c
60285 ____________________________________________________________________________
60286 [  8509] By: jhi                                   on 2001/01/21  22:55:44
60287         Log: Tweak the mkdir trailing slash code some more.
60288              
60289              TO DO: the same handling should probably be done for
60290              all the other filesystem functions that can have directories
60291              as their arguments.
60292      Branch: perl
60293            ! pp_sys.c
60294 ____________________________________________________________________________
60295 [  8508] By: nick                                  on 2001/01/21  21:37:43
60296         Log: Switch "compiled in" encodings to .ucm format.
60297              (Leave others as .enc till we can run-time load .ucm,
60298              or find some other way to load them.)
60299      Branch: perlio
60300            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
60301            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
60302            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
60303            + ext/Encode/Encode/iso8859-10.ucm
60304            + ext/Encode/Encode/iso8859-13.ucm
60305            + ext/Encode/Encode/iso8859-14.ucm
60306            + ext/Encode/Encode/iso8859-15.ucm
60307            + ext/Encode/Encode/iso8859-16.ucm
60308            + ext/Encode/Encode/iso8859-2.ucm
60309            + ext/Encode/Encode/iso8859-3.ucm
60310            + ext/Encode/Encode/iso8859-4.ucm
60311            + ext/Encode/Encode/iso8859-5.ucm
60312            + ext/Encode/Encode/iso8859-6.ucm
60313            + ext/Encode/Encode/iso8859-7.ucm
60314            + ext/Encode/Encode/iso8859-8.ucm
60315            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
60316            + ext/Encode/Encode/symbol.ucm
60317            ! ext/Encode/Makefile.PL ext/Encode/compile
60318 ____________________________________________________________________________
60319 [  8507] By: nick                                  on 2001/01/21  21:02:03
60320         Log: Integrate (partial) mainline.
60321      Branch: perlio
60322           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
60323           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
60324           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
60325 ____________________________________________________________________________
60326 [  8506] By: jhi                                   on 2001/01/21  20:09:30
60327         Log: Update Changes.
60328      Branch: perl
60329            ! Changes patchlevel.h
60330 ____________________________________________________________________________
60331 [  8505] By: jhi                                   on 2001/01/21  19:39:59
60332         Log: Subject: Minor typos in perlfaq2.pod
60333              From: "Stephen P. Potter" <spp@spotter.yi.org>
60334              Message-Id: <200101192101.QAA11911@spotter.yi.org>
60335              Date: Fri, 19 Jan 2001 16:01:13 -0500
60336              
60337              with a nit from Philip Newton.
60338      Branch: perl
60339            ! pod/perlfaq2.pod
60340 ____________________________________________________________________________
60341 [  8504] By: jhi                                   on 2001/01/21  19:33:05
60342         Log: Metaconfig change for #8503.
60343      Branch: metaconfig
60344            ! U/threads/usethreads.U
60345 ____________________________________________________________________________
60346 [  8503] By: jhi                                   on 2001/01/21  19:32:21
60347         Log: Sanity check for conflicting thread flavours.
60348      Branch: perl
60349            ! Configure config_h.SH
60350 ____________________________________________________________________________
60351 [  8502] By: jhi                                   on 2001/01/21  19:23:00
60352         Log: Metaconfig change for #8501.
60353      Branch: metaconfig
60354            ! U/modified/sig_name.U
60355 ____________________________________________________________________________
60356 [  8501] By: jhi                                   on 2001/01/21  19:22:26
60357         Log: The SIG_SIZE is the number of the elements *excluding*
60358              the terminating NULL.
60359      Branch: perl
60360            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
60361            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
60362            ! win32/config_H.vc
60363 ____________________________________________________________________________
60364 [  8500] By: jhi                                   on 2001/01/21  18:31:31
60365         Log: Integrate perlio.
60366      Branch: perl
60367           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
60368           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
60369           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
60370           !> pp_sys.c proto.h sv.c
60371 ____________________________________________________________________________
60372 [  8499] By: jhi                                   on 2001/01/21  17:43:57
60373         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
60374              From: Hugo <hv@crypt.compulink.co.uk>
60375              Date: Sun, 21 Jan 2001 13:34:05 +0000
60376              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
60377              
60378              In sprintf UTF8ize only if necessary.
60379      Branch: perl
60380            ! sv.c
60381 ____________________________________________________________________________
60382 [  8498] By: nick                                  on 2001/01/21  16:25:32
60383         Log: Encode cleanup.
60384              Add command line control over "compile" so that Makefile.PL
60385              needs can be combined with other uses.
60386              Use command line options in Makefile.PL.
60387              Fix multi-byte parsing in .ucm files.
60388      Branch: perlio
60389            ! ext/Encode/Makefile.PL ext/Encode/compile
60390 ____________________________________________________________________________
60391 [  8497] By: nick                                  on 2001/01/21  12:56:27
60392         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
60393      Branch: perlio
60394            ! ext/Encode/Encode.xs
60395 ____________________________________________________________________________
60396 [  8496] By: nick                                  on 2001/01/21  12:18:45
60397         Log: Fixup after integrate:
60398              missed the .sym files that are changed by regen_headers
60399              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
60400      Branch: perlio
60401            ! global.sym pp.sym sv.c
60402 ____________________________________________________________________________
60403 [  8495] By: nick                                  on 2001/01/21  11:51:07
60404         Log: Integrate mainline.
60405      Branch: perlio
60406           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
60407           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
60408           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
60409           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
60410           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
60411           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
60412           !> win32/Makefile win32/makefile.mk
60413 ____________________________________________________________________________
60414 [  8494] By: jhi                                   on 2001/01/20  23:12:11
60415         Log: Forgot the expect_number() prototype.
60416      Branch: perl
60417            ! embed.h embed.pl proto.h
60418 ____________________________________________________________________________
60419 [  8493] By: jhi                                   on 2001/01/20  22:56:39
60420         Log: Subject: [PATCH: perl@8482] README.vms URL updates
60421              From: Peter Prymmer <pvhp@forte.com>
60422              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
60423              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
60424              
60425              Plus Craig A. Berry's suggestion to use compaq.com instead
60426              of digital.com.
60427      Branch: perl
60428            ! README.vms
60429 ____________________________________________________________________________
60430 [  8492] By: jhi                                   on 2001/01/20  22:50:05
60431         Log: Memory management calls documentation.
60432      Branch: perl
60433            ! pod/perlguts.pod
60434 ____________________________________________________________________________
60435 [  8491] By: jhi                                   on 2001/01/20  22:38:33
60436         Log: Signedness nit plus few memcpy/Copy nits.
60437      Branch: perl
60438            ! sv.c
60439 ____________________________________________________________________________
60440 [  8490] By: jhi                                   on 2001/01/20  22:25:53
60441         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
60442              From: Peter Prymmer <pvhp@forte.com>
60443              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
60444              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
60445      Branch: perl
60446            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
60447 ____________________________________________________________________________
60448 [  8489] By: jhi                                   on 2001/01/20  22:24:41
60449         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
60450              From: Peter Prymmer <pvhp@forte.com>
60451              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
60452              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
60453      Branch: perl
60454            ! win32/Makefile win32/makefile.mk
60455 ____________________________________________________________________________
60456 [  8488] By: jhi                                   on 2001/01/20  22:22:27
60457         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
60458              From: Peter Prymmer <pvhp@forte.com>
60459              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
60460              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
60461      Branch: perl
60462            ! Makefile.SH
60463 ____________________________________________________________________________
60464 [  8487] By: jhi                                   on 2001/01/20  22:21:18
60465         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
60466              From: Peter Prymmer <pvhp@forte.com>
60467              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
60468              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
60469      Branch: perl
60470            + ext/DynaLoader/dl_dllload.xs
60471            ! MANIFEST Makefile.SH hints/os390.sh
60472 ____________________________________________________________________________
60473 [  8486] By: jhi                                   on 2001/01/20  22:17:53
60474         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
60475              From: Peter Prymmer <pvhp@forte.com>
60476              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
60477              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
60478      Branch: perl
60479            ! README.os390 README.posix-bc
60480 ____________________________________________________________________________
60481 [  8485] By: jhi                                   on 2001/01/20  20:15:30
60482         Log: Document and test the new qu operator.
60483      Branch: perl
60484            + t/op/qu.t
60485            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
60486            ! pod/perlretut.pod pod/perlunicode.pod
60487 ____________________________________________________________________________
60488 [  8484] By: nick                                  on 2001/01/20  19:42:30
60489         Log: Infrastructure to allow:
60490              open($fh,"|-",@array);
60491              to be implemented
60492              i.e. mark pp_open as needing a stack mark, and make pp_open
60493              process its args in that style (and pass them _all_ to tied handles OPEN).
60494              Invent do_openn() which takes SV ** at allow it to see multiple args.
60495              Note this does not _do_ anything yet.
60496      Branch: perlio
60497            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
60498            ! perlapi.c pp_proto.h pp_sys.c proto.h
60499 ____________________________________________________________________________
60500 [  8483] By: nick                                  on 2001/01/20  17:23:14
60501         Log: Integrate mainline.
60502      Branch: perlio
60503           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
60504           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
60505 ____________________________________________________________________________
60506 [  8482] By: jhi                                   on 2001/01/19  15:37:49
60507         Log: Update Changes.
60508      Branch: perl
60509            ! Changes patchlevel.h
60510 ____________________________________________________________________________
60511 [  8481] By: jhi                                   on 2001/01/19  14:41:24
60512         Log: Subject: Re: new feature: s?printf parameter reordering 
60513              From: Hugo <hv@crypt.compulink.co.uk>
60514              Date: Thu, 11 Jan 2001 17:09:03 +0000
60515              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
60516              
60517              - support reordering for all parameters: %, *v, *, .*
60518              - lay down that the reordering specification must immediately
60519              follow that parameter: %3$, *v3$, *3$, .*3$
60520              - fix vectorisation of a zero-length string
60521              - factor out the code choosing the argument to format
60522              
60523              Possibly unwanted side-effects:
60524              - the special format specifiers ' +-0' must now precede any
60525              vectorisation specifier. Tests in op/sprintf and op/ver
60526              have been changed to reflect this.
60527              - sprintf.t test #214 changed its expectations because in many
60528              cases, the next parameter has already been consumed when an
60529              invalid type letter is detected.
60530              
60531              Probably wanted side-effects:
60532              - attempts to format a non-existent parameter will warn as if C<undef>
60533              - attempt to write to non-existent parameter with '%n' will complain
60534              of "attempt to modify read-only value" instead of being silent
60535      Branch: perl
60536            ! sv.c t/op/sprintf.t t/op/ver.t
60537 ____________________________________________________________________________
60538 [  8480] By: jhi                                   on 2001/01/19  14:08:37
60539         Log: Subject: PATCH pragma/locale.t
60540              From: andreas.koenig@anima.de (Andreas J. Koenig)
60541              Date: 18 Jan 2001 09:45:37 +0100
60542              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
60543      Branch: perl
60544            ! t/pragma/locale.t
60545 ____________________________________________________________________________
60546 [  8479] By: jhi                                   on 2001/01/19  13:19:58
60547         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
60548      Branch: perl
60549            ! configure.com
60550 ____________________________________________________________________________
60551 [  8478] By: jhi                                   on 2001/01/19  02:12:35
60552         Log: Automate 1_compile.t.
60553      Branch: perl
60554            ! t/lib/1_compile.t
60555 ____________________________________________________________________________
60556 [  8477] By: jhi                                   on 2001/01/19  01:49:56
60557         Log: Integrate perlio.
60558      Branch: perl
60559           !> sv.c win32/config.bc win32/config.gc win32/config.vc
60560           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
60561 ____________________________________________________________________________
60562 [  8476] By: nick                                  on 2001/01/18  21:51:52
60563         Log: Integrate mainline
60564      Branch: perlio
60565           +> t/lib/1_compile.t t/lib/compmod.pl
60566           !> MANIFEST configure.com lib/unicode/distinct.pm
60567 ____________________________________________________________________________
60568 [  8475] By: nick                                  on 2001/01/18  21:48:02
60569         Log: Win32 "safe signals" co-existance fix.
60570              Fix SIG_SIZE value.
60571              Clear PL_sig_pending when cloning (fork).
60572      Branch: perlio
60573            ! sv.c win32/config.bc win32/config.gc win32/config.vc
60574            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
60575 ____________________________________________________________________________
60576 [  8474] By: jhi                                   on 2001/01/18  14:40:57
60577         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
60578      Branch: perl
60579            ! t/lib/1_compile.t
60580 ____________________________________________________________________________
60581 [  8473] By: gsar                                  on 2001/01/18  11:42:31
60582         Log: unsubmitted trial1 change
60583      Branch: maint-5.6/perl
60584            ! Changes
60585 ____________________________________________________________________________
60586 [  8472] By: jhi                                   on 2001/01/18  04:30:24
60587         Log: The first bug found by 1_compile.t.
60588      Branch: perl
60589            ! lib/unicode/distinct.pm
60590 ____________________________________________________________________________
60591 [  8471] By: jhi                                   on 2001/01/18  04:29:42
60592         Log: Add Schwern's 1_compile test.  The compile_module script renamed
60593              to be a bit shorter for the 8.3 people.
60594      Branch: perl
60595            + t/lib/1_compile.t t/lib/compmod.pl
60596            ! MANIFEST
60597 ____________________________________________________________________________
60598 [  8470] By: jhi                                   on 2001/01/18  04:16:00
60599         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)
60600              From: Peter Prymmer <pvhp@forte.com>
60601              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
60602              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
60603              Replace #8463.
60604      Branch: maint-5.6/perl
60605            ! configure.com
60606 ____________________________________________________________________________
60607 [  8469] By: jhi                                   on 2001/01/18  04:13:02
60608         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)
60609              From: Peter Prymmer <pvhp@forte.com>
60610              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
60611              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
60612              Replace #8462.
60613      Branch: perl
60614            ! configure.com
60615 ____________________________________________________________________________
60616 [  8468] By: jhi                                   on 2001/01/18  03:42:08
60617         Log: Integrate perlio.
60618      Branch: perl
60619           !> gv.c mg.c perlio.c util.c
60620 ____________________________________________________________________________
60621 [  8467] By: nick                                  on 2001/01/17  22:41:10
60622         Log: "Safe" signals - trial implementation.
60623              gv.c tweaked to zero PL_sig_pend array
60624              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
60625              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
60626              Odd thing is that it "works" with PERLIO=stdio as well (linux).
60627      Branch: perlio
60628            ! gv.c mg.c perlio.c util.c
60629 ____________________________________________________________________________
60630 [  8466] By: nick                                  on 2001/01/17  20:40:20
60631         Log: Integrate mainline.
60632      Branch: perlio
60633           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
60634           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
60635           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
60636           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
60637           !> vos/config.ga.h win32/config.bc win32/config.gc
60638           !> win32/config.vc
60639 ____________________________________________________________________________
60640 [  8465] By: jhi                                   on 2001/01/17  18:37:13
60641         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
60642              From: Nicholas Clark <nick@ccl4.org>
60643              Date: Wed, 17 Jan 2001 17:31:33 +0000
60644              Message-ID: <20010117173133.I2633@plum.flirble.org>
60645      Branch: perl
60646            ! t/op/int.t
60647 ____________________________________________________________________________
60648 [  8464] By: jhi                                   on 2001/01/17  14:43:17
60649         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
60650              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
60651              Date: Wed, 17 Jan 2001 15:16:43 +0100
60652              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
60653              
60654              pp_int() was dropping an NV to the floor,
60655              int(279964589018079/59) either returned not an integer
60656              4745162525730.15, or one got "Attempt to free unreferenced scalar."
60657      Branch: perl
60658            ! pp.c
60659 ____________________________________________________________________________
60660 [  8463] By: jhi                                   on 2001/01/17  06:12:42
60661         Log: (Replaced by #8470)
60662              
60663              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)
60664              From: "Craig A. Berry" <craigberry@mac.com>
60665              Date: Tue, 16 Jan 2001 23:38:46 -0600
60666              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
60667      Branch: maint-5.6/perl
60668            ! configure.com
60669 ____________________________________________________________________________
60670 [  8462] By: jhi                                   on 2001/01/17  06:11:31
60671         Log: (Replaced by #8469)
60672              
60673              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)
60674              From: "Craig A. Berry" <craigberry@mac.com>
60675              Date: Tue, 16 Jan 2001 23:38:46 -0600
60676              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
60677      Branch: perl
60678            ! configure.com
60679 ____________________________________________________________________________
60680 [  8461] By: jhi                                   on 2001/01/17  05:56:12
60681         Log: Allow for one trailing slash in the directory of mkdir().
60682      Branch: perl
60683            ! pp_sys.c
60684 ____________________________________________________________________________
60685 [  8460] By: jhi                                   on 2001/01/17  03:26:01
60686         Log: Metaconfig unit changes for #8459.
60687      Branch: metaconfig
60688            ! U/modified/Loc.U U/modified/sig_name.U
60689 ____________________________________________________________________________
60690 [  8459] By: jhi                                   on 2001/01/17  03:24:48
60691         Log: Define SIG_SIZE, the number of elements in the sig_name and
60692              sig_num arrays, including the final NULL entry.
60693      Branch: perl
60694            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
60695            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
60696            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
60697            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
60698            ! win32/config.bc win32/config.gc win32/config.vc
60699 ____________________________________________________________________________
60700 [  8458] By: jhi                                   on 2001/01/17  01:41:33
60701         Log: Integrate perlio.
60702      Branch: perl
60703           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
60704           !> perlapi.h proto.h sv.c
60705 ____________________________________________________________________________
60706 [  8457] By: nick                                  on 2001/01/16  22:07:26
60707         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
60708              Provides all the "cost" but no benefit yet - it is to allow cost
60709              to be measured, and implementation experiments (just in mg.c?).
60710      Branch: perlio
60711            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
60712            ! perlapi.h proto.h sv.c
60713 ____________________________________________________________________________
60714 [  8456] By: nick                                  on 2001/01/16  21:07:07
60715         Log: Integrate mainline.
60716      Branch: perlio
60717           !> (integrate 51 files)
60718 ____________________________________________________________________________
60719 [  8455] By: jhi                                   on 2001/01/16  18:13:43
60720         Log: Subject: [PATCH] regcomp.c old feature removal
60721              From: mjd@plover.com
60722              Date: 16 Jan 2001 14:43:18 -0000 
60723              Message-ID: <20010116144318.7140.qmail@plover.com> 
60724      Branch: perl
60725            ! regcomp.c
60726 ____________________________________________________________________________
60727 [  8454] By: jhi                                   on 2001/01/16  16:12:39
60728         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
60729              From: "Indy Singh" <indy@nusphere.com>
60730              Date: Wed, 10 Jan 2001 20:17:49 -0500
60731              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
60732      Branch: maint-5.6/perl
60733            ! win32/Makefile
60734 ____________________________________________________________________________
60735 [  8453] By: jhi                                   on 2001/01/16  16:09:33
60736         Log: Update Changes.
60737      Branch: perl
60738            ! Changes patchlevel.h
60739 ____________________________________________________________________________
60740 [  8452] By: jhi                                   on 2001/01/16  15:42:04
60741         Log: Subject: Re: API Cleanup
60742              To: perl5-porters@perl.org
60743              Date: Tue, 16 Jan 2001 13:42:30 +0000
60744              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
60745              
60746              Subject: [PATCH] utf8.c documentation
60747              From: Simon Cozens <simon@cozens.net>
60748              Date: Tue, 16 Jan 2001 13:52:48 +0000
60749              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
60750              
60751              Subject: Re: API Cleanup
60752              From: Simon Cozens <simon@cozens.net>
60753              Date: Tue, 16 Jan 2001 14:58:55 +0000
60754              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
60755              
60756              UTF-8 doc patches.
60757      Branch: perl
60758            ! embed.pl pod/perlapi.pod utf8.c
60759 ____________________________________________________________________________
60760 [  8451] By: jhi                                   on 2001/01/16  14:41:39
60761         Log: podlators 1.07, from Russ Allbery.
60762      Branch: perl
60763            ! lib/Pod/Man.pm
60764 ____________________________________________________________________________
60765 [  8450] By: jhi                                   on 2001/01/16  14:24:19
60766         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
60767              From: "Indy Singh" <indy@nusphere.com>
60768              Date: Mon, 15 Jan 2001 20:59:40 -0500
60769              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
60770      Branch: perl
60771            ! win32/Makefile
60772 ____________________________________________________________________________
60773 [  8449] By: jhi                                   on 2001/01/16  03:42:55
60774         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
60775              at the setting of the ofs_sv in new_struct_thread() as the
60776              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
60777              uninitialized fields are, uh, initialized with),
60778              SvREFCNT_inc()ing that invited a core dump.
60779      Branch: perl
60780            ! util.c
60781 ____________________________________________________________________________
60782 [  8448] By: jhi                                   on 2001/01/16  01:49:07
60783         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
60784              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
60785              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
60786              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
60787              
60788              Replace #8444 and #8445.
60789      Branch: perl
60790            ! ext/B/B.xs ext/B/B/Debug.pm
60791 ____________________________________________________________________________
60792 [  8447] By: jhi                                   on 2001/01/15  21:05:35
60793         Log: Subject: [PATCH] API Variable documentation   
60794              From: Simon Cozens <simon@cozens.net>
60795              Date: Mon, 15 Jan 2001 19:35:54 +0000
60796              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
60797      Branch: perl
60798            ! pod/perlapi.pod thrdvar.h
60799 ____________________________________________________________________________
60800 [  8446] By: jhi                                   on 2001/01/15  20:49:20
60801         Log: Signedness nit.
60802      Branch: perl
60803            ! pp_ctl.c
60804 ____________________________________________________________________________
60805 [  8445] By: jhi                                   on 2001/01/15  20:28:48
60806         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
60807      Branch: perl
60808            ! ext/B/B/Debug.pm
60809 ____________________________________________________________________________
60810 [  8444] By: jhi                                   on 2001/01/15  13:09:10
60811         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
60812      Branch: perl
60813            ! ext/B/B.xs
60814 ____________________________________________________________________________
60815 [  8443] By: jhi                                   on 2001/01/15  13:06:26
60816         Log: Missing from #8439.
60817      Branch: perl
60818            ! keywords.h mg.c
60819 ____________________________________________________________________________
60820 [  8442] By: jhi                                   on 2001/01/15  13:02:38
60821         Log: Subject: [PATCH @8436] Eliminate op_children
60822              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
60823              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
60824              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
60825              
60826              Subject: [PATCH @8436] Re: Eliminate op_children
60827              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
60828              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
60829              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
60830      Branch: perl
60831            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
60832            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
60833            ! op.c op.h
60834 ____________________________________________________________________________
60835 [  8441] By: jhi                                   on 2001/01/15  12:57:08
60836         Log: Use the /^Perl_/-less form of is_lvalue_sub().
60837      Branch: perl
60838            ! pp.h
60839 ____________________________________________________________________________
60840 [  8440] By: jhi                                   on 2001/01/15  05:13:09
60841         Log: Revert #8437 and #8438, the Linux large files story is more complex.
60842      Branch: metaconfig/U/perl
60843            ! d_fpos64_t.U d_off64_t.U
60844      Branch: perl
60845            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
60846            ! config_h.SH configure.com epoc/config.sh perl.h
60847            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
60848            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
60849            ! win32/config.bc win32/config.gc win32/config.vc
60850 ____________________________________________________________________________
60851 [  8439] By: jhi                                   on 2001/01/15  05:02:24
60852         Log: More UTF-8 patches from Inaba Hiroto.
60853              - The substr lval was still not okay.
60854              - Now pp_stringify and sv_setsv copies source's UTF8 flag
60855              even if IN_BYTE.  pp_stringify is called from fold_constants
60856              at optimization phase and "\x{100}" was made SvUTF8_off under
60857              use bytes (the bytes pragma is for "byte semantics" and not
60858              for "do not produce UTF8 data")
60859              - New `qu' operator to generate UTF8 string explicitly.
60860              Though I agree with the policy "0x00-0xff always produce bytes",
60861              sometimes want to such a string to be coded in UTF8.
60862              I can use pack"U0a*" but it requires more typing and has
60863              runtime overhead.
60864              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
60865              change, the bug appears if a pm has PMdf_UTF8 flag but interpolated
60866              string is not UTF8_on and has char 0x80-0xff.
60867              
60868              TODO: document and test qu.
60869      Branch: perl
60870            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
60871            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
60872            ! toke.c
60873 ____________________________________________________________________________
60874 [  8438] By: jhi                                   on 2001/01/14  05:10:23
60875         Log: (Reverted by #8440)
60876              
60877              Metaconfig unit changes for #8437.
60878      Branch: metaconfig/U/perl
60879            ! d_fpos64_t.U d_off64_t.U
60880 ____________________________________________________________________________
60881 [  8437] By: jhi                                   on 2001/01/14  04:55:34
60882         Log: (Reverted by #8440)
60883              
60884              Add <features.h> probing, seems to be needed for (some?)
60885              Linux largefileness.
60886      Branch: perl
60887            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
60888            ! config_h.SH configure.com epoc/config.sh perl.h
60889            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
60890            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
60891            ! win32/config.bc win32/config.gc win32/config.vc
60892 ____________________________________________________________________________
60893 [  8436] By: jhi                                   on 2001/01/13  17:47:21
60894         Log: Tighten some of the tests a bit.
60895      Branch: perl
60896            ! t/pragma/utf8.t
60897 ____________________________________________________________________________
60898 [  8435] By: jhi                                   on 2001/01/13  17:31:54
60899         Log: Integrate perlio.
60900      Branch: perl
60901           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
60902           !> win32/config_H.gc win32/config_H.vc
60903 ____________________________________________________________________________
60904 [  8434] By: nick                                  on 2001/01/13  11:36:53
60905         Log: Run dmake regen_config_h for Win32
60906      Branch: perlio
60907            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
60908 ____________________________________________________________________________
60909 [  8433] By: nick                                  on 2001/01/13  11:31:55
60910         Log: VMS friendly patch to Encode compile process
60911      Branch: perlio
60912            ! ext/Encode/Makefile.PL ext/Encode/compile
60913 ____________________________________________________________________________
60914 [  8432] By: nick                                  on 2001/01/13  11:06:44
60915         Log: Integrate mainline
60916      Branch: perlio
60917           +> ext/B/B/Concise.pm
60918           !> (integrate 52 files)
60919 ____________________________________________________________________________
60920 [  8431] By: jhi                                   on 2001/01/13  05:55:55
60921         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
60922              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
60923              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
60924              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
60925      Branch: perl
60926            ! ext/B/B/Concise.pm
60927 ____________________________________________________________________________
60928 [  8430] By: jhi                                   on 2001/01/13  04:24:18
60929         Log: The LVRET macro needed an aTHX.
60930      Branch: perl
60931            ! pp.h
60932 ____________________________________________________________________________
60933 [  8429] By: jhi                                   on 2001/01/13  02:12:42
60934         Log: Update Changes.
60935      Branch: perl
60936            ! Changes patchlevel.h
60937 ____________________________________________________________________________
60938 [  8428] By: jhi                                   on 2001/01/13  02:08:50
60939         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
60940              From: Peter Prymmer <pvhp@forte.com>
60941              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
60942              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
60943              
60944              Add a BEGIN guard for sloppy floating point division.
60945      Branch: perl
60946            ! lib/Math/BigInt.pm lib/bigint.pl
60947 ____________________________________________________________________________
60948 [  8427] By: jhi                                   on 2001/01/13  01:47:16
60949         Log: The B::Terse drop-in replacement wasn't quite drop-in.
60950      Branch: perl
60951            ! ext/B/B/Terse.pm
60952 ____________________________________________________________________________
60953 [  8426] By: jhi                                   on 2001/01/12  21:20:43
60954         Log: Use UVXf.
60955      Branch: perl
60956            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
60957            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
60958            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
60959            ! vos/config.ga.def vos/config.ga.h win32/config.bc
60960            ! win32/config.gc win32/config.vc
60961 ____________________________________________________________________________
60962 [  8425] By: jhi                                   on 2001/01/12  20:20:14
60963         Log: Subject: [PATCH perl@8342] -Wformat
60964              From: Robin Barker <rmb1@cise.npl.co.uk>
60965              Date: Fri, 12 Jan 2001 20:03:14 GMT
60966              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
60967      Branch: perl
60968            ! ext/Encode/Encode.xs mg.c sv.c toke.c
60969 ____________________________________________________________________________
60970 [  8424] By: jhi                                   on 2001/01/12  20:01:48
60971         Log: Subject: B::Concise -- an improved replacement for B::Terse 
60972              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
60973              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
60974              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
60975      Branch: perl
60976            + ext/B/B/Concise.pm
60977            ! MANIFEST ext/B/B/Terse.pm
60978 ____________________________________________________________________________
60979 [  8423] By: jhi                                   on 2001/01/12  19:24:02
60980         Log: The new metaconfig unit from the #8421.
60981      Branch: metaconfig/U/perl
60982            + d_sigprocmask.U
60983 ____________________________________________________________________________
60984 [  8422] By: jhi                                   on 2001/01/12  19:23:43
60985         Log: Forgot the microperl config from the #8421.
60986      Branch: perl
60987            ! uconfig.h uconfig.sh
60988 ____________________________________________________________________________
60989 [  8421] By: jhi                                   on 2001/01/12  19:05:27
60990         Log: Add sigprocmask() probe, regen Configure, regen toc.
60991      Branch: perl
60992            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
60993            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
60994            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
60995            ! vos/config.ga.h win32/config.bc win32/config.gc
60996            ! win32/config.vc
60997 ____________________________________________________________________________
60998 [  8420] By: jhi                                   on 2001/01/12  18:34:31
60999         Log: Add sockatmark() to the todo list.
61000      Branch: perl
61001            ! Todo-5.6
61002 ____________________________________________________________________________
61003 [  8419] By: jhi                                   on 2001/01/12  18:09:46
61004         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
61005      Branch: perl
61006            ! op.c
61007 ____________________________________________________________________________
61008 [  8418] By: jhi                                   on 2001/01/12  18:05:30
61009         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
61010              From: Radu Greab <radu@netsoft.ro>
61011              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
61012              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
61013      Branch: perl
61014            ! op.c t/pragma/sub_lval.t
61015 ____________________________________________________________________________
61016 [  8417] By: jhi                                   on 2001/01/12  16:09:09
61017         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
61018              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
61019              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
61020              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
61021      Branch: perl
61022            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
61023            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
61024            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
61025            ! t/pragma/sub_lval.t toke.c
61026 ____________________________________________________________________________
61027 [  8416] By: jhi                                   on 2001/01/12  15:42:06
61028         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
61029              From: "Richard Soderberg" <rs@crystalflame.net>
61030              Date: Fri, 12 Jan 2001 04:49:35 -0800
61031              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
61032              
61033              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
61034              according to the platform.
61035      Branch: perl
61036            ! op.c
61037 ____________________________________________________________________________
61038 [  8415] By: jhi                                   on 2001/01/12  15:33:41
61039         Log: One more UTF-8 fix from Inaba Hiroto.
61040      Branch: perl
61041            ! pp.c regexec.c t/pragma/utf8.t
61042 ____________________________________________________________________________
61043 [  8414] By: jhi                                   on 2001/01/12  15:30:18
61044         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
61045      Branch: perl
61046            ! regexec.c
61047 ____________________________________________________________________________
61048 [  8413] By: jhi                                   on 2001/01/12  15:22:10
61049         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
61050              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
61051              Date: Thu, 11 Jan 2001 12:53:36 +0100
61052              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
61053      Branch: perl
61054            ! toke.c
61055 ____________________________________________________________________________
61056 [  8412] By: jhi                                   on 2001/01/12  15:20:25
61057         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
61058              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
61059              Date: Fri, 12 Jan 2001 14:37:55 +0100
61060              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
61061      Branch: perl
61062            ! hints/posix-bc.sh
61063 ____________________________________________________________________________
61064 [  8411] By: jhi                                   on 2001/01/12  15:14:14
61065         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
61066              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
61067              Date: Fri, 12 Jan 2001 10:42:21 +0100
61068              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
61069      Branch: perl
61070            ! t/op/regmesg.t
61071 ____________________________________________________________________________
61072 [  8410] By: jhi                                   on 2001/01/12  05:48:55
61073         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
61074              From: Nicholas Clark <nick@ccl4.org> 
61075              Date: Sun, 7 Jan 2001 19:47:14 +0000
61076              Message-ID: <20010107194714.B1048@plum.flirble.org>
61077      Branch: perl
61078            ! t/op/numconvert.t
61079 ____________________________________________________________________________
61080 [  8409] By: jhi                                   on 2001/01/12  05:41:28
61081         Log: Integrate perlio.
61082      Branch: perl
61083           !> mg.c scope.h
61084 ____________________________________________________________________________
61085 [  8408] By: nick                                  on 2001/01/11  22:43:28
61086         Log: Remove variables that were used in experiments.
61087      Branch: perlio
61088            ! mg.c
61089 ____________________________________________________________________________
61090 [  8407] By: nick                                  on 2001/01/11  20:57:44
61091         Log: Catch die in %SIG handler and unblock the signal before re-dying.
61092              This make Linux work _without_ sigsetjmp().
61093              Turn off sigsetjmp() to see what else it does.
61094              May need Configure probe for sigprocmask() if anything has sigaction()
61095              but not sigprocmask().
61096      Branch: perlio
61097            ! mg.c scope.h
61098 ____________________________________________________________________________
61099 [  8406] By: nick                                  on 2001/01/11  19:32:07
61100         Log: Integrate mainline
61101      Branch: perlio
61102           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
61103           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
61104           !> t/op/substr.t
61105 ____________________________________________________________________________
61106 [  8405] By: jhi                                   on 2001/01/11  17:11:01
61107         Log: Fix UTF-8 lval substr().
61108      Branch: perl
61109            ! mg.c t/op/substr.t
61110 ____________________________________________________________________________
61111 [  8404] By: jhi                                   on 2001/01/11  05:13:58
61112         Log: Update Changes.
61113      Branch: perl
61114            ! Changes patchlevel.h
61115 ____________________________________________________________________________
61116 [  8403] By: jhi                                   on 2001/01/11  04:38:24
61117         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
61118              From: Hugo <hv@crypt.compulink.co.uk>
61119              Date: Mon, 30 Oct 2000 01:33:26 +0000
61120              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
61121      Branch: perl
61122            ! regexec.c t/op/re_tests
61123 ____________________________________________________________________________
61124 [  8402] By: jhi                                   on 2001/01/11  04:26:12
61125         Log: Integrate perlio.
61126      Branch: perl
61127           !> scope.h util.c
61128 ____________________________________________________________________________
61129 [  8401] By: nick                                  on 2001/01/10  22:52:55
61130         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
61131              (So Alan and Ilya can try setting via hints.)
61132              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
61133              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
61134              doing the save everywhere seems to restart read() correctly, but just
61135              doing it once "round" the handler does not.
61136      Branch: perlio
61137            ! scope.h
61138 ____________________________________________________________________________
61139 [  8400] By: jhi                                   on 2001/01/10  21:57:54
61140         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
61141              of IRIX, HP-UX is unaffected.
61142      Branch: perl
61143            ! perl.h
61144 ____________________________________________________________________________
61145 [  8399] By: nick                                  on 2001/01/10  21:29:19
61146         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
61147      Branch: perlio
61148            ! util.c
61149 ____________________________________________________________________________
61150 [  8398] By: jhi                                   on 2001/01/10  20:55:31
61151         Log: Add ReuseAddr as a (preferred) alias for Reuse as we know
61152              also have ReusePort.
61153      Branch: perl
61154            ! ext/IO/lib/IO/Socket/INET.pm
61155 ____________________________________________________________________________
61156 [  8397] By: jhi                                   on 2001/01/10  20:50:57
61157         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
61158              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
61159              Date: Wed, 10 Jan 2001 01:38:13 -0800
61160              Message-ID: <20010110013813.B41744@yahoo-inc.com>
61161      Branch: perl
61162            ! ext/IO/lib/IO/Socket/INET.pm
61163 ____________________________________________________________________________
61164 [  8396] By: jhi                                   on 2001/01/10  20:49:30
61165         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
61166              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
61167              Date: Wed, 10 Jan 2001 01:37:32 -0800
61168              Message-ID: <20010110013732.A41744@yahoo-inc.com>
61169      Branch: perl
61170            ! ext/Socket/Socket.pm
61171 ____________________________________________________________________________
61172 [  8395] By: jhi                                   on 2001/01/10  20:41:37
61173         Log: Test for bug id 20010105.016 (fixed by #8378).
61174      Branch: perl
61175            ! t/op/split.t
61176 ____________________________________________________________________________
61177 [  8394] By: jhi                                   on 2001/01/10  20:26:32
61178         Log: Integrate perlio.
61179      Branch: perl
61180            ! util.c
61181 ____________________________________________________________________________
61182 [  8393] By: nick                                  on 2001/01/10  19:34:30
61183         Log: Back out Simon's pid hackery for now.
61184      Branch: perlio
61185            ! util.c
61186 ____________________________________________________________________________
61187 [  8392] By: nick                                  on 2001/01/10  19:23:13
61188         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
61189      Branch: perlio
61190           !> (integrate 29 files)
61191 ____________________________________________________________________________
61192 [  8391] By: jhi                                   on 2001/01/10  18:43:15
61193         Log: Subject: [PATCH] Fix my_pclose segfault
61194              From: Simon Cozens <simon@cozens.net>
61195              Date: Wed, 10 Jan 2001 18:39:35 +0000
61196              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
61197      Branch: perl
61198            ! util.c
61199 ____________________________________________________________________________
61200 [  8390] By: jhi                                   on 2001/01/10  18:42:08
61201         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
61202              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
61203              Date:     Wed, 10 Jan 2001 13:23:02 EST
61204              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
61205      Branch: perl
61206            ! ext/Opcode/Opcode.xs
61207 ____________________________________________________________________________
61208 [  8389] By: jhi                                   on 2001/01/10  15:16:07
61209         Log: Turn off the integer preservation for now.
61210      Branch: perl
61211            ! perl.h
61212 ____________________________________________________________________________
61213 [  8388] By: jhi                                   on 2001/01/10  15:01:25
61214         Log: Few more IDE/editor nits from p5p.
61215      Branch: perl
61216            ! pod/perlfaq3.pod
61217 ____________________________________________________________________________
61218 [  8387] By: jhi                                   on 2001/01/10  06:53:16
61219         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
61220              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
61221              Date: Tue, 9 Jan 2001 23:16:02 +0000
61222              Message-ID: <20010109231602.A81101@plum.flirble.org>
61223      Branch: perl
61224            ! sv.c
61225 ____________________________________________________________________________
61226 [  8386] By: jhi                                   on 2001/01/10  03:17:54
61227         Log: Test cases for #8385 (from Simon's "torture.pl")
61228      Branch: perl
61229            ! t/op/tr.t
61230 ____________________________________________________________________________
61231 [  8385] By: jhi                                   on 2001/01/10  03:17:11
61232         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
61233              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
61234              Date: Wed, 10 Jan 2001 11:39:39 +0900
61235              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
61236              
61237              Some more UTF-8 tr cases fixed.
61238      Branch: perl
61239            ! doop.c
61240 ____________________________________________________________________________
61241 [  8384] By: jhi                                   on 2001/01/09  22:45:40
61242         Log: Allow the locale test needing POSIX and the taint test
61243              needing IPC::SysV to run under 'minitest' (basically,
61244              bail out if loading the extension fails)
61245      Branch: perl
61246            ! t/op/misc.t t/op/taint.t
61247 ____________________________________________________________________________
61248 [  8383] By: jhi                                   on 2001/01/09  21:36:04
61249         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
61250              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
61251              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
61252              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
61253      Branch: perl
61254            ! t/io/openpid.t
61255 ____________________________________________________________________________
61256 [  8382] By: jhi                                   on 2001/01/09  21:06:08
61257         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
61258              Should finish up the bug id 20001205.022.
61259      Branch: perl
61260            ! pp.c pp_hot.c scope.c
61261 ____________________________________________________________________________
61262 [  8381] By: jhi                                   on 2001/01/09  18:27:43
61263         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
61264              From: Andy Dougherty <doughera@lafayette.edu>
61265              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
61266              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
61267              
61268              More robust yacc/bison error detection.
61269      Branch: perl
61270            ! t/comp/proto.t
61271 ____________________________________________________________________________
61272 [  8380] By: jhi                                   on 2001/01/09  15:21:38
61273         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
61274              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
61275              Date:     Tue, 9 Jan 2001 07:53:55 EST
61276              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
61277      Branch: perl
61278            ! t/op/misc.t vms/test.com
61279 ____________________________________________________________________________
61280 [  8379] By: jhi                                   on 2001/01/09  15:20:38
61281         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
61282              From: jhi@cc.hut.fi
61283              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
61284              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
61285              
61286              The #8378 fixed this.
61287      Branch: perl
61288            ! t/op/tr.t
61289 ____________________________________________________________________________
61290 [  8378] By: jhi                                   on 2001/01/09  15:05:32
61291         Log: Subject: One more patch for UTF8 
61292              From: Inaba Hiroto <inaba@st.rim.or.jp>
61293              Date: Tue, 09 Jan 2001 01:04:32 +0900
61294              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
61295              
61296              UTF-8 fixes for 'x' and tr///.
61297      Branch: perl
61298            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
61299            ! regcomp.c regexec.c toke.c utf8.c
61300 ____________________________________________________________________________
61301 [  8377] By: jhi                                   on 2001/01/09  14:32:17
61302         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
61303      Branch: perl
61304            ! t/op/length.t
61305 ____________________________________________________________________________
61306 [  8376] By: jhi                                   on 2001/01/09  04:32:32
61307         Log: integrate changes #7775, #8316, #8316 from mainline
61308      Branch: maint-5.6/perl
61309            ! hints/solaris_2.sh
61310 ____________________________________________________________________________
61311 [  8375] By: jhi                                   on 2001/01/09  04:26:43
61312         Log: Update Changes.
61313      Branch: perl
61314            ! Changes patchlevel.h
61315 ____________________________________________________________________________
61316 [  8374] By: jhi                                   on 2001/01/09  04:14:32
61317         Log: IDE/editor section tweaking.
61318      Branch: perl
61319            ! pod/perlfaq3.pod
61320 ____________________________________________________________________________
61321 [  8373] By: jhi                                   on 2001/01/09  02:38:26
61322         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
61323              From: Peter Prymmer <pvhp@forte.com>
61324              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
61325              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
61326              
61327              In preparation os OS/390 dynamic loading.
61328      Branch: perl
61329            ! README.os390 hints/os390.sh
61330 ____________________________________________________________________________
61331 [  8372] By: jhi                                   on 2001/01/09  00:24:30
61332         Log: Integrate with perlio.
61333      Branch: perl
61334           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
61335 ____________________________________________________________________________
61336 [  8371] By: nick                                  on 2001/01/08  23:54:33
61337         Log: Fix "scalars leaked" bugs caused by overload magic
61338              (Highlighted by Ilya's DESTROY optimization.)
61339      Branch: perlio
61340            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
61341 ____________________________________________________________________________
61342 [  8370] By: nick                                  on 2001/01/08  20:19:41
61343         Log: Integrate mainline
61344      Branch: perlio
61345           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
61346           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
61347           !> t/op/64bitint.t
61348 ____________________________________________________________________________
61349 [  8369] By: jhi                                   on 2001/01/08  17:30:52
61350         Log: save_delete() Safefree() doesn't (anymore?) work with shared
61351              strings, one test failure in op/misc and almost all of lib/b.
61352              (Outcomments #8369.)
61353      Branch: perl
61354            ! scope.c
61355 ____________________________________________________________________________
61356 [  8368] By: jhi                                   on 2001/01/08  14:47:10
61357         Log: (Outcommented by #8369.)
61358              
61359              Subject: Re: Perl BugID 20001205.022 ---- save_delete
61360              From: Simon Cozens <simon@cozens.net>
61361              Date: Sat, 6 Jan 2001 11:48:40 +0000
61362              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
61363              
61364              The save_delete() does need the Safefree.
61365      Branch: perl
61366            ! scope.c
61367 ____________________________________________________________________________
61368 [  8367] By: bailey                                on 2001/01/08  08:53:52
61369         Log: Once again syncing after too long an absence
61370      Branch: vmsperl
61371           +> (branch 55 files)
61372            - MAINTAIN fix_pl vos/config.def vos/config.h
61373            - vos/config_h.SH_orig
61374           !> (integrate 498 files)
61375 ____________________________________________________________________________
61376 [  8366] By: jhi                                   on 2001/01/08  02:42:59
61377         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
61378              From: nick@ccl4.org
61379              Date: Sun, 7 Jan 2001 21:07:18 +0000
61380              Message-Id: <20010107210717.D1048@plum.flirble.org>
61381      Branch: perl
61382            ! sv.c t/op/64bitint.t
61383 ____________________________________________________________________________
61384 [  8365] By: jhi                                   on 2001/01/08  02:35:16
61385         Log: Subject: [PATCH] environ nit
61386              From: Simon Cozens <simon@cozens.net>
61387              Date: Sun, 7 Jan 2001 17:57:07 +0000
61388              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
61389              
61390              Use environ only if we have it.
61391      Branch: perl
61392            ! mg.c
61393 ____________________________________________________________________________
61394 [  8364] By: jhi                                   on 2001/01/08  02:24:51
61395         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
61396      Branch: perl
61397            ! ext/GDBM_File/GDBM_File.xs
61398 ____________________________________________________________________________
61399 [  8363] By: jhi                                   on 2001/01/08  02:19:24
61400         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
61401              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
61402              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
61403              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
61404      Branch: perl
61405            ! dump.c op.c
61406 ____________________________________________________________________________
61407 [  8362] By: jhi                                   on 2001/01/08  02:17:43
61408         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
61409              From: Doug MacEachern <dougm@covalent.net>
61410              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
61411              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
61412              
61413              Allow AUTOLOAD to be an xsub and allow such xsubs
61414              to avoid use of $AUTOLOAD.
61415      Branch: perl
61416            ! gv.c
61417 ____________________________________________________________________________
61418 [  8361] By: jhi                                   on 2001/01/08  02:16:07
61419         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
61420              From: Radu Greab <radu@netsoft.ro>
61421              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
61422              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
61423              
61424              No need for the potentially nonportable $SIG{CHLD}.
61425      Branch: perl
61426            ! t/io/pipe.t
61427 ____________________________________________________________________________
61428 [  8360] By: jhi                                   on 2001/01/08  01:58:23
61429         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
61430      Branch: perl
61431            ! lib/Getopt/Long.pm
61432 ____________________________________________________________________________
61433 [  8359] By: jhi                                   on 2001/01/08  01:55:44
61434         Log: Integrate perlio.
61435      Branch: perl
61436           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
61437           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
61438           !> utf8.c win32/Makefile
61439 ____________________________________________________________________________
61440 [  8358] By: jhi                                   on 2001/01/07  21:16:50
61441         Log: Update the EPOC cross SDK URL.
61442      Branch: perl
61443            ! README.epoc
61444 ____________________________________________________________________________
61445 [  8357] By: jhi                                   on 2001/01/07  21:16:09
61446         Log: Update the EPOC cross SDK URL.
61447      Branch: maint-5.6/perl
61448            ! README.epoc
61449 ____________________________________________________________________________
61450 [  8356] By: nick                                  on 2001/01/06  21:47:52
61451         Log: FILE * in XS code for PerlIO world:
61452              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
61453              - Add FILE * T_STDIO typemap.
61454              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
61455      Branch: perlio
61456            ! lib/ExtUtils/typemap perlio.c perlio.h
61457 ____________________________________________________________________________
61458 [  8355] By: jhi                                   on 2001/01/06  20:27:15
61459         Log: integrate change #8336 from mainline
61460              
61461              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
61462      Branch: maint-5.6/perl
61463            ! hv.c
61464 ____________________________________________________________________________
61465 [  8354] By: jhi                                   on 2001/01/06  20:24:29
61466         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
61467              From: Robin Barker <rmb1@cise.npl.co.uk>
61468              Date: Fri, 22 Dec 2000 12:17:38 GMT
61469              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
61470              
61471              The patch reformats some long =item lines so they give
61472              correct output via pod2man | nroff -man
61473              
61474              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
61475              From: Robin Barker <rmb1@cise.npl.co.uk>
61476              Date: Tue, 2 Jan 2001 15:35:03 GMT
61477              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
61478              
61479              Here is a _further_ patch which corrects a few more errors:
61480              * an empty C<=item> in CPAN.pm
61481              * patching the wrong file (pod/perlamiga.pod not README.amiga)
61482              * leaving empty C<=item>s which formatted incorrectly
61483              * over long C<=item>s revealed by latest patch to Pod::Man
61484      Branch: maint-5.6/perl
61485            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
61486            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
61487            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
61488            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
61489            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
61490            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
61491 ____________________________________________________________________________
61492 [  8353] By: jhi                                   on 2001/01/06  20:21:10
61493         Log: integrate changes #7980, 8056, 8057 from mainline
61494              
61495              UTF-8 hash keys.
61496      Branch: maint-5.6/perl
61497            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
61498 ____________________________________________________________________________
61499 [  8352] By: jhi                                   on 2001/01/06  20:18:44
61500         Log: Forgotten from #8438.
61501      Branch: maint-5.6/perl
61502            ! epoc/epocish.h
61503 ____________________________________________________________________________
61504 [  8351] By: jhi                                   on 2001/01/06  20:18:12
61505         Log: Forgotten from #8347.
61506      Branch: maint-5.6/perl
61507            ! config_h.SH
61508 ____________________________________________________________________________
61509 [  8350] By: jhi                                   on 2001/01/06  20:00:19
61510         Log: Thinko in #8347.
61511      Branch: maint-5.6/perl
61512            ! regcomp.c
61513 ____________________________________________________________________________
61514 [  8349] By: jhi                                   on 2001/01/06  18:05:30
61515         Log: Copy the FAQ3 IDE section from the development branch,
61516              changes originally by Peter Prymmer.
61517      Branch: maint-5.6/perl
61518            ! pod/perlfaq3.pod
61519 ____________________________________________________________________________
61520 [  8348] By: jhi                                   on 2001/01/06  18:03:02
61521         Log: EPOC updates for TRIAL1.
61522              
61523              Subject: [5.6.1 trial1] EPOC update
61524              From: Olaf Flebbe <O.Flebbe@science-computing.de>
61525              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
61526              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
61527              
61528              Subject: epoc patch2 for perl-5.6.1-trial1
61529              From: Olaf Flebbe <O.Flebbe@science-computing.de>
61530              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
61531              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
61532      Branch: maint-5.6/perl
61533            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
61534            ! epoc/epocish.c
61535 ____________________________________________________________________________
61536 [  8347] By: jhi                                   on 2001/01/06  17:29:10
61537         Log: integrate changes #7710,7824,7973 from mainline,
61538              plus VMS nits from Peter Prymmer and Dan Sugalski.
61539              
61540              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
61541              library (getprotobyname and getprotobynumber are outversioned by
61542              the same calls in libc, at least for xlc version 3.
61543              
61544              Add HAS_SBRK_PROTO.
61545              
61546              Fixes for signedness warnings noticed by VMSperlers.
61547      Branch: maint-5.6/perl
61548            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
61549            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
61550            ! sv.c vms/descrip_mms.template vos/config.alpha.def
61551            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
61552            ! win32/config.bc win32/config.gc win32/config.vc
61553 ____________________________________________________________________________
61554 [  8346] By: nick                                  on 2001/01/06  14:36:01
61555         Log: Fixup accumulated integrate muddles (perlio == devperl again)
61556      Branch: perlio
61557            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
61558 ____________________________________________________________________________
61559 [  8345] By: nick                                  on 2001/01/06  14:24:58
61560         Log: Integrate mainline
61561      Branch: perlio
61562           !> (integrate 55 files)
61563 ____________________________________________________________________________
61564 [  8344] By: jhi                                   on 2001/01/06  02:24:02
61565         Log: Subject: [patch] PerlIO_cleanup() prototype
61566              From: Doug MacEachern <dougm@covalent.net>
61567              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
61568              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
61569      Branch: perl
61570            ! perlio.h
61571 ____________________________________________________________________________
61572 [  8343] By: jhi                                   on 2001/01/06  01:04:09
61573         Log: IRIX compiler noticed that the bof initialization might be
61574              bypassed by control flow.
61575      Branch: perl
61576            ! toke.c
61577 ____________________________________________________________________________
61578 [  8342] By: jhi                                   on 2001/01/06  00:10:48
61579         Log: Update Changes.
61580      Branch: perl
61581            ! Changes patchlevel.h
61582 ____________________________________________________________________________
61583 [  8341] By: jhi                                   on 2001/01/05  23:52:33
61584         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
61585      Branch: perl
61586            ! toke.c
61587 ____________________________________________________________________________
61588 [  8340] By: jhi                                   on 2001/01/05  22:44:08
61589         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
61590              From: Radu Greab <radu@netsoft.ro>
61591              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
61592              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
61593      Branch: perl
61594            ! t/io/pipe.t util.c
61595 ____________________________________________________________________________
61596 [  8339] By: jhi                                   on 2001/01/05  22:35:17
61597         Log: Subject: [PATCH] format and rewording in perlfaq.pod
61598              From: Robin Barker <rmb1@cise.npl.co.uk>
61599              Date: Fri, 5 Jan 2001 18:51:20 GMT
61600              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
61601      Branch: perl
61602            ! pod/perlfaq.pod
61603 ____________________________________________________________________________
61604 [  8338] By: jhi                                   on 2001/01/05  22:31:17
61605         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
61606              From: Peter Prymmer <pvhp@forte.com>
61607              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
61608              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
61609      Branch: perl
61610            ! utils/perlbug.PL
61611 ____________________________________________________________________________
61612 [  8337] By: jhi                                   on 2001/01/05  18:15:11
61613         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
61614              From: Robin Barker <rmb1@cise.npl.co.uk>
61615              Date: Tue, 2 Jan 2001 15:24:07 GMT
61616              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
61617              
61618              If you call configure as C<./Configure> or C<sh ./Configure>,
61619              $src is set to the absolute path name, not '.'.
61620              
61621              This, in turn, means -Dmksymlink tries to do its stuff because
61622              it does not think it is in the src directory.
61623              
61624              (plus a metaconfig nitfix)
61625      Branch: metaconfig
61626            ! U/compline/ccflags.U U/modified/src.U
61627      Branch: perl
61628            ! Configure config_h.SH
61629 ____________________________________________________________________________
61630 [  8336] By: jhi                                   on 2001/01/05  17:48:32
61631         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
61632              From: Alan Burlison <Alan.Burlison@uk.sun.com>
61633              Message-ID: <3A5606C4.473D2226@uk.sun.com>
61634              Date: Fri, 05 Jan 2001 17:39:16 +0000
61635      Branch: perl
61636            ! hv.c
61637 ____________________________________________________________________________
61638 [  8335] By: jhi                                   on 2001/01/05  16:05:44
61639         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
61640      Branch: perl
61641            ! lib/Getopt/Long.pm
61642 ____________________________________________________________________________
61643 [  8334] By: jhi                                   on 2001/01/05  16:00:51
61644         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
61645              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
61646              Date: Fri, 05 Jan 2001 13:46:51 +0100
61647              Message-ID: <13693.978698811@nice.ram.loc>
61648              
61649              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
61650              accurate reading of the "atime".  
61651      Branch: perl
61652            ! t/io/fs.t
61653 ____________________________________________________________________________
61654 [  8333] By: jhi                                   on 2001/01/05  15:57:37
61655         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
61656              From: Simon Cozens <simon@cozens.net>
61657              Date: Fri, 8 Dec 2000 13:33:31 +0000
61658              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
61659              
61660              A lost patch fragment.
61661      Branch: perl
61662            ! doop.c
61663 ____________________________________________________________________________
61664 [  8332] By: jhi                                   on 2001/01/05  15:40:42
61665         Log: Do away with strncpy() and a fixed length buffer.
61666      Branch: perl
61667            ! utf8.c
61668 ____________________________________________________________________________
61669 [  8331] By: jhi                                   on 2001/01/05  15:03:07
61670         Log: Tests for #8329 and #8330.
61671      Branch: perl
61672            ! t/op/bop.t
61673 ____________________________________________________________________________
61674 [  8330] By: jhi                                   on 2001/01/05  15:02:38
61675         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
61676              raw 8-bit form to the UTF-8 string.
61677      Branch: perl
61678            ! toke.c
61679 ____________________________________________________________________________
61680 [  8329] By: jhi                                   on 2001/01/05  14:55:13
61681         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
61682              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
61683              Date: Fri, 5 Jan 2001 12:28:52 +0100
61684              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
61685              
61686              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
61687              no effect.  (changed the strncpy() to Copy())
61688      Branch: perl
61689            ! toke.c
61690 ____________________________________________________________________________
61691 [  8328] By: jhi                                   on 2001/01/05  06:44:27
61692         Log: UTF-8 cleanup.
61693      Branch: perl
61694            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
61695            ! regexec.c sv.c toke.c
61696 ____________________________________________________________________________
61697 [  8327] By: jhi                                   on 2001/01/05  01:11:29
61698         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')
61699              From: Radu Greab <radu@netsoft.ro>
61700              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
61701              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
61702              
61703              Cleans up Harness to not use FileHandle, which uses IO.
61704      Branch: perl
61705            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
61706 ____________________________________________________________________________
61707 [  8326] By: jhi                                   on 2001/01/05  00:56:37
61708         Log: Update Changes.
61709      Branch: perl
61710            ! Changes patchlevel.h
61711 ____________________________________________________________________________
61712 [  8325] By: jhi                                   on 2001/01/05  00:53:18
61713         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
61714              From: Peter Prymmer <pvhp@forte.com>
61715              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
61716              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
61717              
61718              plus a couple more tailing whitespace removals.
61719      Branch: perl
61720            ! win32/Makefile
61721 ____________________________________________________________________________
61722 [  8324] By: jhi                                   on 2001/01/05  00:47:39
61723         Log: Add some Unicode chop() tests.
61724      Branch: perl
61725            ! t/op/chop.t
61726 ____________________________________________________________________________
61727 [  8323] By: jhi                                   on 2001/01/05  00:47:23
61728         Log: Unify UTF-8 malformedness handling.
61729      Branch: perl
61730            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
61731 ____________________________________________________________________________
61732 [  8322] By: jhi                                   on 2001/01/04  22:21:54
61733         Log: The new $issymlink was unknown to Mksymlinks.
61734      Branch: metaconfig/U/perl
61735            ! Mksymlinks.U issymlink.U
61736      Branch: perl
61737            ! Configure config_h.SH
61738 ____________________________________________________________________________
61739 [  8321] By: jhi                                   on 2001/01/04  21:51:05
61740         Log: The test didn't work under the core test framework.
61741      Branch: perl
61742            ! t/lib/st-lock.t
61743 ____________________________________________________________________________
61744 [  8320] By: jhi                                   on 2001/01/04  21:14:22
61745         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
61746      Branch: perl
61747            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
61748 ____________________________________________________________________________
61749 [  8319] By: jhi                                   on 2001/01/04  20:46:17
61750         Log: Typo in #8312 when manually applying a problematic patch fragment.
61751      Branch: perl
61752            ! ext/Storable/Storable.xs
61753 ____________________________________________________________________________
61754 [  8318] By: jhi                                   on 2001/01/04  20:43:01
61755         Log: The $sh_c didn't fly.
61756      Branch: metaconfig
61757            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
61758            ! U/modified/Loc.U U/modified/myhostname.U
61759            ! U/modified/spitshell.U
61760      Branch: metaconfig/U/perl
61761            ! issymlink.U
61762      Branch: perl
61763            ! Configure config_h.SH
61764 ____________________________________________________________________________
61765 [  8317] By: jhi                                   on 2001/01/04  19:58:01
61766         Log: AIX builtin test -h is broken, changes based on
61767              
61768              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
61769              Date: Tue, 02 Jan 2001 11:24:39 +0100
61770              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
61771              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
61772      Branch: metaconfig
61773            + U/modified/spitshell.U
61774            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
61775            ! U/modified/Loc.U U/modified/myhostname.U
61776      Branch: metaconfig/U/perl
61777            ! Mksymlinks.U issymlink.U
61778      Branch: perl
61779            ! Configure
61780 ____________________________________________________________________________
61781 [  8316] By: jhi                                   on 2001/01/04  19:02:22
61782         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
61783              From: Andy Dougherty <doughera@lafayette.edu>
61784              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
61785              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
61786              
61787              Beware of GNU ld.
61788      Branch: perl
61789            ! hints/solaris_2.sh
61790 ____________________________________________________________________________
61791 [  8315] By: jhi                                   on 2001/01/04  18:56:48
61792         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
61793              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
61794              Date: Wed, 3 Jan 2001 07:58:51 +0100
61795              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
61796      Branch: perl
61797            ! hints/solaris_2.sh
61798 ____________________________________________________________________________
61799 [  8314] By: jhi                                   on 2001/01/04  18:54:07
61800         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
61801              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
61802              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
61803              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
61804              
61805              Doc tweak on #8313.
61806      Branch: perl
61807            ! ext/B/B/Deparse.pm
61808 ____________________________________________________________________________
61809 [  8313] By: jhi                                   on 2001/01/04  18:52:27
61810         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
61811              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
61812              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
61813              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
61814              
61815              Make the peephole optimizer to bypass more null ops and
61816              and rewrite the deparse handling of continue blocks.
61817      Branch: perl
61818            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
61819 ____________________________________________________________________________
61820 [  8312] By: jhi                                   on 2001/01/04  18:47:39
61821         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
61822      Branch: perl
61823            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
61824            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
61825            ! t/lib/st-lock.t
61826 ____________________________________________________________________________
61827 [  8311] By: jhi                                   on 2001/01/04  18:36:08
61828         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
61829              filter to be run on each .pm during the pm_to_blib() phase,
61830              a fixed version of
61831              
61832              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
61833              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
61834              Date: Wed, 03 Jan 2001 22:01:30 +0100
61835              Message-ID: <5296.978555690@nice.ram.loc>
61836      Branch: perl
61837            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
61838            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
61839            ! lib/ExtUtils/MakeMaker.pm
61840 ____________________________________________________________________________
61841 [  8310] By: jhi                                   on 2001/01/04  18:32:54
61842         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
61843              From: Robin Barker <rmb1@cise.npl.co.uk>
61844              Date: Tue, 2 Jan 2001 15:35:03 GMT
61845              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
61846      Branch: perl
61847            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
61848            ! pod/perlrequick.pod
61849 ____________________________________________________________________________
61850 [  8309] By: jhi                                   on 2001/01/04  18:29:07
61851         Log: Subject: Re: [patch] static-ize XS()
61852              From: Doug MacEachern <dougm@covalent.net>
61853              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
61854              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
61855              
61856              Provide prototypes for the XS functions.
61857      Branch: perl
61858            ! lib/ExtUtils/xsubpp
61859 ____________________________________________________________________________
61860 [  8308] By: jhi                                   on 2001/01/04  18:27:44
61861         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
61862              From: Doug MacEachern <dougm@covalent.net>
61863              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
61864              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
61865      Branch: perl
61866            ! lib/ExtUtils/typemap
61867 ____________________________________________________________________________
61868 [  8307] By: jhi                                   on 2001/01/04  18:25:25
61869         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
61870              From: Doug MacEachern <dougm@covalent.net>
61871              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
61872              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
61873              
61874              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
61875      Branch: perl
61876            ! lib/ExtUtils/MM_Unix.pm
61877 ____________________________________________________________________________
61878 [  8306] By: jhi                                   on 2001/01/04  18:23:00
61879         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
61880              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
61881              Date: Thu, 4 Jan 2001 12:47:10 +0100 
61882              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
61883              
61884              The toke.c part only, patching embed.h and proto.h is futile.
61885      Branch: perl
61886            ! toke.c
61887 ____________________________________________________________________________
61888 [  8305] By: jhi                                   on 2001/01/04  18:05:51
61889         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
61890              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
61891              Date: Thu, 4 Jan 2001 17:50:12 +0100 
61892              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
61893      Branch: perl
61894            ! toke.c
61895 ____________________________________________________________________________
61896 [  8304] By: jhi                                   on 2001/01/04  18:03:26
61897         Log: Subject: [PATCH perl@8269]
61898              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
61899              Date: Thu, 4 Jan 2001 12:53:39 +0100 
61900              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
61901              
61902              If running byacc write-enable also perly.h.
61903      Branch: perl
61904            ! Makefile.SH
61905 ____________________________________________________________________________
61906 [  8303] By: jhi                                   on 2001/01/04  15:40:49
61907         Log: Rewrite pp_concat() in terms of sv_catsv().
61908      Branch: perl
61909            ! pp_hot.c
61910 ____________________________________________________________________________
61911 [  8302] By: nick                                  on 2001/01/03  22:43:22
61912         Log: Integrate mainline.
61913      Branch: perlio
61914           !> ext/Encode/Encode.xs sv.c utf8.c
61915 ____________________________________________________________________________
61916 [  8301] By: jhi                                   on 2001/01/02  23:40:26
61917         Log: Variable naming tweak.
61918      Branch: perl
61919            ! sv.c
61920 ____________________________________________________________________________
61921 [  8300] By: jhi                                   on 2001/01/02  23:40:02
61922         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
61923              in is_utf8_string().
61924      Branch: perl
61925            ! utf8.c
61926 ____________________________________________________________________________
61927 [  8299] By: jhi                                   on 2001/01/02  22:14:40
61928         Log: Integrate perlio.
61929      Branch: perl
61930           !> pp.c pp_hot.c win32/Makefile
61931 ____________________________________________________________________________
61932 [  8298] By: nick                                  on 2001/01/02  22:03:06
61933         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
61934      Branch: perlio
61935            ! pp.c pp_hot.c
61936 ____________________________________________________________________________
61937 [  8297] By: jhi                                   on 2001/01/02  04:26:28
61938         Log: Signedness nit.
61939      Branch: perl
61940            ! ext/Encode/Encode.xs
61941 ____________________________________________________________________________
61942 [  8296] By: nick                                  on 2001/01/01  23:49:36
61943         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
61944      Branch: perlio
61945            ! win32/Makefile
61946 ____________________________________________________________________________
61947 [  8295] By: jhi                                   on 2001/01/01  23:05:48
61948         Log: Integrate perlio.
61949      Branch: perl
61950           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
61951           !> t/lib/encode.t
61952 ____________________________________________________________________________
61953 [  8294] By: nick                                  on 2001/01/01  22:48:34
61954         Log: Integrate mainline
61955      Branch: perlio
61956            ! pp_hot.c t/lib/encode.t
61957           !> (integrate 65 files)
61958 ____________________________________________________________________________
61959 [  8293] By: nick                                  on 2001/01/01  21:58:50
61960         Log: More rigor in UTF-8-ness of Encode's toUnicode
61961              XS export some of the utf8 internal functions.
61962              Test some of the functions.
61963              Fix pp_concat() bug shown by said tests.
61964      Branch: perlio
61965            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
61966            ! t/lib/encode.t
61967 ____________________________________________________________________________
61968 [  8292] By: jhi                                   on 2001/01/01  18:11:44
61969         Log: Integrate perlio.
61970      Branch: perl
61971           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
61972           !> ext/Encode/encengine.c ext/Encode/encode.h
61973 ____________________________________________________________________________
61974 [  8291] By: jhi                                   on 2001/01/01  18:10:58
61975         Log: Podify README.mpeix (a new version from the web),
61976              add a dummy NAME to Carp::Heavy, regen toc.
61977      Branch: perl
61978            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
61979            ! pod/perltoc.pod
61980 ____________________________________________________________________________
61981 [  8290] By: nick                                  on 2001/01/01  17:43:47
61982         Log: Loose the "Loading..." warning.
61983              Another bug in fallback support
61984      Branch: perlio
61985            ! ext/Encode/Encode.pm ext/Encode/encengine.c
61986 ____________________________________________________________________________
61987 [  8289] By: jhi                                   on 2001/01/01  00:01:57
61988         Log: Bump up Larry's copyright.
61989      Branch: perl
61990            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
61991            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
61992            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
61993            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
61994            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
61995            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
61996            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
61997            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
61998 ____________________________________________________________________________
61999 [  8288] By: nick                                  on 2000/12/31  21:27:53
62000         Log: Fix .ucm reading - forgot a chr()
62001              Start of .ucm write (for .enc to .ucm)
62002      Branch: perlio
62003            ! ext/Encode/compile
62004 ____________________________________________________________________________
62005 [  8287] By: jhi                                   on 2000/12/31  18:15:56
62006         Log: Comment away a diagnostic message as noted by Craig A. Berry
62007              (the unexpected message was confusing testing)
62008      Branch: perl
62009            ! ext/Encode/Encode.pm
62010 ____________________________________________________________________________
62011 [  8286] By: jhi                                   on 2000/12/31  18:14:51
62012         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
62013              Date: Sun, 31 Dec 2000 11:17:37 -0600
62014              From: "Craig A. Berry" <craigberry@mac.com>
62015              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
62016      Branch: perl
62017            ! ext/Encode/Makefile.PL
62018 ____________________________________________________________________________
62019 [  8285] By: nick                                  on 2000/12/31  18:11:54
62020         Log: Start of support of ICU-style .ucm files:
62021              - teach compile how to read a .ucm file
62022              - first guess at how to represent fallbacks in "tries".
62023              - use fallbacks if check == 0
62024              - new return code to indicate we used one.
62025      Branch: perlio
62026            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
62027            ! ext/Encode/encengine.c ext/Encode/encode.h
62028 ____________________________________________________________________________
62029 [  8284] By: jhi                                   on 2000/12/31  18:04:41
62030         Log: Pacify picky VMS compiler.
62031              
62032              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
62033              From: "Craig A. Berry" <craig.berry@psinetcs.com>
62034              Date: Sat, 30 Dec 2000 18:10:02 -0600
62035              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
62036      Branch: perl
62037            ! sv.c
62038 ____________________________________________________________________________
62039 [  8283] By: jhi                                   on 2000/12/31  16:11:47
62040         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
62041      Branch: perl
62042            ! t/lib/glob-basic.t
62043 ____________________________________________________________________________
62044 [  8282] By: jhi                                   on 2000/12/31  15:26:11
62045         Log: Integrate perlio.
62046      Branch: perl
62047           !> makedef.pl opcode.pl os2/os2.c perlio.c
62048 ____________________________________________________________________________
62049 [  8281] By: nick                                  on 2000/12/31  10:06:15
62050         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
62051              is available to be exported
62052      Branch: perlio
62053            ! makedef.pl perlio.c
62054 ____________________________________________________________________________
62055 [  8280] By: nick                                  on 2000/12/31  09:41:26
62056         Log: Ilya's OS2 patch (testing for damage on Win32)
62057      Branch: perlio
62058            ! makedef.pl opcode.pl os2/os2.c
62059 ____________________________________________________________________________
62060 [  8279] By: jhi                                   on 2000/12/30  21:52:07
62061         Log: Test nits.
62062      Branch: perl
62063            ! t/lib/syslfs.t t/op/lfs.t
62064 ____________________________________________________________________________
62065 [  8278] By: jhi                                   on 2000/12/30  21:47:49
62066         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
62067              From: andreas.koenig@anima.de (Andreas J. Koenig)
62068              Date: 30 Dec 2000 22:35:37 +0100
62069              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
62070              
62071              The 32-bit wraparound test wasn't quite right.
62072      Branch: perl
62073            ! t/lib/syslfs.t t/op/lfs.t
62074 ____________________________________________________________________________
62075 [  8277] By: jhi                                   on 2000/12/30  21:33:44
62076         Log: Subject: [PATCH] open() example in perlfunc.pod 
62077              From: Karsten Sperling <s_sperli@ira.uka.de>
62078              Date: Sat, 30 Dec 2000 22:27:09 +0100
62079              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
62080      Branch: perl
62081            ! pod/perlfunc.pod
62082 ____________________________________________________________________________
62083 [  8276] By: jhi                                   on 2000/12/30  20:32:40
62084         Log: Not quite that many tests yet.
62085      Branch: perl
62086            ! t/op/pat.t
62087 ____________________________________________________________________________
62088 [  8275] By: jhi                                   on 2000/12/30  20:26:58
62089         Log: Integrate perlio.
62090      Branch: perl
62091           !> toke.c
62092 ____________________________________________________________________________
62093 [  8274] By: jhi                                   on 2000/12/30  20:24:56
62094         Log: Signedness nit.
62095      Branch: perl
62096            ! utf8.c
62097 ____________________________________________________________________________
62098 [  8273] By: jhi                                   on 2000/12/30  20:15:46
62099         Log: Add a test case for 20000731.001 which was fixed by the #8267.
62100      Branch: perl
62101            ! t/op/pat.t
62102 ____________________________________________________________________________
62103 [  8272] By: nick                                  on 2000/12/30  19:47:51
62104         Log: Tweak for MULTIPLICITY/USE_PERLIO
62105      Branch: perlio
62106            ! toke.c
62107 ____________________________________________________________________________
62108 [  8271] By: nick                                  on 2000/12/30  19:46:45
62109         Log: Integrate mainline
62110      Branch: perlio
62111           +> lib/unicode/distinct.pm
62112           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
62113           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
62114           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
62115 ____________________________________________________________________________
62116 [  8270] By: jhi                                   on 2000/12/30  19:39:50
62117         Log: Subject: RE: perl@8269
62118              From: "Richard Soderberg" <rs@crystalflame.net>
62119              Date: Sat, 30 Dec 2000 11:36:27 -0800
62120              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
62121              
62122              A missing aTHX_.
62123      Branch: perl
62124            ! toke.c
62125 ____________________________________________________________________________
62126 [  8269] By: jhi                                   on 2000/12/30  18:55:48
62127         Log: Update Changes.
62128      Branch: perl
62129            ! Changes patchlevel.h
62130 ____________________________________________________________________________
62131 [  8268] By: jhi                                   on 2000/12/30  17:18:40
62132         Log: Add a test for Unicode split //.  The #8267 was the cure.
62133      Branch: perl
62134            ! t/op/split.t
62135 ____________________________________________________________________________
62136 [  8267] By: jhi                                   on 2000/12/30  17:14:19
62137         Log: Subject: more UTF8 test suites and an UTF8 patch
62138              From: Inaba Hiroto <inaba@st.rim.or.jp>
62139              Date: Sat, 30 Dec 2000 14:27:10 +0900
62140              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
62141              
62142              Just the patch part for now, and the pragma renamed
62143              as unicode::distinct.
62144      Branch: perl
62145            + lib/unicode/distinct.pm
62146            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
62147            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
62148            ! regcomp.h regexec.c sv.c toke.c utf8.c
62149 ____________________________________________________________________________
62150 [  8266] By: nick                                  on 2000/12/30  16:40:49
62151         Log: Integrate mainline
62152      Branch: perlio
62153           +> lib/Pod/Text/Overstrike.pm
62154           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
62155           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
62156           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
62157           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
62158           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
62159 ____________________________________________________________________________
62160 [  8265] By: jhi                                   on 2000/12/30  07:28:55
62161         Log: The sv_catsv() fix, take two.
62162      Branch: perl
62163            ! sv.c t/op/join.t
62164 ____________________________________________________________________________
62165 [  8264] By: jhi                                   on 2000/12/30  06:19:18
62166         Log: Undo all the join-related changes since #8248: relevant
62167              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
62168              The new sv_catsv() doesn't fly so it must go back to
62169              the drawing board.
62170      Branch: perl
62171            ! sv.c t/op/join.t t/pragma/utf8.t
62172 ____________________________________________________________________________
62173 [  8263] By: jhi                                   on 2000/12/30  01:08:32
62174         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
62175      Branch: perl
62176            ! sv.c
62177 ____________________________________________________________________________
62178 [  8262] By: jhi                                   on 2000/12/30  00:45:14
62179         Log: Retract #8261.
62180      Branch: perl
62181            ! hv.c util.c
62182 ____________________________________________________________________________
62183 [  8261] By: jhi                                   on 2000/12/30  00:38:32
62184         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
62185      Branch: perl
62186            ! hv.c util.c
62187 ____________________________________________________________________________
62188 [  8260] By: jhi                                   on 2000/12/29  22:51:33
62189         Log: (Retracted by #8264)  More fixing for #8251.
62190      Branch: perl
62191            ! sv.c
62192 ____________________________________________________________________________
62193 [  8259] By: jhi                                   on 2000/12/29  18:27:30
62194         Log: Subject: podlators 1.06 released
62195              From: Russ Allbery <rra@stanford.edu>
62196              Date: 25 Dec 2000 05:09:30 -0800
62197              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
62198      Branch: perl
62199            + lib/Pod/Text/Overstrike.pm
62200            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
62201            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
62202 ____________________________________________________________________________
62203 [  8258] By: jhi                                   on 2000/12/29  18:20:45
62204         Log: Make the large file tests more robust/talkative as suggested by
62205              
62206              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
62207              From: andreas.koenig@anima.de (Andreas J. Koenig)
62208              Date: 29 Dec 2000 14:23:01 +0100
62209              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
62210      Branch: perl
62211            ! t/lib/syslfs.t t/op/lfs.t
62212 ____________________________________________________________________________
62213 [  8257] By: jhi                                   on 2000/12/29  17:48:04
62214         Log: Further VMS piping fixes from Charles Lane:
62215              
62216              In summary, error messages produced when a subprocess terminated
62217              abnormally were being sent not just to the parent process, but to
62218              grandparents, because of default values for error output that were
62219              not completely overridden when the subprocess was started.
62220              
62221              This patch fixes this behavior by defining user-mode (i.e., temporary
62222              for the duration of the program) logical names for SYS$OUTPUT and
62223              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
62224              changes to make it so that the user-mode logicals are the ones that
62225              control where Perl's error messages go if it terminates abnormally.
62226              
62227              I also added some gratuitous fixes to the indentation of braces in
62228              the piping code.  It just looked ugly, before.
62229      Branch: perl
62230            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
62231 ____________________________________________________________________________
62232 [  8256] By: jhi                                   on 2000/12/29  17:45:12
62233         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
62234              From: "Casey R. Tweten" <crt@kiski.net>
62235              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
62236              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
62237              
62238              Tests for for #8240.
62239      Branch: perl
62240            ! t/pragma/constant.t
62241 ____________________________________________________________________________
62242 [  8255] By: jhi                                   on 2000/12/29  17:43:07
62243         Log: Subject: Re: [PATCH] Interesting syntax idea
62244              From: Simon Cozens <simon@cozens.net>
62245              Date: Fri, 29 Dec 2000 14:34:04 +0000
62246              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
62247              
62248              Tests for #8254.
62249      Branch: perl
62250            ! t/pragma/sub_lval.t
62251 ____________________________________________________________________________
62252 [  8254] By: jhi                                   on 2000/12/29  17:42:11
62253         Log: Subject: [PATCH] Interesting syntax idea
62254              From: Simon Cozens <simon@cozens.net>
62255              Date: Wed, 27 Dec 2000 05:08:57 +0000
62256              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
62257              
62258              Make opens + bareword assigns do typeglob assigns.
62259      Branch: perl
62260            ! op.c
62261 ____________________________________________________________________________
62262 [  8253] By: jhi                                   on 2000/12/29  17:36:45
62263         Log: Output the (apparent) version of gcc, as suggested by
62264              
62265              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
62266              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
62267              Date: 26 Dec 2000 04:29:17 -0500
62268              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
62269              
62270              (The patch as such didn't any more apply as the misparsing had
62271              already been addressed in #6474.)  Also change the wording about
62272              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
62273      Branch: perl
62274            ! hints/dec_osf.sh
62275 ____________________________________________________________________________
62276 [  8252] By: nick                                  on 2000/12/29  12:14:31
62277         Log: Integrate mainline
62278      Branch: perlio
62279           !> (integrate 27 files)
62280 ____________________________________________________________________________
62281 [  8251] By: jhi                                   on 2000/12/29  08:45:46
62282         Log: (Retracted by #8264)
62283              
62284              (Fixed by #8260.)
62285              
62286              sv_catsv() needs one more byte space than seems reasonable.
62287              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
62288              Curiouser and curiouser.
62289      Branch: perl
62290            ! sv.c
62291 ____________________________________________________________________________
62292 [  8250] By: jhi                                   on 2000/12/29  07:57:52
62293         Log: More split // UTF-8 tests.
62294      Branch: perl
62295            ! t/pragma/utf8.t
62296 ____________________________________________________________________________
62297 [  8249] By: jhi                                   on 2000/12/29  07:54:51
62298         Log: (Retracted by #8264)  More join() testing which was good because
62299              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
62300      Branch: perl
62301            ! pp.c t/op/join.t utf8.c utf8.h
62302 ____________________________________________________________________________
62303 [  8248] By: jhi                                   on 2000/12/29  07:08:32
62304         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
62305              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
62306              that the only cases to care about are byte+byte and byte+character.
62307              
62308              TODO: See how well pp_concat() could be implemented in terms
62309              of sv_catsv().
62310      Branch: perl
62311            ! doop.c sv.c t/op/join.t utf8.h
62312 ____________________________________________________________________________
62313 [  8247] By: jhi                                   on 2000/12/29  06:35:23
62314         Log: Signedness nit.
62315      Branch: perl
62316            ! pp_hot.c
62317 ____________________________________________________________________________
62318 [  8246] By: jhi                                   on 2000/12/29  01:23:31
62319         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
62320              From: Lupe Christoph <lupe@lupe-christoph.de>
62321              Date: Thu, 28 Dec 2000 23:00:00 +0100
62322              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
62323              
62324              Suggest rsync --delete --dry-run.
62325      Branch: perl
62326            ! pod/perlhack.pod
62327 ____________________________________________________________________________
62328 [  8245] By: jhi                                   on 2000/12/28  23:57:05
62329         Log: The maxiters upper limit sanity check (guarding against
62330              non-progress) assumed bytes instead of characters in s///
62331              and split().
62332      Branch: perl
62333            ! pp.c pp_hot.c
62334 ____________________________________________________________________________
62335 [  8244] By: jhi                                   on 2000/12/28  23:34:08
62336         Log: Make some panic messages a bit more logical.
62337      Branch: perl
62338            ! doop.c pod/perldiag.pod pp.c pp_hot.c
62339 ____________________________________________________________________________
62340 [  8243] By: jhi                                   on 2000/12/28  22:59:16
62341         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
62342              From: Simon Cozens <simon@cozens.net>
62343              Date: Wed, 27 Dec 2000 02:30:03 +0000
62344              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
62345      Branch: perl
62346            ! pp.c t/pragma/sub_lval.t
62347 ____________________________________________________________________________
62348 [  8242] By: jhi                                   on 2000/12/28  22:56:53
62349         Log: Subject: [PATCH blead] Fix B::Terse indentation
62350              From: Daniel Chetlin <daniel@chetlin.com>
62351              Date: Wed, 27 Dec 2000 06:43:30 -0800
62352              Message-ID: <20001227064329.B9573@darkstar>
62353      Branch: perl
62354            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
62355 ____________________________________________________________________________
62356 [  8241] By: jhi                                   on 2000/12/28  22:48:59
62357         Log: The latter patch from the
62358              
62359              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
62360              From: Peter Prymmer <pvhp@forte.com> 
62361              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
62362              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
62363              
62364              (the former patch from the above should have been
62365              taken care of by Nick I-S)
62366      Branch: perl
62367            ! win32/Makefile
62368 ____________________________________________________________________________
62369 [  8240] By: jhi                                   on 2000/12/28  22:45:22
62370         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
62371              From: "Casey R. Tweten" <crt@kiski.net>
62372              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
62373              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
62374      Branch: perl
62375            ! lib/constant.pm
62376 ____________________________________________________________________________
62377 [  8239] By: jhi                                   on 2000/12/28  22:37:45
62378         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
62379              From: Simon Cozens <simon@cozens.net>
62380              Date: Wed, 27 Dec 2000 14:12:44 +0000
62381              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
62382      Branch: perl
62383            ! t/op/method.t t/op/sort.t toke.c
62384 ____________________________________________________________________________
62385 [  8238] By: jhi                                   on 2000/12/28  22:30:32
62386         Log: Subject: [PATCH perl@8229] Call.pm
62387              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
62388              Date: Mon, 25 Dec 2000 10:47:15 -0000
62389              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
62390      Branch: perl
62391            ! ext/Filter/Util/Call/Call.pm
62392 ____________________________________________________________________________
62393 [  8237] By: jhi                                   on 2000/12/28  22:19:21
62394         Log: Subject: [PATCH blead] Fix problem with `&' prototype
62395              From: Daniel Chetlin <daniel@chetlin.com>
62396              Date: Wed, 27 Dec 2000 15:55:32 -0800
62397              Message-ID: <20001227155532.D9573@darkstar>
62398      Branch: perl
62399            ! op.c t/comp/proto.t
62400 ____________________________________________________________________________
62401 [  8236] By: jhi                                   on 2000/12/28  22:09:25
62402         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
62403              From: Daniel Chetlin <daniel@chetlin.com>
62404              Date: Sun, 24 Dec 2000 04:09:49 -0800
62405              Message-ID: <20001224040949.B3090@darkstar>
62406      Branch: perl
62407            ! gv.c mg.c t/op/attrs.t
62408 ____________________________________________________________________________
62409 [  8235] By: jhi                                   on 2000/12/28  22:07:11
62410         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
62411              From: Jan Dubois <jand@ActiveState.com>
62412              Date: Tue, 26 Dec 2000 20:57:31 -0800
62413              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
62414      Branch: perl
62415            ! win32/win32.c
62416 ____________________________________________________________________________
62417 [  8234] By: jhi                                   on 2000/12/28  21:52:42
62418         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
62419              From: Simon Cozens <simon@cozens.net>
62420              Date: Thu, 28 Dec 2000 20:33:13 +0000
62421              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
62422      Branch: perl
62423            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
62424 ____________________________________________________________________________
62425 [  8233] By: jhi                                   on 2000/12/28  19:40:49
62426         Log: Integrate perlio.
62427      Branch: perl
62428           !> ext/Encode/Makefile.PL ext/Encode/compile
62429 ____________________________________________________________________________
62430 [  8232] By: nick                                  on 2000/12/23  16:06:00
62431         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
62432              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
62433      Branch: perlio
62434            ! ext/Encode/Makefile.PL
62435 ____________________________________________________________________________
62436 [  8231] By: nick                                  on 2000/12/23  14:30:34
62437         Log: "Compiled" encode build cleanup
62438              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
62439              - .c files do not export sub-tables
62440      Branch: perlio
62441            ! ext/Encode/Makefile.PL ext/Encode/compile
62442 ____________________________________________________________________________
62443 [  8230] By: nick                                  on 2000/12/23  12:50:37
62444         Log: Integrate mainline
62445      Branch: perlio
62446           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
62447           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
62448           !> pod/perl5004delta.pod pod/perl5005delta.pod
62449           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
62450           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
62451           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
62452           !> pod/perlsub.pod
62453 ____________________________________________________________________________
62454 [  8229] By: jhi                                   on 2000/12/22  15:32:12
62455         Log: Integrate perlio.
62456      Branch: perl
62457           +> win32/distclean.bat
62458           !> MANIFEST t/io/utf8.t
62459 ____________________________________________________________________________
62460 [  8228] By: jhi                                   on 2000/12/22  15:29:40
62461         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
62462              From: Robin Barker <rmb1@cise.npl.co.uk>
62463              Date: Fri, 22 Dec 2000 12:17:38 GMT
62464              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
62465      Branch: perl
62466            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
62467            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
62468            ! pod/perl5004delta.pod pod/perl5005delta.pod
62469            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
62470            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
62471            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
62472            ! pod/perlsub.pod
62473 ____________________________________________________________________________
62474 [  8227] By: jhi                                   on 2000/12/22  15:24:28
62475         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
62476              From: "John L. Allen" <allen@grumman.com>
62477              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
62478              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
62479              
62480              Document APPLLIB_EXP.
62481      Branch: perl
62482            ! INSTALL
62483 ____________________________________________________________________________
62484 [  8226] By: nick                                  on 2000/12/21  22:11:50
62485         Log: Handy script for when one forgets to "dmake clean" 
62486      Branch: perlio
62487            + win32/distclean.bat
62488            ! MANIFEST
62489 ____________________________________________________________________________
62490 [  8225] By: nick                                  on 2000/12/21  21:54:04
62491         Log: CRLF platform issue with io/utf8 fix.
62492      Branch: perlio
62493            ! t/io/utf8.t
62494 ____________________________________________________________________________
62495 [  8224] By: nick                                  on 2000/12/21  21:02:20
62496         Log: Integrate mainline
62497      Branch: perlio
62498           !> Changes Configure Makefile.SH Porting/Glossary
62499           !> Porting/config.sh Porting/config_H configure.com
62500           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
62501           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
62502           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
62503           !> win32/config.bc win32/config.gc win32/config.vc
62504 ____________________________________________________________________________
62505 [  8223] By: jhi                                   on 2000/12/21  17:09:16
62506         Log: Update Changes.
62507      Branch: perl
62508            ! Changes patchlevel.h
62509 ____________________________________________________________________________
62510 [  8222] By: jhi                                   on 2000/12/21  16:24:01
62511         Log: Metaconfig unit changes for #8221.
62512      Branch: metaconfig/U/perl
62513           +> issymlink.U
62514            - testsyml.U
62515            ! Mksymlinks.U
62516 ____________________________________________________________________________
62517 [  8221] By: jhi                                   on 2000/12/21  16:23:48
62518         Log: Rename testsyml to issymlink.
62519      Branch: perl
62520            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
62521            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
62522            ! win32/config.vc
62523 ____________________________________________________________________________
62524 [  8220] By: jhi                                   on 2000/12/21  15:47:26
62525         Log: Robustness support for #8218 (symlink forest) since the GNU
62526              tools seem to be overly picky about symlinkage depths.
62527      Branch: perl
62528            ! Makefile.SH t/io/fs.t
62529 ____________________________________________________________________________
62530 [  8219] By: jhi                                   on 2000/12/21  15:38:27
62531         Log: Metaconfig changes for #8218.
62532      Branch: metaconfig
62533            ! U/modified/Oldconfig.U
62534      Branch: metaconfig/U/perl
62535            + Mksymlinks.U
62536            ! testsyml.U
62537 ____________________________________________________________________________
62538 [  8218] By: jhi                                   on 2000/12/21  15:37:57
62539         Log: Add Configure option -Dmksymlinks which will create a symlink
62540              forest if the current/build differs from the source directory.
62541              TODO: mkdir -p is not portable.
62542      Branch: perl
62543            ! Configure
62544 ____________________________________________________________________________
62545 [  8217] By: jhi                                   on 2000/12/21  14:39:12
62546         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
62547              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
62548              Date: Thu, 21 Dec 2000 09:38:18 GMT
62549              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
62550              
62551              The ofs became an SV.
62552      Branch: perl
62553            ! ext/Thread/Thread.xs
62554 ____________________________________________________________________________
62555 [  8216] By: jhi                                   on 2000/12/21  05:40:21
62556         Log: The polymorphism seems to have fixed 20000517.001.
62557      Branch: perl
62558            ! t/pragma/utf8.t
62559 ____________________________________________________________________________
62560 [  8215] By: jhi                                   on 2000/12/21  04:44:52
62561         Log: read() documentation tweak for 20001121.004.
62562      Branch: perl
62563            ! pod/perlfunc.pod
62564 ____________________________________________________________________________
62565 [  8214] By: jhi                                   on 2000/12/21  03:54:11
62566         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
62567      Branch: perl
62568            ! pp_sys.c t/op/misc.t
62569 ____________________________________________________________________________
62570 [  8213] By: jhi                                   on 2000/12/21  00:28:10
62571         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
62572              From: Peter Prymmer <pvhp@forte.com>
62573              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
62574              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
62575      Branch: perl
62576            ! configure.com
62577 ____________________________________________________________________________
62578 [  8212] By: jhi                                   on 2000/12/21  00:26:21
62579         Log: Edit edit edit.
62580      Branch: perl
62581            ! pod/perlfaq3.pod
62582 ____________________________________________________________________________
62583 [  8211] By: jhi                                   on 2000/12/20  18:52:46
62584         Log: Update Changes.
62585      Branch: perl
62586            ! Changes patchlevel.h
62587 ____________________________________________________________________________
62588 [  8210] By: jhi                                   on 2000/12/20  18:34:47
62589         Log: Yet another editor edit.
62590      Branch: perl
62591            ! pod/perlfaq3.pod
62592 ____________________________________________________________________________
62593 [  8209] By: jhi                                   on 2000/12/20  15:33:28
62594         Log: More Win32 Perling.
62595      Branch: perl
62596            ! pod/perlfaq3.pod
62597 ____________________________________________________________________________
62598 [  8208] By: jhi                                   on 2000/12/20  15:07:46
62599         Log: More Win32 editor/IDE/shell hints.
62600      Branch: perl
62601            ! pod/perlfaq3.pod
62602 ____________________________________________________________________________
62603 [  8207] By: jhi                                   on 2000/12/20  03:54:08
62604         Log: Subject: [PATCH] obscure timing knowledge
62605              From: Nicholas Clark <nick@ccl4.org>
62606              Date: Tue, 19 Dec 2000 19:22:31 +0000
62607              Message-ID: <20001219192231.F2827@plum.flirble.org>
62608      Branch: perl
62609            ! sv.c
62610 ____________________________________________________________________________
62611 [  8206] By: jhi                                   on 2000/12/20  03:45:57
62612         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
62613              From: Spider Boardman <spider@leggy.zk3.dec.com>
62614              Date: Tue, 19 Dec 2000 21:30:16 -0500
62615              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
62616      Branch: perl
62617            ! sv.c
62618 ____________________________________________________________________________
62619 [  8205] By: jhi                                   on 2000/12/19  23:02:01
62620         Log: Update Changes.
62621      Branch: perl
62622            ! Changes patchlevel.h
62623 ____________________________________________________________________________
62624 [  8204] By: jhi                                   on 2000/12/19  22:58:18
62625         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
62626              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
62627              on editors and diffing/patching.
62628      Branch: perl
62629            ! t/op/utf8decode.t
62630 ____________________________________________________________________________
62631 [  8203] By: nick                                  on 2000/12/19  21:36:16
62632         Log: Integrate mainline (forgot my own change...)
62633      Branch: perlio
62634           !> ext/Encode/compile
62635 ____________________________________________________________________________
62636 [  8202] By: nick                                  on 2000/12/19  21:34:42
62637         Log: Integrate mainline.
62638      Branch: perlio
62639           !> (integrate 61 files)
62640 ____________________________________________________________________________
62641 [  8201] By: nick                                  on 2000/12/19  21:34:06
62642         Log: Avoid looking for File::Glob when we don't need it.
62643      Branch: perl
62644            ! ext/Encode/compile
62645 ____________________________________________________________________________
62646 [  8200] By: jhi                                   on 2000/12/19  18:35:49
62647         Log: Update Changes.
62648      Branch: perl
62649            ! Changes patchlevel.h
62650 ____________________________________________________________________________
62651 [  8199] By: jhi                                   on 2000/12/19  18:35:07
62652         Log: Microperl tweaks.
62653      Branch: perl
62654            ! sv.c uconfig.h uconfig.sh
62655 ____________________________________________________________________________
62656 [  8198] By: jhi                                   on 2000/12/19  18:29:59
62657         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
62658      Branch: perl
62659            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
62660            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
62661 ____________________________________________________________________________
62662 [  8197] By: jhi                                   on 2000/12/19  17:55:29
62663         Log: In VMS embedded perls couldn't access the statically built Socket,
62664              from Charles Lane.
62665      Branch: perl
62666            ! configure.com
62667 ____________________________________________________________________________
62668 [  8196] By: jhi                                   on 2000/12/19  17:49:50
62669         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
62670              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
62671              Date: Sun, 17 Dec 2000 19:11:44 -0000
62672              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
62673      Branch: perl
62674            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
62675            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
62676 ____________________________________________________________________________
62677 [  8195] By: jhi                                   on 2000/12/19  17:47:53
62678         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
62679              From: Jonathan Stowe <gellyfish@gellyfish.com>
62680              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
62681              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
62682      Branch: perl
62683            ! utils/h2xs.PL
62684 ____________________________________________________________________________
62685 [  8194] By: jhi                                   on 2000/12/19  17:46:28
62686         Log: Subject: Re: useless use of void context work-around
62687              From: andreas.koenig@anima.de (Andreas J. Koenig)
62688              Date: 16 Dec 2000 15:13:36 +0100
62689              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
62690              
62691              Document (comment) the q(di ds ig) trick in the code.
62692      Branch: perl
62693            ! op.c
62694 ____________________________________________________________________________
62695 [  8193] By: jhi                                   on 2000/12/19  17:10:57
62696         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
62697              From: "Mark J. Reed" <mreed@strange.turner.com>
62698              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
62699              Message-Id: <200012160222.VAA13986@strange.turner.com>
62700      Branch: perl
62701            ! ext/Sys/Syslog/Syslog.pm
62702 ____________________________________________________________________________
62703 [  8192] By: jhi                                   on 2000/12/19  17:07:45
62704         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
62705              From: Nicholas Clark <nick@ccl4.org>
62706              Date: Sat, 16 Dec 2000 19:03:13 +0000
62707              Message-ID: <20001216190313.D68304@plum.flirble.org>
62708      Branch: perl
62709            ! t/op/64bitint.t
62710 ____________________________________________________________________________
62711 [  8191] By: jhi                                   on 2000/12/19  17:06:13
62712         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
62713              From: Dominic Dunlop <domo@computer.org>
62714              Date: Mon, 18 Dec 2000 12:00:15 +0100
62715              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
62716              
62717              This patchlet is needed in order that perl can be statically linked.  
62718      Branch: perl
62719            ! regexec.c
62720 ____________________________________________________________________________
62721 [  8190] By: jhi                                   on 2000/12/19  17:03:08
62722         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
62723              From: "Craig A. Berry" <craig.berry@psinetcs.com>
62724              Date: Sun, 17 Dec 2000 00:18:35 -0600
62725              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
62726      Branch: perl
62727            ! perlio.h vms/gen_shrfls.pl
62728 ____________________________________________________________________________
62729 [  8189] By: jhi                                   on 2000/12/19  16:20:28
62730         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
62731              From: Prymmer/Kahn <pvhp@best.com>
62732              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
62733              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
62734              
62735              A better version of #8188.
62736      Branch: perl
62737            ! pod/perlfaq3.pod
62738 ____________________________________________________________________________
62739 [  8188] By: jhi                                   on 2000/12/19  15:57:06
62740         Log: (Replaced by #8189)
62741              
62742              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
62743              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
62744              From: Prymmer/Kahn <pvhp@best.com>
62745              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
62746              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
62747              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
62748              Date: Mon, 18 Dec 2000 11:10:45 -0500
62749              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
62750      Branch: perl
62751            ! pod/perlfaq3.pod
62752 ____________________________________________________________________________
62753 [  8187] By: jhi                                   on 2000/12/19  15:54:19
62754         Log: Email address fix for Anton Berezin.
62755      Branch: perl
62756            ! AUTHORS
62757 ____________________________________________________________________________
62758 [  8186] By: jhi                                   on 2000/12/19  15:38:54
62759         Log: Subject: [PATCH perl@8102] cygwin port
62760              From: "Eric Fifer" <efifer@dircon.co.uk> 
62761              Date: Thu, 14 Dec 2000 13:41:29 -0000
62762              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
62763              
62764              When compiling modules the data item that is being imported
62765              from libperl.dll needs to be tagged as imported/shared data:
62766              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
62767      Branch: perl
62768            ! perliol.h
62769 ____________________________________________________________________________
62770 [  8185] By: jhi                                   on 2000/12/19  14:53:24
62771         Log: Regen uconfig.h and uconfig.sh.
62772      Branch: perl
62773            ! uconfig.h uconfig.sh
62774 ____________________________________________________________________________
62775 [  8184] By: jhi                                   on 2000/12/18  20:43:49
62776         Log: Comments work so much better when they are closed.
62777      Branch: perl
62778            ! regcomp.c
62779 ____________________________________________________________________________
62780 [  8183] By: jhi                                   on 2000/12/18  18:04:02
62781         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
62782              Fixes the bug 20001218.016.
62783      Branch: perl
62784            ! regcomp.c
62785 ____________________________________________________________________________
62786 [  8182] By: gsar                                  on 2000/12/18  09:53:47
62787         Log: delete spurious files
62788      Branch: maint-5.6/perl
62789            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
62790            - vos/config.h vos/config_h.SH_orig
62791 ____________________________________________________________________________
62792 [  8181] By: gsar                                  on 2000/12/18  09:46:08
62793         Log: regen perltoc
62794      Branch: maint-5.6/perl
62795            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
62796 ____________________________________________________________________________
62797 [  8180] By: gsar                                  on 2000/12/18  09:20:27
62798         Log: integrate changes#7924..7926,7946,7952 from mainline
62799              
62800              A test works better if it has the right 1..$n output.
62801              
62802              All the core library users of Class::Struct seem to be
62803              using "use Class::Struct 'struct';" instead of the bare
62804              "use Class::Struct;", which isn't documented in Class::Struct.
62805              This can't be right.
62806              
62807              Make the Class::Struct import() wiser.
62808              
62809              Upgrade to CPAN 1.59_51, from Andreas König.
62810              
62811              Subject: Re: long shell lines
62812              Split overly long shell command lines.
62813      Branch: maint-5.6/perl
62814           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
62815           !> lib/File/stat.pm t/lib/class-struct.t
62816 ____________________________________________________________________________
62817 [  8179] By: gsar                                  on 2000/12/18  08:55:54
62818         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
62819              7918,7919,7988,8907 from mainline (various)
62820              
62821              Subject: [ID 20001127.004] White space problem in perlamiga.pod
62822              
62823              Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
62824              
62825              Subject: [PATCH] perlcc.PL cleanups
62826              
62827              Subject: [PATCH] Updating perltie.pod for arrays
62828              
62829              Subject: [ID 20001128.002] what's the point of example code if it is buggy?
62830              Subject: Re: [PATCH] Updating perltie.pod for arrays
62831              Subject: Re: [PATCH] Updating perltie.pod for arrays
62832              
62833              One more perltie.pod nit from Casey R. Tweten.
62834              
62835              Subject: [PATCH] $^O  win32 -> MSWin32
62836              plus similar nits for vms, err, VMS, and UNICOS.
62837              
62838              Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
62839              More checking in case someone has broken their services or
62840              protocol databases.
62841              
62842              Make "use Class::Struct 'struct';" work again (broken by #7617);
62843              add a test for Class::Struct.
62844              
62845              Integrate the "skip" messages to explain().
62846              
62847              Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
62848      Branch: maint-5.6/perl
62849           +> t/lib/class-struct.t
62850           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
62851           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
62852           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
62853 ____________________________________________________________________________
62854 [  8178] By: gsar                                  on 2000/12/18  08:16:30
62855         Log: avoid redefinition warnings on windows due to sys/socket.h getting
62856              #included before win32.h
62857      Branch: maint-5.6/perl
62858            ! win32/include/sys/socket.h
62859 ____________________________________________________________________________
62860 [  8177] By: gsar                                  on 2000/12/18  05:24:04
62861         Log: make regen_headers; fix POSIX.xs problems; remove outdated
62862              code from sys/socket.h that makes build fail now
62863      Branch: maint-5.6/perl
62864            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
62865            ! pod/perlapi.pod
62866           !> win32/include/sys/socket.h
62867 ____________________________________________________________________________
62868 [  8176] By: gsar                                  on 2000/12/18  05:20:17
62869         Log: update Changes
62870      Branch: maint-5.6/perl
62871            ! Changes patchlevel.h
62872 ____________________________________________________________________________
62873 [  8175] By: gsar                                  on 2000/12/18  04:57:48
62874         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
62875              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
62876              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
62877              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
62878              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
62879              7823,7825,7838
62880              
62881              Subject: Re: [PATCH] README.solaris
62882              
62883              Add getpagesize() probing, on non-UNIX guess 'undef'.
62884              
62885              Simplify the getpagesize() unit by dropping the
62886              pagesize probe since it's nowadays slightly more
62887              complicated because of sysconf(). (Note: if some
62888              platform really needs the -lPW for getpagesize,
62889              I just broke it.)
62890              TODO: a new pagesize unit.
62891              
62892              Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
62893              
62894              MachTen doesn't really do mmap() and munmap().
62895              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
62896              
62897              More README.solaris updates from Andy Dougherty.
62898              
62899              Copy the s// information of README.hpux also to the perlrun.
62900              
62901              Add HAS_FSYNC, lack noticed by Nicholas Clark.
62902              
62903              Add a metaconfig unit for fsync.
62904              
62905              Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
62906              
62907              Many subdocumented return values of the IO extension now documented.
62908              ungetc and write still left subdocumented.
62909              Subject: [PATCH] (was Re: IO::Handle::ungetc)
62910              
62911              Document tell() on special streams.
62912              
62913              Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
62914              
62915              Subject: [ID 20001112.007] sfio's sftell isn't ftell
62916              
62917              Couple of tests from #7660 salvaged.
62918              
62919              Tweak the definition of the bit complement on UTF-8 data:
62920              if none of the characters in the string are > 0xff,
62921              the result is a complemented byte string, not a (UTF-8)
62922              char string.  Based on the summary in
62923              Subject: Re: [ID 20000918.005] ~ on wide chars
62924              This should give us the maximum backward (pre-char string)
62925              compatibility and utf8 compatibility.  The other alternative
62926              would be to limit the bit complement to be always byte only,
62927              taking the least significant byte of the chars.
62928              
62929              Cleanup messy #ifdef.
62930              
62931              Typos in #7667.
62932              
62933              Declare reg_data like reg_substr_data.
62934              
62935              Placate nervous compilers that see longer than ints switch()ing.
62936              
62937              Remove the new two tests of lib/io_xs for now, they seem to
62938              fail under perlio on some platforms.
62939              
62940              Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
62941              
62942              Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
62943              
62944              Subject: tiny typo in perl5db.pl
62945              
62946              Subject: some additions for makefiles for win32 (for perl@7674)
62947              
62948              Hoist the duplicated socket/netdb include logic to perl.h;
62949              undef SETERRNO in case SOCKS has defined it.  Based on:
62950              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
62951              
62952              Regen Configure.
62953              
62954              Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
62955              (a macro to define signed and unsigned integer constants).
62956              
62957              Use UINT64_C().
62958              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
62959              
62960              Use u_int32_t for the size of hash_cb(), not size_t.
62961              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
62962              
62963              Quit utf8_to_uv() instantly if curlen == 0.
62964              
62965              Subject: [PATCH: perl@7674] updates to README.os390
62966              
62967              Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
62968              
62969              EBCDIC tweaks.
62970              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
62971              
62972              Linenumber fix.
62973              
62974              SOCKS has its own USE_THREADS, based on
62975              Subject: [ID 20001114.002] et. al. bugfix followup
62976              
62977              UINT64_C() work continues.
62978              
62979              Detypo.
62980              
62981              The type of the hash_cb() size argument is tricky.
62982              
62983              Add fwalk() probe to the configuration files and regen perltoc.
62984              
62985              Subject: perllocale.pod changes
62986              
62987              Avoid an infinite loop in VMS when utils scripts are run
62988              with no arguments, from Charles Lane.
62989              
62990              Subject: Re: Bug in Carp::Heavy/5.6.0?
62991              
62992              For Solaris use64bitall the stdchar needs a little bit of help.
62993              
62994              The long double hints can be here or there.
62995              
62996              Test tweak for the open pragma.
62997              
62998              Also the 64bitall hints can be either here or there.
62999              
63000              As surmised the #7719 wasn't a good move.
63001              
63002              Subject: Fix for 20000409.001
63003              
63004              Subject: Fix for 20000815.006
63005              It's really 20000518.006.
63006              
63007              Subject: [PATCH 5.6.0 README.win32] very minor typos
63008              
63009              Subject: Fix for README.amiga (20000323.033)
63010              
63011              Explain in more detail the {} syntax ambiguousity.
63012              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
63013              
63014              Sparc 64-bit pack() fix from Jens Hamisch.
63015              
63016              Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
63017              
63018              Subject: podlators 1.05 available        
63019              
63020              Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
63021              
63022              Subject: [perl 7711: EPOC] updates
63023              
63024              Make certain MacOS Classic has NO_ENVIRON_ARRAY.
63025              
63026              Miraculous typo.
63027              
63028              sysseek() instead of seek().
63029              
63030              Solaris hints tweaks.
63031              
63032              Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
63033              This may be overly harsh but until proven otherwise, we think this
63034              way, or until we have a simple test for Configure (having to start
63035              up servers is does not count as simple) to check for the problems.
63036              
63037              Remove the shared object before attempting to create
63038              (by linking) a new one.  E.g. in AIX not removing
63039              becomes quite painful if one tries to do more than one
63040              build in the same tree (an interrupted build, for example),
63041              since the AIX' shared dynaloader seemingly keeps the shared
63042              objects open and therefore 'busy' for quite a while, even when
63043              nobody is using the objects, leading into link failures.
63044              
63045              Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
63046              
63047              Subject: DOC PATCH 5.6.0 perlreftut
63048              
63049              Subject: [PATCH: perl@7777] add system locale testing for VMS
63050              
63051              Subject: [PATCH] Test.pm POD peculiarity
63052              
63053              Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
63054              
63055              Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
63056              
63057              Subject: Re: perl@7777 
63058              Detypoing.
63059              
63060              Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
63061              
63062              Go ahead and #include <unistd.h> in perl.h.
63063              
63064              Subject: [PATCH perl@7795] small cleanup task for test suite
63065              
63066              Subject: Re: av.c patch (having slight problems)
63067              unshift() speedup.
63068              
63069              Reach back one higher up when searching for PERL_SRC.
63070      Branch: maint-5.6/perl
63071           +> lib/File/Spec/Epoc.pm
63072           !> (integrate 88 files)
63073 ____________________________________________________________________________
63074 [  8174] By: gsar                                  on 2000/12/18  03:53:09
63075         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
63076              7625..7629,7631..7634,7637,7639,7642 from mainline
63077              
63078              Fix for the tie-refhash string table leaks.
63079              
63080              Subject: [patch perl@7595] VMS configure.com tweak
63081              
63082              More careful detection of how well NVs and UVs mix.
63083              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))
63084              Added some SIGFPE paranoia.
63085              
63086              Forgot to bump the line numbers in #7601.
63087              
63088              Subject: PATCH std stdio for (Free)BSD
63089              
63090              Deleting $ENV{PATH} in VMS is not recommendable.
63091              
63092              Locale buglets.
63093              Subject: RE: Locales support (setlocale) fixes
63094              
63095              Do not test UTF-8 locales since that the tests would require
63096              polymorphic regexen.
63097              
63098              Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
63099              
63100              A missing aTHX_.
63101              
63102              Subject: [ID 20001108.013] spelling
63103              
63104              Subject: [PATCH] Class::Struct at compile time
63105              
63106              Make deleting for %ENV work for (newer versions of) VMS,
63107              from Craig A. Berry.
63108              
63109              Forgot from #7618.
63110              
63111              More VMS moves on environment handling, from Charles Lane.
63112              
63113              Remove unused extra arguments.
63114              
63115              Typo in an ifndef.
63116              Subject: Re: [PATCH 5.7.0] better messages from malloc()
63117              
63118              Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
63119              All except the "cow orker" change.
63120              
63121              The generated boot_* headers are wrong.  Pickier compiler,
63122              such as KAI C++ will refuse to compile the resulting perlmain.
63123              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
63124              
63125              There's no =head3.
63126              
63127              Disable only the tests 99 and 166 for UTF-8 locales.
63128              
63129              Missing dTHXs.
63130              Subject: RE: perl@7595 builds not on cygwin
63131              
63132              Subject: Re: bash -c exit and linux hints 
63133              
63134              Various doc oddball characters.
63135              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
63136              
63137              Subject: [PATCH] IO::Seekable pod
63138              
63139              Amdahl UTS hints updates.
63140              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
63141              
63142              Explain better why certain regex tests are skipped.
63143              Subject: Re: tests skipped: unknown reason
63144              
63145              Subject: [PATCH] README.solaris
63146              
63147              Subject: [PATCH perl@7638] cygwin port
63148      Branch: maint-5.6/perl
63149           +> README.solaris
63150           !> (integrate 26 files)
63151 ____________________________________________________________________________
63152 [  8173] By: gsar                                  on 2000/12/18  03:37:02
63153         Log: integrate changes#7472,7474..7478,7481,7485,7489,7493,7494,7496,
63154              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
63155              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
63156              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
63157              
63158              Better create a true mailing list for the repository keepers.
63159              
63160              Subject: [ID 20001027.007] uniq array in perlfaq
63161              
63162              De-quoted-unreadable to ISO Latin 1.
63163              (There's one ISO-2022-JP name in Changes5.004.)
63164              
63165              Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
63166              
63167              The #7476 needs a MANIFEST change, too.
63168              
63169              Add also emailless people.
63170              
63171              UTF-8 decoder tweak.
63172              
63173              Make \x{...} consistently produce UTF-8.
63174              Subject: Re: \x{...} is confused 
63175              
63176              Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
63177              
63178              Add a perlbug flag, -A, to avoid acknowledgement messages.
63179              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
63180              
63181              Use Errno magic.
63182              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
63183              
63184              Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
63185              
63186              Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
63187              
63188              Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
63189              
63190              Be more lenient on bad UTF-8 when doing bit arithmetics.
63191              Subject: Re: [ID 20000918.005] ~ on wide chars
63192              (The ord() part of the patch skipped.)
63193              
63194              Subject: perlfaq style changes
63195              
63196              AUTHORS tweaks.
63197              
63198              Whitespace style tweak.  Was originally going to see to
63199              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
63200              but that had already been taken care of.
63201              
63202              The compiler is either gcc or cc, from Tom Bates.
63203              
63204              The osname has been lowercased by now, from Tom Bates.
63205              
63206              The NonStop-UX libraries have a novel way to say NaN.
63207              
63208              printf UVs the correct way, noticed by Robin Barker.
63209              
63210              Subject: [PATCH] startperl to respect versiononly
63211              
63212              AUTHORS updates.
63213              
63214              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
63215              
63216              Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
63217              
63218              Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
63219              
63220              Generalize the Camel wording.
63221              Subject: Re: perlfaq style changes
63222              
63223              Subject: [ID 20001005.006] Documentation -- description of qr//
63224              
63225              C.pm part of
63226              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
63227              
63228              Locale warning explanation tweak.
63229              
63230              Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
63231              
63232              Make the POSIX::setuid and POSIX::setgid to really call setuid()
63233              and setgid() because they were just changing $< and $( which means
63234              only changing the real uid/gid, as opposed to changing both
63235              real and effective ids.  (The alternative way could have been
63236              in POSIX.pm to change $> and $), too, but making a direct call
63237              to the C API feels cleaner.)  Fixes the bug
63238              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
63239              
63240              Expand %Config variables and %ENV variables only if
63241              so requested during build time using the
63242              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
63243              Not expanding makes relocating distributions easier.
63244              
63245              More tweaking on the #7522 theme.
63246              
63247              Test::Harness revealed buglets in the new DynaLoader.
63248              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
63249              
63250              Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
63251              fix a autovivification bug in Tie::RefHash, add tests for both.
63252              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
63253              
63254              Detpyo.
63255              
63256              recv() can fail and return undef.
63257              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
63258              
63259              Fix the problem discussed in
63260              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
63261              originally from Linc Madison.  Also Andreas König's comments
63262              taken into account.  Some other problems with Tie::SubstrHash
63263              fixed: didn't croak when the table exceeded the requested number
63264              of entries (as documented) but instead when the number of entries
63265              exceeded the size of the table, a croak() had an unnecessary \n,
63266              didn't have a CLEAR method, documented that there is no exists().
63267              Didn't fix to be strict-proof because the module uses &foo; and
63268              dynamic scope.  Added a test script exercizing both first tamely 
63269              the basic functionality, and then the failure cases reported by
63270              Linc Madison.
63271              
63272              Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
63273              
63274              The #7521 touched things it shouldn't have.
63275              
63276              Subject: [PATCH 5.7.0] better messages from malloc()
63277              
63278              Subject: Re: README.aix
63279              
63280              Add FCNTL_CAN_LOCK.
63281              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
63282              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
63283              
63284              Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
63285              create a "fast path" for locale name probing using "locale -a"
63286              if available, squash finally hopefully the s?printf resetting
63287              the numeric locale (since, IIUC perllocale, it never shouldn't). 
63288              
63289              More Changes tweakery.
63290              
63291              Dying is too strict here, better just skip.
63292              
63293              Subject: Locales support (setlocale) fixes
63294              Modified quite a bit to be more portable.
63295              
63296              Configure would use a bad $myuname from an old config.sh.
63297              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
63298              
63299              Fix for
63300              Subject: [ID 20001004.006] undef is never tainted
63301              An undef read from a slurped file was not tainted.
63302              
63303              Fix for
63304              Subject: [ID 20001004.007] taint propogation is inconsistent
63305              The culprit was sv_setsv() which was rather blindly
63306              propagating taint, which lead to behaviour where if
63307              a tainted anon hash value was seen all the hash values
63308              from then on at that level became tainted, or at any
63309              upper levels in the case of nested anon hashes.
63310              
63311              Test tweak: show also the failed locales.
63312              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
63313              
63314              A fix of sorts for 20000329.026, a better error message
63315              for a missing "use charnames" when using the \N{...}. 
63316              
63317              Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
63318              
63319              Add =pod to be tidy.
63320              
63321              Fix for bug id 19990615.008, pos() unset during s///ge.
63322              
63323              Add a note for future generations about bug id 20000229.006.
63324              
63325              Use -dM for gcc (the suggested patch did it only for Linux,
63326              but I think it can be generalized).
63327              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
63328              
63329              opmini.o can linger from Configures past.
63330              
63331              Document that the evaled syntax errors cause scalar leaks.
63332              
63333              Fix for
63334              Subject: [ID 20000728.005] perl -P broken
63335              (hopefully).  The fix is also not complete, it seems to break
63336              BOM swallowing for libc5 systems, but until someone figures
63337              out a way to do this without ftell(), this will do.
63338              
63339              AUTHORS updates.
63340              
63341              Subject: Re: rsync'ed patches vs. rsync'ed source
63342              
63343              Admit that the test leaks scalars.
63344              
63345              Sanitize the environment further.
63346              
63347              VOS updates from Paul Green.
63348              
63349              Document %ENV = () portability issues.
63350              
63351              Make the stdio test program of 7427 less noisy while being 
63352              compiled so that Digital UNIX wouldn't get both
63353              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
63354              undefined.  This makes perlio happy.
63355              
63356              glibc5 detection by __GNU_LIBRARY__.
63357              
63358              %ENV note tweaks from Dan Sugalski.
63359              
63360              Varargs don't always work too well if one puts an unsigned
63361              char on the stack and pop an unsigned quad off the stack.
63362              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
63363              
63364              Subject: Pod updates
63365              
63366              Fake support of holey files in win/dosish platforms.
63367              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
63368              
63369              A doc addition for bug id 20001105.019, beware \p.
63370              
63371              Tweak #7587.
63372              
63373              Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
63374              
63375              perlhack updates from H.Merijn Brand.
63376              
63377              Subject: [PATCH perl@7573] cygwin port
63378              Synchronize with Cygwin 1.1.5.
63379              
63380              Bad thinko in #7581 (I used the test program with the expanded
63381              values as-is).
63382              
63383              Make perlbug not insist on dumping to a file when stdout isn't a tty.
63384              Subject: [PATCH] perlbug.PL
63385              
63386              Overrideable keys, each, pop, push, shift, splice, unshift.
63387              Subject: [PATCH] prototyped functions that should be overrideable
63388              
63389              Try to avoid flockless and emulationless places.
63390      Branch: maint-5.6/perl
63391           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
63392            - MAINTAIN
63393           !> (integrate 111 files)
63394 ____________________________________________________________________________
63395 [  8172] By: jhi                                   on 2000/12/18  02:49:27
63396         Log: Regen pods.
63397      Branch: perl
63398            ! pod/perlmodlib.pod pod/perltoc.pod
63399 ____________________________________________________________________________
63400 [  8171] By: gsar                                  on 2000/12/18  02:49:24
63401         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
63402              7465..7471 from mainline
63403              
63404              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
63405              in platforms that strictly require all the symbols being present
63406              at link time.
63407              
63408              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
63409              
63410              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
63411              
63412              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
63413              
63414              Subject: [PATCH] todo
63415              
63416              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
63417              
63418              Use $sort, $uniq (and $tr) consistently as wondered
63419              by Nicholas Clark.
63420              
63421              Too enthusiastic editing in #7460.
63422              
63423              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
63424              
63425              Upgrade to CPAN 1.58_55.
63426              Subject: CPAN.pm status
63427              
63428              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
63429              
63430              Make target reordering to avoid pointless re-makes.
63431              Subject: Re: Total re-make of 'make okfile' after 7451 ?
63432              
63433              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
63434              
63435              Subject: DOC PATCH 5.6.0
63436              
63437              Add the repository doc by Malcolm, Sarathy, and by Simon,
63438              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
63439      Branch: maint-5.6/perl
63440           +> Porting/repository.pod
63441           !> Configure MANIFEST Makefile.SH README.dos README.os2
63442           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
63443           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
63444           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
63445 ____________________________________________________________________________
63446 [  8169] By: gsar                                  on 2000/12/18  02:33:34
63447         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
63448              7435..7441,7445 from mainline
63449              
63450              Make the UTF-8 decoding stricter and more verbose when
63451              malformation happens.  This involved adding an argument
63452              to utf8_to_uv_chk(), which involved changing its prototype,
63453              and prefer STRLEN over I32 for the UTF-8 length, which as
63454              a domino effect necessitated changing the prototypes of
63455              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
63456              The stricter UTF-8 decoding checking uses Markus Kuhn's
63457              UTF-8 Decode Stress Tester from
63458              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
63459              
63460              Run vms/vms_yfix.pl, should have done that after changing
63461              perly.c in #7382.
63462              
63463              Subject: [PATCH 5.7.0] static linking with uninstalled perl
63464              
63465              (Replaced by #7440.)
63466              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
63467              
63468              Fix the bug ID 20001024.005, the bug introduced by #7416.
63469              
63470              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
63471              
63472              Fix the bug reported in
63473              From: andreas.koenig@anima.de (Andreas J. Koenig)
63474              Also make is_utf8_char() stricter.
63475              
63476              Missed the header file changes from #7425.
63477              
63478              Check if stdio supports tweaking lval and cnt simultaneously.
63479              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
63480              
63481              Stratus VOS updates from Paul Green.
63482              
63483              Podify README.epoc and README.vos.
63484              
63485              Add targets to Makefile.SH, most importantly
63486              'regen_all' which also remembers to update vms/perly*.
63487              
63488              Subject: Minor update to find2perl, for portability
63489              
63490              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
63491              
63492              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
63493              
63494              Rename UTF8LEN() to be UNISKIP(), too confusing to have
63495              UTF8LEN() and UTF8SKIP(). 
63496              
63497              Allow poking holes at the UTF-8 decoding strictness.
63498              
63499              Continue the internal UTF-8 API tweaking.
63500              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
63501              used much more than the simpler API, now called utf8_to_uv_simple().
63502              Still not quite happy with API, too much partial duplication
63503              of functionality.
63504              
63505              A new version of making the syslog test more robust.
63506              (Replaces #7421.)
63507              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
63508              
63509              buildtoc target tweaks.
63510              
63511              Integrate with vmsperl #7430 by Charles Bailey:
63512              
63513              Cleanup from prior patch (Charles Lane?):
63514              - improve handling of MFDs in Basename and Path
63515              - default to no xsubpp line # munging when building debug images
63516      Branch: maint-5.6/perl
63517           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
63518           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
63519           !> (integrate 67 files)
63520 ____________________________________________________________________________
63521 [  8168] By: gsar                                  on 2000/12/18  02:05:49
63522         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
63523              
63524              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
63525              From: Martin Husemann <martin@duskware.de>
63526              
63527              Subject: [PATCH 5.7.0] restore match data on backtracing
63528              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
63529      Branch: maint-5.6/perl
63530           !> regcomp.c regexec.c t/op/re_tests
63531 ____________________________________________________________________________
63532 [  8167] By: gsar                                  on 2000/12/18  01:55:22
63533         Log: integrate changes#7858,7986 from mainline
63534              
63535              C<foreach my $x ...> in pseudo-fork()ed process may diddle
63536              parent's memory; fix it by keeping track of the actual pad
63537              offset rather than a raw pointer (this change is probably also
63538              relevant to non-ithreads case to avoid fallout from reallocs of
63539              the pad array, but is currently only enabled for the ithreads
63540              case in the interests of minimal disruption to existing "well
63541              tested" code)
63542              
63543              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
63544              due to the notorious GetFileType() bug in Windows 9x, which fstat()
63545              tickles)
63546      Branch: maint-5.6/perl
63547           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
63548           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
63549           !> win32/win32.c win32/win32.h win32/win32sck.c
63550 ____________________________________________________________________________
63551 [  8166] By: gsar                                  on 2000/12/18  01:52:59
63552         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
63553              from mainline (xsubpp and ExtUtils::LibList fixups, various
63554              other small items)
63555              
63556              The generated boot_* headers are wrong.  Pickier compiler,
63557              such as KAI C++ will refuse to compile the resulting perlmain.
63558              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
63559              
63560              Various doc oddball characters.
63561              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
63562              
63563              Subject: [PATCH] Re: 20001101.003 PDL
63564              
63565              Subject: [PATCH 5.7.0] etags broken again
63566              
63567              Subject: [PATCH 5.7.0] Liblist finally works
63568              
63569              Subject: [PATCH 5.7.0] Liblist returns found libraries
63570              
63571              Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
63572              
63573              Subject: [PATCH 5.7.0] OUT keyword for xsubpp
63574              
63575              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
63576              OUT keyword nits.
63577              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
63578              OUT and IN_OUT documentation.
63579      Branch: maint-5.6/perl
63580           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
63581           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
63582           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
63583           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
63584           !> win32/bin/search.pl
63585 ____________________________________________________________________________
63586 [  8165] By: gsar                                  on 2000/12/18  01:28:45
63587         Log: integrate changes#7533,7563,7611,7623 from mainline (various
63588              malloc.c embellishments)
63589      Branch: maint-5.6/perl
63590           !> malloc.c pod/perldiag.pod
63591 ____________________________________________________________________________
63592 [  8164] By: gsar                                  on 2000/12/18  01:23:33
63593         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
63594              fixups)
63595      Branch: maint-5.6/perl
63596           !> utils/h2xs.PL
63597 ____________________________________________________________________________
63598 [  8163] By: gsar                                  on 2000/12/18  01:17:50
63599         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
63600              fixups)
63601      Branch: maint-5.6/perl
63602           !> Makefile.SH utils/perlbug.PL
63603 ____________________________________________________________________________
63604 [  8162] By: gsar                                  on 2000/12/18  00:25:43
63605         Log: always export Perl_deb() (it is required by re.xs whether
63606              Perl is built with or without -DDEBUGGING)
63607      Branch: maint-5.6/perl
63608            ! makedef.pl
63609 ____________________________________________________________________________
63610 [  8161] By: gsar                                  on 2000/12/18  00:23:38
63611         Log: integrate change#7414 from mainline
63612              
63613              Undo the basename() part of #7412 since the lib/basename
63614              tests would need upgrading too.
63615              
63616              squelch two tests in tr.t that rely on tr/// paranoia change
63617              that's not in 5.6.x
63618      Branch: maint-5.6/perl
63619            ! t/op/tr.t
63620           !> lib/File/Basename.pm
63621 ____________________________________________________________________________
63622 [  8160] By: gsar                                  on 2000/12/18  00:05:30
63623         Log: missing change in previous integrate
63624      Branch: maint-5.6/perl
63625           !> README.aix
63626 ____________________________________________________________________________
63627 [  8159] By: gsar                                  on 2000/12/18  00:03:38
63628         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
63629              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
63630              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7404..7408,
63631              7410..7413 from mainline
63632              
63633              Introduce the man[24-8] variables, from Andy Dougherty.
63634              
63635              Upgrade to CPAN 1.58, from Andreas König.
63636              
63637              An updated EBCDIC tr patch.
63638              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
63639              
63640              Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
63641              
63642              Two thirds of
63643              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
63644              The Install.pm changes will be submitted separately because
63645              they need some work and discussion still.
63646              
63647              The Install.pm third of
63648              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
63649              
63650              Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
63651              
63652              Subject: [PATCH 5.7.0] IVs in mtats
63653              
63654              Subject: [PATCH 5.7.0] Perl API for mstats
63655              
63656              Ilya implemented the memory profiling API.
63657              
63658              In Amdahl UTS "struct sv" is defined by a system header,
63659              <ksync.h>.
63660              
63661              Slight tweak of the code to appease Amdahl UTS cc.
63662              
63663              Amdahl UTS doesn't seem to do dynaloading.
63664              
63665              Use UTF8SKIP(), from Simon Cozens.
63666              
63667              Thinko in #7222.
63668              
63669              op/sprintf.t patch for OS/390 (and any other host with limited
63670              floating-point exponent length)
63671              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
63672              
63673              Tweak #7225.
63674              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
63675              
63676              Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
63677              
63678              Needs to be conditional on SunOS 4.
63679              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
63680              
63681              Test cases for bug id 20000323.056 (the bug seems to be fixed).
63682              
63683              Add test for bug id 20000427.003 (which seems to have
63684              been fixed) (also duplicate as 20000427.004, though
63685              with a higher severity).  Move one utf8 from op/append
63686              to pragma/utf8, tag the tests with bug ids.
63687              
63688              Document FNCASE=y as discussed in the bug 20000902.009.
63689              
63690              split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
63691              The problem was that rx->minlen was in chars while pp_split()
63692              thought it would be in bytes. 
63693              
63694              Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
63695              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
63696              
63697              Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
63698              
63699              Fix a couple of compiler-noted nits in #7235.
63700              
63701              Tweak the test of #7235.
63702              
63703              One more ~utf8 tweak.
63704              
63705              -w cleanup.
63706              Subject: Re: Problems with bleadperl 
63707              
63708              Subject: small pod patch
63709              
63710              Subject: [PATCH perlguts.pod] Document offset hack
63711              
63712              Add Charles Lane.
63713              
63714              Add the capability to include/exclude branches.
63715              
63716              Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
63717              
63718              Detect early whether the std streams have gone bad.
63719              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
63720              
63721              More IoTYPE sprinkling.
63722              
63723              Workaround for a sfio bug where the stream error indicator
63724              is not cleared as documented.
63725              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
63726              
63727              Clarify documentation on 'use bytes'.
63728              Subject: Re: What does 'use bytes' "mean" ?
63729              
63730              Show the failed remote port, instead of the failing line number.
63731              Subject: [PATCH 5.6.1 Debugger] More diagnostics
63732              
63733              Make Cwd more bulletproof in chrooted environments.
63734              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
63735              
63736              Subject: Pod patch for Devel::Peek
63737              
63738              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
63739              
63740              Borland C fstat() never saw the fd as writable.
63741              Subject: fix for Borland's weak "stat" (perl@7211)
63742              
63743              Missing change from #7362.
63744              
63745              Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
63746              
63747              Add the test case for the bug id 20000730.004 which seems
63748              to have been fixed by now.
63749              
63750              Fix of sorts for bug id 20000901.092.  There seems to be no trace
63751              of a 'pmshort' anywhere in the B, so the offending line was simply
63752              removed.
63753              
63754              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
63755              
63756              Subject: PATCH do_print has 2 PerlIO_error()s
63757              
63758              NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
63759              
63760              Typo noted by Mark Lutz.
63761              
63762              Subject: PATCH CR+LF should be "\cM\cJ" in perlop
63763              
63764              In the latest compiler builds cccdlflags must not become -fpic,
63765              from Wilfredo Sánchez.
63766              
63767              Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
63768              
63769              Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
63770              
63771              SOCKS function redefinitions need prototypes, too, otherwise
63772              for example 32 bit versus 64 bit differences cause a lot of
63773              problems.  Part of
63774              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
63775              
63776              Portability tweak on #7377.
63777              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
63778              
63779              Don't write double values through long double pointers,
63780              based on a part of
63781              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
63782              
63783              Reëntrancy fix.
63784              Subject: [PATCH perl@7229] Rentrant parser and yylex()
63785              
63786              Make scan_num() reëntrant, as suggested in
63787              Subject: [PATCH perl@7229] Rentrant parser and yylex()
63788              
63789              Fix for ID 20001020.006, concatenating an unset submatch
63790              with utf8 resulted in "Modification of a read-only value".
63791              
63792              Fix for ID 20000915.011, IO::Select warning for an undefined fd.
63793              
63794              The #7383 was right only in the context of the original bug report,
63795              not in more general case.
63796              
63797              Update Changes.
63798              
63799              Testcases for a #7383,#7385 related bug.
63800              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
63801              
63802              Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
63803              
63804              Tweak the Is* definitions of Unicode character classes
63805              to better match the official categorizations; embrace
63806              the official categorizations; add the combining marks
63807              as alpha (and -numeric); fix DCinital (a typo and edito)
63808              to be DCmedial.
63809              
63810              Hints tweak from Anton Berezin.
63811              
63812              Subject: installman go-faster stripes
63813              Subject: Re: installman go-faster stripes
63814              
63815              Subject: [ID 20001021.003] updated hints/openbsd.sh
63816              
63817              Subject: [PATCH bleadperl] -MO=C falls over on package <none>
63818              
63819              Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
63820              
63821              Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
63822              
63823              Doc patch.
63824              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
63825              
63826              Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
63827              
63828              Subject: Re: [ID 20001021.005] SEGV with regex match 
63829              
63830              Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
63831              
63832              The change #7187 was not so good on VMS.
63833              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
63834              
63835              Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
63836              
63837              Miscellaneous MacOS Classic library updates from Matthias Neeracher.
63838              
63839              Document PERL_INSTALL_ROOT of #7210.
63840      Branch: maint-5.6/perl
63841           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
63842           +> t/lib/tie-splice.t
63843            - lib/unicode/Is/DCinital.pl
63844           !> (integrate 112 files)
63845 ____________________________________________________________________________
63846 [  8158] By: jhi                                   on 2000/12/17  23:04:24
63847         Log: Subject: [PATCHES] RE: perl@8150 
63848              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
63849              Date: Sun, 17 Dec 2000 21:46:39 +0100
63850              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
63851              
63852              Neither cygwin has a getpwuid() one can trust on.
63853      Branch: perl
63854            ! t/lib/glob-basic.t
63855 ____________________________________________________________________________
63856 [  8157] By: jhi                                   on 2000/12/17  23:01:54
63857         Log: More MAN.PODS => {} fixes.
63858      Branch: perl
63859            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
63860            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
63861            ! os2/OS2/REXX/Makefile.PL
63862 ____________________________________________________________________________
63863 [  8156] By: gsar                                  on 2000/12/17  22:49:13
63864         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
63865              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
63866              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
63867              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
63868              7201,7204 from mainline
63869              
63870              Remove vestiges of tr//CU.
63871              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
63872              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
63873              
63874              The return value of setlocale must be copied away.
63875              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
63876              
63877              Allow chop() and chomp() to be overridden.
63878              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
63879              
63880              Hints optimization.
63881              Subject: Minor nit
63882              
63883              Subject: [PATCH] de-wall t/README
63884              
63885              Subject: Re: Two advertising clauses need to be removed
63886              
63887              Batch of UTF-8 patches from Simon Cozens.
63888              
63889              Fix for a parsing bug, not for the original bug.
63890              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
63891              
63892              Compilation warnings and an error.
63893              
63894              Subject: File::Find 5.7.0 POD nits
63895              
63896              Subject: [PATCH perl-5.7.0] continued -Wformat support
63897              
63898              The one that got away.
63899              
63900              Subject: Re: perl@7078
63901              
63902              UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
63903              convertable to bytes by checking it doesn't go above 0xc3
63904              Subject: Re: perl@7078
63905              
63906              Replace #7084 with
63907              Subject: Re: perl@7078 
63908              
63909              We don't need to count the high bit bytes, a boolean is enough. 
63910              
63911              Subject: [PATCH] utf8.c apidoc
63912              
63913              Subject: Re: perl@7078 
63914              
63915              Botched the #7090 check-in.
63916              
63917              Fix for the charnames.t failures from Spider Boardman.
63918              
63919              Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
63920              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
63921              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
63922              0 to checking to get the warning.
63923              
63924              Subject: [PATCH] Nits in perlmod.pod
63925              
63926              Subject: Re: Trapping by opmask sets strange parser state [PATCH]
63927              
63928              Subject: Re: unicode support and perl [ID 20000901.097]
63929              
63930              Subject: Re: unicode support and perl [ID 20000901.097]
63931              
63932              Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
63933              
63934              Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
63935              
63936              Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
63937              
63938              Subject: [PATCH@blead] Fix some recursion in overload.pm
63939              
63940              s/Robin Parker/Robin Barker/
63941              
63942              Subject: [PATCH] Fix aliasing of tied filehandles
63943              
63944              Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
63945              
63946              Subject: Re: [PATCH 5.005_64 missed]
63947              
63948              SOCK_DGRAM and listen() do not mix as reported in
63949              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
63950              The patch for 5.7.0+ had to be reengineered, though.
63951              
63952              Subject: DOC PATCH 5.6.0
63953              
63954              Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
63955              
63956              Document the issue (is not a syntax error, kind of)
63957              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
63958              
63959              Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
63960              Did not apply cleanly, manual intervention was needed.
63961              
63962              Subject: [PATCH] DLL not restartabke with threaded perl
63963              
63964              Inside require() $^S was always left undefined.
63965              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
63966              
63967              Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
63968              
63969              OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
63970              
63971              Regen headers.
63972              
63973              Subject: [PATCH 5.7.0] Epoc update
63974              
63975              Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
63976              as suggested by Olaf Flebbe and Nick Clark.
63977              
63978              Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
63979              
63980              Misplaced else.
63981              
63982              Scale down the VMS message boxes, by Charles Lane.
63983              Fix for ID 20000903.009, workaround at
63984              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
63985              
63986              Subject: [ID 20001003.006] B::Debug not -w clean
63987              
63988              Test harness update to sync with the new perlcc,
63989              from Simon Cozens.
63990              
63991              One remaining nit less at the VMS mailbox sizing.
63992              
63993              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
63994              
63995              It is possible to have no hosts database at all.  Pointed out in
63996              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
63997              
63998              Subject: [PATCH 5.7.0] h2xs not working
63999              Subject: [PATCH 5.7.0] h2xs not documenting the created module
64000              
64001              Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
64002              
64003              Subject: perlhack.pod Patch for Externals Tools
64004              
64005              Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
64006              
64007              Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
64008              
64009              Enable disabling scripts installation by Configure -Uinstallscripts,
64010              suggested by H. Merijn Brand.
64011              
64012              Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
64013              reported several times by Dominic Dunlop, for example in
64014              ID 20000315.008.  Patch from Dominic.  Patch affects at
64015              least MachTen, and possibly other oldish BSDs. Should not
64016              break non-broken platforms (tested on LinuxPPC). 
64017              
64018              Regen toc.
64019              
64020              Subject: Re: Questions about Tie::Array and perl modules
64021              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
64022              
64023              Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
64024              
64025              Tweak #7153.
64026              
64027              IO::Handle->syswrite() did not handle length omission
64028              like CORE::syswrite() does.
64029              Subject: [Fwd] IO::Handle, syswrite and arguments
64030              The original patch from andrew@ugh.net.au.
64031              
64032              Also the $ccflags is needed for the C compiler check.
64033              Subject: Configure (check for C-compiler)
64034              
64035              Eliminate $Is_VMS code from the test.
64036              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
64037              
64038              Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
64039              as the first option of cc/ld because of ultrapicky compilers
64040              (e.g. OS/390 R2.5)
64041              
64042              Change the version number of Tie::Handle in the core to 4.0,
64043              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
64044              Subject: Note on Tie::Handle
64045              
64046              UTF8ize split() so that the cloned substrings get the UTF8
64047              flag of the original scalar.  Problem reported by Simon Cozens.
64048              
64049              save_re_context() could reset PL_curcop to freed memory, causing core
64050              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
64051              
64052              Subject: PATCH 5.6 perldebguts grammar cleanup
64053              
64054              Add a todo note about overloadable assertions.
64055              
64056              on Windows, LoadLibrary() could load an extension DLL multiple
64057              times if forward slashes are used in the path
64058              
64059              on Windows, cwd strings in the environment should be of the
64060              form =X:=X:\foo instead of =X=X:\foo\
64061              
64062              on Windows, avoid potential exception (could happen if MSVCRT isn't
64063              being used) when closing a socket handle
64064              
64065              avoid nonportable example code
64066              
64067              Windows9x doesn't support link(), despite what Config.pm
64068              might think
64069              
64070              pod nit
64071              
64072              Change #7160 had a nasty typo.
64073              
64074              Warn about unknown scripts.
64075              Subject: Re: ideas? patches? [PATCH bleadperl]
64076              
64077              on Windows, clean targets might not work under some flavors of the shell
64078              
64079              tweak for change#7173
64080              
64081              Make eq work again with utf8 (disabling the upgrading
64082              should no more be necessary since the copies of the
64083              scalars are upgraded, not the scalars themselves).
64084              Takes care of ID 20001009.001.  (The claimed length()
64085              bug in 20001009.001 seems bogus to me.)
64086              
64087              Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
64088              
64089              Upgrade to CGI.pm 2.74, from Lincoln Stein.
64090              
64091              Upgrade to podlators 1.04, from Russ Allbery.
64092              
64093              Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
64094              
64095              Quote the temp file name, needed in Win32 because the
64096              default name unfortunately contains spaces, shouldn't
64097              hurt elsewhere.
64098              Subject: FW: perldoc fails if $TEMP contains spaces
64099              
64100              Subject: RE: [ID 19990803.001] README.win32 suggestions 
64101              
64102              Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
64103              
64104              Subject: Re: utf8 concat, mg_get
64105              
64106              Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
64107              
64108              Subject: [PATCH: perl@7181] op/tr tests on OS/390
64109              
64110              Subject: [PATCH: perl@7181] ver.t v string tests for os/390
64111              
64112              Use the versiononly instead of the installscripts,
64113              retract the changes 7146 and 7147.
64114              
64115              Reapply Andy's patch and regen Configure.
64116              
64117              Add the test case for #7190, from the original bug report
64118              by Andreas König.
64119              
64120              Remove duplicated code.
64121              
64122              SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
64123              
64124              restore change#7202
64125      Branch: maint-5.6/perl
64126           !> (integrate 121 files)
64127 ____________________________________________________________________________
64128 [  8155] By: jhi                                   on 2000/12/17  22:30:58
64129         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
64130              From: "Craig A. Berry" <craigberry@mac.com>
64131              Date: Sun, 17 Dec 2000 13:09:28 -0600
64132              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
64133              
64134              MAN.PODS => ' ' is naughty.
64135      Branch: perl
64136            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
64137 ____________________________________________________________________________
64138 [  8154] By: nick                                  on 2000/12/17  22:07:13
64139         Log: MULTIPLICITY nit.
64140      Branch: perl
64141            ! mg.c
64142 ____________________________________________________________________________
64143 [  8153] By: gsar                                  on 2000/12/17  21:23:05
64144         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
64145              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
64146              from mainline
64147              
64148              Document the SvIOK_.*UV().
64149              
64150              Update Unicode todo list.
64151              
64152              Guard against bad string->int conversion for quads.
64153              
64154              Subject: small apidoc fix
64155              
64156              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
64157              
64158              Subject: [PATCH] Tied filehandle documentation
64159              
64160              Subject: [PATCH] Modernize Opcode.pm documentation
64161              
64162              Make Data::Dumper (non-XS) to work with changed semantics of ref().
64163              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
64164              [applied even though said semantics didn't change in 5.6.x]
64165              
64166              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
64167              
64168              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
64169              
64170              Fix the URL, but the server is still missing in action.
64171              Subject: [ID 20000905.002] perlfaq1.pod URL error
64172              
64173              Subject: [ID 20000903.001] \w in utf8-strings
64174              
64175              Fix the ccversion detection for 5.1 and beyond.
64176              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
64177              
64178              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
64179              
64180              Subject: [ID 20000904.008] Tiny fix for perldiag
64181              
64182              Subject: Re: [ID 20000906.004] segfault with bad perl statement
64183              
64184              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
64185              
64186              Subject: [ID 20000908.002] perlipc documentation bug.
64187              
64188              Subject: [PATCH lib/Benchmark.pm]
64189              
64190              Re-allow vec() for characters > 255.
64191              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
64192              
64193              Do away with memory models cruft.  Sorry, PDP users.
64194              
64195              Continue #7041.
64196              
64197              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
64198              
64199              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
64200              
64201              Upgrade to CPAN 1.57_65, from Andreas König.
64202              
64203              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
64204              by Russ Allbery.
64205              
64206              Silence t/pod/*.t about alternate quote-mappings now implemented
64207              by Pod::Text, from Brad Appleton.
64208              
64209              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
64210              Subject: borland C++ win32.c tweak
64211              
64212              C<@a = @b = split(...)> optimization coredumps under ithreads
64213              (missed a spot when fixing up op_pmreplroot hack for ithreads)
64214              
64215              Document the SvUTF8*().
64216              
64217              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
64218              
64219              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
64220              
64221              Do in VMS as the #7054 does.
64222              
64223              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
64224              
64225              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
64226              
64227              Subject: [patch: perl@7045] vms updates
64228              
64229              Test for the #7049.
64230              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
64231              
64232              Break up the myconfig lines a bit.
64233              Subject: perlbug/perl -V output format
64234              
64235              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
64236              
64237              The #7054 truncated Configure badly.
64238              
64239              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
64240              initialization in all the threads on Windows
64241              
64242              Allow for whitespace between "#" and "line" in cpp output.
64243              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
64244              
64245              Remove vestiges of tr//CU.
64246              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
64247              
64248              The return value of setlocale must be copied away.
64249              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
64250              
64251              Allow chop() and chomp() to be overridden.
64252              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
64253              
64254              Hints optimization.
64255              Subject: Minor nit
64256              
64257              Subject: [PATCH] de-wall t/README
64258              
64259              Subject: Re: Two advertising clauses need to be removed
64260      Branch: maint-5.6/perl
64261           !> (integrate 75 files)
64262 ____________________________________________________________________________
64263 [  8152] By: gsar                                  on 2000/12/17  20:30:11
64264         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
64265              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
64266              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
64267              
64268              Don't attach -ld to the archname if pointless.
64269              
64270              Document UNTIE in a very minimalistic way.
64271              
64272              POSIX doesn't report long double values under -Duselongdouble
64273              when the long doubles are "real" (bigger than doubles).
64274              
64275              More author updates.
64276              
64277              Try to deduce NV_MAX.  Really should be Configure fodder.
64278              
64279              :: not allowed in pathnames, change to .
64280              Subject: [PATCH perl@6938] cygwin port
64281              
64282              Forget about NV_MAX (#6951).  Various floating point tweaks,
64283              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
64284              
64285              Move the Solaris 7 scan to use64bitall, make the
64286              failure to find 64-bot sparc libc to mention the
64287              possibility of being in an intel, from Lupe and Alan.
64288              
64289              Regen perltoc.
64290              
64291              AUTHORS tweaks, from Peter Prymmer.
64292              
64293              More address tweaking.
64294              
64295              Small tweaks all over.
64296              
64297              File::Temp patches from Andreas König,
64298              
64299              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
64300              
64301              Subject: CPAN.pm beta 1.57_57 for the core
64302              
64303              Part of the solution.
64304              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
64305              
64306              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
64307              
64308              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
64309              
64310              Add the overload warnings to perldiag.
64311              
64312              Drop unused argument.
64313              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
64314              
64315              Subject: Nit in Configure (bleadperl@6961)
64316              
64317              Update to PodParser 1.18, from Brad Appleton.
64318              
64319              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
64320              
64321              Subject: [PATCH: 6948] add SCNfldbl to configure.com
64322              
64323              Document UNTIE. Also tweak implementation to suppress the 'inner references'
64324              warning when UNTIE exists and instead pass the cound of extra references to
64325              the UNTIE method.
64326              
64327              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
64328              so that case-ignoring systems like DCL can tell them from
64329              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
64330              
64331              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
64332              
64333              Feature ordering tweak.
64334              
64335              Regen perltoc.
64336              
64337              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
64338              
64339              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
64340              
64341              Subject: http:// in L<>
64342              
64343              Detypo.
64344              
64345              change#6791 accidentally clobbered change#6710, put it back
64346              
64347              Only the first line, thank you very much.
64348              
64349              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
64350              plus rework the http: spots as suggested by Tom Christiansen,
64351              plus regen perltoc.
64352              
64353              Undo part of change 6489 which looks like a bulk edit which
64354              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
64355              The supressing of main:: on return from select() is undesirable.
64356              
64357              Apparently avoiding the swapping is too costly.
64358              
64359              Various Configure nits by Philip Newton,
64360              plus the ebcdic one by me.
64361              
64362              Make certain cc is set before trying to run it.
64363              
64364              If overloaded %{} etc. return the object do not loop.
64365              Thus  sub deref { $_[0] } functions if object is wanted type.
64366              
64367              Update perlhist.
64368              
64369              More %{} and other deref special casing - do not pass to 'nomethod'.
64370      Branch: maint-5.6/perl
64371           !> (integrate 59 files)
64372 ____________________________________________________________________________
64373 [  8151] By: gsar                                  on 2000/12/17  19:14:38
64374         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
64375              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
64376              
64377              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
64378              
64379              Make the epsilon to be relative, not absolute.
64380              
64381              Put back the flags dump as reasoned in
64382              Subject: Re: [PATCH] Glob dumping
64383              
64384              Introduce ccname to keep track of what compiler kind of we have.
64385              
64386              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
64387              
64388              Put back the slice accidentally removed by #6907.
64389              
64390              Reset archname and archname64 always, forcing them be
64391              recomputed at each Configure run, make Configure and
64392              the hints files agree on the naming of largefiles variables.
64393              
64394              Don't say "Perl 5.0 source kit".
64395              
64396              Subject: [PATCH] fix misc cast warnings
64397              
64398              Subject: typos in pods
64399              
64400              NVs not necessarily doubles, as pointed out by Yitzchak.
64401              
64402              Subject: [PATCH 6889] add a few ldbl formats to configure.com
64403              
64404              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
64405              
64406              Better options for rsync.
64407              
64408              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
64409              
64410              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
64411              
64412              Subject: [PATCH] Re: UNTIE method 
64413              
64414              A better fix for the Socket building problem from Craig Berry.
64415              
64416              Retract the dummy test, skip the security tests (instead of failing),
64417              explain what the warnings mean.
64418              
64419              Heap decorruption.
64420              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
64421              
64422              Update to Unicode 3.0.1.
64423              
64424              Missed one Unicode file.
64425              
64426              Subject: Re: typos in pods
64427              
64428              The #6929 was too skimpy.
64429              
64430              sscanf() may be the only way to read long doubles from strings.
64431              
64432              Reveal Borland's isnan.
64433              Subject: build with BC++ tweak
64434              
64435              Issue useful diagnostic on unknown pod commands.
64436              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
64437              
64438              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
64439              
64440              Clarify the third case of ftmp-security warnings.
64441              
64442              Make -Dusemorebits find long doubles in Solaris.
64443              
64444              Wrap the test in eval.
64445      Branch: maint-5.6/perl
64446           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
64447           +> lib/unicode/PropList.txt lib/unicode/README.perl
64448           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
64449           +> lib/unicode/Unicode.301 vms/vmspipe.com
64450            - lib/unicode/Props.txt lib/unicode/UCD300.html
64451            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
64452           !> (integrate 305 files)
64453 ____________________________________________________________________________
64454 [  8150] By: jhi                                   on 2000/12/17  18:47:57
64455         Log: Uncheckedin generated files.
64456      Branch: perl
64457            ! global.sym perlapi.c pod/perlapi.pod
64458 ____________________________________________________________________________
64459 [  8149] By: jhi                                   on 2000/12/17  18:41:22
64460         Log: Update Changes.
64461      Branch: perl
64462            ! Changes patchlevel.h
64463 ____________________________________________________________________________
64464 [  8148] By: jhi                                   on 2000/12/17  18:39:16
64465         Log: Subject: [PATCH] Fcntl constants speedup
64466              From: Nicholas Clark <nick@ccl4.org>
64467              Date: Sun, 17 Dec 2000 16:29:24 +0000
64468              Message-ID: <20001217162924.E97668@plum.flirble.org>
64469              
64470              Use IVs for the Fcntl constants instead of NVs.
64471      Branch: perl
64472            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
64473 ____________________________________________________________________________
64474 [  8147] By: jhi                                   on 2000/12/17  18:33:41
64475         Log: Add test for #8145 (binmode() warning), add warning for
64476              ioctl() and sockpair(), document them. (fileno() cannot
64477              be tripwired with the same kind of warning because
64478              'defined fileno($foo)' seems to be an idiom.)
64479      Branch: perl
64480            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
64481 ____________________________________________________________________________
64482 [  8146] By: gsar                                  on 2000/12/17  18:09:08
64483         Log: update Changes
64484      Branch: maint-5.6/perl
64485            ! Changes
64486 ____________________________________________________________________________
64487 [  8145] By: jhi                                   on 2000/12/17  17:39:35
64488         Log: Subject: [PATCH] Re: The long awaited feature ...
64489              From: Simon Cozens <simon@cozens.net>
64490              Date: Sun, 17 Dec 2000 12:31:56 +0000
64491              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
64492              
64493              Add a warning to binmode() about using bad filehandles
64494              (can happen e.g. if someone forgets the filehandle argument)
64495      Branch: perl
64496            ! pp_sys.c
64497 ____________________________________________________________________________
64498 [  8144] By: jhi                                   on 2000/12/17  17:33:48
64499         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
64500              From: Jonathan Stowe <gellyfish@gellyfish.com>
64501              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
64502              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
64503      Branch: perl
64504            ! lib/Net/Ping.pm
64505 ____________________________________________________________________________
64506 [  8143] By: jhi                                   on 2000/12/17  05:31:37
64507         Log: Polymorphic regexps.
64508              
64509              Fixes at least the bugs 20001028.003 (both of them...) and
64510              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
64511              also to be fixed by now, probably already before this patch.
64512      Branch: perl
64513            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
64514            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
64515            ! t/op/utf8decode.t t/pragma/utf8.t
64516 ____________________________________________________________________________
64517 [  8142] By: jhi                                   on 2000/12/16  17:16:05
64518         Log: Subject: [patch perl@8102] dos/djgpp update
64519              From: Laszlo Molnar <ml1050@freemail.hu>
64520              Date: Sat, 16 Dec 2000 01:40:52 +0100
64521              Message-ID: <20001216014052.A335@freemail.hu>
64522      Branch: perl
64523            ! djgpp/config.over t/base/commonsense.t
64524 ____________________________________________________________________________
64525 [  8141] By: jhi                                   on 2000/12/16  17:09:27
64526         Log: Few uncheckedin files.
64527      Branch: perl
64528            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
64529 ____________________________________________________________________________
64530 [  8140] By: nick                                  on 2000/12/15  22:14:31
64531         Log: Integrate mainline
64532      Branch: perlio
64533           !> (integrate 53 files)
64534 ____________________________________________________________________________
64535 [  8139] By: jhi                                   on 2000/12/15  19:49:49
64536         Log: One more IVUV tweak from Nicholas Clark.
64537      Branch: perl
64538            ! sv.c
64539 ____________________________________________________________________________
64540 [  8138] By: jhi                                   on 2000/12/15  19:17:06
64541         Log: Return of the IVUV-preservation, now seems to be happy even
64542              in Digital UNIX (the broken strtoul brokenness detection
64543              seems to have been the fly in the ointment).
64544      Branch: perl
64545            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
64546            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
64547            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
64548            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
64549            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
64550            ! vos/config.ga.h win32/config.bc win32/config.gc
64551            ! win32/config.vc
64552 ____________________________________________________________________________
64553 [  8137] By: jhi                                   on 2000/12/15  18:12:14
64554         Log: Metaconfig unit change for #8136.
64555      Branch: metaconfig
64556            ! U/modified/d_strtoul.U
64557      Branch: metaconfig/U/perl
64558            ! d_strtoull.U d_strtouq.U
64559 ____________________________________________________________________________
64560 [  8136] By: jhi                                   on 2000/12/15  18:11:35
64561         Log: I don't think it's sensible or portable to test the strtou*
64562              on /^-/ strings.
64563      Branch: perl
64564            ! Configure
64565 ____________________________________________________________________________
64566 [  8135] By: jhi                                   on 2000/12/15  17:18:49
64567         Log: Metaconfig unit change for #8134.
64568      Branch: metaconfig
64569            ! U/modified/d_strtoul.U
64570 ____________________________________________________________________________
64571 [  8134] By: jhi                                   on 2000/12/15  17:14:13
64572         Log: If longsize is 8 we don't need a LL suffix for integer constants.
64573      Branch: perl
64574            ! Configure config_h.SH
64575 ____________________________________________________________________________
64576 [  8133] By: jhi                                   on 2000/12/15  16:00:23
64577         Log: Update Changes.
64578      Branch: perl
64579            ! Changes patchlevel.h
64580 ____________________________________________________________________________
64581 [  8132] By: jhi                                   on 2000/12/15  15:44:16
64582         Log: Some compilers get huffy if you do not cast a const pointer
64583              to a non-const when assigning.
64584      Branch: perl
64585            ! gv.c
64586 ____________________________________________________________________________
64587 [  8131] By: jhi                                   on 2000/12/15  15:38:30
64588         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
64589              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
64590              Date: Fri, 15 Dec 2000 05:26:57 -0500
64591              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
64592      Branch: perl
64593            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
64594            ! t/pragma/overload.t
64595 ____________________________________________________________________________
64596 [  8130] By: jhi                                   on 2000/12/15  15:36:08
64597         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
64598              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
64599              Date: Thu, 14 Dec 2000 22:02:43 -0500
64600              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
64601      Branch: perl
64602            ! gv.c perl.h
64603 ____________________________________________________________________________
64604 [  8129] By: jhi                                   on 2000/12/15  15:34:16
64605         Log: Subject: PATCH: h2xs nit
64606              From: Tim Jenness <t.jenness@jach.hawaii.edu>
64607              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
64608              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
64609              
64610              Add a template README.
64611      Branch: perl
64612            ! utils/h2xs.PL
64613 ____________________________________________________________________________
64614 [  8128] By: jhi                                   on 2000/12/15  15:32:22
64615         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
64616      Branch: perl
64617            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
64618 ____________________________________________________________________________
64619 [  8127] By: jhi                                   on 2000/12/15  15:19:34
64620         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
64621              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
64622              Date:     Thu, 14 Dec 2000 20:04:42 EST
64623              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
64624      Branch: perl
64625            ! ext/Opcode/Opcode.xs
64626 ____________________________________________________________________________
64627 [  8126] By: jhi                                   on 2000/12/15  15:17:49
64628         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
64629              From: Peter Prymmer <pvhp@forte.com>
64630              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
64631              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
64632      Branch: perl
64633            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
64634            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
64635            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
64636 ____________________________________________________________________________
64637 [  8125] By: jhi                                   on 2000/12/15  15:11:05
64638         Log: This seems to be a stage sane and stable enough to checkin.
64639              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
64640      Branch: perl
64641            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
64642            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
64643            ! t/op/cmp.t t/op/numconvert.t
64644 ____________________________________________________________________________
64645 [  8124] By: jhi                                   on 2000/12/15  04:20:26
64646         Log: Something is really wonky.
64647      Branch: perl
64648            ! sv.c
64649 ____________________________________________________________________________
64650 [  8123] By: jhi                                   on 2000/12/15  04:00:50
64651         Log: Fixes for the IV UV patches to compile in Digital UNIX.
64652      Branch: perl
64653            ! sv.c
64654 ____________________________________________________________________________
64655 [  8122] By: jhi                                   on 2000/12/15  02:53:40
64656         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
64657              From: "Craig A. Berry" <craigberry@mac.com>
64658              Date: Thu, 14 Dec 2000 19:10:49 -0600
64659              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
64660      Branch: perl
64661            ! vms/vms.c
64662 ____________________________________________________________________________
64663 [  8121] By: jhi                                   on 2000/12/15  02:50:00
64664         Log: Metaconfig changes for #8120.
64665      Branch: metaconfig
64666            + U/modified/d_strtoul.U
64667      Branch: metaconfig/U/perl
64668            ! d_strtoull.U d_strtouq.U
64669 ____________________________________________________________________________
64670 [  8120] By: jhi                                   on 2000/12/15  02:49:42
64671         Log: From: Nicholas Clark <nick@ccl4.org> 
64672              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
64673              Date: Thu, 14 Dec 2000 18:38:57 +0000
64674              Message-ID: <20001214183857.B97909@plum.flirble.org>
64675      Branch: perl
64676            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
64677            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
64678            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
64679            ! vos/config.ga.def vos/config.ga.h win32/config.bc
64680            ! win32/config.gc win32/config.vc
64681 ____________________________________________________________________________
64682 [  8119] By: jhi                                   on 2000/12/14  23:40:58
64683         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
64684              From: Nicholas Clark <nick@ccl4.org>
64685              Date: Wed, 13 Dec 2000 20:08:50 +0000
64686              Message-ID: <20001213200849.B71166@plum.flirble.org>
64687      Branch: perl
64688            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
64689            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
64690 ____________________________________________________________________________
64691 [  8118] By: jhi                                   on 2000/12/14  22:46:26
64692         Log: Integrate perlio.
64693      Branch: perl
64694           !> MANIFEST ext/Encode/compile makedef.pl
64695 ____________________________________________________________________________
64696 [  8117] By: nick                                  on 2000/12/14  22:38:53
64697         Log: Win32 tweaks to get Encode to build
64698              - temp hack to makedef.pl till PerlIO is properly "exported".
64699              - MSVC dislikes  
64700              static encpage_t foo[];
64701              so make 'em extern for now.
64702      Branch: perlio
64703            ! ext/Encode/compile makedef.pl
64704 ____________________________________________________________________________
64705 [  8116] By: nick                                  on 2000/12/14  22:00:53
64706         Log: Document the new files
64707      Branch: perlio
64708            ! MANIFEST
64709 ____________________________________________________________________________
64710 [  8115] By: jhi                                   on 2000/12/14  21:58:01
64711         Log: MANIFEST new files of #8114.
64712      Branch: perl
64713            ! MANIFEST
64714 ____________________________________________________________________________
64715 [  8114] By: jhi                                   on 2000/12/14  21:50:49
64716         Log: Integrate perlio.
64717      Branch: perl
64718           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
64719           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
64720           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
64721           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
64722           !> ext/Encode/Makefile.PL
64723 ____________________________________________________________________________
64724 [  8113] By: jhi                                   on 2000/12/14  21:48:49
64725         Log: The documentation part of the
64726              
64727              Subject: [ID 20001214.002] Net::Ping patch
64728              From: Jonathan Stowe <gellyfish@gellyfish.com>
64729              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
64730              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
64731              since the #7529 had already addressed the same problem.
64732      Branch: perl
64733            ! lib/Net/Ping.pm
64734 ____________________________________________________________________________
64735 [  8112] By: jhi                                   on 2000/12/14  21:42:57
64736         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
64737              From: Dominic Dunlop <domo@computer.org>
64738              Date: Tue, 12 Dec 2000 10:47:10 +0100
64739              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
64740              
64741              Document how elusive subroutines can be.
64742      Branch: perl
64743            ! pod/perlfunc.pod
64744 ____________________________________________________________________________
64745 [  8111] By: jhi                                   on 2000/12/14  21:38:05
64746         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
64747              From: Dominic Dunlop <domo@computer.org>
64748              Date: Thu, 14 Dec 2000 10:13:51 +0100
64749              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
64750      Branch: perl
64751            ! ext/POSIX/POSIX.pod
64752 ____________________________________________________________________________
64753 [  8110] By: jhi                                   on 2000/12/14  21:36:32
64754         Log: Subject: [patch] perlfaq7
64755              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
64756              Date: Thu, 14 Dec 2000 15:31:07 +0100
64757              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
64758      Branch: perl
64759            ! pod/perlfaq7.pod
64760 ____________________________________________________________________________
64761 [  8109] By: jhi                                   on 2000/12/14  21:29:20
64762         Log: Subject: [8104] Encode
64763              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
64764              Date: Thu, 14 Dec 2000 14:49:34 +0100
64765              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
64766              
64767              Type casting for nervous compilers.
64768      Branch: perl
64769            ! ext/Encode/Encode.xs
64770 ____________________________________________________________________________
64771 [  8108] By: jhi                                   on 2000/12/14  21:26:17
64772         Log: Subject: [8104] DB_File
64773              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
64774              Date: Thu, 14 Dec 2000 14:49:35 +0100
64775              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
64776              
64777              Type definition incorrect for DB 2.7.7.  Not known when it
64778              changed, so only changed it for a known revision.
64779      Branch: perl
64780            ! ext/DB_File/DB_File.xs
64781 ____________________________________________________________________________
64782 [  8107] By: jhi                                   on 2000/12/14  21:23:41
64783         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
64784              From: Peter Prymmer <pvhp@forte.com>
64785              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
64786              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
64787              
64788              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
64789      Branch: perl
64790            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
64791            ! ext/Encode/Encode/posix-bc.enc
64792 ____________________________________________________________________________
64793 [  8106] By: nick                                  on 2000/12/14  20:36:13
64794         Log: "Cold" build correction to Encode's Makefile.PL
64795      Branch: perlio
64796            ! ext/Encode/Makefile.PL
64797 ____________________________________________________________________________
64798 [  8105] By: nick                                  on 2000/12/14  20:09:37
64799         Log: "Compiled" encodings.
64800              Correct replacement character in EBCDIC .enc files
64801              Add 0x7F to ASCII repertoire.
64802      Branch: perlio
64803            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
64804            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
64805            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
64806            ! ext/Encode/Makefile.PL ext/Encode/compile
64807            ! ext/Encode/encengine.c ext/Encode/encode.h
64808 ____________________________________________________________________________
64809 [  8104] By: nick                                  on 2000/12/14  00:38:20
64810         Log: Integrate mainline
64811      Branch: perlio
64812           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
64813           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
64814           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
64815           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
64816           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
64817           !> t/lib/db-hash.t t/lib/db-recno.t
64818 ____________________________________________________________________________
64819 [  8103] By: nick                                  on 2000/12/13  23:16:13
64820         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
64821              so far and so it does not get lost.
64822      Branch: perlio
64823            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
64824 ____________________________________________________________________________
64825 [  8102] By: jhi                                   on 2000/12/13  17:14:22
64826         Log: Update Changes.
64827      Branch: perl
64828            ! Changes patchlevel.h
64829 ____________________________________________________________________________
64830 [  8101] By: jhi                                   on 2000/12/13  16:53:41
64831         Log: Move the proto of start_glob() to a better place; regen api files.
64832      Branch: perl
64833            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
64834 ____________________________________________________________________________
64835 [  8100] By: jhi                                   on 2000/12/13  16:47:11
64836         Log: Metaconfig change for #8099.
64837      Branch: metaconfig
64838            ! U/modified/Head.U
64839 ____________________________________________________________________________
64840 [  8099] By: jhi                                   on 2000/12/13  16:46:48
64841         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
64842              From: Andy Dougherty <doughera@lafayette.edu>
64843              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
64844              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
64845      Branch: perl
64846            ! Configure
64847 ____________________________________________________________________________
64848 [  8098] By: jhi                                   on 2000/12/13  16:39:02
64849         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
64850              From: rspier@pobox.com (Robert Spier)
64851              Date: Tue, 12 Dec 2000 21:12:39 -0500
64852              Message-ID: <14902.56087.678086.725773@rls.cx>
64853              
64854              fastgetcwd is defined using a glob alias on a $^O dependent basis -
64855              and there was no default assignment or perl subroutine.
64856      Branch: perl
64857            ! lib/Cwd.pm
64858 ____________________________________________________________________________
64859 [  8097] By: jhi                                   on 2000/12/13  16:16:01
64860         Log: Subject: [PATCH] move startglob out of pp_hot.c
64861              From: Nicholas Clark <nick@ccl4.org>
64862              Date: Mon, 11 Dec 2000 23:16:39 +0000
64863              Message-ID: <20001211231638.A55550@plum.flirble.org>
64864      Branch: perl
64865            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
64866 ____________________________________________________________________________
64867 [  8096] By: jhi                                   on 2000/12/13  15:26:23
64868         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
64869              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
64870              Date: Wed, 13 Dec 2000 14:01:37 +0100
64871              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
64872              
64873              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
64874              in turn requires libpthread in libswanted.
64875      Branch: perl
64876            ! hints/hpux.sh
64877 ____________________________________________________________________________
64878 [  8095] By: jhi                                   on 2000/12/12  19:51:05
64879         Log: The integration wars continue.
64880      Branch: perl
64881           !> sv.c
64882 ____________________________________________________________________________
64883 [  8094] By: jhi                                   on 2000/12/12  19:48:26
64884         Log: Subject: [PATCH perl@8070] DB_File-1.74  
64885              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
64886              Date: Mon, 11 Dec 2000 23:07:17 -0000
64887              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
64888      Branch: perl
64889            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
64890            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
64891            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
64892            ! t/lib/db-recno.t
64893 ____________________________________________________________________________
64894 [  8093] By: nick                                  on 2000/12/12  19:42:13
64895         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
64896      Branch: perlio
64897            ! sv.c
64898           !> lib/File/DosGlob.pm
64899 ____________________________________________________________________________
64900 [  8092] By: jhi                                   on 2000/12/12  19:28:11
64901         Log: Integrate perlio.
64902      Branch: perl
64903           !> sv.c
64904 ____________________________________________________________________________
64905 [  8091] By: nick                                  on 2000/12/12  18:49:45
64906         Log: Fix for Tk, and upgrading shared SVs.
64907      Branch: perlio
64908            ! sv.c
64909 ____________________________________________________________________________
64910 [  8090] By: jhi                                   on 2000/12/12  16:48:59
64911         Log: Subject: [PATCH] Re: Breadperl & Tk
64912              From: Nick Ing-Simmons <nik@tiuk.ti.com>
64913              Date: Tue, 12 Dec 2000 14:48:27 GMT
64914              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
64915      Branch: perl
64916            ! sv.c
64917 ____________________________________________________________________________
64918 [  8089] By: jhi                                   on 2000/12/12  03:37:19
64919         Log: Subject: DosGlob.pm diff for bash style brace expansion.
64920              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
64921              Date: Fri, 8 Dec 2000 10:45:30 -0600
64922              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
64923      Branch: perl
64924            ! lib/File/DosGlob.pm
64925 ____________________________________________________________________________
64926 [  8088] By: nick                                  on 2000/12/11  23:59:59
64927         Log: Integrate mainline
64928      Branch: perlio
64929           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
64930           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
64931           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
64932           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
64933           !> t/op/local.t t/pragma/warn/toke toke.c
64934 ____________________________________________________________________________
64935 [  8087] By: jhi                                   on 2000/12/11  23:20:23
64936         Log: Integrate perlio.
64937      Branch: perl
64938           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
64939 ____________________________________________________________________________
64940 [  8086] By: jhi                                   on 2000/12/11  22:50:59
64941         Log: Tune further the OS detection of CGI.
64942      Branch: perl
64943            ! lib/CGI.pm
64944 ____________________________________________________________________________
64945 [  8085] By: nick                                  on 2000/12/11  22:50:46
64946         Log: Finish 1st pass of "encoding" layer e.g. :
64947              open($fh,"<encoding(iso8859-7)",$greek) || die;
64948      Branch: perlio
64949            ! ext/Encode/Encode.xs perlio.c perliol.h
64950 ____________________________________________________________________________
64951 [  8084] By: jhi                                   on 2000/12/11  22:32:06
64952         Log: Revert the -f ambiguousity patch, seems to cause
64953              too much hassle (the interpret -Q as a function
64954              where Q is not a known filetest part is left in).
64955      Branch: perl
64956            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
64957            ! toke.c
64958 ____________________________________________________________________________
64959 [  8083] By: jhi                                   on 2000/12/11  22:27:23
64960         Log: (accidentally empty check-in)
64961      Branch: perl
64962            ! lib/File/DosGlob.pm
64963 ____________________________________________________________________________
64964 [  8082] By: nick                                  on 2000/12/11  19:09:51
64965         Log: Restore mmap function (broken by tweaks to shared buffer
64966              layer for encode(xxxx)).
64967      Branch: perlio
64968            ! perlio.c
64969 ____________________________________________________________________________
64970 [  8081] By: jhi                                   on 2000/12/11  18:29:13
64971         Log: Subject: Re: The long awaited feature ...
64972              From: Simon Cozens <simon@cozens.net>
64973              Date: Mon, 11 Dec 2000 15:54:24 +0000
64974              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
64975              
64976              More io/utf8 tests.
64977      Branch: perl
64978            ! t/io/utf8.t
64979 ____________________________________________________________________________
64980 [  8080] By: jhi                                   on 2000/12/11  18:19:36
64981         Log: Subject: PATCH MakeMaker manpage clarification
64982              From: andreas.koenig@anima.de (Andreas J. Koenig)
64983              Date: 10 Dec 2000 20:46:13 +0100
64984              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
64985      Branch: perl
64986            ! lib/ExtUtils/MakeMaker.pm
64987 ____________________________________________________________________________
64988 [  8079] By: jhi                                   on 2000/12/11  15:35:07
64989         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
64990              From: Simon Cozens <simon@cozens.net>
64991              Date: Sun, 10 Dec 2000 19:06:19 +0000
64992              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
64993      Branch: perl
64994            ! ext/B/B/Deparse.pm t/lib/b.t
64995 ____________________________________________________________________________
64996 [  8078] By: jhi                                   on 2000/12/11  15:09:11
64997         Log: Subject: [PATCH] docs on NaN
64998              From: Nicholas Clark <nick@ccl4.org>
64999              Date: Mon, 11 Dec 2000 01:48:38 +0000
65000              Message-ID: <20001211014838.B99205@plum.flirble.org>
65001      Branch: perl
65002            ! pod/perlop.pod
65003 ____________________________________________________________________________
65004 [  8077] By: jhi                                   on 2000/12/11  15:02:21
65005         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
65006              From: Simon Cozens <simon@cozens.net>
65007              Date: Mon, 11 Dec 2000 01:21:45 +0000
65008              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
65009      Branch: perl
65010            ! pp.c pp_hot.c scope.c t/op/local.t
65011 ____________________________________________________________________________
65012 [  8076] By: nick                                  on 2000/12/10  20:43:32
65013         Log: Not merge worthy...
65014              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
65015              syntax is modelled on attributes.
65016              Untested fix for io/utf8 on Win32 etc.
65017              Very clumsy start to the encode layer.
65018      Branch: perlio
65019            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
65020 ____________________________________________________________________________
65021 [  8075] By: jhi                                   on 2000/12/10  18:39:33
65022         Log: Darwin is not Windows.
65023      Branch: perl
65024            ! lib/CGI.pm
65025 ____________________________________________________________________________
65026 [  8074] By: jhi                                   on 2000/12/10  18:31:27
65027         Log: Subject: Ambiguous -%c() resolved as a file test
65028              From: "Paul Marquess" <Paul.Marquess@openwave.com>
65029              Date: Sun, 10 Dec 2000 15:35:07 -0000
65030              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
65031      Branch: perl
65032            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
65033 ____________________________________________________________________________
65034 [  8073] By: jhi                                   on 2000/12/10  18:16:29
65035         Log: Subject: PATCH installperl misinformed 
65036              From: andreas.koenig@anima.de (Andreas J. Koenig)
65037              Date: 10 Dec 2000 13:01:32 +0100 
65038              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
65039      Branch: perl
65040            ! installperl
65041 ____________________________________________________________________________
65042 [  8072] By: jhi                                   on 2000/12/10  18:07:55
65043         Log: The walkoptree confusion rages; walkoptree() seems to be coming
65044              from B.xs, while walkoptree_slow() comes from B.pm.
65045      Branch: perl
65046            ! ext/B/B.pm
65047 ____________________________________________________________________________
65048 [  8071] By: nick                                  on 2000/12/10  11:45:47
65049         Log: Integrate mainline
65050      Branch: perlio
65051           +> t/base/commonsense.t
65052           !> (integrate 37 files)
65053 ____________________________________________________________________________
65054 [  8070] By: jhi                                   on 2000/12/10  04:46:21
65055         Log: Update Changes.
65056      Branch: perl
65057            ! Changes patchlevel.h
65058 ____________________________________________________________________________
65059 [  8069] By: jhi                                   on 2000/12/10  04:39:19
65060         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
65061              From: andreas.koenig@anima.de (Andreas J. Koenig)
65062              Date: 09 Dec 2000 17:14:25 +0100
65063              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
65064      Branch: perl
65065            + t/base/commonsense.t
65066            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
65067 ____________________________________________________________________________
65068 [  8068] By: jhi                                   on 2000/12/10  04:17:36
65069         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
65070              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
65071              Date: Sat, 9 Dec 2000 16:47:22 -0000
65072              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
65073      Branch: perl
65074            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
65075            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
65076            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
65077            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
65078            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
65079            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
65080            ! t/lib/sdbm.t
65081 ____________________________________________________________________________
65082 [  8067] By: jhi                                   on 2000/12/10  03:52:02
65083         Log: Test case for #8066.
65084      Branch: perl
65085            ! t/op/misc.t
65086 ____________________________________________________________________________
65087 [  8066] By: jhi                                   on 2000/12/10  03:50:30
65088         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
65089              From: Simon Cozens <simon@cozens.net>
65090              Date: Sun, 10 Dec 2000 00:55:37 +0000
65091              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
65092      Branch: perl
65093            ! pp_sys.c
65094 ____________________________________________________________________________
65095 [  8065] By: jhi                                   on 2000/12/10  03:44:52
65096         Log: Test case for #8064.
65097      Branch: perl
65098            ! t/comp/proto.t
65099 ____________________________________________________________________________
65100 [  8064] By: jhi                                   on 2000/12/10  03:42:32
65101         Log: Subject: Re: prototype of substr
65102              From: Simon Cozens <simon@cozens.net>
65103              Date: Sun, 10 Dec 2000 00:13:33 +0000
65104              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
65105              
65106              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
65107              In other words, make the returned prototypes for any function
65108              stop prepending the ';' optionality marker after the first one.
65109              If they start getting optional, all the rest are optional.
65110      Branch: perl
65111            ! pp.c
65112 ____________________________________________________________________________
65113 [  8063] By: jhi                                   on 2000/12/10  03:39:42
65114         Log: Subject: [PATCH] perlguts.pod
65115              From: Simon Cozens <simon@cozens.net>
65116              Date: Sun, 10 Dec 2000 00:06:47 +0000
65117              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
65118              
65119              Documentation of the different types of ops,
65120              plus the functions in dump.c
65121      Branch: perl
65122            ! pod/perlguts.pod
65123 ____________________________________________________________________________
65124 [  8062] By: jhi                                   on 2000/12/10  03:30:04
65125         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
65126              From: Nicholas Clark <nick@talking.bollo.cx>
65127              Date: Sat, 09 Dec 2000 18:57:25 +0000
65128              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
65129              
65130              Be more robust in weird hostname setups.
65131      Branch: perl
65132            ! t/lib/net-hostent.t
65133 ____________________________________________________________________________
65134 [  8061] By: jhi                                   on 2000/12/10  03:28:21
65135         Log: Pacify fussy compiler. 
65136      Branch: perl
65137            ! pp_sys.c
65138 ____________________________________________________________________________
65139 [  8060] By: jhi                                   on 2000/12/10  02:52:46
65140         Log: Integrate perlio.
65141      Branch: perl
65142           !> pp_sys.c t/io/utf8.t
65143 ____________________________________________________________________________
65144 [  8059] By: nick                                  on 2000/12/09  23:40:14
65145         Log: read/sysread/recv should now be utf8 aware.
65146              Basic test for utf8 read.
65147      Branch: perlio
65148            ! pp_sys.c t/io/utf8.t
65149 ____________________________________________________________________________
65150 [  8058] By: jhi                                   on 2000/12/09  21:56:02
65151         Log: Integrate perlio.
65152      Branch: perl
65153           +> t/io/utf8.t
65154           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
65155 ____________________________________________________________________________
65156 [  8057] By: jhi                                   on 2000/12/09  21:53:35
65157         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
65158              From: Inaba Hiroto <inaba@st.rim.or.jp>
65159              Date: Sun, 10 Dec 2000 05:53:21 +0900
65160              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
65161              
65162              Tests for #8056.
65163      Branch: perl
65164            ! t/op/each.t
65165 ____________________________________________________________________________
65166 [  8056] By: jhi                                   on 2000/12/09  21:51:16
65167         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
65168              From: Inaba Hiroto <inaba@st.rim.or.jp>
65169              Date: Sat, 09 Dec 2000 18:02:00 +0900
65170              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
65171              
65172              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
65173      Branch: perl
65174            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
65175 ____________________________________________________________________________
65176 [  8055] By: nick                                  on 2000/12/09  20:11:48
65177         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
65178              than raw PerlIO_write() - does not seem to break any tests.
65179      Branch: perlio
65180            ! pp_sys.c
65181 ____________________________________________________________________________
65182 [  8054] By: nick                                  on 2000/12/09  19:47:30
65183         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
65184              (sysread, recv and write i.e. formats still to do...)
65185              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
65186              open($fh,">:utf8","name")
65187              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
65188              so no extra overhead is involved.
65189              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
65190              to a non-utf8 stream.
65191              Add initial io/utf8.t
65192              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
65193              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
65194              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
65195      Branch: perlio
65196            + t/io/utf8.t
65197            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
65198 ____________________________________________________________________________
65199 [  8053] By: nick                                  on 2000/12/09  19:26:37
65200         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
65201              was only testing this_utf8.
65202      Branch: perlio
65203            ! toke.c
65204 ____________________________________________________________________________
65205 [  8052] By: nick                                  on 2000/12/09  19:09:41
65206         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
65207              i.e. the output string has one, but don't mess with source assumption.
65208      Branch: perlio
65209            ! toke.c
65210 ____________________________________________________________________________
65211 [  8051] By: jhi                                   on 2000/12/09  16:55:17
65212         Log: Integrate perlio.
65213      Branch: perl
65214           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
65215           !> sv.c thrdvar.h util.c
65216 ____________________________________________________________________________
65217 [  8050] By: jhi                                   on 2000/12/09  16:48:07
65218         Log: Nits noticed by Peter Prymmer.
65219      Branch: perl
65220            ! lib/ExtUtils/MM_VMS.pm
65221 ____________________________________________________________________________
65222 [  8049] By: nick                                  on 2000/12/09  13:49:40
65223         Log: UTF8 output prework.
65224              - Store $\ and $, as SVs so they can have SvUTF8 flag
65225              - use do_print() rather than raw PerlIO_write() to print them.
65226      Branch: perlio
65227            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
65228            ! thrdvar.h util.c
65229 ____________________________________________________________________________
65230 [  8048] By: nick                                  on 2000/12/09  12:30:43
65231         Log: Integrate mainline.
65232      Branch: perlio
65233           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
65234           +> t/op/reverse.t
65235           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
65236           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
65237           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
65238           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
65239           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
65240           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
65241 ____________________________________________________________________________
65242 [  8047] By: jhi                                   on 2000/12/09  00:23:27
65243         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
65244              From: Michael G Schwern <schwern@pobox.com>
65245              Date: Fri, 8 Dec 2000 14:43:04 -0600
65246      Branch: perl
65247            ! lib/ExtUtils/MM_VMS.pm
65248 ____________________________________________________________________________
65249 [  8046] By: jhi                                   on 2000/12/08  23:10:27
65250         Log: A missed check-in.
65251      Branch: perl
65252            ! lib/ExtUtils/Manifest.pm
65253 ____________________________________________________________________________
65254 [  8045] By: jhi                                   on 2000/12/08  21:57:12
65255         Log: (null check-in)
65256      Branch: perl
65257            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
65258 ____________________________________________________________________________
65259 [  8044] By: jhi                                   on 2000/12/08  21:11:06
65260         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
65261              at the final draft stage.
65262      Branch: perl
65263            + ext/Encode/Encode/iso8859-16.enc
65264            ! MANIFEST
65265 ____________________________________________________________________________
65266 [  8043] By: jhi                                   on 2000/12/08  16:39:04
65267         Log: Update Changes.
65268      Branch: perl
65269            ! Changes patchlevel.h
65270 ____________________________________________________________________________
65271 [  8042] By: jhi                                   on 2000/12/08  16:33:39
65272         Log: Do not return the Unicode replacement character if UTF-8
65273              decoding goes awry, it should be up to the caller to decide.
65274      Branch: perl
65275            ! pod/perlapi.pod utf8.c
65276 ____________________________________________________________________________
65277 [  8041] By: jhi                                   on 2000/12/08  16:22:28
65278         Log: metaconfig maintenance.
65279      Branch: metaconfig
65280            ! U/modified/stdchar.U
65281      Branch: metaconfig/U/perl
65282            + testsyml.U
65283 ____________________________________________________________________________
65284 [  8040] By: jhi                                   on 2000/12/08  16:03:08
65285         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
65286              From: sthoenna@efn.org
65287              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
65288              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
65289      Branch: perl
65290            ! Changes lib/ExtUtils/MM_OS2.pm
65291 ____________________________________________________________________________
65292 [  8039] By: jhi                                   on 2000/12/08  15:57:11
65293         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
65294              From: Simon Cozens <simon@cozens.net>
65295              Date: Fri, 8 Dec 2000 13:33:31 +0000
65296              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
65297              
65298              (The pp_hot part needed a rewrite.)
65299      Branch: perl
65300            ! doop.c pp_hot.c utf8.c
65301 ____________________________________________________________________________
65302 [  8038] By: jhi                                   on 2000/12/08  15:25:08
65303         Log: Subject: djSP
65304              From: Michael Stevens <michael@etla.org>
65305              Date: Wed, 6 Dec 2000 23:24:01 +0000
65306              Message-ID: <20001206232400.A21381@firedrake.org>
65307              
65308              Plus a note from Nick Ing-Simmons.
65309      Branch: perl
65310            ! pp.h
65311 ____________________________________________________________________________
65312 [  8037] By: jhi                                   on 2000/12/08  15:18:35
65313         Log: Filetype is text.
65314      Branch: perl
65315            ! t/op/utf8decode.t
65316 ____________________________________________________________________________
65317 [  8036] By: jhi                                   on 2000/12/08  03:31:27
65318         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
65319              From: Andy Dougherty <doughera@lafayette.edu>
65320              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
65321              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
65322              
65323              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
65324              From: Andy Dougherty <doughera@lafayette.edu>
65325              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
65326              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
65327      Branch: perl
65328            + ext/POSIX/hints/svr4.pl
65329            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
65330 ____________________________________________________________________________
65331 [  8035] By: jhi                                   on 2000/12/08  03:26:01
65332         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
65333              From: Andy Dougherty <doughera@lafayette.edu>
65334              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
65335              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
65336      Branch: perl
65337            ! t/README t/base/term.t
65338 ____________________________________________________________________________
65339 [  8034] By: jhi                                   on 2000/12/08  03:21:59
65340         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
65341              From: mjd@plover.com  
65342              Date: 7 Dec 2000 21:04:20 -0000
65343              Message-ID: <20001207210420.22282.qmail@plover.com>
65344              
65345              Plus -z doc.
65346      Branch: perl
65347            ! pod/perlfunc.pod
65348 ____________________________________________________________________________
65349 [  8033] By: jhi                                   on 2000/12/08  03:19:03
65350         Log: Use the UTF8 macros a bit.  They can't be used with abandon
65351              everywhere because we do generate illegal UTF-8 in some situations.
65352              This is of course naughty.
65353      Branch: perl
65354            ! pod/perlapi.pod utf8.c utf8.h
65355 ____________________________________________________________________________
65356 [  8032] By: jhi                                   on 2000/12/08  03:00:09
65357         Log: Out of sync?
65358      Branch: perl
65359            ! t/pragma/warn/utf8
65360 ____________________________________________________________________________
65361 [  8031] By: jhi                                   on 2000/12/08  02:22:39
65362         Log: Cnt spl.
65363      Branch: perl
65364            ! MANIFEST
65365 ____________________________________________________________________________
65366 [  8030] By: jhi                                   on 2000/12/08  01:23:54
65367         Log: Add test for reverse().
65368      Branch: perl
65369            + t/op/reverse.t
65370            ! MANIFEST
65371 ____________________________________________________________________________
65372 [  8029] By: jhi                                   on 2000/12/08  01:21:47
65373         Log: Integrate perlio.
65374      Branch: perl
65375           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
65376           !> perlio.c perlio.h perlsdio.h warnings.pl
65377 ____________________________________________________________________________
65378 [  8028] By: jhi                                   on 2000/12/08  01:19:08
65379         Log: Introduce macros for UTF8 decoding.
65380      Branch: perl
65381            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
65382 ____________________________________________________________________________
65383 [  8027] By: nick                                  on 2000/12/07  22:18:19
65384         Log: Integrate mainline
65385      Branch: perlio
65386           !> embed.pl pod/perlapi.pod utf8.c
65387 ____________________________________________________________________________
65388 [  8026] By: nick                                  on 2000/12/07  21:45:08
65389         Log: Various oddities p4 diff -se showed up
65390              Remove 'our' from warnings.pl
65391      Branch: perlio
65392            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
65393 ____________________________________________________________________________
65394 [  8025] By: nick                                  on 2000/12/07  21:43:32
65395         Log: Change PerlIO_(get|set)pos to take SV *
65396              Should fix, OS/2, VMS, (sfio??)
65397      Branch: perlio
65398            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
65399 ____________________________________________________________________________
65400 [  8024] By: jhi                                   on 2000/12/07  19:05:32
65401         Log: Document utf8_to_uv() better.
65402      Branch: perl
65403            ! pod/perlapi.pod utf8.c
65404 ____________________________________________________________________________
65405 [  8023] By: jhi                                   on 2000/12/07  18:23:47
65406         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
65407      Branch: perl
65408            ! embed.pl pod/perlapi.pod utf8.c
65409 ____________________________________________________________________________
65410 [  8022] By: jhi                                   on 2000/12/07  04:13:51
65411         Log: Integrate perlio.
65412      Branch: perl
65413           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
65414           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
65415           !> win32/makefile.mk
65416 ____________________________________________________________________________
65417 [  8021] By: nick                                  on 2000/12/07  00:28:14
65418         Log: Various attempts at MSVC debug - not sure what has
65419              changed but works now. 
65420              Seems atexit() _may_ work for DLLs built with MSVC so don't
65421              call cleanup that way.
65422      Branch: perlio
65423            ! perlio.c win32/makefile.mk
65424 ____________________________________________________________________________
65425 [  8020] By: nick                                  on 2000/12/06  19:57:20
65426         Log: Integrate mainline
65427      Branch: perlio
65428           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
65429           !> (integrate 75 files)
65430 ____________________________________________________________________________
65431 [  8019] By: nick                                  on 2000/12/06  19:28:21
65432         Log: Add useperlio to config.vc
65433              Turn off binmode in config_H.PL
65434              Regen all the config_H.xx
65435              Attempt to get debugging build with MSVC.
65436      Branch: perlio
65437            ! win32/config.vc win32/config_H.bc win32/config_H.gc
65438            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
65439 ____________________________________________________________________________
65440 [  8018] By: nick                                  on 2000/12/06  19:21:57
65441         Log: Test various dup/external program options on all platforms.
65442      Branch: perlio
65443            ! t/io/dup.t
65444 ____________________________________________________________________________
65445 [  8017] By: nick                                  on 2000/12/06  19:20:47
65446         Log: Fix harness to be less picky
65447      Branch: perlio
65448            ! lib/Test/Harness.pm
65449 ____________________________________________________________________________
65450 [  8016] By: jhi                                   on 2000/12/06  16:45:12
65451         Log: Update Changes.
65452      Branch: perl
65453            ! Changes patchlevel.h
65454 ____________________________________________________________________________
65455 [  8015] By: jhi                                   on 2000/12/06  16:41:03
65456         Log: Test \x{...} with ord().
65457      Branch: perl
65458            ! t/op/ord.t
65459 ____________________________________________________________________________
65460 [  8014] By: jhi                                   on 2000/12/06  16:20:33
65461         Log: Test tweak because of #8013.
65462      Branch: perl
65463            ! t/lib/b.t
65464 ____________________________________________________________________________
65465 [  8013] By: jhi                                   on 2000/12/06  16:09:09
65466         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
65467              From: Michael G Schwern <schwern@pobox.com>
65468              Date: Tue, 5 Dec 2000 21:23:28 -0500
65469              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
65470              
65471              Carp::Heavy parts not very applicable because of recent changes.
65472      Branch: perl
65473            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
65474            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
65475            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
65476            ! lib/Exporter.pm lib/Exporter/Heavy.pm
65477            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
65478            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
65479            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
65480            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
65481            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
65482            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
65483            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
65484            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
65485            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
65486            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
65487            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
65488            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
65489            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
65490            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
65491            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
65492            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
65493            ! warnings.pl
65494 ____________________________________________________________________________
65495 [  8012] By: jhi                                   on 2000/12/06  15:22:38
65496         Log: Subject: [PATCH] Re: New harness is failing things
65497              From: Nick Ing-Simmons <nik@tiuk.ti.com>
65498              Date: Wed, 6 Dec 2000 13:00:30 GMT
65499              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
65500      Branch: perl
65501            ! lib/Test/Harness.pm
65502 ____________________________________________________________________________
65503 [  8011] By: jhi                                   on 2000/12/06  15:12:08
65504         Log: Subject: installhtml changes
65505              From: Michael Stevens <michael@etla.org>
65506              Date: Wed, 6 Dec 2000 13:15:53 +0000
65507              Message-ID: <20001206131553.A27317@firedrake.org>
65508      Branch: perl
65509            ! installhtml
65510 ____________________________________________________________________________
65511 [  8010] By: jhi                                   on 2000/12/06  15:06:05
65512         Log: Subject: the dTHR hits
65513              From: Michael Stevens <michael@etla.org>
65514              Date: Wed, 6 Dec 2000 12:06:03 +0000
65515              Message-ID: <20001206120603.A24581@firedrake.org>
65516              
65517              More, errrm, less dTHRs.
65518      Branch: perl
65519            ! bytecode.pl ext/B/B/C.pm
65520 ____________________________________________________________________________
65521 [  8009] By: jhi                                   on 2000/12/06  15:04:25
65522         Log: Subject: MakeMaker mailing list gone?
65523              From: Michael G Schwern <schwern@pobox.com>
65524              Date: Tue, 5 Dec 2000 19:29:59 -0500
65525              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
65526              
65527              The MakeMaker mailing list is dead, perlbug is the right
65528              address to report bugs.
65529      Branch: perl
65530            ! lib/ExtUtils/MakeMaker.pm
65531 ____________________________________________________________________________
65532 [  8008] By: jhi                                   on 2000/12/06  15:00:32
65533         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
65534              From: Michael G Schwern <schwern@pobox.com>
65535              Date: Tue, 5 Dec 2000 19:21:21 -0500
65536              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
65537              
65538              Add a default MANIFEST skip that ignores things like
65539              version control files, editor temporary files, and the Makefile.
65540      Branch: perl
65541            + lib/ExtUtils/MANIFEST.SKIP
65542            ! MANIFEST lib/ExtUtils/Manifest.pm
65543 ____________________________________________________________________________
65544 [  8007] By: jhi                                   on 2000/12/06  14:57:20
65545         Log: In Amiga more manual hackery of the scripts seems to be needed,
65546              from Jan-Erik Karlsson.  Why Configure does not get this right
65547              is unknown, may be shell-induced.
65548      Branch: perl
65549            ! README.amiga
65550 ____________________________________________________________________________
65551 [  8006] By: jhi                                   on 2000/12/05  23:53:12
65552         Log: Add TOPm1s to peek at the second topmost stack item.
65553      Branch: perl
65554            ! pp.h
65555 ____________________________________________________________________________
65556 [  8005] By: jhi                                   on 2000/12/05  23:13:55
65557         Log: Avaunt, you foul UTF-8 tests.
65558      Branch: perl
65559            ! t/op/ver.t t/pragma/utf8.t
65560 ____________________________________________________________________________
65561 [  8004] By: jhi                                   on 2000/12/05  23:09:54
65562         Log: Continue utf8 dispersal. 
65563      Branch: perl
65564            + t/op/concat.t
65565            ! MANIFEST t/pragma/utf8.t
65566 ____________________________________________________________________________
65567 [  8003] By: nick                                  on 2000/12/05  23:02:39
65568         Log: Integrate mainline.
65569      Branch: perlio
65570           +> t/op/length.t t/op/utf8decode.t
65571           !> (integrate 69 files)
65572 ____________________________________________________________________________
65573 [  8002] By: jhi                                   on 2000/12/05  22:59:28
65574         Log: Integrate perlio.
65575      Branch: perl
65576           !> iperlsys.h perl.c perlio.c win32/perllib.c
65577 ____________________________________________________________________________
65578 [  8001] By: nick                                  on 2000/12/05  22:07:52
65579         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
65580              - calloc/free suffer from damage on TerminateThread()
65581              - use PerlMemShared (as originally planned) now fixed
65582              - avoid doing anything important on DLL "detach".
65583      Branch: perlio
65584            ! perl.c perlio.c win32/perllib.c
65585 ____________________________________________________________________________
65586 [  8000] By: nick                                  on 2000/12/05  21:05:09
65587         Log: Fix gross PerlMemShared issue.
65588      Branch: perlio
65589            ! iperlsys.h
65590 ____________________________________________________________________________
65591 [  7999] By: jhi                                   on 2000/12/05  20:46:58
65592         Log: Test for Unicode (UTF-8) hash keys.
65593      Branch: perl
65594            ! t/op/each.t
65595 ____________________________________________________________________________
65596 [  7998] By: jhi                                   on 2000/12/05  20:30:35
65597         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
65598              is now always UTF-8), empty line cosmetics.
65599      Branch: perl
65600            ! t/pragma/utf8.t
65601 ____________________________________________________________________________
65602 [  7997] By: jhi                                   on 2000/12/05  20:15:40
65603         Log: Subject: Re: STRLEN - what?
65604              From: Andy Dougherty <doughera@lafayette.edu>
65605              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
65606              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
65607              
65608              Explain STRLEN.
65609      Branch: perl
65610            ! pod/perlguts.pod
65611 ____________________________________________________________________________
65612 [  7996] By: jhi                                   on 2000/12/05  20:13:34
65613         Log: Split off the UTF-8 decoder tests, make them to check also
65614              the error message.
65615      Branch: perl
65616            + t/op/utf8decode.t
65617            ! MANIFEST t/pragma/utf8.t utf8.c
65618 ____________________________________________________________________________
65619 [  7995] By: jhi                                   on 2000/12/05  16:39:47
65620         Log: Start migrating bits of pragma/utf8 to elsewhere
65621              (since the long term plan is to obsolete 'use utf8').
65622      Branch: perl
65623            + t/op/length.t
65624            ! MANIFEST t/pragma/utf8.t
65625 ____________________________________________________________________________
65626 [  7994] By: jhi                                   on 2000/12/05  16:30:21
65627         Log: Fix a manual edit typo from #7993, fix the message formatting
65628              for Unicode, add few our declarations.
65629      Branch: perl
65630            ! lib/Carp/Heavy.pm
65631 ____________________________________________________________________________
65632 [  7993] By: jhi                                   on 2000/12/05  16:09:15
65633         Log: Subject: Need help with warnings :-(
65634              From: "Ben Tilly" <ben_tilly@hotmail.com>
65635              Date: Tue, 05 Dec 2000 01:35:54 -0500
65636              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
65637              
65638              Subject: UPDATE: Carp/Heavy now passes all tests
65639              From: "Ben Tilly" <ben_tilly@hotmail.com>
65640              Date: Tue, 05 Dec 2000 07:59:41 -0500
65641              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
65642              
65643              The Brave New Carp.
65644      Branch: perl
65645            ! lib/Carp.pm lib/Carp/Heavy.pm
65646 ____________________________________________________________________________
65647 [  7992] By: jhi                                   on 2000/12/05  15:55:08
65648         Log: Subject: [PATCH perl@7979] cygwin port
65649              From: "Eric Fifer" <efifer@dircon.co.uk>
65650              Date: Tue, 5 Dec 2000 14:04:09 -0000
65651              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
65652      Branch: perl
65653            ! t/lib/net-hostent.t
65654 ____________________________________________________________________________
65655 [  7991] By: jhi                                   on 2000/12/05  15:52:34
65656         Log: Subject: Re: [PATCH] The largest hoax of all times?
65657              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
65658              Date: Tue, 5 Dec 2000 00:40:25 -0500
65659              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
65660              
65661              Subject: Re: [PATCH] The largest hoax of all times?
65662              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
65663              Date: Mon, 4 Dec 2000 23:55:53 -0500
65664              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
65665              
65666              Subject: Re: [PATCH] The largest hoax of all times?
65667              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
65668              Date: Tue, 5 Dec 2000 01:28:45 -0500
65669              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
65670              
65671              Fix the unpredictable order of DESTROYs.
65672      Branch: perl
65673            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
65674            ! sv.c sv.h t/op/ref.t
65675 ____________________________________________________________________________
65676 [  7990] By: jhi                                   on 2000/12/05  14:38:53
65677         Log: Subject: [PATCH] shrink pp_hot fractionally
65678              From: Nicholas Clark <nick@ccl4.org>
65679              Date: Tue, 5 Dec 2000 12:44:31 +0000
65680              Message-ID: <20001205124431.E74518@plum.flirble.org>
65681              
65682              Use report_evil_fh().
65683      Branch: perl
65684            ! opcode.pl opnames.h pp_hot.c util.c
65685 ____________________________________________________________________________
65686 [  7989] By: jhi                                   on 2000/12/05  14:21:27
65687         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
65688              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
65689              Date: Mon, 04 Dec 2000 22:21:59 -0800
65690              Message-ID: <HmIL6gzkgepS092yn@efn.org>
65691              
65692              Harness shouldn't ignore responses like "ok 3\r\r\n".
65693      Branch: perl
65694            ! lib/Test/Harness.pm
65695 ____________________________________________________________________________
65696 [  7988] By: jhi                                   on 2000/12/05  13:51:28
65697         Log: Integrate the "skip" messages to explain().
65698      Branch: perl
65699            ! t/lib/syslfs.t t/op/lfs.t
65700 ____________________________________________________________________________
65701 [  7987] By: jhi                                   on 2000/12/05  12:34:54
65702         Log: The one that got away in #7984.
65703              
65704              Subject: Re: dTHR - what and why?
65705              From: Michael Stevens <michael@etla.org> 
65706              Date: Tue, 5 Dec 2000 11:15:52 +0000
65707              Message-ID: <20001205111552.A4647@firedrake.org>
65708      Branch: perl
65709            ! sv.h
65710 ____________________________________________________________________________
65711 [  7986] By: gsar                                  on 2000/12/05  09:14:44
65712         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
65713              due to the notorious GetFileType() bug in Windows 9x, which fstat()
65714              tickles)
65715      Branch: perl
65716            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
65717 ____________________________________________________________________________
65718 [  7985] By: jhi                                   on 2000/12/05  05:49:03
65719         Log: Integrate perlio.
65720      Branch: perl
65721           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
65722           !> win32/perlhost.h win32/perllib.c
65723 ____________________________________________________________________________
65724 [  7984] By: jhi                                   on 2000/12/05  05:48:16
65725         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
65726      Branch: perl
65727            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
65728            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
65729            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
65730            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
65731            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
65732            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
65733            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
65734            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
65735            ! win32/win32.c
65736 ____________________________________________________________________________
65737 [  7983] By: nick                                  on 2000/12/04  23:27:43
65738         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
65739      Branch: perlio
65740            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
65741            ! win32/perlhost.h win32/perllib.c
65742 ____________________________________________________________________________
65743 [  7982] By: jhi                                   on 2000/12/04  19:44:09
65744         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
65745              uncovered by #7980.
65746      Branch: perl
65747            ! op.c
65748 ____________________________________________________________________________
65749 [  7981] By: jhi                                   on 2000/12/04  19:42:07
65750         Log: Subject: [PATCH] Trivial dump.c feature
65751              From: Simon Cozens <simon@cozens.net>
65752              Date: Mon, 4 Dec 2000 18:08:38 +0000
65753              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
65754              
65755              Show whether a constant is UTF-8.
65756      Branch: perl
65757            ! dump.c
65758 ____________________________________________________________________________
65759 [  7980] By: jhi                                   on 2000/12/04  19:36:51
65760         Log: UTF-8 hash keys, patch from Inaba Hiroto.
65761      Branch: perl
65762            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
65763 ____________________________________________________________________________
65764 [  7979] By: jhi                                   on 2000/12/04  17:36:28
65765         Log: Update Changes.
65766      Branch: perl
65767            ! Changes patchlevel.h
65768 ____________________________________________________________________________
65769 [  7978] By: jhi                                   on 2000/12/04  16:42:17
65770         Log: Retract #7977, still too volatile (the euphemism of the day
65771              for unfinished and buggy :-)
65772      Branch: perl
65773            ! doop.c hv.c pp.c sv.h
65774 ____________________________________________________________________________
65775 [  7977] By: jhi                                   on 2000/12/04  16:25:15
65776         Log: (Retracted by #7978, too shaky yet.)
65777              
65778              Subject: Re: utf8 in hash keys, implementor missing
65779              From: Simon Cozens <simon@cozens.net>
65780              Date: Sat, 2 Dec 2000 19:49:35 +0000
65781              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
65782              
65783              The first step at UTF-8 hash keys.
65784      Branch: perl
65785            ! doop.c hv.c pp.c sv.h
65786 ____________________________________________________________________________
65787 [  7976] By: jhi                                   on 2000/12/04  16:13:53
65788         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
65789              From: sthoenna@efn.org
65790              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
65791              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
65792      Branch: perl
65793            ! os2/os2.c perlio.c
65794 ____________________________________________________________________________
65795 [  7975] By: jhi                                   on 2000/12/04  16:05:25
65796         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
65797              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
65798              Date: Thu, 30 Nov 2000 20:50:37 -0800
65799              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
65800      Branch: perl
65801            ! os2/os2.c
65802 ____________________________________________________________________________
65803 [  7974] By: jhi                                   on 2000/12/04  16:03:57
65804         Log: Subject: [PATCH] ++ 20% faster
65805              From: Nicholas Clark <nick@ccl4.org>
65806              Date: Mon, 4 Dec 2000 12:17:27 +0000
65807              Message-ID: <20001204121726.B52976@plum.flirble.org>
65808              
65809              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
65810      Branch: perl
65811            ! sv.c
65812 ____________________________________________________________________________
65813 [  7973] By: jhi                                   on 2000/12/04  16:00:48
65814         Log: 
65815              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
65816              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
65817              Date: Mon, 04 Dec 2000 12:30:45 +0100
65818              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
65819              
65820              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
65821              library (getprotobyname and getprotobynumber are outversioned by
65822              the same calls in libc, at least for xlc version 3.
65823      Branch: perl
65824            ! hints/aix.sh
65825 ____________________________________________________________________________
65826 [  7972] By: jhi                                   on 2000/12/04  02:58:31
65827         Log: Integrate perlio.
65828      Branch: perl
65829           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
65830           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
65831           !> win32/win32.h win32/win32iop.h win32/win32thread.h
65832 ____________________________________________________________________________
65833 [  7971] By: nick                                  on 2000/12/04  00:24:33
65834         Log: Quieten some noise in Win32 builds:
65835              - win32.h is included after <sys/socket.h>, so need to 
65836              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
65837              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
65838      Branch: perlio
65839            ! doio.c perl.h toke.c win32/win32.h
65840 ____________________________________________________________________________
65841 [  7970] By: nick                                  on 2000/12/03  22:57:46
65842         Log: PERL_IMPLICIT_SYS compiles but does not work.
65843      Branch: perlio
65844            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
65845            ! win32/perlhost.h win32/perllib.c win32/win32.h
65846            ! win32/win32iop.h win32/win32thread.h
65847 ____________________________________________________________________________
65848 [  7969] By: jhi                                   on 2000/12/03  22:12:58
65849         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
65850              used to swash_init(), makes regprop() dumps more informative
65851              (+utf8::IsAlpha, -utf8::IsDigit, for example).
65852      Branch: perl
65853            ! regcomp.c regexec.c
65854 ____________________________________________________________________________
65855 [  7968] By: jhi                                   on 2000/12/03  21:39:56
65856         Log: Implement ANYOFUTF8 regprop() dumping.
65857      Branch: perl
65858            ! regcomp.c
65859 ____________________________________________________________________________
65860 [  7967] By: jhi                                   on 2000/12/03  20:57:19
65861         Log: Make uv_to_utf8() to zero-terminate its output buffer,
65862              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
65863      Branch: perl
65864            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
65865 ____________________________________________________________________________
65866 [  7966] By: nick                                  on 2000/12/03  18:41:21
65867         Log: Integrate mainline (STDCHAR)
65868      Branch: perlio
65869           !> Configure t/pragma/utf8.t
65870 ____________________________________________________________________________
65871 [  7965] By: jhi                                   on 2000/12/03  17:58:20
65872         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
65873      Branch: perl
65874            ! t/pragma/utf8.t
65875 ____________________________________________________________________________
65876 [  7964] By: jhi                                   on 2000/12/03  17:35:56
65877         Log: Integrate perlio.
65878      Branch: perl
65879           !> iperlsys.h perlio.c
65880 ____________________________________________________________________________
65881 [  7963] By: jhi                                   on 2000/12/03  17:33:55
65882         Log: Metaconfig unit change for #7962.
65883      Branch: metaconfig
65884            ! U/modified/stdchar.U
65885 ____________________________________________________________________________
65886 [  7962] By: jhi                                   on 2000/12/03  17:33:27
65887         Log: Untangle the <stdio.h> #include nest for the stdchar test,
65888              from Andy Dougherty.
65889      Branch: perl
65890            ! Configure
65891 ____________________________________________________________________________
65892 [  7961] By: nick                                  on 2000/12/03  16:53:00
65893         Log: Make iperlsys.h vector stdio not PerlIO.
65894      Branch: perlio
65895            ! iperlsys.h perlio.c
65896 ____________________________________________________________________________
65897 [  7960] By: nick                                  on 2000/12/03  14:43:01
65898         Log: Integrate mainline
65899      Branch: perlio
65900           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
65901           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
65902 ____________________________________________________________________________
65903 [  7959] By: jhi                                   on 2000/12/03  08:16:36
65904         Log: Use DO_UTF8().
65905      Branch: perl
65906            ! op.c
65907 ____________________________________________________________________________
65908 [  7958] By: jhi                                   on 2000/12/02  18:33:05
65909         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
65910              From: Mike Guy <mjtg@cam.ac.uk>         
65911              Date: Sat, 02 Dec 2000 17:27:13 +0000
65912              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
65913              
65914              An extraneous argument.
65915      Branch: perl
65916            ! toke.c
65917 ____________________________________________________________________________
65918 [  7957] By: jhi                                   on 2000/12/02  18:22:32
65919         Log: A missing hunk.
65920      Branch: perl
65921            ! t/lib/net-hostent.t
65922 ____________________________________________________________________________
65923 [  7956] By: jhi                                   on 2000/12/02  18:06:20
65924         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
65925              From: Nicholas Clark <nick@ccl4.org>
65926              Date: Sat, 2 Dec 2000 14:28:27 +0000
65927              Message-ID: <20001202142827.A12308@plum.flirble.org>
65928              
65929              Test robustness.
65930      Branch: perl
65931            ! t/lib/net-hostent.t
65932 ____________________________________________________________________________
65933 [  7955] By: jhi                                   on 2000/12/02  17:58:06
65934         Log: Metaconfig unit change for #7954.
65935      Branch: metaconfig
65936            ! U/modified/stdchar.U
65937 ____________________________________________________________________________
65938 [  7954] By: jhi                                   on 2000/12/02  17:54:32
65939         Log: An inconvenient hang would happen if the stdio _ptr wasn't
65940              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
65941              would be grepping stdin for all eternity for the _ptr.)
65942      Branch: perl
65943            ! Configure
65944 ____________________________________________________________________________
65945 [  7953] By: jhi                                   on 2000/12/02  00:07:15
65946         Log: Update Changes.
65947      Branch: perl
65948            ! Changes patchlevel.h
65949 ____________________________________________________________________________
65950 [  7952] By: jhi                                   on 2000/12/01  23:54:47
65951         Log: Subject: Re: long shell lines
65952              From: Andy Dougherty <doughera@lafayette.edu>
65953              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
65954              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
65955              
65956              Split overly long shell command lines.
65957      Branch: perl
65958            ! lib/ExtUtils/MM_Unix.pm
65959 ____________________________________________________________________________
65960 [  7951] By: jhi                                   on 2000/12/01  23:48:02
65961         Log: The metaconfig unit change for #7950.
65962      Branch: metaconfig
65963            + U/modified/stdchar.U
65964 ____________________________________________________________________________
65965 [  7950] By: jhi                                   on 2000/12/01  23:47:39
65966         Log: Try to find stdchar also from <stdio_impl.h>.
65967      Branch: perl
65968            ! Configure config_h.SH
65969 ____________________________________________________________________________
65970 [  7949] By: jhi                                   on 2000/12/01  23:46:45
65971         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
65972              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
65973              Date: Fri, 1 Dec 2000 16:26:08 -0500
65974              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
65975              
65976              Reword the diagnostic message.
65977      Branch: perl
65978            ! pod/perldiag.pod
65979 ____________________________________________________________________________
65980 [  7948] By: nick                                  on 2000/12/01  22:49:43
65981         Log: Integrate mainline (for s/y/m as sub names stuff).
65982      Branch: perlio
65983           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
65984           !> t/pragma/warn/toke toke.c
65985 ____________________________________________________________________________
65986 [  7947] By: jhi                                   on 2000/12/01  20:55:41
65987         Log: Integrate perlio.
65988      Branch: perl
65989           !> perlio.c perliol.h t/io/pipe.t
65990 ____________________________________________________________________________
65991 [  7946] By: jhi                                   on 2000/12/01  20:36:51
65992         Log: Upgrade to CPAN 1.59_51, from Andreas König.
65993      Branch: perl
65994            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
65995 ____________________________________________________________________________
65996 [  7945] By: nick                                  on 2000/12/01  20:31:32
65997         Log: Integrate mainline
65998      Branch: perlio
65999           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
66000           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
66001           +> t/lib/net-hostent.t
66002           !> (integrate 35 files)
66003 ____________________________________________________________________________
66004 [  7944] By: jhi                                   on 2000/12/01  20:23:29
66005         Log: Some help for 20001130.011.  Now one gets warnings like
66006              "Ambiguous -f() resolved as a file test ..."
66007      Branch: perl
66008            ! pod/perldiag.pod t/pragma/warn/toke toke.c
66009 ____________________________________________________________________________
66010 [  7943] By: jhi                                   on 2000/12/01  19:44:44
66011         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
66012              that also breaks using them as methods. 
66013      Branch: perl
66014            ! pod/perldiag.pod t/op/misc.t toke.c
66015 ____________________________________________________________________________
66016 [  7942] By: nick                                  on 2000/12/01  17:56:46
66017         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
66018              Make 'unix' pass most tests
66019              - do unread by temporary push of layer ("pending") holding unread chars
66020              - fast_gets is now based on per-handle flag
66021              - relax one of io/pipe.t tests to allow print to fail and close to
66022              succeed so that it passes on unbuffered "unix" layer.
66023              Remaining fail is sporadic and a genuine race condition between
66024              parent/child in fork test.
66025      Branch: perlio
66026            ! perlio.c perliol.h t/io/pipe.t
66027 ____________________________________________________________________________
66028 [  7941] By: jhi                                   on 2000/12/01  15:28:58
66029         Log: (Retracted by #7943.)
66030              
66031              Reserve the short named string operator names.
66032      Branch: perl
66033            ! pod/perldiag.pod t/op/misc.t toke.c
66034 ____________________________________________________________________________
66035 [  7940] By: jhi                                   on 2000/12/01  06:45:53
66036         Log: Get the three different space character classes right under utf8.
66037      Branch: perl
66038            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
66039            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
66040            ! regexec.c t/op/pat.t utf8.c
66041 ____________________________________________________________________________
66042 [  7939] By: jhi                                   on 2000/12/01  03:26:26
66043         Log: Two more tests that make no sense in UTF-8 since the test
66044              data is not in UTF-8.
66045      Branch: perl
66046            ! t/op/regexp.t
66047 ____________________________________________________________________________
66048 [  7938] By: jhi                                   on 2000/12/01  03:20:39
66049         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
66050              should it be required inside regexen?
66051      Branch: perl
66052            ! regcomp.c t/op/regmesg.t
66053 ____________________________________________________________________________
66054 [  7937] By: jhi                                   on 2000/12/01  02:58:53
66055         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
66056              stored and restored, and thusly was trounced by the utf8 swash
66057              routines.
66058      Branch: perl
66059            ! regcomp.c
66060 ____________________________________________________________________________
66061 [  7936] By: jhi                                   on 2000/11/30  20:41:39
66062         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
66063              Why the different platforms behave so differently (core dump vs
66064              no core dump) on this bug is a but of a mystery, but if I had to
66065              guess I would mumble something like 'alignment'.
66066      Branch: perl
66067            ! sv.c
66068 ____________________________________________________________________________
66069 [  7935] By: jhi                                   on 2000/11/30  16:17:02
66070         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
66071              From: Robin Barker <rmb1@cise.npl.co.uk>
66072              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
66073              Date: Thu, 30 Nov 2000 14:27:12 GMT
66074      Branch: perl
66075            ! perlio.c toke.c
66076 ____________________________________________________________________________
66077 [  7934] By: jhi                                   on 2000/11/30  16:04:49
66078         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
66079      Branch: perl
66080            ! t/lib/net-hostent.t
66081 ____________________________________________________________________________
66082 [  7933] By: jhi                                   on 2000/11/30  06:07:26
66083         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
66084              From: Peter Prymmer <pvhp@forte.com>
66085              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
66086              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
66087              
66088              In VMS the localhost may be LOCALHOST.
66089      Branch: perl
66090            ! t/lib/net-hostent.t
66091 ____________________________________________________________________________
66092 [  7932] By: jhi                                   on 2000/11/30  01:11:11
66093         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
66094              From: Peter Prymmer <pvhp@forte.com>
66095              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
66096              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
66097              
66098              plus regen perlapi.pod.
66099      Branch: perl
66100            ! pod/perlapi.pod utf8.c
66101 ____________________________________________________________________________
66102 [  7931] By: jhi                                   on 2000/11/30  01:06:19
66103         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
66104              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
66105              Date:     Wed, 29 Nov 2000 17:15:11 EST
66106              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
66107      Branch: perl
66108            ! t/lib/filter-util.pl t/lib/filter-util.t
66109 ____________________________________________________________________________
66110 [  7930] By: jhi                                   on 2000/11/29  18:51:55
66111         Log: Update Changes.
66112      Branch: perl
66113            ! Changes patchlevel.h
66114 ____________________________________________________________________________
66115 [  7929] By: jhi                                   on 2000/11/29  18:50:55
66116         Log: Update the va_copy() metaconfig unit.
66117      Branch: metaconfig/U/perl
66118            ! need_va_copy.U
66119 ____________________________________________________________________________
66120 [  7928] By: jhi                                   on 2000/11/29  17:50:43
66121         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
66122              From: Dominic Dunlop <domo@computer.org>
66123              Date: Tue, 28 Nov 2000 16:41:57 +0100
66124              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
66125              
66126              Patch to catch a core dump in the Configure va_copy test.
66127      Branch: perl
66128            ! Configure config_h.SH
66129 ____________________________________________________________________________
66130 [  7927] By: jhi                                   on 2000/11/29  17:31:59
66131         Log: Retract #7921, the patch shouldn't be needed.
66132      Branch: perl
66133            ! sv.c
66134 ____________________________________________________________________________
66135 [  7926] By: jhi                                   on 2000/11/29  17:01:41
66136         Log: Make the Class::Struct import() wiser.
66137      Branch: perl
66138            ! lib/Class/Struct.pm t/lib/class-struct.t
66139 ____________________________________________________________________________
66140 [  7925] By: jhi                                   on 2000/11/29  16:36:33
66141         Log: All the core library users of Class::Struct seem to be
66142              using "use Class::Struct 'struct';" instead of the bare
66143              "use Class::Struct;", which isn't documented in Class::Struct.
66144              This can't be right.
66145      Branch: perl
66146            ! lib/File/stat.pm
66147 ____________________________________________________________________________
66148 [  7924] By: jhi                                   on 2000/11/29  16:32:15
66149         Log: A test works better if it has the right 1..$n output.
66150      Branch: perl
66151            ! t/lib/class-struct.t
66152 ____________________________________________________________________________
66153 [  7923] By: jhi                                   on 2000/11/29  16:29:11
66154         Log: Forgot to MANIFEST the new Net::hostent test.
66155      Branch: perl
66156            ! MANIFEST
66157 ____________________________________________________________________________
66158 [  7922] By: jhi                                   on 2000/11/29  16:27:49
66159         Log: Integrate perlio.
66160      Branch: perl
66161           !> iperlsys.h perlio.c
66162 ____________________________________________________________________________
66163 [  7921] By: jhi                                   on 2000/11/29  16:27:10
66164         Log: (Retracted by #7927.)
66165              
66166              Subject: [PATCH] Is infinity a number?
66167              From: Simon Cozens <simon@cozens.net>
66168              Date: Wed, 29 Nov 2000 14:48:20 +0000
66169              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
66170      Branch: perl
66171            ! sv.c
66172 ____________________________________________________________________________
66173 [  7920] By: jhi                                   on 2000/11/29  16:23:02
66174         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
66175              From: rspier@pobox.com (Robert Spier)
66176              Date: Wed, 29 Nov 2000 02:17:49 -0500
66177              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
66178              
66179              Add a test for Net::hostent.
66180      Branch: perl
66181            + t/lib/net-hostent.t
66182 ____________________________________________________________________________
66183 [  7919] By: jhi                                   on 2000/11/29  16:21:31
66184         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
66185              add a test for Class::Struct.
66186      Branch: perl
66187            + t/lib/class-struct.t
66188            ! MANIFEST lib/Class/Struct.pm
66189 ____________________________________________________________________________
66190 [  7918] By: jhi                                   on 2000/11/29  15:48:40
66191         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
66192              From: rspier@pobox.com (Robert Spier)
66193              Date: Wed, 29 Nov 2000 02:25:39 -0500
66194              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
66195              
66196              More checking in case someone has broken their services or
66197              protocol databases.
66198      Branch: perl
66199            ! ext/Sys/Syslog/Syslog.pm
66200 ____________________________________________________________________________
66201 [  7917] By: jhi                                   on 2000/11/29  15:46:25
66202         Log: Subject: [PATCH] $^O  win32 -> MSWin32
66203              From: rspier@pobox.com (Robert Spier)
66204              Date: Wed, 29 Nov 2000 02:17:38 -0500
66205              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
66206              
66207              plus similar nits for vms, err, VMS, and UNICOS.
66208      Branch: perl
66209            ! t/lib/syslfs.t t/op/lfs.t
66210 ____________________________________________________________________________
66211 [  7916] By: jhi                                   on 2000/11/29  15:42:51
66212         Log: Subject: [PATCH] Tokeniser debugging
66213              From: Simon Cozens <simon@cozens.net>
66214              Date: Wed, 29 Nov 2000 14:15:45 +0000
66215              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
66216      Branch: perl
66217            ! perl.c perl.h pod/perlrun.pod toke.c
66218 ____________________________________________________________________________
66219 [  7915] By: jhi                                   on 2000/11/29  15:41:36
66220         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
66221              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
66222              Date: Wed, 29 Nov 2000 02:13:14 -0500
66223              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
66224              
66225              OUT keyword nits.
66226              
66227              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
66228              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
66229              Date: Wed, 29 Nov 2000 03:09:04 -0500
66230              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
66231              
66232              OUT and IN_OUT documentation.
66233      Branch: perl
66234            ! lib/ExtUtils/xsubpp pod/perlxs.pod
66235 ____________________________________________________________________________
66236 [  7914] By: jhi                                   on 2000/11/29  03:35:01
66237         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
66238              From: John Tobey <jtobey@john-edwin-tobey.org>
66239              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
66240              Message-Id: <m140e1N-000FOoC@feynman.localnet>
66241              
66242              plus a performance speedup noticed by Sarathy.
66243      Branch: perl
66244            ! op.c
66245 ____________________________________________________________________________
66246 [  7913] By: jhi                                   on 2000/11/29  03:16:59
66247         Log: Use "1 while unlink" so that VMS gets clean, too.
66248      Branch: perl
66249            ! t/lib/filter-util.t
66250 ____________________________________________________________________________
66251 [  7912] By: jhi                                   on 2000/11/29  03:09:08
66252         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
66253              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
66254              Date: Tue, 28 Nov 2000 03:27:09 -0500
66255              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
66256      Branch: perl
66257            ! lib/ExtUtils/xsubpp
66258 ____________________________________________________________________________
66259 [  7911] By: jhi                                   on 2000/11/29  03:06:30
66260         Log: This should have been part of #7872: no need to scan UTF-8
66261              until eternity.
66262      Branch: perl
66263            ! utf8.c
66264 ____________________________________________________________________________
66265 [  7910] By: jhi                                   on 2000/11/29  02:50:04
66266         Log: One more perltie.pod nit from Casey R. Tweten.
66267      Branch: perl
66268            ! pod/perltie.pod
66269 ____________________________________________________________________________
66270 [  7909] By: jhi                                   on 2000/11/29  02:44:23
66271         Log: Document the known sprintf test failures, exact standard
66272              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
66273      Branch: perl
66274            ! pod/perldelta.pod t/op/sprintf.t
66275 ____________________________________________________________________________
66276 [  7908] By: jhi                                   on 2000/11/29  02:36:23
66277         Log: Add the Encoding table format documentation.
66278      Branch: perl
66279            + ext/Encode/Encode/EncodeFormat.pod
66280            ! MANIFEST
66281 ____________________________________________________________________________
66282 [  7907] By: jhi                                   on 2000/11/29  02:07:24
66283         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
66284              From: "Casey R. Tweten" <crt@kiski.net>
66285              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
66286              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
66287              
66288              Subject: Re: [PATCH] Updating perltie.pod for arrays
66289              From: "Casey R. Tweten" <crt@kiski.net>
66290              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
66291              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
66292      Branch: perl
66293            ! pod/perltie.pod
66294 ____________________________________________________________________________
66295 [  7906] By: nick                                  on 2000/11/28  22:40:59
66296         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
66297      Branch: perlio
66298            ! iperlsys.h perlio.c
66299 ____________________________________________________________________________
66300 [  7905] By: nick                                  on 2000/11/28  22:04:34
66301         Log: Integrate mainline
66302      Branch: perlio
66303           !> (integrate 39 files)
66304 ____________________________________________________________________________
66305 [  7904] By: jhi                                   on 2000/11/28  16:44:43
66306         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
66307              From: Nicholas Clark <nick@babyhippo.co.uk>
66308              Date: Tue, 28 Nov 2000 11:16:57 +0000
66309              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
66310      Branch: perl
66311            ! pod/perlipc.pod
66312 ____________________________________________________________________________
66313 [  7903] By: jhi                                   on 2000/11/28  16:40:31
66314         Log: Subject: [PATCH] Updating perltie.pod for arrays
66315              From: "Casey R. Tweten" <crt@kiski.net>
66316              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
66317              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
66318      Branch: perl
66319            ! pod/perltie.pod
66320 ____________________________________________________________________________
66321 [  7902] By: jhi                                   on 2000/11/28  16:39:37
66322         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
66323              From: Robin Barker <rmb1@cise.npl.co.uk>
66324              Date: Mon, 27 Nov 2000 17:56:44 GMT
66325              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
66326      Branch: perl
66327            ! pod/perlfunc.pod t/op/split.t
66328 ____________________________________________________________________________
66329 [  7901] By: jhi                                   on 2000/11/28  16:28:04
66330         Log: setmode() is a DOSish-only thing.
66331      Branch: perl
66332            ! perlio.c
66333 ____________________________________________________________________________
66334 [  7900] By: jhi                                   on 2000/11/28  16:21:46
66335         Log: Subject: [PATCH] perlcc.PL cleanups
66336              From: Simon Cozens <simon@cozens.net>
66337              Date: Tue, 28 Nov 2000 12:44:35 +0000
66338              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
66339      Branch: perl
66340            ! utils/perlcc.PL
66341 ____________________________________________________________________________
66342 [  7899] By: gsar                                  on 2000/11/28  06:32:55
66343         Log: reintegrate files missed by change#7895
66344      Branch: maint-5.6/perl
66345           +> ext/ByteLoader/bytecode.h utils/Makefile
66346            - utils/perlbc.PL
66347 ____________________________________________________________________________
66348 [  7897] By: gsar                                  on 2000/11/27  18:22:47
66349         Log: can't integrate these two files, for some reason
66350      Branch: maint-5.6/perl
66351            - ext/ByteLoader/bytecode.h utils/Makefile
66352 ____________________________________________________________________________
66353 [  7895] By: gsar                                  on 2000/11/27  18:11:21
66354         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
66355              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
66356              6757..6890,6892..6901 from mainline
66357              
66358              Bytecompiler patches from Benjamin Stuhl.
66359              
66360              More bytecompiler.
66361              
66362              Subject: [PATCH blead] B:: missing dependency
66363              
66364              Subject: [PATCH: 6757] configure.com updates and syslog build
66365              
66366              Long double Gconvert fixes from Yitzchak Scott-Thoennes
66367              and Spider Boardman.
66368              
66369              Subject: [PATCH blead] nextchar() abuse misses an optimisation
66370              
66371              Long double fixes from Spider Boardman.
66372              
66373              Make the selection of NVff et al stricter.
66374              
66375              cSVOPo_*v things index into the current PL_curpad
66376              under ithreads, which is different from the curpad
66377              used by the XSUB.  (In other words, the code as-is
66378              before this patch wouldn't work under ithreads.)
66379              
66380              Be portable.
66381              
66382              VMS MMS (make) wants null action.
66383              
66384              Mac and other portability updates from Chris Nandor.
66385              
66386              Storable support, v-version fixes.
66387              Subject: CPAN.pm beta for testing available
66388              
66389              Portability fix from Hugo van der Sanden.
66390              
66391              Bad makefile.
66392              
66393              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
66394              
66395              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
66396              
66397              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
66398              
66399              Replace #6705 with a minimal doc patch.
66400              Subject: [PATCH 5.6.0] replace change #6705
66401              
66402              Drop the separate perlbc, perlcc -b should be enough.
66403              
66404              installperl couldn't tell whether it had run tests or not.
66405              Subject: [PATCH] Re: installperl and t/TEST
66406              
66407              Add silencer flags to installperl.
66408              Subject: [PATCH] Making installperl silent.
66409              
66410              Make "make install" by default silent.  A new "install-verbose"
66411              target is verbose.
66412              
66413              More liberal parsing of version numbers.
66414              Subject: Re: CPAN.pm beta for testing available
66415              
66416              Create directories in silence.
66417              Subject: [PATCH] Another silencer for MakeMaker
66418              
66419              DOS patches and portability/porting notes, from Tim Jenness.
66420              
66421              Make installman to recognize the silence flag -S.
66422              
66423              Actually do something with the silencer option.
66424              
66425              Continue silencing.
66426              
66427              Show the doc file, not the temp file.
66428              
66429              Regen perltoc.
66430              
66431              Subject: [PATCH] More silencing of installman.
66432              
66433              Better wording for the vec lvalue diagnostic.
66434              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
66435              
66436              Subject: [PATCH: 6805] several more tweaks to configure.com
66437              
66438              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
66439              
66440              Missing parts of 
66441              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
66442              
66443              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
66444              (applied slightly modified)
66445              
66446              installperl --verbose and --silent.
66447              Subject: Re: [PATCH] More silencing of installman.
66448              
66449              Add install-silent target.
66450              
66451              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
66452              the problem reported in
66453              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
66454              
66455              Tweak the sfio/useperlio logic, hopefully as wished in
66456              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
66457              
66458              One forgotten file from #6816.
66459              
66460              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
66461              
66462              Remove duplicately applied patch shards.
66463              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
66464              
66465              Support preserving extremely big/small angles.
66466              
66467              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
66468              
66469              Subject: [PATCH] installation not quite silent yet.
66470              
66471              Update the test count.
66472              
66473              Use UVxf, PTR2UV, NVff.
66474              
66475              Document PTR2XX and INT2PTR.
66476              
66477              no-install target a la make -n.
66478              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
66479              
66480              grep -e isn't portable.
66481              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
66482              
66483              Can't get the test to reliably work thanks to the
66484              inaccurateness of floating point.  "Resolves" bug ids
66485              20000826.003, 20000826.009, 20000826.010,
66486              
66487              Subject: installman buglet
66488              
66489              DJGPP update from Laszlo Molnar.
66490              
66491              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
66492              
66493              Passing -R in ldflags makes now it to appear in the default
66494              for lddlflags, just like with -L.
66495              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
66496              
66497              Test nit.
66498              
66499              Use the actual thread type, not the pointer-to-struct.
66500              
66501              Provice virtual $Config{ccflags_nolargefiles} etc. 
66502              
66503              display_format used as a class method without arguments was broken,
66504              reported in
66505              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
66506              
66507              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
66508              
66509              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
66510              
66511              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
66512              
66513              opmini.o may be left around if a build is interrupted.
66514              
66515              Typo in #6858.
66516              
66517              Fix for ID 20000828.001, long doubles were not formatted
66518              correctly (showed up in $], which stopped installing perl).
66519              
66520              An attempt to fix the problem reported in
66521              Subject: Building perl@6856 using gcc/AIX 4.3.3 
66522              I can't test this properly since the gcc installation I have
66523              access to seems to be botched (gcc is calling the AIX cpp,
66524              a losing proposition...)
66525              
66526              Add -ld to archname on long tr...double platforms.
66527              
66528              Subject: hv.h Doc Patch
66529              
66530              Potential cruft.
66531              
66532              Subject: [PATCH bleedperl@6856] warnings fixes
66533              
66534              -S is the silent flag, -s is the strip flag.
66535              Subject: [PATCH] Re: [PATCH] make no-install          
66536              
66537              Take out the SUIDMAIL thing, that will not be
66538              a problem in 5.7.*.
66539              
66540              Subject: [PATCH bleedperl@6866] spellings
66541              
66542              Subject: [PATCH] Re: files not cleaned even by veryclean
66543              
66544              Use minimal @INC in tests, most of the time just '../lib',
66545              so that we simply can't pick up stuff from other Perls than
66546              the one we are testing.  Pointed out by
66547              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
66548              
66549              Update to Getopt::Long 2.24, from Johan Vromans.
66550              
66551              Fix for thinko in #6848.
66552              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
66553              
66554              Patches all over for people and the files they (hopefully) care about.
66555              
66556              Subject: Net::protoent does not export 'getproto'
66557              
66558              Missed a change in #6869.
66559              
66560              Subject: [PATCH] Warnings in B::Deparse
66561              
66562              Subject: [PATCH] Glob dumping
66563              
66564              Disable one of the tests for now.
66565              
66566              Disabling the one test is a bit tricky.
66567              
66568              Don't forget to tidy up.
66569              
66570              The #6881 removed one dump line.
66571              
66572              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
66573              
66574              Under usethreads the dumped variable is IN_PAD.
66575              Subject: Re: [PATCH] Glob dumping
66576              
66577              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
66578              
66579              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
66580              
66581              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
66582              
66583              Regen Configure for #6894.
66584              
66585              Subject: [PATCH: 6889] updates to perlebcdic.pod
66586              
66587              Undo namespace pollution of #6878.
66588              Subject: Re: Net::protoent does not export 'getproto'
66589              
66590              Admit that we are leaking scalars.
66591              
66592              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
66593      Branch: maint-5.6/perl
66594           !> (integrate 271 files)
66595 ____________________________________________________________________________
66596 [  7894] By: gsar                                  on 2000/11/27  16:00:34
66597         Log: a couple of nits
66598      Branch: maint-5.6/perl
66599            ! MANIFEST pp_sys.c
66600 ____________________________________________________________________________
66601 [  7893] By: gsar                                  on 2000/11/27  15:10:56
66602         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
66603              6740..6745,6747..6757,6760
66604              
66605              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
66606              
66607              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
66608              
66609              Doc nits spotted by Richard Soderberg.
66610              
66611              move WNOHANG definition to where other such things are
66612              
66613              Make $Config{byteorder} more magical so that it is
66614              dynamically computed: nice for 'fat binaries'.
66615              Subject: [PATCH]: default byteorder
66616              
66617              Subject: [PATCH] Cwd.pm now uses strict
66618              
66619              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
66620              
66621              Get -DLEAKTEST to compile (not necessarily to work, mind)
66622              Subject: [ID 20000724.006] -DLEAKTEST problem
66623              
66624              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
66625              
66626              Add perlebcdic from Peter Prymmer, regen toc.
66627              
66628              Don't propose using modules built for 5.005 if no binary
66629              compatibility with 5.005 is attempted.
66630              
66631              Do not use prototyping here.
66632              Subject: [ID 20000817.016] [PATCH] Peek.xs
66633              
66634              Document what the backtick returns if the command fails.
66635              
66636              Add byteorder to the myconfig output.
66637              
66638              Introduce NVef, NVff, and NVgf, use the middle one.
66639              (helps for lib/peek + Linux + long doubles)  Reported in
66640              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
66641              Use NVs in POSIX math, not doubles.
66642              Subject: [ID 20000817.014] POSIX & modfl
66643              
66644              Subject: [PATCH 5.6.0+] newSVrv() memory leak
66645              
66646              The byteorder code in #6671 was wrong.
66647              
66648              Fix the lib/complex failure of
66649              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
66650              Linux long double accuracy issue: something that
66651              when printed with %g looks like "2" but int() of it is 1.
66652              
66653              Propagate new Configure vars.
66654              
66655              Unbuffer the output.
66656              
66657              Subject: [PATCH] perltrap.pod spring cleaning
66658              
66659              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
66660              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
66661              
66662              Tiny Getopt::Long patch from Johan Vromans.
66663              
66664              Document code point which makes if (defined %stash::) to work
66665              (noted by Spider Boardman).
66666              
66667              Subject: [PATCH perl@6698] cygwin port
66668              
66669              Document the NDBM_File and ODBM_File as SDBM_File
66670              was documented in #6417.
66671              
66672              The new tests were missing from #6415.
66673              
66674              Add [[:blank:]] as suggested in
66675              Subject: [ID 20000716.024] [=cc=] / [:blank:]
66676              (the [=cc=] has already been taken care of by #6439
66677              so the whole bug report can be closed)
66678              and make [[:space:]] to be equivalent to isspace(3)
66679              (as opposed to \s, which is isSPACE()).  The difference
66680              is that now [[:space:]] matches the mythical vertical tab,
66681              while \s doesn't.
66682              
66683              Don't eat leading os from index entries.
66684              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
66685              
66686              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
66687              
66688              Typo in pp_complement().
66689              Subject: [PATCH perl-current] Deparse
66690              
66691              Add warnif(), check warnings further up the stack,
66692              all the warnings functions now can take an optional object reference.
66693              Subject: [PATCH bleedperl@6691] warnings pragma update
66694              
66695              Fix a core dump in lib/selfloader under -DDEBUGGING.
66696              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
66697              
66698              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
66699              
66700              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
66701              
66702              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
66703              Put back the long double avoidance code to POSIX.xs
66704              because VMS seems to need it still.
66705              
66706              Introduce a 'veryclean' target that is like 'distclean'
66707              but also removes *~ and *.orig.
66708              
66709              Subject: [ID 20000817.023] endianness description in perlfunc.pod
66710              
66711              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
66712              
66713              Let's try #6717 again.
66714              
66715              UTF8 concat fixes.
66716              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
66717              
66718              pp_open() could pass an uninitialized filename down to do_open9().
66719              
66720              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
66721              
66722              Update to CGI 2.72, from Lincoln Stein.
66723              
66724              Subject: [PATCH] Silence MakeMaker (Was: installman)
66725              
66726              Use temporary directory instead of current directory.
66727              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
66728              
66729              Document odd vs even subreleases and -Dusedevel.
66730              
66731              The veryclean target needs to clobber.
66732              
66733              Use File::Spec->tmpdir().
66734              
66735              Document the number of exponent digits.
66736              
66737              Mention perlebcdic and perlposix-bc.
66738              
66739              s/this one/the 5.6.0 release/
66740              
66741              The #6724 is here.
66742              
66743              The correct cleaning order is an art.
66744              
66745              small tweaks for change#6705: avoid C++ style comments in C code;
66746              use Perl's malloc API rather than the low level system one
66747              
66748              Array context keeps slithering in.
66749              
66750              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
66751              
66752              Subject: [PATCH] os2.c fix for use64bitint
66753              
66754              Update to Pod::LaTeX 0.53.
66755              Subject: [PATCH] lib/Pod/LaTeX.pm updates
66756              
66757              Document the endianness of Alpha more precisely.
66758              
66759              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
66760              
66761              Rename the macro argument because some preprocessors
66762              can't tell the difference and expand arguments also inside
66763              double quoted strings.
66764              
66765              free TLS slot properly on Windows
66766              
66767              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
66768              
66769              Unicos/mk requires elaborate paranoia.
66770              
66771              Tweak the floating point output routine preferences.
66772              
66773              Also under djgpp the timestamps are funky.
66774              
66775              Apply some PodParser 1.18 patches; the Pod/Find.pm
66776              patches cannot be applied since #6712 conflicts.
66777              
66778              Use PodParser 1.18 new test.
66779              
66780              A pod nit.
66781              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
66782              
66783              Be verydeepclean.
66784      Branch: maint-5.6/perl
66785           +> pod/perlebcdic.pod
66786           !> (integrate 106 files)
66787 ____________________________________________________________________________
66788 [  7892] By: jhi                                   on 2000/11/27  15:02:32
66789         Log: Update Changes.
66790      Branch: perl
66791            ! Changes patchlevel.h
66792 ____________________________________________________________________________
66793 [  7891] By: jhi                                   on 2000/11/27  14:57:23
66794         Log: Subject: Re: perlfaq style changes
66795              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
66796              Date: Sat, 25 Nov 2000 23:32:26 -0800
66797              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
66798              
66799              plus a note from Ronald Kimball.
66800      Branch: perl
66801            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
66802 ____________________________________________________________________________
66803 [  7890] By: jhi                                   on 2000/11/27  14:53:14
66804         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
66805              From: Benjamin Holzman <bah@ecnvantage.com>
66806              Date: Sun, 26 Nov 2000 16:27:33 -0500
66807              Message-ID: <20001126162733.J25040@ecnvantage.com>
66808      Branch: perl
66809            ! gv.c
66810 ____________________________________________________________________________
66811 [  7889] By: jhi                                   on 2000/11/27  14:43:11
66812         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
66813              From: lvirden@cas.org
66814              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
66815              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
66816      Branch: perl
66817            ! README.amiga
66818 ____________________________________________________________________________
66819 [  7888] By: jhi                                   on 2000/11/27  14:32:34
66820         Log: Restore also the locale test to no-sprintf-taint state.
66821              Fixes the bug 20001127.003.
66822      Branch: perl
66823            ! sv.c t/pragma/locale.t
66824 ____________________________________________________________________________
66825 [  7887] By: gsar                                  on 2000/11/27  14:13:05
66826         Log: integrate changes#6613..6616,6620..6665 from mainline
66827              
66828              VMS configure.com update continues.
66829              
66830              Subject: Test fails / warnings with perl-current #6612
66831              
66832              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
66833              
66834              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
66835              
66836              For now remove the mail code.
66837              
66838              Subject: Re: [PATCH] @+, @- readonly
66839              
66840              Subject: warning: storage class after type is obsolescent
66841              
66842              Subject: sfio2000
66843              
66844              Subject: Re: File::Temp problems on VMS in bleedperl
66845              
66846              README.os2 update.
66847              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
66848              
66849              Make the user to give up his firstborn, err, to knowingly
66850              verify installing an unstable developer release.  Also bump
66851              the release to 5.7.0, but leave a patch tag in the local
66852              patches saying that this is not yet the real thing.
66853              
66854              Update (kinda) to Test 1.14, from Joshua Pritikin.
66855              
66856              make ok etc also for win32.
66857              
66858              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
66859              
66860              Don't blow limited stacks, a lower number is enough to
66861              tickle the lookbehind limit.
66862              
66863              Use -Dusedevel; regen Configure and the respective Porting stuff.
66864              
66865              Subject: [PATCH] debugger exit code should reflect user exit code
66866              
66867              Subject: [PATCH perl@6620] cygwin port
66868              
66869              Missed a file from #6638.
66870              
66871              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)
66872              
66873              magic callbacks all need to have same type signature
66874              
66875              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
66876              
66877              Fix a dependency problem.
66878              Subject: [PATCH: 6640] VMS Makefile.SH update
66879              
66880              The numeric locale was reset to "C" by s?printf and never restored.
66881              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
66882              No test since adding the failing example to locale.t
66883              does not fail -- probably because the locale settings are so
66884              thoroughly tweaked by that time.  Running the example standalone
66885              does fail, though.  UPDATE: test case added at change #7540.
66886              
66887              Subject: [ID 20000324.040] minor fix to perlhpux.pod
66888              
66889              Update to CPAN 1.57.
66890              
66891              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
66892              
66893              Change the perlbug address to perl.org since it's more forgiving.
66894              
66895              Change the regx compilation error markers to use = instead of <
66896              since pod makes using the latter quite messy.  Reported in
66897              ID 20000814.006 by Abigail and in
66898              Subject: Unknown escape E<> ?
66899              
66900              Update to perldebtut 1.9, from Richard Foley.
66901              
66902              check that the number pseudo children doesn't exceed
66903              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
66904              the WaitForMultipleObjects() limit that would cause wait()
66905              to crash)
66906              wait() and waitpid() could potentially be rewritten to use
66907              more than one thread to do the waiting to eliminate this
66908              limitation
66909              
66910              change#6328 could make close(SOCKET) return false on windows
66911              when it shouldn't
66912              
66913              pod nit seen in passing
66914              
66915              on windows, the return values from wait() and waitpid() don't
66916              match those of pseudo-pids
66917              
66918              waitpid() now handles externally spawned pids correctly;
66919              fixes for backtick/wait/waitpid failures on Windows 9x
66920              these changes make the pid returned by process functions on
66921              Windows 9x always positive by clearing the high bit (which
66922              is always set on Win9x); pseudo-process PIDs are likewise
66923              always negative now on Win9x (just as on NT/2000)
66924              
66925              trailing new %ENV entries weren't being pushed into the real
66926              environment of subprocesses on Windows
66927              
66928              Tweak the regex compilation errors once more.
66929              
66930              avoid warnings from dense compiler
66931              
66932              add "ok" targets from change#6632 in makefile.mk
66933      Branch: maint-5.6/perl
66934            - lib/Pod/PlainText.pm vms/configure.com
66935           !> (integrate 66 files)
66936 ____________________________________________________________________________
66937 [  7886] By: jhi                                   on 2000/11/27  13:54:18
66938         Log: __FUNCTION__ isn't portable and trying to emulate it leads
66939              into practically spelling out the name of the function.
66940              Takes care of the bug 20001127.001.
66941      Branch: perl
66942            ! perlio.c
66943 ____________________________________________________________________________
66944 [  7885] By: gsar                                  on 2000/11/27  13:53:18
66945         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
66946              6610..6611 from mainline
66947              
66948              Make regular expression parse error messages easier to understand.
66949              Subject: Re: enhanced(?) regex error messages
66950              
66951              Tiny tidying on report_evil_fh().
66952              
66953              Subject: Re: enhanced(?) regex error messages 
66954              plus Capitalize the error messages, plus perldiag them.
66955              
66956              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
66957              
66958              Document here-doc better.
66959              
66960              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
66961              
66962              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
66963              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
66964              (either perlbug or p5p ate the original), plus regen
66965              perlapi and perltoc. 
66966              
66967              Regen global.sym.
66968              
66969              Double check that we have a dirhandle.
66970              
66971              Subject: Re: enhanced(?) regex error messages
66972              (plus two small patches sent privately)
66973              (this still seems to leave few test failures)
66974              
66975              warn is a macro, avoid using at a variable to avoid warnings
66976              in some configurations; readdir.t is too conservative in
66977              estimating number of *.t's
66978              
66979              Get back into sync with Jeffrey on the enhanced regex warnings.
66980              
66981              Subject: [PATCH 5.6.0] cygwin port
66982              
66983              Zero entries were skipped, fix from Adrian Goalby
66984              <argoalby@yahoo.co.uk>
66985              
66986              Subject: Remove dead entry in perldiag
66987              
66988              Amend the description of Perl6.
66989              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
66990              
66991              detypo
66992              
66993              It's the 2ndO'ROSSC.
66994              
66995              Revert the sv.c part of #6559, a better fix is needed.
66996              
66997              Iterating perl6 description.
66998              
66999              Update to Term::ANSIColor 1.03, from Russ Allbery.
67000              
67001              Update to Getopt::Long 2.23_05, from Johan Vromans.
67002              
67003              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
67004              
67005              Update to Pod::Parser 1.17, from Brad Appleton.
67006              
67007              Update to CPAN 1.56, from Andreas König.
67008              
67009              Update to CGI 2.70, from Lincoln Stein.
67010              
67011              Put back the std @INC thing.
67012              
67013              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
67014              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
67015              
67016              Document the IO::Select timeout.
67017              
67018              sleep(1) does not necessarily return 1.
67019              Subject: [PATCH bleadperl] op/lex_assign.t  
67020              
67021              Subject: debugger "d" command doesnt check line number
67022              
67023              B::Deparse didn't do sub attributes.
67024              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
67025              
67026              Preprocessing and postprocessing for File::Find.
67027              Subject: Patch to Find::File.pm to allow alphabetical results
67028              
67029              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
67030              
67031              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
67032              
67033              Subject: Re: [ID 20000730.003] utf8::length() bad
67034              
67035              Subject: Getting perlio and threads to compile
67036              (the Solaris version changes in Configure skipped)
67037              
67038              Tests for #6589.
67039              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
67040              
67041              Add Perl debugging tutorial, regen toc. 
67042              Subject: perldebtut.pod
67043              
67044              Add a few missing files, update MANIFEST.
67045              
67046              Rewrite of vms/subconfigure.com as configure.com,
67047              from Peter Prymmer and the vmsperl crew.
67048              
67049              Should have deleted this in #6603.
67050              
67051              Fix the test for 5005threads.
67052              
67053              Fix-n-skip the tests under 5005threads.
67054              
67055              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
67056              
67057              Upgrade to CGI 2.71, from Lincoln Stein.
67058      Branch: maint-5.6/perl
67059           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
67060           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
67061           +> t/op/regmesg.t t/pod/find.t vms/configure.com
67062            - vms/subconfigure.com
67063            ! lib/lib.pm
67064           !> (integrate 115 files)
67065 ____________________________________________________________________________
67066 [  7884] By: jhi                                   on 2000/11/27  13:44:33
67067         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
67068              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
67069              Date:     Mon, 27 Nov 2000 08:23:54 EST
67070              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
67071      Branch: perl
67072            ! vms/descrip_mms.template vms/test.com
67073 ____________________________________________________________________________
67074 [  7883] By: gsar                                  on 2000/11/27  11:50:46
67075         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
67076              6511..6513,6515..6523,6525..6536
67077              
67078              The swallow_bom() saga continues.  The #23 of require.t
67079              (UTF16-LE) still fails (silently, no output) but the #22
67080              (UTF16-BE) seems to be working now.  The root of the
67081              failure may be in sv_gets(): is it UTF-16LE-aware,
67082              especially when it comes to line endings? 
67083              
67084              Document the problem with -P in HP-UX and its workaround.
67085              
67086              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
67087              (aka ID 20000730.002)
67088              
67089              Subject: fix and question re: waitpid() under win32
67090              
67091              Make the safety catch for buggy gccs work with triple version
67092              numbers like 2.95.2.  Reported in
67093              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
67094              
67095              In Digital UNIX warn if gcc explicitly chosen because even
67096              2.95.2 is known to cause problems.
67097              
67098              Make chr() for values >127 to create utf8 when under utf8.
67099              
67100              various syntax errors and such (not fixed: comp/require.t#22 coredump
67101              on Windows)
67102              
67103              Stash away the largefiles flags and libswanted.
67104              
67105              BOM patching from Simon Cozens.
67106              
67107              If gccosandvers is equal to osname, clear gccosandvers.
67108              
67109              Make p4desc to skip non-mainperl branches by default.
67110              
67111              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
67112              
67113              The test from this
67114              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
67115              
67116              In new BSDs changes to argv[] do not show up in ps(1) output,
67117              instead one must use setproctitle().  This was already addressed
67118              by change #6457, but the below has a new variant for FreeBSD 4.0
67119              or later, and the matter is also documented more.
67120              
67121              FreeBSD 3.* updates from
67122              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
67123              
67124              regen_headers, regen perltoc.
67125              
67126              Document in one place the memory abstractions used in Perl core.
67127              
67128              memcpy has n o in it, as pinted ut by Sarathy.
67129              
67130              Remove the extraneous "main::" prefix from all the
67131              "opened only for", "on closed", and "never opened" warnings.
67132              
67133              The name of a filehandle does not have <these>.
67134              
67135              The tr utf8 patching continues.
67136              
67137              The new setproctitle() feature is available only in 
67138              bleeding edge FreeBSD.  From Paul Saab.
67139              
67140              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
67141              
67142              Dump UVs as UVs in Data::Dumper.
67143              
67144              detypo #6494
67145              
67146              Document the IVdf UVuf UVof UVxf.
67147              
67148              require.t needs binmode() to work on windows
67149              
67150              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
67151              that are hopefully soon put into use.
67152              
67153              Allow "no Module;" even if there is no 'unimport'.
67154              
67155              Better skip message for the test; one of the two problems in
67156              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
67157              
67158              The subtest 4 may fail also on VOBS, as pointed out
67159              by Nick Ing-Simmons in November 1999, bug id 19991124.003
67160              (but the failure in that bug report isn't the subtest 4).
67161              
67162              Be more informative on what is skipped and why,
67163              also repeat the list at the end.
67164              
67165              Add a URL for FSF.
67166              
67167              Subject: [PATCH] sv.h documentation - SvLEN
67168              
67169              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
67170              
67171              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
67172              
67173              Subject: [PATCH] bad cppsymbols on os2 + Configure question
67174              
67175              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
67176              
67177              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
67178              mention the idea of @( and @)
67179              
67180              This is 6512.  Really.
67181              
67182              Subject: [ID 19990721.004] Documentation bug in perlfunc
67183              
67184              Subject: Minor tweak to perlvar.pod
67185              
67186              In the warnings call filehandles consistently so;
67187              add "unopened" warning for stat().
67188              
67189              After the #6519 a warning about stat() is just that,
67190              not about a filetest, which now have their own warning.
67191              
67192              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
67193              
67194              Subject: Re: Array vs. List context
67195              
67196              Subject: New perlcc, take 2
67197              
67198              Weed buglets pointed out by
67199              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
67200              
67201              gcc versions might have (parentheses) in them.
67202              
67203              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
67204              
67205              Essential prototype changes were missing from #6527.
67206              Also make report_evil_fh() more bomb-proof.
67207              
67208              Zap lib/Sys directory when cleaning up.
67209              
67210              Change the Policy policy: now -Dprefix= with an existing
67211              Policy.sh and prefix == siteprefix == vendorprefix, then all
67212              of them follow along the new prefix.
67213              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
67214              
67215              Continue fixing the io warnings.  This also
67216              sort of fixes bug ID 20000802.003: the core dump
67217              is no more.  Whether the current behaviour is correct
67218              (giving a warning: "Not a format reference"), is another matter.
67219              
67220              Have symbols for the IoTYPEs.
67221              
67222              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
67223              
67224              Document a bit that UDP is not what you might think.
67225              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
67226              tr memory corruption fix from Simon Cozens.
67227              
67228              Plug the security hole described in the Aug 05 2000 bugtraq message
67229              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
67230              The security hole exists only in suidperls, which isn't
67231              installed or even built by default.
67232      Branch: maint-5.6/perl
67233           !> (integrate 71 files)
67234 ____________________________________________________________________________
67235 [  7882] By: gsar                                  on 2000/11/27  10:25:36
67236         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
67237              from mainline
67238              
67239              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
67240              to be fatal errors (instead of by default ignoring them, and
67241              ignoring with a bug: even though -w gave an error, the opening [
67242              was left in)  Reported in:
67243              
67244              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
67245              
67246              Subject: [PATCH] split /^/
67247              
67248              MacOS nits from Matthias Neeracher.
67249              
67250              More split() doc and test patches from Mike Guy.
67251              
67252              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
67253              from Graham Barr in the module list.
67254              
67255              docfix from Peter Scott <Peter@PSDT.com>.
67256              
67257              File::Temp patches for VMS and OS/2 from Tim Jenness.
67258              
67259              open() wariness in perlbug.
67260              
67261              Subject: [PATCH] minor doc change - perlguts
67262              
67263              Subject: Minor doc patch: handy.h
67264              
67265              Be wary of close()s, too.
67266              
67267              Further File::Temp patches from Yitzchak Scott-Thoennes
67268              and Craig A. Berry.
67269              
67270              Subject: [PATCH] fixes bug 20000508.004
67271              
67272              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
67273              
67274              Allow "no AutoLoader;", based on change #6444,
67275              suggested by Graham Barr.
67276              
67277              Use setproctitle() if available to modify $0.
67278              
67279              Warn if the version of the operating system used to compile gcc
67280              differs from the current version of the operating system.
67281              Also display the gcc compilation os and version in myconfig.
67282              Inspiration from
67283              
67284              Tiny fixes for #6460.
67285              
67286              The problem described in this
67287              Subject: [ID 20000322.018] named chars aren't magical enough
67288              has been fixed in perl 5.6.0 but just in case added a test
67289              to keep it away.  (The report from Joseph Hall.)
67290              
67291              Tune the comments and hopefully stop a memory leak.
67292              
67293              Subject: UTF8 concat
67294              (with a memory leak fixed, plus a few casts added)
67295              This also seems to help for
67296              Subject: [ID 20000716.015] join UTF8 weirdness
67297              
67298              Do not upgrade SVs into utf8 just because they participate
67299              in eq or cmp.  Reported and fix suggested in
67300              Subject: [ID 20000720.009] sv_eq UTF8 bug
67301              
67302              Fix the HALF_UPGRADE() macro introduced in #6263.
67303              
67304              Find green threads before native threads.
67305              Subject: Re: Patch to jpl/JNI/Makefile.PL
67306      Branch: maint-5.6/perl
67307           !> (integrate 30 files)
67308 ____________________________________________________________________________
67309 [  7881] By: jhi                                   on 2000/11/27  05:48:41
67310         Log: It seems that *both* the unused submatch loop cleanup
67311              codes are needed.
67312      Branch: perl
67313            ! regexec.c
67314 ____________________________________________________________________________
67315 [  7880] By: jhi                                   on 2000/11/27  04:50:07
67316         Log: Clean .exists deeper.
67317      Branch: perl
67318            ! Makefile.SH
67319 ____________________________________________________________________________
67320 [  7879] By: jhi                                   on 2000/11/27  02:31:35
67321         Log: The code in regcppop() (see #7878) contains the correct lower
67322              limit for the unused submatch 'cleanup' loop so that under
67323              "use utf8" the following code wouldn't dump core:
67324              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
67325              the cleanup loop in regtry() stomped beyond allocated area
67326              in the startp[] array.  Therefore, copied the correct lower
67327              loop limit (*PL_reglastparen) to regtry().  Note: something
67328              may still not be quite right: why was the _higher_ loop limit
67329              (prog->nparens) different in the utf8 case?
67330              
67331              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
67332              without core dumps, there were about 17 of them before
67333              the patch (with us since Perl 5.7.0).  Two failures, still:
67334              496 and 505 (though these may not be severe).
67335              
67336              Patch #7881 is also needed since both the cleanup loops
67337              seem to be needed.
67338              
67339              Also, the t/op/pat#44 seems to core dump under utf8.
67340              Plus a couple of failures.  UGH-8.
67341      Branch: perl
67342            ! regexec.c
67343 ____________________________________________________________________________
67344 [  7878] By: jhi                                   on 2000/11/27  02:21:17
67345         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
67346              the code in regcppop() seems to be redundant for the test suite --
67347              but it contains a germ of truth, and it needed for the build
67348              process itself: see #7879 and #7881.
67349      Branch: perl
67350            ! regexec.c
67351 ____________________________________________________________________________
67352 [  7877] By: jhi                                   on 2000/11/27  01:53:09
67353         Log: Comment on comment.
67354      Branch: perl
67355            ! regexec.c
67356 ____________________________________________________________________________
67357 [  7876] By: jhi                                   on 2000/11/27  00:49:59
67358         Log: Adjust the docs to agree with #7875.
67359      Branch: perl
67360            ! pod/perllocale.pod
67361 ____________________________________________________________________________
67362 [  7875] By: jhi                                   on 2000/11/27  00:49:27
67363         Log: Retract #7863.  It makes more sense not to taint formatted output,
67364              not even by sprintf().
67365      Branch: perl
67366            ! sv.c
67367 ____________________________________________________________________________
67368 [  7874] By: jhi                                   on 2000/11/26  23:36:02
67369         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
67370              Not really fixed (should really dump the UTF-8 charclass),
67371              but stopped displaying the garbage.
67372              
67373              Also add a note on the (missing) Unicode PSXSPC and BLANK.
67374      Branch: perl
67375            ! regcomp.c
67376 ____________________________________________________________________________
67377 [  7873] By: jhi                                   on 2000/11/26  21:31:13
67378         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
67379      Branch: perl
67380            ! regexec.c
67381 ____________________________________________________________________________
67382 [  7872] By: jhi                                   on 2000/11/26  21:06:04
67383         Log: No need to scan till infinity, 13 is enough.
67384      Branch: perl
67385            ! handy.h utf8.c
67386 ____________________________________________________________________________
67387 [  7871] By: jhi                                   on 2000/11/26  20:20:32
67388         Log: Test line numbers are different with utf8.
67389      Branch: perl
67390            ! t/op/re_tests
67391 ____________________________________________________________________________
67392 [  7870] By: jhi                                   on 2000/11/26  20:10:12
67393         Log: Message nit.
67394      Branch: perl
67395            ! regcomp.c
67396 ____________________________________________________________________________
67397 [  7869] By: jhi                                   on 2000/11/26  19:01:05
67398         Log: Make utf8_length() and utf8_distance() (the latter of which
67399              is unused at the moment) to be less forgiving about bad UTF-8.
67400      Branch: perl
67401            ! embed.h embed.pl objXSUB.h proto.h utf8.c
67402 ____________________________________________________________________________
67403 [  7868] By: jhi                                   on 2000/11/26  18:45:56
67404         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
67405              From: Benjamin Holzman <bah@ecnvantage.com>
67406              Date: Sat, 25 Nov 2000 20:40:20 -0500       
67407              Message-ID: <20001125204020.A25040@ecnvantage.com>              
67408              
67409              Debian allows installing /usr/bin/locale without installing
67410              any locales, an error message will ensue.
67411      Branch: perl
67412            ! t/pragma/locale.t
67413 ____________________________________________________________________________
67414 [  7867] By: jhi                                   on 2000/11/26  18:31:12
67415         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
67416              From: Benjamin Holzman <bah@ecnvantage.com>
67417              Date: Sun, 26 Nov 2000 02:42:34 -0500
67418              Message-ID: <20001126024234.G25040@ecnvantage.com>
67419              
67420              Patch for the bug 20000212.002.
67421      Branch: perl
67422            ! sv.c t/op/array.t
67423 ____________________________________________________________________________
67424 [  7866] By: jhi                                   on 2000/11/26  18:28:09
67425         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
67426              From: Tim Jenness <t.jenness@jach.hawaii.edu>
67427              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
67428              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
67429              
67430              File::Temp 0.11.
67431      Branch: perl
67432            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
67433 ____________________________________________________________________________
67434 [  7865] By: jhi                                   on 2000/11/26  18:24:22
67435         Log: The metaconfig unit change for #7864.
67436      Branch: metaconfig/U/perl
67437            ! need_va_copy.U
67438 ____________________________________________________________________________
67439 [  7864] By: jhi                                   on 2000/11/26  18:23:41
67440         Log: Make the va_copy() test not to be so talkative.
67441      Branch: perl
67442            ! Configure config_h.SH
67443 ____________________________________________________________________________
67444 [  7863] By: jhi                                   on 2000/11/26  18:11:02
67445         Log: Fix locale inconsistencies unearthed by Hugo's work.
67446              Now the floating point sprintf really does taint the result
67447              string as perllocale promises (has promised for a long time)
67448              if "use locale" is in the lexical scope.
67449      Branch: perl
67450            ! sv.c t/pragma/locale.t
67451 ____________________________________________________________________________
67452 [  7862] By: jhi                                   on 2000/11/26  00:35:15
67453         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
67454              From: Nicholas Clark <nick@ccl4.org>
67455              Date: Sun, 26 Nov 2000 00:07:50 +0000
67456              Message-ID: <20001126000750.A22446@plum.flirble.org>
67457              
67458              Infinit.
67459      Branch: perl
67460            ! sv.c
67461 ____________________________________________________________________________
67462 [  7861] By: jhi                                   on 2000/11/26  00:01:26
67463         Log: Integrate perlio.
67464      Branch: perl
67465           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
67466 ____________________________________________________________________________
67467 [  7860] By: nick                                  on 2000/11/25  22:04:17
67468         Log: Correct relative path from new ext\Filter\Util\Call location
67469              back to miniperl.
67470      Branch: perlio
67471            ! win32/makefile.mk
67472 ____________________________________________________________________________
67473 [  7859] By: nick                                  on 2000/11/25  21:26:54
67474         Log: Integrate mainline.
67475      Branch: perlio
67476           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
67477           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
67478           +> t/lib/filter-util.t
67479            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
67480            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
67481            - t/lib/filt-util.t
67482           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
67483           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
67484           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
67485           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
67486           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
67487           !> win32/makefile.mk
67488 ____________________________________________________________________________
67489 [  7858] By: gsar                                  on 2000/11/25  20:52:17
67490         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
67491              parent's memory; fix it by keeping track of the actual pad
67492              offset rather than a raw pointer (this change is probably also
67493              relevant to non-ithreads case to avoid fallout from reallocs of
67494              the pad array, but is currently only enabled for the ithreads
67495              case in the interests of minimal disruption to existing "well
67496              tested" code)
67497      Branch: perl
67498            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
67499            ! proto.h scope.c scope.h sv.c t/op/fork.t
67500 ____________________________________________________________________________
67501 [  7857] By: nick                                  on 2000/11/25  20:01:28
67502         Log: All tests pass on Win32/gcc/USE_PERLIO.
67503              - when crlf layer is pushed make unix-level binary.
67504              - remove :crlf injection in pp_backtick in pp_sys.c
67505              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
67506      Branch: perlio
67507            ! doio.c perlio.c pp_sys.c win32/makefile.mk
67508 ____________________________________________________________________________
67509 [  7856] By: jhi                                   on 2000/11/25  18:38:30
67510         Log: Update the metaconfig units for #7855.
67511      Branch: metaconfig/U/perl
67512            ! useperlio.U usesocks.U
67513 ____________________________________________________________________________
67514 [  7855] By: jhi                                   on 2000/11/25  18:37:54
67515         Log: Undo the SOCKS workarounds, instead start using PerlIO
67516              if SOCKS is selected.
67517              
67518              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
67519              From: Jens Hamisch <jens@Strawberry.COM>
67520              Date: Fri, 24 Nov 2000 18:31:30 +0100
67521              Message-ID: <20001124183130.E28337@Strawberry.COM>
67522              
67523              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
67524              From: Jens Hamisch <jens@Strawberry.COM>
67525              Date: Fri, 24 Nov 2000 19:11:51 +0100
67526              Message-ID: <20001124191151.A28753@Strawberry.COM>
67527      Branch: perl
67528            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
67529            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
67530 ____________________________________________________________________________
67531 [  7854] By: jhi                                   on 2000/11/25  17:39:08
67532         Log: Undo #7848.  Some of the code seems to use walkoptree(),
67533              some walkoptree_slow().  An unfinished renaming?
67534              Now the sub is walkoptree() (which is @EXPORT_OK),
67535              the walkoptree_slow() is a typeglob alias to walkoptree.
67536              This makes the tests to pass, at least.
67537      Branch: perl
67538            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
67539 ____________________________________________________________________________
67540 [  7853] By: nick                                  on 2000/11/24  22:24:33
67541         Log: Re-arrange crlf vs binary for platforms that care.
67542              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
67543              Lip-service to making stdio layer work on such platforms (untested).
67544              Now fails 3 tests rather than one, checkin to see if I can debug 
67545              the issue under linux. (Do not merge.)
67546      Branch: perlio
67547            ! doio.c perlio.c perliol.h
67548 ____________________________________________________________________________
67549 [  7852] By: jhi                                   on 2000/11/24  18:57:39
67550         Log: AUTHORS edits.
67551      Branch: perl
67552            ! AUTHORS
67553 ____________________________________________________________________________
67554 [  7851] By: jhi                                   on 2000/11/24  17:34:56
67555         Log: Add Jan-Erik Karlsson.
67556      Branch: perl
67557            ! AUTHORS
67558 ____________________________________________________________________________
67559 [  7850] By: jhi                                   on 2000/11/24  17:27:56
67560         Log: Configure should find stdchar on its own.
67561      Branch: perl
67562            ! hints/solaris_2.sh
67563 ____________________________________________________________________________
67564 [  7849] By: jhi                                   on 2000/11/24  17:24:55
67565         Log: Subject: PATCH over 7848: Filter test flawed
67566              From: andreas.koenig@anima.de (Andreas J. Koenig)
67567              Date: 24 Nov 2000 10:28:29 +0100
67568              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
67569      Branch: perl
67570            ! t/lib/filter-util.t
67571 ____________________________________________________________________________
67572 [  7848] By: jhi                                   on 2000/11/24  17:22:15
67573         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
67574              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
67575              Date: Fri, 24 Nov 2000 16:12:58 +0000
67576              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
67577      Branch: perl
67578            ! ext/B/B.pm
67579 ____________________________________________________________________________
67580 [  7847] By: jhi                                   on 2000/11/24  03:07:01
67581         Log: Integrate perlio.
67582      Branch: perl
67583           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
67584           !> win32/makefile.mk
67585 ____________________________________________________________________________
67586 [  7846] By: gsar                                  on 2000/11/24  00:55:57
67587         Log: integrate changes#6415..6418,6420..6438 from mainline
67588              
67589              Fix the bitvector ops for utf8 (tricky since past 7 bits
67590              the utf8 'characters' can be more than one octet).
67591              
67592              MPE/ix updates for perl 5.6.0 from Mark Bixby.
67593              
67594              Subject: SDBM_File documentation
67595              
67596              Detypo.
67597              
67598              Decutandpasto.
67599              
67600              Send all installperl messages to STDERR and be -w clean.
67601              
67602              Out-of-date note removed.
67603              
67604              Protect against "wild next"s, that is, callbacks doing "next"
67605              instead of "return".
67606              
67607              Use STDOUT consistently.
67608              
67609              The output might have been produced in the wrong order.
67610              
67611              A missing 'break' after the [[:space:]] switch case.
67612              
67613              Add tests for
67614              [ID 19991110.003] another matching finding by pcre author
67615              which has already been fixed by some patch, as verified in
67616              
67617              Documentation to explain the behaviour of map().
67618              
67619              Add an optimization for map-maps-a-list-element-to-more-list-elements
67620              case, but add also notes explaining the relationship of this
67621              patch and the earlier notes by Sarathy.
67622              
67623              Subject: [ID 20000716.023] syslog test fails without sockets
67624              
67625              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
67626              Test cases for #6431.
67627              
67628              File::Spec::VMS fixup for tmpdir from Craig Berry.
67629              
67630              Make the "uninit variable" warning to say "concat or string"
67631              or "join or string" when in concat or join .
67632              
67633              Get UTF16 BOMs working.  Patch from
67634              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
67635              
67636              Subject: [PATCH] Make large file tests deal with SIGXFSZ
67637              
67638              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
67639              
67640              Subject: [PATCH] av.c apidoc
67641      Branch: maint-5.6/perl
67642           !> (integrate 43 files)
67643 ____________________________________________________________________________
67644 [  7845] By: gsar                                  on 2000/11/24  00:20:45
67645         Log: integrate changes#6406..6414 from mainline
67646              
67647              Merge perlhacktut into perlhack, update perlguts.
67648              
67649              Fix AutoSplit to use File::Spec the right way in VMS,
67650              from Peter Prymmer.
67651              
67652              The bug report
67653              [ID 19991110.002] minimal matching discrepancy found by pcre author
67654              seems to have been fixed (though differently from what was suggested
67655              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
67656              
67657              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
67658              not in pod, from Peter Prymmer
67659              
67660              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
67661              From: Hugo <hv@crypt.compulink.co.uk>
67662              Date: Fri, 14 Jul 2000 23:05:20 +0100
67663              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
67664              
67665              Didn't anymore apply, but that point still could use another fix.
67666              
67667              lib/b test fixes from Peter Prymmer.
67668              
67669              More docs for sv functions.
67670              
67671              perlvms.pod whitespace cleanup to keep pod utils happy.
67672              
67673              another VMS build tweak from Peter Prymmer
67674      Branch: maint-5.6/perl
67675           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
67676           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
67677           !> vms/descrip_mms.template vms/perlvms.pod
67678 ____________________________________________________________________________
67679 [  7844] By: nick                                  on 2000/11/23  23:42:45
67680         Log: Win32/perlio Now just fails one io/argv.t test - lack 
67681              of default :crlf on standard streams.
67682      Branch: perlio
67683            ! doio.c perlio.c
67684 ____________________________________________________________________________
67685 [  7843] By: nick                                  on 2000/11/23  23:04:05
67686         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
67687              peek fail is showing a real problem (multiple crlf layers
67688              are getting pushed.)
67689      Branch: perlio
67690            ! doio.c perlio.c win32/makefile.mk
67691 ____________________________________________________________________________
67692 [  7842] By: nick                                  on 2000/11/23  19:46:23
67693         Log: Implement PerlIO_binmode()
67694              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
67695              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
67696              make binmode in t/lib/io_tell.t unconditional so that works.
67697              Checkin just so Win32 machine can see these changes.
67698      Branch: perlio
67699            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
67700 ____________________________________________________________________________
67701 [  7841] By: jhi                                   on 2000/11/23  19:30:00
67702         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
67703      Branch: perl
67704            ! README.amiga
67705 ____________________________________________________________________________
67706 [  7840] By: jhi                                   on 2000/11/23  17:18:02
67707         Log: SOCKS wrestling continues, patches from Jens Hamisch.
67708      Branch: perl
67709            ! doio.c embed.h embed.pl perlsdio.h proto.h
67710 ____________________________________________________________________________
67711 [  7839] By: jhi                                   on 2000/11/23  16:54:14
67712         Log: Push Filter::Util::Call one level deeper.
67713      Branch: perl
67714            + t/lib/filter-util.t
67715           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
67716           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
67717            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
67718            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
67719            - t/lib/filt-util.t
67720            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
67721            ! win32/Makefile win32/makefile.mk
67722 ____________________________________________________________________________
67723 [  7838] By: jhi                                   on 2000/11/23  16:52:40
67724         Log: Reach back one higher up when searching for PERL_SRC.
67725      Branch: perl
67726            ! lib/ExtUtils/MM_Unix.pm
67727 ____________________________________________________________________________
67728 [  7837] By: jhi                                   on 2000/11/23  16:05:41
67729         Log: Subject: Re: perl@7826
67730              Date: Thu, 23 Nov 2000 02:20:25 -0600
67731              From: "Craig A. Berry" <craigberry@mac.com>
67732              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
67733              
67734              Make VMS to like Filter::Util::Call. 
67735      Branch: perl
67736            ! configure.com ext/Filter/Util/Makefile.PL
67737 ____________________________________________________________________________
67738 [  7836] By: nick                                  on 2000/11/23  16:04:08
67739         Log: Implement crlf layer - not ready for merge.
67740      Branch: perlio
67741            ! perlio.c win32/makefile.mk
67742 ____________________________________________________________________________
67743 [  7835] By: jhi                                   on 2000/11/23  15:56:52
67744         Log: STDCHAR is different in Sparc v9 vs x86.
67745      Branch: perl
67746            ! hints/solaris_2.sh
67747 ____________________________________________________________________________
67748 [  7834] By: jhi                                   on 2000/11/23  15:50:47
67749         Log: The type needs to be visible to protos.
67750      Branch: perl
67751            ! perl.h
67752 ____________________________________________________________________________
67753 [  7833] By: jhi                                   on 2000/11/23  15:40:46
67754         Log: Finish unfinished SOCKS workaround changes.
67755      Branch: perl
67756            ! doio.c
67757 ____________________________________________________________________________
67758 [  7832] By: jhi                                   on 2000/11/23  15:33:30
67759         Log: Integrate perlio.
67760      Branch: perl
67761           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
67762           !> win32/makefile.mk
67763 ____________________________________________________________________________
67764 [  7831] By: nick                                  on 2000/11/23  10:31:07
67765         Log: Correct makefile.mk dependancies for ext/Filter/Util
67766              Build ext/Encode
67767              Run dmake regen_config_h
67768      Branch: perlio
67769            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
67770            ! win32/makefile.mk
67771 ____________________________________________________________________________
67772 [  7830] By: nick                                  on 2000/11/23  08:05:07
67773         Log: Integrate mainline
67774      Branch: perlio
67775           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
67776           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
67777           +> t/lib/filt-util.pl t/lib/filt-util.t
67778           !> (integrate 41 files)
67779 ____________________________________________________________________________
67780 [  7829] By: gsar                                  on 2000/11/23  03:07:11
67781         Log: build the Filter extension on windows
67782      Branch: perl
67783            ! win32/Makefile win32/makefile.mk
67784 ____________________________________________________________________________
67785 [  7828] By: gsar                                  on 2000/11/23  02:46:35
67786         Log: regenerate win32/config* and fix some inconsistencies in the
67787              makefiles; always export Perl_deb() because it is needed
67788              by ext/re/* (whether perl itself is built with -DDEBUGGING
67789              or not)
67790      Branch: perl
67791            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
67792            ! win32/config_H.vc win32/makefile.mk
67793 ____________________________________________________________________________
67794 [  7827] By: gsar                                  on 2000/11/23  02:18:38
67795         Log: get sources building on windows+MSVC again (untested with other
67796              compilers)
67797      Branch: perl
67798            ! win32/include/sys/socket.h win32/perllib.c
67799 ____________________________________________________________________________
67800 [  7826] By: jhi                                   on 2000/11/23  01:18:26
67801         Log: Update Changes.
67802      Branch: perl
67803            ! Changes patchlevel.h
67804 ____________________________________________________________________________
67805 [  7825] By: jhi                                   on 2000/11/23  00:20:41
67806         Log: Subject: Re: av.c patch (having slight problems)
67807              From: "Ben Tilly" <ben_tilly@hotmail.com>
67808              Date: Tue, 21 Nov 2000 23:29:31 -0500
67809              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
67810              
67811              unshift() speedup.
67812      Branch: perl
67813            ! av.c
67814 ____________________________________________________________________________
67815 [  7824] By: jhi                                   on 2000/11/22  23:59:15
67816         Log: Fixes for signedness warnings noticed by VMSperlers.
67817      Branch: perl
67818            ! ext/Storable/Storable.xs regcomp.c sv.c
67819 ____________________________________________________________________________
67820 [  7823] By: jhi                                   on 2000/11/22  23:19:31
67821         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
67822              From: Peter Prymmer <pvhp@forte.com>
67823              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
67824              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
67825      Branch: perl
67826            ! t/pragma/warn/pp_hot
67827 ____________________________________________________________________________
67828 [  7822] By: jhi                                   on 2000/11/22  22:52:20
67829         Log: Be clean.
67830      Branch: perl
67831            ! Makefile.SH
67832 ____________________________________________________________________________
67833 [  7821] By: jhi                                   on 2000/11/22  22:46:39
67834         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
67835              by Damian Conway, as suggested by Paul Marquess.
67836      Branch: perl
67837            + lib/Filter/Simple.pm
67838 ____________________________________________________________________________
67839 [  7820] By: jhi                                   on 2000/11/22  22:45:51
67840         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
67841      Branch: perl
67842            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
67843            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
67844            + t/lib/filt-util.t
67845            ! MANIFEST
67846 ____________________________________________________________________________
67847 [  7819] By: jhi                                   on 2000/11/22  22:03:27
67848         Log: Integrate perlio.
67849      Branch: perl
67850           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
67851           !> win32/makefile.mk
67852 ____________________________________________________________________________
67853 [  7818] By: jhi                                   on 2000/11/22  21:56:02
67854         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
67855      Branch: perl
67856            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
67857            ! t/lib/io_sock.t
67858 ____________________________________________________________________________
67859 [  7817] By: jhi                                   on 2000/11/22  21:39:49
67860         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
67861              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
67862              Date: Wed, 22 Nov 2000 16:08:12 -0500
67863              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
67864      Branch: perl
67865            ! lib/ExtUtils/Liblist.pm
67866 ____________________________________________________________________________
67867 [  7816] By: jhi                                   on 2000/11/22  21:38:25
67868         Log: Go ahead and #include <unistd.h> in perl.h.
67869      Branch: perl
67870            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
67871            ! util.c
67872 ____________________________________________________________________________
67873 [  7815] By: jhi                                   on 2000/11/22  21:22:52
67874         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
67875              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
67876              Date: Mon, 20 Nov 2000 18:30:52 -0500
67877              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
67878      Branch: perl
67879            ! pod/perlre.pod regcomp.c t/op/re_tests
67880 ____________________________________________________________________________
67881 [  7814] By: jhi                                   on 2000/11/22  21:21:46
67882         Log: Subject: [PATCH 5.7.0] Liblist finally works
67883              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
67884              Date: Tue, 21 Nov 2000 22:02:17 -0500
67885              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
67886      Branch: perl
67887            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
67888            ! lib/ExtUtils/MakeMaker.pm
67889 ____________________________________________________________________________
67890 [  7813] By: jhi                                   on 2000/11/22  21:20:23
67891         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
67892              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
67893              Date: Wed, 22 Nov 2000 17:53:15 +0100
67894              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
67895              
67896              AIX dynaloader and perlio patch.
67897      Branch: perl
67898            ! ext/DynaLoader/dl_aix.xs
67899 ____________________________________________________________________________
67900 [  7812] By: jhi                                   on 2000/11/22  21:17:52
67901         Log: (Accidentally empty patch.)
67902      Branch: perl
67903            ! av.c
67904 ____________________________________________________________________________
67905 [  7811] By: jhi                                   on 2000/11/22  21:16:31
67906         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
67907              From: Peter Prymmer <pvhp@forte.com>
67908              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
67909              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
67910      Branch: perl
67911            ! vms/test.com
67912 ____________________________________________________________________________
67913 [  7810] By: jhi                                   on 2000/11/22  21:15:36
67914         Log: Subject: Re: perl@7777 
67915              From: "John P. Linderman" <jpl@research.att.com>
67916              Date: Wed, 22 Nov 2000 13:11:11 -0500
67917              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
67918              
67919              Detypoing.
67920      Branch: perl
67921            ! lib/CPAN.pm
67922 ____________________________________________________________________________
67923 [  7809] By: jhi                                   on 2000/11/22  21:14:19
67924         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
67925              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
67926              Date:     Wed, 22 Nov 2000 13:51:37 EST
67927              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
67928      Branch: perl
67929            ! perlsdio.h
67930 ____________________________________________________________________________
67931 [  7808] By: jhi                                   on 2000/11/22  21:13:27
67932         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
67933              From: Casey Tweten <crt@kiski.net>
67934              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
67935              Message-Id: <200011201653.LAA10194@home.kiski.net>
67936      Branch: perl
67937            ! t/lib/io_udp.t
67938 ____________________________________________________________________________
67939 [  7807] By: jhi                                   on 2000/11/22  21:12:35
67940         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
67941              From: Casey Tweten <crt@kiski.net>
67942              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
67943              Message-Id: <200011201636.LAA07227@home.kiski.net>
67944      Branch: perl
67945            ! t/lib/io_sock.t
67946 ____________________________________________________________________________
67947 [  7806] By: jhi                                   on 2000/11/22  21:10:59
67948         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
67949              From: "Casey R. Tweten" <crt@kiski.net>
67950              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
67951              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
67952      Branch: perl
67953            ! utils/h2xs.PL
67954 ____________________________________________________________________________
67955 [  7805] By: nick                                  on 2000/11/22  21:05:06
67956         Log: Integrate mainline
67957      Branch: perlio
67958           !> Changes Porting/genlog ext/DB_File/DB_File.xs
67959           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
67960           !> utils/perlbug.PL
67961 ____________________________________________________________________________
67962 [  7804] By: jhi                                   on 2000/11/22  21:01:12
67963         Log: Subject: [PATCH] Test.pm POD peculiarity
67964              From: "Casey R. Tweten" <crt@kiski.net>
67965              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
67966              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
67967      Branch: perl
67968            ! lib/Test.pm
67969 ____________________________________________________________________________
67970 [  7803] By: jhi                                   on 2000/11/22  20:59:59
67971         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
67972              From: "Philip Newton" <pnewton@gmx.de>
67973              Date: Wed, 22 Nov 2000 14:25:53 +0100
67974              Message-Id: <3A1BD771.25462.1939FAD@localhost>
67975              
67976              Be case-understanding also on 's', and use the -oi of sendmail
67977              not to terminate the transmission on a lone '.'.
67978      Branch: perl
67979            ! utils/perlbug.PL
67980 ____________________________________________________________________________
67981 [  7802] By: nick                                  on 2000/11/22  20:51:42
67982         Log: Win32 PerlIO intermediate state now working as expected.
67983              - In current state we are still using C runtime in text/binary
67984              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
67985              - PERLIO=stdio and PERLIO=unix pass all expected tests.
67986              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
67987              and PerlIO_seek() and the dummy crlf layer is not making adjustments
67988              for CRLF translation happening in C runtime. All other tests pass.
67989              
67990              Added note to README.win32 to point out the snags of doing a perl build
67991              with Norton AntiVirus turned on.
67992              
67993              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
67994              which file a fail comes from.
67995              
67996              Updated "canned" config.h to match the one generated.
67997      Branch: perlio
67998            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
67999            ! win32/makefile.mk
68000 ____________________________________________________________________________
68001 [  7801] By: jhi                                   on 2000/11/22  06:50:20
68002         Log: Nickety nits.
68003      Branch: perl
68004            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
68005 ____________________________________________________________________________
68006 [  7800] By: jhi                                   on 2000/11/22  01:29:55
68007         Log: Changes had accidentally gone too silent on non-main branches.
68008      Branch: perl
68009            ! Changes Porting/genlog patchlevel.h
68010 ____________________________________________________________________________
68011 [  7799] By: gsar                                  on 2000/11/22  01:02:56
68012         Log: some lib_pm.PL changes snuck in via change#7772
68013      Branch: maint-5.6/perl
68014            ! Makefile.SH
68015 ____________________________________________________________________________
68016 [  7798] By: nick                                  on 2000/11/21  21:59:40
68017         Log: Integrate mainline
68018      Branch: perlio
68019           !> (integrate 28 files)
68020 ____________________________________________________________________________
68021 [  7797] By: jhi                                   on 2000/11/21  21:01:45
68022         Log: Integrate perlio.
68023      Branch: perl
68024           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
68025 ____________________________________________________________________________
68026 [  7796] By: nick                                  on 2000/11/21  20:36:22
68027         Log: Win32 builds and runs (mostly) with USE_PERLIO.
68028              PERLIO=perlio passes all tests. 
68029              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
68030      Branch: perlio
68031            ! perlio.c win32/perllib.c win32/win32.c
68032 ____________________________________________________________________________
68033 [  7795] By: jhi                                   on 2000/11/21  19:03:44
68034         Log: Update Changes.
68035      Branch: perl
68036            ! Changes patchlevel.h
68037 ____________________________________________________________________________
68038 [  7794] By: jhi                                   on 2000/11/21  18:56:34
68039         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
68040              From: "Craig A. Berry" <craigberry@mac.com>
68041              Date: Mon, 20 Nov 2000 20:27:06 -0600
68042              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
68043              
68044              A cut-and-pasto.
68045      Branch: perl
68046            ! perlio.h
68047 ____________________________________________________________________________
68048 [  7793] By: jhi                                   on 2000/11/21  18:54:41
68049         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
68050              From: Dominic Dunlop <domo@computer.org> 
68051              Date: Mon, 20 Nov 2000 18:55:29 +0100
68052              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
68053              
68054              va_copy() and the need of it.
68055              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
68056      Branch: metaconfig/U/perl
68057            + need_va_copy.U
68058      Branch: perl
68059            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
68060            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
68061            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
68062            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
68063            ! win32/config.bc win32/config.gc win32/config.vc
68064 ____________________________________________________________________________
68065 [  7792] By: jhi                                   on 2000/11/21  17:04:10
68066         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
68067      Branch: perl
68068           !> scope.h
68069 ____________________________________________________________________________
68070 [  7791] By: jhi                                   on 2000/11/21  17:01:16
68071         Log: Export the SOCKS workaround symbols only if necessary.
68072      Branch: perl
68073            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
68074 ____________________________________________________________________________
68075 [  7790] By: nick                                  on 2000/11/20  23:57:11
68076         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
68077      Branch: perlio
68078            ! scope.h
68079 ____________________________________________________________________________
68080 [  7789] By: nick                                  on 2000/11/20  23:38:33
68081         Log: Integrate mainline
68082      Branch: perlio
68083           +> lib/File/Spec/Epoc.pm
68084           !> (integrate 34 files)
68085 ____________________________________________________________________________
68086 [  7788] By: nick                                  on 2000/11/20  23:20:18
68087         Log: Make extra buffer layer work (dummy crlf layer)
68088      Branch: perlio
68089            ! doio.c perlio.c perlio.h
68090 ____________________________________________________________________________
68091 [  7787] By: jhi                                   on 2000/11/20  22:44:04
68092         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
68093              From: Peter Prymmer <pvhp@forte.com>
68094              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
68095              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
68096      Branch: perl
68097            ! t/pragma/locale.t
68098 ____________________________________________________________________________
68099 [  7786] By: jhi                                   on 2000/11/20  22:29:10
68100         Log: Subject: DOC PATCH 5.6.0 perlreftut
68101              From: mjd@plover.com
68102              Date: 20 Nov 2000 19:45:06 -0000
68103              Message-ID: <20001120194506.9505.qmail@plover.com>
68104      Branch: perl
68105            ! pod/perlreftut.pod
68106 ____________________________________________________________________________
68107 [  7785] By: jhi                                   on 2000/11/20  22:27:44
68108         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
68109              From: David Dyck <dcd@tc.fluke.com>
68110              Date: Mon, 20 Nov 2000 11:43:40 -0800
68111              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
68112      Branch: perl
68113            ! lib/Cwd.pm
68114 ____________________________________________________________________________
68115 [  7784] By: jhi                                   on 2000/11/20  22:23:21
68116         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
68117              Date: Mon, 20 Nov 2000 17:06:10 -0500
68118              To: Mailing list Perl5 <perl5-porters@perl.org>
68119              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
68120      Branch: perl
68121            ! pp_ctl.c t/op/pat.t
68122 ____________________________________________________________________________
68123 [  7783] By: jhi                                   on 2000/11/20  22:11:18
68124         Log: Subject: [PATCH] doop.c - UTF8 tr///               
68125              From: Simon Cozens <simon@cozens.net>
68126              Date: Sat, 18 Nov 2000 18:49:30 +0000
68127              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
68128              
68129              Subject: Re: [PATCH] doop.c - UTF8 tr///           
68130              From: Simon Cozens <simon@cozens.net>
68131              Date: Mon, 20 Nov 2000 20:45:22 +0000
68132              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
68133              
68134              Make tr on UTF-8 better but still not correct.
68135      Branch: perl
68136            ! doop.c
68137 ____________________________________________________________________________
68138 [  7782] By: jhi                                   on 2000/11/20  22:02:16
68139         Log: Remove the shared object before attempting to create
68140              (by linking) a new one.  E.g. in AIX not removing
68141              becomes quite painful if one tries to do more than one
68142              build in the same tree (an interrupted build, for example),
68143              since the AIX' shared dynaloader seemingly keeps the shared
68144              objects open and therefore 'busy' for quite a while, even when
68145              nobody is using the objects, leading into link failures.
68146      Branch: perl
68147            ! lib/ExtUtils/MM_Unix.pm
68148 ____________________________________________________________________________
68149 [  7781] By: gsar                                  on 2000/11/20  19:02:55
68150         Log: type mismatch due to faulty integration
68151      Branch: maint-5.6/perl
68152            ! toke.c win32/Makefile
68153 ____________________________________________________________________________
68154 [  7780] By: gsar                                  on 2000/11/20  17:31:55
68155         Log: integrate changes#6392,6394..6399,6401..6404
68156              
68157              The {multiplier} of a fixed substring was overlooked which
68158              caused a wrong initial search offset for that substring.
68159              
68160              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
68161              From: Hugo <hv@crypt.compulink.co.uk>
68162              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
68163              Date: Thu, 13 Jul 2000 19:27:13 +0100
68164              
68165              Fix the BOM bug: not a byteorder bug, a signedness bug.
68166              
68167              Replace change #6337 with a better one.
68168              
68169              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
68170              From: Hugo <hv@crypt.compulink.co.uk>
68171              Date: Fri, 14 Jul 2000 04:16:20 +0100
68172              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
68173              
68174              MakeMaker should not remove editor backups (*~) on `make clean`
68175              by default (completes change#6383)
68176              
68177              move new variables to the end of the interpreter structure (for
68178              bincompat in code that doesn't #include XSUB.h)
68179              
68180              rename totally bletcherous SvLOCK() thingy (doesn't do what the
68181              name suggests anyway)
68182              
68183              various cleanups (typos, misformatted code, and small bugs)
68184              
68185              typecasts needed for change#6394
68186              
68187              typos in change#6399, regen headers
68188              
68189              inconsistent types needs casts
68190              
68191              PERL_OBJECT build tweaks
68192      Branch: maint-5.6/perl
68193           !> MANIFEST doop.c embed.h embed.pl embedvar.h
68194           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
68195           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
68196           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
68197           !> toke.c util.c
68198 ____________________________________________________________________________
68199 [  7779] By: gsar                                  on 2000/11/20  17:06:29
68200         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
68201              
68202              Cosmetics and perldelta.
68203              
68204              Fix nits noticed by Boston.pm.
68205              
68206              Do the cc sanity check both before the hints and
68207              after the cc selction.
68208              
68209              get sprintf.t to adjust properly for 3-digit exponents
68210              
68211              don't clobber *.orig files on *clean targets
68212              
68213              fix bugs in processing %v-*d and similar format specs (from
68214              Avi Finkel <avi@finkel.org>)
68215              
68216              sprintf test tweaks (from Dominic Dunlop)
68217              
68218              new selfloader.t in change#6183 doesn't close DATA handles,
68219              and thus fails to clean up tmp files on dosish platforms
68220              
68221              typos (spotted by Peter Prymmer)
68222              
68223              typo fix from Craig Berry
68224      Branch: maint-5.6/perl
68225           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
68226           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
68227           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
68228           !> x2p/Makefile.SH
68229 ____________________________________________________________________________
68230 [  7778] By: gsar                                  on 2000/11/20  16:46:51
68231         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
68232              
68233              Subject: Re: format bug report  [Patch]
68234              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
68235              Date: Wed, 05 Jul 2000 13:12:52 +0200
68236              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
68237              
68238              Subject: Re: format bug report  [Patch]
68239              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
68240              Date: Wed, 05 Jul 2000 14:10:01 +0200
68241              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
68242              
68243              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
68244              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
68245              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
68246              Date: Fri, 07 Jul 2000 17:57:16 +0100
68247              
68248              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
68249              To: perl5-porters@perl.org
68250              From: Karsten Sperling <spiff@phreax.net>
68251              Date: Mon, 10 Jul 2000 15:12:52 +0200
68252              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
68253              
68254              README.posix-bc podified from Thomas Dorner.
68255              
68256              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
68257              From: Dominic Dunlop <domo@computer.org>
68258              Date: Tue, 11 Jul 2000 12:27:33 +0200
68259              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
68260              
68261              Typo in #6341.
68262              
68263              Fix for
68264              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
68265              From: Roderick Schertler <roderick@argon.org>
68266              Date: Tue, 11 Jul 2000 13:55:05 -0400
68267              Message-Id: <200007111755.NAA05077@jones.argon.org>
68268              
68269              Minor cleanups on the booklist.
68270              
68271              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
68272              regen perltoc.
68273              
68274              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
68275      Branch: maint-5.6/perl
68276           +> pod/perlbook.pod
68277           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
68278           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
68279           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
68280 ____________________________________________________________________________
68281 [  7777] By: jhi                                   on 2000/11/20  16:08:49
68282         Log: Update Changes.
68283      Branch: perl
68284            ! Changes patchlevel.h
68285 ____________________________________________________________________________
68286 [  7776] By: jhi                                   on 2000/11/20  15:27:56
68287         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
68288              This may be overly harsh but until proven otherwise, we think this
68289              way, or until we have a simple test for Configure (having to start
68290              up servers is does not count as simple) to check for the problems.
68291      Branch: perl
68292            ! perl.h
68293 ____________________________________________________________________________
68294 [  7775] By: jhi                                   on 2000/11/20  15:22:17
68295         Log: Solaris hints tweaks.
68296      Branch: perl
68297            ! hints/solaris_2.sh
68298 ____________________________________________________________________________
68299 [  7774] By: jhi                                   on 2000/11/20  15:01:20
68300         Log: Add a workaround to SOCKS 64-bit problems.
68301      Branch: perl
68302            ! doio.c embed.h embed.pl perlsdio.h proto.h
68303 ____________________________________________________________________________
68304 [  7773] By: jhi                                   on 2000/11/20  14:51:47
68305         Log: sysseek() instead of seek().
68306      Branch: perl
68307            ! t/lib/syslfs.t
68308 ____________________________________________________________________________
68309 [  7772] By: gsar                                  on 2000/11/20  13:06:23
68310         Log: integrate changes#6315..6319,6321..6331,6333..6338
68311              
68312              Integrate with Sarathy, preliminary fix for unicos
68313              alignment problems in [ID 20000612.002] Perl problem on Cray system.
68314              
68315              some debugger output does not go to the socket when RemotePort is set
68316              
68317              winsock cleanup never done on Windows (leads to handle leaks)
68318              
68319              fix UNC path handling on Windows under ithreads, and chdir()
68320              return value when given a non-existent directory
68321              
68322              Autogenerate pod/Makefile and pod/buildtoc.
68323              buildtoc also checks whether the existin pods are
68324              mentioned in MANIFEST and perl.pod, and vice versa.
68325              (None of the thusly found discrepancies fixed yet.)
68326              roffitall also needs to be autogenerated similarly but it
68327              seems so badly out of date that I didn't touch it yet.
68328              
68329              Config is being used.
68330              
68331              Add =head1 NAMEs so that buildtoc is happy.
68332              (The CGI::Util nit reported to Lincoln.)
68333              
68334              Fix complaints of buildtoc.
68335              
68336              Fix the alignment problem in Crays ([ID 20000612.002]).
68337              
68338              Remove perlbook, update perlfaq book listing,
68339              rearrange perl.pod, regenerate perltoc.
68340              
68341              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
68342              was cast to an unsigned (32-bit) integer with wild abandon.
68343              
68344              winsock options weren't being set in all threads under ithreads
68345              (caused send()s from second and subsequent threads to fail)
68346              
68347              accept() leaks memory on windows due to incorrect ordering of
68348              closesocket() and fclose() calls
68349              
68350              Reorder perl.pod once more.
68351              
68352              More POSIX.pod tweaks.
68353              
68354              Sprinkle ldlibpath.
68355              
68356              Precedence goof, fix based on
68357              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
68358              From: Hugo <hv@crypt.compulink.co.uk>
68359              Date: Tue, 11 Jul 2000 12:52:38 +0100
68360              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
68361              
68362              Subject: PATCH perlguts.pod: Document D and d magic types
68363              From: mjd@plover.com
68364              Date: 5 Jul 2000 18:01:51 -0000
68365              Message-ID: <20000705180151.29413.qmail@plover.com>
68366              
68367              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
68368              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
68369              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
68370              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
68371              
68372              Subject: [PATCH cfgperl] $& segfaults if you trick it
68373              From: simon@brecon.co.uk (Simon Cozens)
68374              Date: 7 Jul 2000 11:26:09 GMT
68375              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
68376              
68377              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
68378              From: Hugo <hv@crypt.compulink.co.uk>
68379              Date: Tue, 11 Jul 2000 12:44:50 +0100
68380              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
68381              
68382              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
68383              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
68384              Date: Tue, 11 Jul 2000 13:50:51 +0100
68385              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
68386      Branch: maint-5.6/perl
68387           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
68388           +> pod/buildtoc.PL
68389            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
68390           !> (integrate 26 files)
68391 ____________________________________________________________________________
68392 [  7771] By: gsar                                  on 2000/11/20  12:31:42
68393         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
68394              6310,6311,6314
68395              
68396              Subject: [PATCH bleedperl] File::Spec 0.82 beta
68397              From: Barrie Slaymaker <barries@jester.slaysys.com>
68398              Date: Wed, 28 Jun 2000 11:35:29 -0400
68399              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
68400              
68401              tweak perlembed for multiplicity/usethreads sanity; correct notes
68402              about Windows
68403              
68404              localize %INC in a Safe compartment so that use/require work
68405              (many other magic globals probably need similar treatment)
68406              
68407              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
68408              when @_ is modified, causing coredumps
68409              
68410              slurp mode fix in change#4736 still not quite right
68411              
68412              Point to perlipc for more SysV IPC examples.
68413              
68414              Elaborate POSIX.pod.  Still needs work.
68415              
68416              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
68417              
68418              fix large memory leak that has been around for ever, masked by
68419              -DPURIFY (most of the arenas were never freed!)
68420              
68421              fix memory leak on Windows (PL_sys_intern contents were never
68422              freed)
68423              
68424              PERL_OBJECT build tweak
68425              
68426              adjust change#6299
68427              
68428              remove rel2abs prototypes (from Barrie Slaymaker)
68429              
68430              missing perldiag entry for unpack("w",...) diagnostic (from
68431              Andreas Koenig)
68432              
68433              better diagnostic on Frob->stuff() when Frob:: doesn't exist
68434              (from Richard Soderberg <rs@oregonnet.com>)
68435              
68436              Win32 patches for cfgperl from Sarathy.
68437              
68438              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
68439              
68440              More POSIX.pod embellishment.
68441              
68442              tyop in change#6306
68443      Branch: maint-5.6/perl
68444           !> (integrate 44 files)
68445 ____________________________________________________________________________
68446 [  7770] By: gsar                                  on 2000/11/20  11:51:00
68447         Log: integrate changes#6268..6282 from cfgperl branch
68448              
68449              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
68450              From: Dominic Dunlop <domo@computer.org>
68451              Date: Thu, 29 Jun 2000 12:32:39 +0200
68452              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
68453              
68454              Regen headers for #6261 (and update embed.pl for this) and #6267,
68455              silence few compiler warnings.
68456              
68457              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
68458              From: Nicholas Clark <nick@talking.bollo.cx>
68459              Date: Fri, 23 Jun 2000 16:21:15 +0100
68460              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
68461              
68462              Subject: PATCH pod/perltie.pod
68463              From: Ian Phillipps <Ian.Phillipps@iname.com>
68464              Date: Fri, 16 Jun 2000 00:17:19 +0100
68465              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
68466              (only the first hunk, the second hunk had already been done
68467              by some other patch)
68468              
68469              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
68470              From: Tom Phoenix <rootbeer@redcat.com>
68471              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
68472              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
68473              
68474              Subject: [PATCH] xsub attributes
68475              From: Doug MacEachern <dougm@covalent.net>
68476              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
68477              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
68478              
68479              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
68480              From: Andy Dougherty <doughera@lafayette.edu>
68481              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
68482              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
68483              
68484              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
68485              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
68486              Date: Tue, 13 Jun 2000 02:43:48 -0500
68487              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
68488              
68489              Subject: [PATCH] Re: eval documentation: context
68490              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
68491              Date: Mon, 12 Jun 2000 15:07:29 +0100
68492              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
68493              
68494              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
68495              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
68496              Date: Mon, 12 Jun 2000 14:55:59 +0100
68497              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
68498              
68499              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
68500              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
68501              Date: Fri, 09 Jun 2000 12:39:27 -0400
68502              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
68503              (plus update the version "number" of Text::Wrap)
68504              
68505              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
68506              From: Tim Ayers <tayers@bridge.com>
68507              Date: Thu, 08 Jun 2000 08:11:06 +0200
68508              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
68509              [resent by Richard Foley, Message-Id probably wrong]
68510              
68511              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
68512              From: rspier@pobox.com (Robert Spier)
68513              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
68514              Message-ID: <14654.31913.845602.610277@rls.cx>
68515              
68516              Subject: [PATCH 5.6.0] utils/h2xs.PL
68517              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
68518              Date: Wed, 7 Jun 2000 04:02:04 -0500
68519              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
68520              
68521              Subject: [PATCH 5.6.0]ITHREADs for VMS
68522              From: Dan Sugalski <dan@sidhe.org>
68523              Date: Tue, 06 Jun 2000 11:59:50 -0400
68524              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
68525      Branch: maint-5.6/perl
68526           !> (integrate 31 files)
68527 ____________________________________________________________________________
68528 [  7769] By: gsar                                  on 2000/11/20  11:29:06
68529         Log: integrate changes#6261..6266 from cfgperl
68530              
68531              Subject: Re: [PATCH cfgperl] BOMs away!
68532              From: simon@brecon.co.uk (Simon Cozens)
68533              Date: 17 Jun 2000 11:49:57 GMT
68534              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
68535              
68536              Subject: 5.6.0 Patch for EPOC
68537              From: Olaf Flebbe <o.flebbe@gmx.de>
68538              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
68539              Message-ID: <23449.960929969@www11.gmx.net>
68540              
68541              tr fixes from Simon Cozens
68542              
68543              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
68544              From: Marty Lucich <marty@netcom.com>
68545              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
68546              Message-Id: <200006282116.OAA11148@netcom.com>
68547              ccdlflags update (the BSD/OS 4.1 part had already been taken
68548              care of by #6141).
68549              
68550              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
68551              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
68552              Date: Wed, 28 Jun 2000 17:50:12 -0700
68553              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
68554              
68555              Subject: [PATCH 5.6.0] cygwin port
68556              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
68557              From: "Fifer, Eric" <EFifer@sanwaint.com>
68558              Date: Thu, 29 Jun 2000 12:58:29 +0100
68559      Branch: maint-5.6/perl
68560           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
68561           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
68562           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
68563           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
68564 ____________________________________________________________________________
68565 [  7768] By: gsar                                  on 2000/11/20  11:13:44
68566         Log: integrate changes#6252..6256,6259..6260
68567              
68568              Paranoia tweak on #6249.
68569              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
68570              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
68571              Date: Sun, 25 Jun 2000 23:43:12 -0400
68572              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
68573              
68574              Subject: tr///, help wanted.
68575              From: simon@brecon.co.uk (Simon Cozens)
68576              Date: 28 Jun 2000 11:29:04 GMT
68577              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
68578              
68579              small thinko tweaks
68580              
68581              tweaks from Simon Conzes to further fix tr/// under utf8
68582              
68583              perlnewmod was missing from MANIFEST.
68584              
68585              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
68586              From: simon@brecon.co.uk (Simon Cozens)
68587              Date: 17 Jun 2000 11:56:44 GMT
68588              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
68589              pack U0, pack C0
68590      Branch: maint-5.6/perl
68591           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
68592           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
68593           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
68594           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
68595 ____________________________________________________________________________
68596 [  7767] By: gsar                                  on 2000/11/20  10:51:38
68597         Log: integrate change#6250 from cfgperl
68598              
68599              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
68600              From: Doug MacEachern <dougm@covalent.net>
68601              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
68602              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
68603      Branch: maint-5.6/perl
68604           +> t/op/my_stash.t
68605           !> MANIFEST embed.pl global.sym proto.h toke.c
68606 ____________________________________________________________________________
68607 [  7766] By: gsar                                  on 2000/11/20  10:48:34
68608         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
68609              
68610              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
68611              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
68612              Date: Mon, 26 Jun 2000 18:40:14 +0100
68613              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
68614              
68615              Subject: [PATCH] bytes<->utf8 fixes
68616              From: simon@brecon.co.uk (Simon Cozens)
68617              Date: 26 Jun 2000 04:55:45 GMT
68618              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
68619              
68620              Subject: [PATCH] is_utf8_string
68621              From: simon@brecon.co.uk (Simon Cozens)
68622              Date: 26 Jun 2000 02:25:59 GMT
68623              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
68624              
68625              Subject: [PATCH] avoid mg_ptr in '*' magic
68626              From: Doug MacEachern <dougm@covalent.net>
68627              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
68628              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
68629              
68630              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
68631              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
68632              Date: Sat, 24 Jun 2000 13:06:20 +0100
68633              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
68634              
68635              Allow for standalone testing.
68636              
68637              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
68638              From: Mark-Jason Dominus <mjd@plover.com>
68639              Date: Tue, 27 Jun 2000 22:36:42 -0400
68640              Message-ID: <20000628023642.12166.qmail@plover.com>
68641              
68642              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
68643              From: Frank Tobin <ftobin@uiuc.edu>
68644              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
68645              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
68646      Branch: maint-5.6/perl
68647           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
68648           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
68649           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
68650           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
68651           !> utf8.c utils/h2xs.PL
68652 ____________________________________________________________________________
68653 [  7765] By: gsar                                  on 2000/11/20  10:29:13
68654         Log: integrate change#6239 from cfgperl
68655              
68656              Configure maintenance.  Sever some dependency cycles,
68657              separate gccversion from the cc unit,
68658              address [ID 20000623.006] Configure script patch for using gcc on AIX
68659              (but solve it a little bit differently),
68660              unduplex some accidentally duplicated units,
68661              suggest using gcc if no cc available
68662              (p5p thread: "Solaris configure: counterproposal", 1999-09)
68663      Branch: maint-5.6/perl
68664           !> Configure Todo-5.6 config_h.SH
68665 ____________________________________________________________________________
68666 [  7764] By: gsar                                  on 2000/11/20  10:25:55
68667         Log: integrate changes#6233..6238 from cfgperl
68668              
68669              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
68670              From: Mark-Jason Dominus <mjd@plover.com>
68671              Date: Fri, 16 Jun 2000 20:53:04 -0400
68672              Message-ID: <20000617005304.8008.qmail@plover.com>
68673              
68674              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
68675              because when run as services (Win32ese for daemons)
68676              no environment variables are set and tmpdir ends up as /tmp,
68677              which is ambiguous.
68678              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
68679              From: matt@sergeant.org
68680              Date: 16 Jun 2000 16:30:43 -0000
68681              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
68682              
68683              The thread begun by
68684              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
68685              From: Kevin.Ruscoe@ubsw.com
68686              Date: Fri, 16 Jun 2000 16:38:51 +0100
68687              Message-Id: <H000019b03c300d6@MHS>
68688              
68689              Tweak embed.pl, regen headers.
68690              
68691              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
68692              From: Dan Sugalski <dan@sidhe.org>
68693              Date: Fri, 23 Jun 2000 17:00:00 -0400
68694              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
68695      Branch: maint-5.6/perl
68696           !> (integrate 27 files)
68697 ____________________________________________________________________________
68698 [  7763] By: gsar                                  on 2000/11/20  10:08:08
68699         Log: s/perl56delta/perldelta/g
68700      Branch: maint-5.6/perl
68701            ! pod/Makefile
68702 ____________________________________________________________________________
68703 [  7762] By: gsar                                  on 2000/11/20  10:04:00
68704         Log: integrate changes#6225,6229,6231,6232 from cfgperl
68705              
68706              Add source code filenames to apidoc.
68707              From: simon@brecon.co.uk (Simon Cozens)
68708              Subject: [PATCH embed.pl] Source X-ref
68709              Date: 22 Jun 2000 02:18:49 GMT
68710              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
68711              
68712              Subject: README.hpux version 0.6.1
68713              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
68714              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
68715              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
68716              
68717              Subject: [PATCH 5.6.0] cygwin port
68718              From: "Fifer, Eric" <EFifer@sanwaint.com>
68719              Date: Tue, 20 Jun 2000 14:30:58 +0100
68720              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
68721              
68722              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
68723              From: simon@brecon.co.uk (Simon Cozens)
68724              Date: 19 Jun 2000 15:18:27 GMT
68725              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
68726              
68727              plus update pod/Makefile and regenerate perltoc
68728      Branch: maint-5.6/perl
68729           +> pod/perlutil.pod
68730           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
68731           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
68732 ____________________________________________________________________________
68733 [  7761] By: jhi                                   on 2000/11/20  04:09:55
68734         Log: Miraculous typo.
68735      Branch: perl
68736            ! t/op/pat.t
68737 ____________________________________________________________________________
68738 [  7760] By: jhi                                   on 2000/11/20  04:06:08
68739         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
68740              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
68741              Date: Sun, 19 Nov 2000 22:30:26 -0500
68742              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
68743      Branch: perl
68744            ! regexec.c scope.h t/op/pat.t
68745 ____________________________________________________________________________
68746 [  7759] By: jhi                                   on 2000/11/20  02:05:22
68747         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
68748      Branch: perl
68749            ! perl.h
68750 ____________________________________________________________________________
68751 [  7758] By: jhi                                   on 2000/11/20  01:58:11
68752         Log: Subject: [perl 7711: EPOC] updates
68753              From: Olaf Flebbe <o.flebbe@gmx.de>
68754              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
68755              Message-ID: <25575.974658810@www23.gmx.net>               
68756      Branch: perl
68757            + lib/File/Spec/Epoc.pm
68758            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
68759            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
68760            ! lib/File/Spec.pm perl.c sv.c
68761 ____________________________________________________________________________
68762 [  7757] By: jhi                                   on 2000/11/20  01:53:11
68763         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
68764      Branch: perl
68765            ! MANIFEST
68766 ____________________________________________________________________________
68767 [  7756] By: jhi                                   on 2000/11/20  01:47:22
68768         Log: Integrate perlio.
68769      Branch: perl
68770            - ext/re/hints/MSWin32.pl
68771           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
68772           !> win32/config.gc win32/config_H.gc win32/win32sck.c
68773 ____________________________________________________________________________
68774 [  7755] By: nick                                  on 2000/11/19  20:57:17
68775         Log: Add dummy crlf layer (just as buffer)
68776              Correct 1st bug - one layer of indirection.
68777      Branch: perlio
68778            ! perlio.c perlio.h perliol.h
68779 ____________________________________________________________________________
68780 [  7754] By: nick                                  on 2000/11/19  20:56:12
68781         Log: Work-round to Perl_deb_nocontext is no longer required
68782      Branch: perlio
68783            - ext/re/hints/MSWin32.pl
68784 ____________________________________________________________________________
68785 [  7753] By: nick                                  on 2000/11/19  20:01:16
68786         Log: diff -se shows these as different
68787      Branch: perlio
68788            ! global.sym pod/perlapi.pod
68789 ____________________________________________________________________________
68790 [  7752] By: nick                                  on 2000/11/19  18:57:30
68791         Log: Configure GCC/Win32 build -Duseperlio
68792              Fix a couple of gross issues
68793              - double-include of ../deb.o in re.dll
68794              - win32sck.c needs PerlIO and FILE 
68795      Branch: perlio
68796            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
68797            ! win32/win32sck.c
68798 ____________________________________________________________________________
68799 [  7751] By: nick                                  on 2000/11/19  17:05:36
68800         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
68801      Branch: perlio
68802            ! perlio.c
68803 ____________________________________________________________________________
68804 [  7750] By: nick                                  on 2000/11/19  16:57:14
68805         Log: Missing aTHX_
68806      Branch: perlio
68807            ! sv.c
68808 ____________________________________________________________________________
68809 [  7749] By: jhi                                   on 2000/11/19  16:28:40
68810         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
68811              From: "Peter J. Farley III" <pjfarley@banet.net>
68812              Date: Sun, 19 Nov 2000 01:42:58 -0500
68813              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
68814      Branch: perl
68815            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
68816 ____________________________________________________________________________
68817 [  7748] By: jhi                                   on 2000/11/19  16:08:10
68818         Log: Subject: podlators 1.05 available        
68819              From: Russ Allbery <rra@stanford.edu>   
68820              Date: 18 Nov 2000 22:04:28 -0800
68821              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
68822      Branch: perl
68823            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
68824 ____________________________________________________________________________
68825 [  7747] By: nick                                  on 2000/11/19  11:19:39
68826         Log: Integrate mainline
68827      Branch: perlio
68828           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
68829           !> util.c
68830 ____________________________________________________________________________
68831 [  7746] By: jhi                                   on 2000/11/19  06:42:22
68832         Log: Make hex scanning warn on "\x{x}" and "\xx".
68833              "\x" and and hex("x") are still valid.
68834      Branch: perl
68835            ! util.c
68836 ____________________________________________________________________________
68837 [  7745] By: nick                                  on 2000/11/18  22:52:28
68838         Log: Integrate mainline
68839      Branch: perlio
68840           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
68841           !> perl.h perlio.c proto.h regcomp.c regcomp.h
68842 ____________________________________________________________________________
68843 [  7744] By: jhi                                   on 2000/11/18  22:50:28
68844         Log: Introduce Perl_utf8_length().  Use it.
68845      Branch: perl
68846            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
68847 ____________________________________________________________________________
68848 [  7743] By: jhi                                   on 2000/11/18  22:38:51
68849         Log: Compiler denit.
68850      Branch: perl
68851            ! perlio.c
68852 ____________________________________________________________________________
68853 [  7742] By: jhi                                   on 2000/11/18  20:33:05
68854         Log: Integrate perlio.
68855      Branch: perl
68856           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
68857           !> perlio.h pp_ctl.c pp_sys.c sv.c
68858 ____________________________________________________________________________
68859 [  7741] By: jhi                                   on 2000/11/18  20:31:27
68860         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
68861              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
68862              Date: Fri, 17 Nov 2000 20:35:11 -0500
68863              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
68864              
68865              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
68866              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
68867              Date: Fri, 17 Nov 2000 21:03:47 -0500
68868              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
68869              
68870              Plus a little bit of tweaking in pregcomp().
68871      Branch: perl
68872            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
68873 ____________________________________________________________________________
68874 [  7740] By: nick                                  on 2000/11/18  20:17:22
68875         Log: Lexical use open ... support:
68876              add ->cop_io to COP structure in cop.h.
68877              Make mg.c and gv.c associate it with ${^OPEN}.
68878              Make lib/open.pm set it.
68879              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
68880              manner similar to ->cop_warnings.
68881              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
68882              call new PerlIO_apply_layers().
68883              Declare latter in perlio.h and define in perlio.c
68884      Branch: perlio
68885            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
68886            ! perlio.h pp_ctl.c pp_sys.c sv.c
68887 ____________________________________________________________________________
68888 [  7739] By: jhi                                   on 2000/11/18  19:54:00
68889         Log: Integrate perlio.
68890      Branch: perl
68891           !> doio.c perlio.c pp.c
68892 ____________________________________________________________________________
68893 [  7738] By: jhi                                   on 2000/11/18  17:16:13
68894         Log: Subject: [PATCH 5.7.0] etags broken again
68895              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
68896              Date: Sat, 18 Nov 2000 02:41:36 -0500
68897              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
68898      Branch: perl
68899            ! emacs/ptags
68900 ____________________________________________________________________________
68901 [  7737] By: jhi                                   on 2000/11/18  17:12:18
68902         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
68903      Branch: perl
68904            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
68905 ____________________________________________________________________________
68906 [  7736] By: nick                                  on 2000/11/18  14:06:20
68907         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
68908              part to be isolated.
68909      Branch: perlio
68910            ! doio.c perlio.c
68911 ____________________________________________________________________________
68912 [  7735] By: nick                                  on 2000/11/18  11:03:32
68913         Log: Integrate mainline
68914      Branch: perlio
68915           !> Changes README.amiga README.win32 patchlevel.h
68916           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
68917 ____________________________________________________________________________
68918 [  7734] By: jhi                                   on 2000/11/18  01:18:56
68919         Log: Update Changes.
68920      Branch: perl
68921            ! Changes patchlevel.h
68922 ____________________________________________________________________________
68923 [  7733] By: jhi                                   on 2000/11/18  00:32:54
68924         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
68925              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
68926              Date: Fri, 17 Nov 2000 17:28:02 -0500
68927              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
68928      Branch: perl
68929            ! regcomp.c regexec.c t/op/re_tests
68930 ____________________________________________________________________________
68931 [  7732] By: jhi                                   on 2000/11/18  00:28:56
68932         Log: Sparc 64-bit pack() fix from Jens Hamisch.
68933      Branch: perl
68934            ! pp.c
68935 ____________________________________________________________________________
68936 [  7731] By: jhi                                   on 2000/11/18  00:18:39
68937         Log: Explain in more detail the {} syntax ambiguousity.
68938              
68939              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
68940              From: Nicholas Clark <nick@ccl4.org>
68941              Date: Fri, 17 Nov 2000 22:10:28 +0000
68942              Message-ID: <20001117221028.A88930@plum.flirble.org>
68943      Branch: perl
68944            ! pod/perlfunc.pod
68945 ____________________________________________________________________________
68946 [  7730] By: jhi                                   on 2000/11/18  00:12:18
68947         Log: Subject: Fix for README.amiga (20000323.033)
68948              From: "Stephen P. Potter" <spp@spotter.yi.org>
68949              Date: Fri, 17 Nov 2000 12:25:51 -0500
68950              Message-Id: <200011171725.MAA05768@spotter.yi.org>
68951      Branch: perl
68952            ! README.amiga
68953 ____________________________________________________________________________
68954 [  7729] By: jhi                                   on 2000/11/18  00:08:34
68955         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
68956              From: "A. C. Yardley" <yardley@tanet.net>
68957              Date: Mon, 3 Apr 2000 11:35:33 -0700
68958              Message-ID: <3483.000403@tanet.net>
68959      Branch: perl
68960            ! README.win32
68961 ____________________________________________________________________________
68962 [  7728] By: nick                                  on 2000/11/17  21:59:47
68963         Log: Integrate mainline
68964      Branch: perlio
68965           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
68966           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
68967           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
68968           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
68969 ____________________________________________________________________________
68970 [  7727] By: nick                                  on 2000/11/17  21:56:31
68971         Log: Experiment on use of attributes.pm interface.
68972              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
68973              SVt_PVRV if not already something better (else vivify of say magic gets
68974              core dump).
68975      Branch: perlio
68976            ! perlio.c pp.c
68977 ____________________________________________________________________________
68978 [  7726] By: jhi                                   on 2000/11/17  14:15:49
68979         Log: Subject: Fix for 20000815.006
68980              From: "Stephen P. Potter" <spp@spotter.yi.org>
68981              Date: Fri, 17 Nov 2000 08:57:45 -0500
68982              Message-Id: <200011171357.IAA05122@spotter.yi.org>
68983              
68984              It's really 20000518.006.
68985      Branch: perl
68986            ! pod/perlmodlib.PL
68987 ____________________________________________________________________________
68988 [  7725] By: jhi                                   on 2000/11/17  14:12:31
68989         Log: Subject: Fix for 20000409.001
68990              From: "Stephen P. Potter" <spp@spotter.yi.org>
68991              Date: Fri, 17 Nov 2000 08:55:45 -0500
68992              Message-Id: <200011171355.IAA05104@spotter.yi.org>
68993      Branch: perl
68994            ! pod/perlfaq9.pod
68995 ____________________________________________________________________________
68996 [  7724] By: jhi                                   on 2000/11/17  14:08:58
68997         Log: Undo #7627 now that we have =head3.
68998      Branch: perl
68999            ! pod/perlhack.pod
69000 ____________________________________________________________________________
69001 [  7723] By: jhi                                   on 2000/11/17  14:04:09
69002         Log: As surmised the #7719 wasn't a good move.
69003      Branch: perl
69004            ! hints/solaris_2.sh
69005 ____________________________________________________________________________
69006 [  7722] By: jhi                                   on 2000/11/17  13:59:04
69007         Log: Also the 64bitall hints can be either here or there.
69008      Branch: perl
69009            ! hints/solaris_2.sh
69010 ____________________________________________________________________________
69011 [  7721] By: jhi                                   on 2000/11/17  02:26:23
69012         Log: Test tweak for the open pragma.
69013      Branch: perl
69014            ! t/lib/b.t
69015 ____________________________________________________________________________
69016 [  7720] By: jhi                                   on 2000/11/17  00:23:22
69017         Log: The long double hints can be here or there.
69018      Branch: perl
69019            ! hints/solaris_2.sh
69020 ____________________________________________________________________________
69021 [  7719] By: jhi                                   on 2000/11/17  00:14:06
69022         Log: For Solaris use64bitall the stdchar needs a little bit of help.
69023      Branch: perl
69024            ! hints/solaris_2.sh
69025 ____________________________________________________________________________
69026 [  7718] By: jhi                                   on 2000/11/16  23:27:34
69027         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
69028              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
69029              Date: Wed, 15 Nov 2000 08:56:32 +0100
69030              Message-ID: <3A1241B0.64477E00@alcatel.at>
69031      Branch: perl
69032            ! lib/Carp/Heavy.pm
69033 ____________________________________________________________________________
69034 [  7717] By: jhi                                   on 2000/11/16  23:23:29
69035         Log: Subject: [PATCH] Re: 20001101.003 PDL
69036              From: Nicholas Clark <nick@ccl4.org>
69037              Date: Thu, 16 Nov 2000 16:48:25 +0000
69038              Message-ID: <20001116164825.B93487@plum.flirble.org>
69039      Branch: perl
69040            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
69041 ____________________________________________________________________________
69042 [  7716] By: jhi                                   on 2000/11/16  23:21:31
69043         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
69044              From: "Casey R. Tweten" <crt@kiski.net>
69045              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
69046              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
69047      Branch: perl
69048            ! lib/Pod/Checker.pm pod/perlpod.pod
69049 ____________________________________________________________________________
69050 [  7715] By: jhi                                   on 2000/11/16  23:19:40
69051         Log: Avoid an infinite loop in VMS when utils scripts are run
69052              with no arguments, from Charles Lane.
69053      Branch: perl
69054            ! configure.com
69055 ____________________________________________________________________________
69056 [  7714] By: jhi                                   on 2000/11/16  23:17:08
69057         Log: Subject: perllocale.pod changes
69058              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
69059              Date: Mon, 13 Nov 2000 10:09:22 +0300
69060              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
69061      Branch: perl
69062            ! pod/perllocale.pod
69063 ____________________________________________________________________________
69064 [  7713] By: jhi                                   on 2000/11/16  23:14:06
69065         Log: Integrate perlio.
69066      Branch: perl
69067           !> doio.c perlio.c perlio.h util.c
69068 ____________________________________________________________________________
69069 [  7712] By: nick                                  on 2000/11/16  21:10:58
69070         Log: Integrate mainline
69071      Branch: perlio
69072           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
69073           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
69074           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
69075           !> vos/config.ga.def vos/config.ga.h win32/config.bc
69076           !> win32/config.gc win32/config.vc
69077 ____________________________________________________________________________
69078 [  7711] By: nick                                  on 2000/11/16  19:56:41
69079         Log: Minor tweaks:
69080              consistent way of getting 'rb', 'wb' etc. for binary opens
69081              move *perlio::layers to *open::layers
69082              a #define to show layers available
69083              DOSISH popen/PerlIO had export/import sense inverted.
69084      Branch: perlio
69085            ! doio.c perlio.c perlio.h util.c
69086 ____________________________________________________________________________
69087 [  7710] By: jhi                                   on 2000/11/16  15:46:05
69088         Log: Add HAS_SBRK_PROTO.
69089      Branch: metaconfig/U/perl
69090            + d_sbrkproto.U
69091      Branch: perl
69092            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
69093            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
69094            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
69095            ! vos/config.ga.def vos/config.ga.h win32/config.bc
69096            ! win32/config.gc win32/config.vc
69097 ____________________________________________________________________________
69098 [  7709] By: nick                                  on 2000/11/16  07:31:49
69099         Log: Integrate mainline
69100      Branch: perlio
69101           !> (integrate 35 files)
69102 ____________________________________________________________________________
69103 [  7708] By: jhi                                   on 2000/11/16  05:33:03
69104         Log: These files are text, not binary.
69105      Branch: perl
69106            ! ext/Encode/Encode/iso8859-10.enc
69107            ! ext/Encode/Encode/iso8859-13.enc
69108            ! ext/Encode/Encode/iso8859-14.enc
69109            ! ext/Encode/Encode/iso8859-15.enc
69110 ____________________________________________________________________________
69111 [  7707] By: jhi                                   on 2000/11/16  01:53:37
69112         Log: Update Changes.
69113      Branch: perl
69114            ! Changes patchlevel.h
69115 ____________________________________________________________________________
69116 [  7706] By: jhi                                   on 2000/11/16  01:35:59
69117         Log: More #undefing of stdio.
69118      Branch: perl
69119            ! fakesdio.h nostdio.h
69120 ____________________________________________________________________________
69121 [  7705] By: jhi                                   on 2000/11/16  01:34:18
69122         Log: Add fwalk() probe to the configuration files and regen perltoc.
69123      Branch: perl
69124            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
69125            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
69126            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
69127            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
69128            ! win32/config.bc win32/config.gc win32/config.vc
69129 ____________________________________________________________________________
69130 [  7704] By: jhi                                   on 2000/11/16  01:33:07
69131         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
69132              an optional third argument to Inlibc?)
69133      Branch: metaconfig/U/perl
69134            + d__fwalk.U
69135 ____________________________________________________________________________
69136 [  7703] By: jhi                                   on 2000/11/16  01:09:22
69137         Log: The type of the hash_cb() size argument is tricky.
69138      Branch: perl
69139            ! ext/DB_File/DB_File.xs
69140 ____________________________________________________________________________
69141 [  7702] By: jhi                                   on 2000/11/15  23:01:16
69142         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
69143      Branch: perl
69144            ! nostdio.h
69145 ____________________________________________________________________________
69146 [  7701] By: jhi                                   on 2000/11/15  22:52:32
69147         Log: Detypo.
69148      Branch: perl
69149            ! t/lib/bigfltpm.t
69150 ____________________________________________________________________________
69151 [  7700] By: jhi                                   on 2000/11/15  22:51:56
69152         Log: UINT64_C() work continues.
69153      Branch: perl
69154            ! handy.h perl.h utf8.h
69155 ____________________________________________________________________________
69156 [  7699] By: jhi                                   on 2000/11/15  14:13:04
69157         Log: SOCKS has its own USE_THREADS, based on
69158              
69159              Subject: [ID 20001114.002] et. al. bugfix followup
69160              From: Jens Hamisch <jens@Strawberry.COM> 
69161              Date: Wed, 15 Nov 2000 14:23:11 +0100
69162              Message-ID: <20001115142311.A21164@Strawberry.COM>
69163      Branch: perl
69164            ! perl.h
69165 ____________________________________________________________________________
69166 [  7698] By: jhi                                   on 2000/11/15  03:50:56
69167         Log: Add few missing #undefs and sort them.
69168      Branch: perl
69169            ! fakesdio.h
69170 ____________________________________________________________________________
69171 [  7697] By: jhi                                   on 2000/11/15  03:39:14
69172         Log: Linenumber fix.
69173      Branch: perl
69174            ! t/pragma/warn/utf8
69175 ____________________________________________________________________________
69176 [  7696] By: jhi                                   on 2000/11/15  02:55:26
69177         Log: EBCDIC tweaks.
69178              
69179              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
69180              From: Peter Prymmer <pvhp@forte.com>
69181              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
69182              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
69183      Branch: perl
69184            ! t/op/regmesg.t t/pragma/warn/utf8
69185 ____________________________________________________________________________
69186 [  7695] By: jhi                                   on 2000/11/15  02:53:58
69187         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
69188              From: Peter Prymmer <pvhp@forte.com>
69189              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
69190              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
69191      Branch: perl
69192            ! utf8.c
69193 ____________________________________________________________________________
69194 [  7694] By: jhi                                   on 2000/11/15  02:50:55
69195         Log: Subject: [PATCH: perl@7674] updates to README.os390
69196              From: Prymmer/Kahn <pvhp@best.com>
69197              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
69198              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
69199      Branch: perl
69200            ! README.os390
69201 ____________________________________________________________________________
69202 [  7693] By: jhi                                   on 2000/11/15  02:48:37
69203         Log: Quit utf8_to_uv() instantly if curlen == 0.
69204      Branch: perl
69205            ! utf8.c
69206 ____________________________________________________________________________
69207 [  7692] By: jhi                                   on 2000/11/15  02:24:29
69208         Log: Use u_int32_t for the size of hash_cb(), not size_t.
69209              
69210              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
69211              From: Jens Hamisch <jens@Strawberry.COM>     
69212              Date: Tue, 14 Nov 2000 19:03:55 +0100
69213              Message-Id: <20001114190355.A20559@Strawberry.COM>
69214      Branch: perl
69215            ! ext/DB_File/DB_File.xs
69216 ____________________________________________________________________________
69217 [  7691] By: jhi                                   on 2000/11/15  02:20:12
69218         Log: Use UINT64_C().
69219              
69220              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
69221              From: Jens Hamisch <jens@Strawberry.COM>
69222              Date: Tue, 14 Nov 2000 19:16:23 +0100
69223              Message-Id: <20001114191623.G20559@Strawberry.COM>
69224      Branch: perl
69225            ! utf8.c utf8.h
69226 ____________________________________________________________________________
69227 [  7690] By: jhi                                   on 2000/11/15  02:17:06
69228         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
69229              (a macro to define signed and unsigned integer constants).
69230      Branch: perl
69231            ! handy.h
69232 ____________________________________________________________________________
69233 [  7689] By: jhi                                   on 2000/11/15  01:56:51
69234         Log: Regen Configure.
69235      Branch: perl
69236            ! Configure
69237 ____________________________________________________________________________
69238 [  7688] By: jhi                                   on 2000/11/15  01:56:32
69239         Log: Make the unit know about SOCKS.
69240      Branch: metaconfig
69241            ! U/protos/socksizetype.U
69242 ____________________________________________________________________________
69243 [  7687] By: jhi                                   on 2000/11/15  01:54:47
69244         Log: Remove unused dependencies.
69245      Branch: metaconfig
69246            ! U/compline/d_getpagsz.U
69247 ____________________________________________________________________________
69248 [  7686] By: nick                                  on 2000/11/14  21:25:13
69249         Log: Integrate mainline.
69250      Branch: perlio
69251           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
69252           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
69253           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
69254           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
69255           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
69256           !> win32/config.bc win32/config.gc win32/config.vc
69257           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
69258 ____________________________________________________________________________
69259 [  7685] By: jhi                                   on 2000/11/14  17:54:56
69260         Log: Integrate perlio.
69261      Branch: perl
69262           +> fakesdio.h perliol.h
69263           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
69264           !> perlsdio.h perlsfio.h pod/perlfunc.pod
69265 ____________________________________________________________________________
69266 [  7684] By: nick                                  on 2000/11/14  17:43:04
69267         Log: PerlIO #include and #ifdef re-work.
69268      Branch: perlio
69269            + fakesdio.h perliol.h
69270            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
69271            ! perlsdio.h perlsfio.h
69272 ____________________________________________________________________________
69273 [  7683] By: jhi                                   on 2000/11/14  15:42:40
69274         Log: Hoist the duplicated socket/netdb include logic to perl.h;
69275              undef SETERRNO in case SOCKS has defined it.  Based on:
69276              
69277              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
69278              From: Jens Hamisch <jens@Strawberry.COM> 
69279              Date: Tue, 14 Nov 2000 11:34:40 +0100
69280              Message-Id: <20001114113440.A20005@Strawberry.COM>
69281      Branch: perl
69282            ! doio.c perl.h pp_sys.c
69283 ____________________________________________________________________________
69284 [  7682] By: jhi                                   on 2000/11/14  14:07:28
69285         Log: Subject: some additions for makefiles for win32 (for perl@7674)
69286              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
69287              Date: Tue, 14 Nov 2000 09:31:13 +0300
69288              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
69289      Branch: perl
69290            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
69291            ! win32/makefile.mk
69292 ____________________________________________________________________________
69293 [  7681] By: jhi                                   on 2000/11/14  14:01:41
69294         Log: Subject: tiny typo in perl5db.pl
69295              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
69296              Date: Tue, 14 Nov 2000 09:29:28 +0300
69297              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
69298      Branch: perl
69299            ! lib/perl5db.pl
69300 ____________________________________________________________________________
69301 [  7680] By: jhi                                   on 2000/11/14  04:13:50
69302         Log: Redo #7679 with LFs instead of CRLFs.
69303      Branch: perl
69304            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
69305            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
69306            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
69307 ____________________________________________________________________________
69308 [  7679] By: jhi                                   on 2000/11/14  01:21:09
69309         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
69310              From: Benjamin Stuhl <tiriath@yahoo.com> 
69311              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
69312              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
69313      Branch: perl
69314            + win32/bin/mdelete.bat
69315            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
69316            ! makedef.pl perlio.c win32/Makefile win32/config.gc
69317            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
69318 ____________________________________________________________________________
69319 [  7678] By: jhi                                   on 2000/11/14  01:19:20
69320         Log: Fix the re extension building for Win32.
69321              
69322              Subject: [PATCH perl@7638] Get PerlIO building on Win32
69323              From: Benjamin Stuhl <tiriath@yahoo.com> 
69324              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
69325              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
69326      Branch: perl
69327            + ext/re/hints/MSWin32.pl
69328            ! MANIFEST
69329 ____________________________________________________________________________
69330 [  7677] By: jhi                                   on 2000/11/14  01:13:54
69331         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
69332              From: sthoenna@efn.org
69333              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
69334              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
69335      Branch: perl
69336            ! doop.c pp.c toke.c utf8.c utf8.h
69337 ____________________________________________________________________________
69338 [  7676] By: jhi                                   on 2000/11/13  20:23:15
69339         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
69340              From: Nicholas Clark <nick@ccl4.org>
69341              Date: Mon, 13 Nov 2000 18:55:04 +0000
69342              Message-ID: <20001113185504.J29183@plum.flirble.org>
69343      Branch: perl
69344            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
69345 ____________________________________________________________________________
69346 [  7675] By: nick                                  on 2000/11/13  20:21:57
69347         Log: Integrate mainline ...
69348      Branch: perlio
69349           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
69350           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
69351           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
69352           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
69353 ____________________________________________________________________________
69354 [  7674] By: jhi                                   on 2000/11/13  15:07:56
69355         Log: Update Changes.
69356      Branch: perl
69357            ! Changes patchlevel.h
69358 ____________________________________________________________________________
69359 [  7673] By: jhi                                   on 2000/11/13  14:42:42
69360         Log: Remove the new two tests of lib/io_xs for now, they seem to
69361              fail under perlio on some platforms.
69362      Branch: perl
69363            ! t/lib/io_xs.t
69364 ____________________________________________________________________________
69365 [  7672] By: jhi                                   on 2000/11/13  13:57:53
69366         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
69367      Branch: perl
69368            ! perlio.c
69369 ____________________________________________________________________________
69370 [  7671] By: jhi                                   on 2000/11/13  05:30:48
69371         Log: Placate nervous compilers that see longer than ints switch()ing.
69372      Branch: perl
69373            ! utf8.c
69374 ____________________________________________________________________________
69375 [  7670] By: jhi                                   on 2000/11/13  05:14:21
69376         Log: fputs() does return EOF on error but here we don't care.
69377      Branch: perl
69378            ! perlio.c
69379 ____________________________________________________________________________
69380 [  7669] By: jhi                                   on 2000/11/13  05:02:45
69381         Log: Declare reg_data like reg_substr_data.
69382      Branch: perl
69383            ! regexp.h
69384 ____________________________________________________________________________
69385 [  7668] By: jhi                                   on 2000/11/13  04:54:34
69386         Log: Typos in #7667.
69387      Branch: perl
69388            ! perl.h
69389 ____________________________________________________________________________
69390 [  7667] By: jhi                                   on 2000/11/13  04:49:49
69391         Log: Cleanup messy #ifdef.
69392      Branch: perl
69393            ! perl.h
69394 ____________________________________________________________________________
69395 [  7666] By: jhi                                   on 2000/11/13  04:17:34
69396         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
69397              From: Nicholas Clark <nick@talking.bollo.cx>
69398              Date: Sun, 12 Nov 2000 21:14:11 +0000
69399              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
69400              
69401              Note: only one breakage of the two reported is fixed by this patch.
69402      Branch: perl
69403            ! perlio.c
69404 ____________________________________________________________________________
69405 [  7665] By: jhi                                   on 2000/11/13  04:05:07
69406         Log: Tweak the definition of the bit complement on UTF-8 data:
69407              if none of the characters in the string are > 0xff,
69408              the result is a complemented byte string, not a (UTF-8)
69409              char string.  Based on the summary in
69410              
69411              Subject: Re: [ID 20000918.005] ~ on wide chars
69412              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
69413              Date: Fri, 10 Nov 2000 09:47:15 -0800
69414              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
69415              
69416              This should give us the maximum backward (pre-char string)
69417              compatibility and utf8 compatibility.  The other alternative
69418              would be to limit the bit complement to be always byte only,
69419              taking the least significant byte of the chars.
69420      Branch: perl
69421            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
69422 ____________________________________________________________________________
69423 [  7664] By: jhi                                   on 2000/11/13  00:23:44
69424         Log: Couple of tests from #7660 salvaged.
69425      Branch: perl
69426            - t/op/tell.t
69427            ! MANIFEST t/io/tell.t
69428 ____________________________________________________________________________
69429 [  7663] By: jhi                                   on 2000/11/13  00:02:48
69430         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
69431              From: Nicholas Clark <nick@talking.bollo.cx>
69432              Date: Sun, 12 Nov 2000 21:23:43 +0000
69433              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
69434      Branch: perl
69435            ! perlsfio.h
69436 ____________________________________________________________________________
69437 [  7662] By: jhi                                   on 2000/11/13  00:01:39
69438         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
69439              From: Nicholas Clark <nick@talking.bollo.cx>
69440              Date: Sun, 12 Nov 2000 21:30:04 +0000
69441              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
69442      Branch: perl
69443            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
69444 ____________________________________________________________________________
69445 [  7661] By: jhi                                   on 2000/11/12  23:57:29
69446         Log: Document tell() on special streams.
69447      Branch: perl
69448            ! pod/perlfunc.pod
69449 ____________________________________________________________________________
69450 [  7660] By: jhi                                   on 2000/11/12  23:54:22
69451         Log: (Subsumed by #7664)
69452      Branch: perl
69453            + t/op/tell.t
69454            ! MANIFEST
69455 ____________________________________________________________________________
69456 [  7659] By: jhi                                   on 2000/11/12  22:55:25
69457         Log: Many subdocumented return values of the IO extension now documented.
69458              ungetc and write still left subdocumented.
69459              
69460              Subject: [PATCH] (was Re: IO::Handle::ungetc)
69461              From: Nicholas Clark <nick@talking.bollo.cx>
69462              Date: Sun, 12 Nov 2000 21:35:53 +0000
69463              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
69464      Branch: perl
69465            ! ext/IO/lib/IO/Handle.pm
69466 ____________________________________________________________________________
69467 [  7658] By: jhi                                   on 2000/11/12  21:37:06
69468         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
69469              From: Nicholas Clark <nick@talking.bollo.cx>
69470              Date: Sun, 12 Nov 2000 20:03:22 +0000
69471              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
69472      Branch: perl
69473            ! pod/perlfunc.pod
69474 ____________________________________________________________________________
69475 [  7657] By: jhi                                   on 2000/11/12  20:34:55
69476         Log: Integrate perlio.
69477      Branch: perl
69478           !> perlio.c
69479 ____________________________________________________________________________
69480 [  7656] By: nick                                  on 2000/11/12  19:25:06
69481         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
69482      Branch: perlio
69483            ! perlio.c
69484 ____________________________________________________________________________
69485 [  7655] By: nick                                  on 2000/11/12  19:09:41
69486         Log: Integrate mainline
69487      Branch: perlio
69488           +> README.solaris ext/Encode/Encode/cp1006.enc
69489           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
69490           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
69491           +> ext/Encode/Encode/iso8859-13.enc
69492           +> ext/Encode/Encode/iso8859-14.enc
69493           +> ext/Encode/Encode/iso8859-15.enc
69494           !> (integrate 34 files)
69495 ____________________________________________________________________________
69496 [  7654] By: jhi                                   on 2000/11/12  19:00:22
69497         Log: Add a metaconfig unit for fsync.
69498      Branch: metaconfig/U/perl
69499            + d_fsync.U
69500 ____________________________________________________________________________
69501 [  7653] By: jhi                                   on 2000/11/12  19:00:01
69502         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
69503      Branch: perl
69504            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
69505            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
69506            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
69507            ! vos/config.ga.h win32/config.bc win32/config.gc
69508            ! win32/config.vc
69509 ____________________________________________________________________________
69510 [  7652] By: jhi                                   on 2000/11/11  21:12:01
69511         Log: Copy the s// information of README.hpux also to the perlrun.
69512      Branch: perl
69513            ! README.hpux pod/perlrun.pod
69514 ____________________________________________________________________________
69515 [  7651] By: jhi                                   on 2000/11/11  21:03:13
69516         Log: More README.solaris updates from Andy Dougherty.
69517      Branch: perl
69518            ! README.solaris
69519 ____________________________________________________________________________
69520 [  7650] By: jhi                                   on 2000/11/11  18:38:57
69521         Log: More descriptive error for unknown perlio layers.
69522              
69523              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
69524              From: Dominic Dunlop <domo@computer.org> 
69525              Date: Sat, 11 Nov 2000 18:20:32 +0100             
69526              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
69527      Branch: perl
69528            ! perlio.c pod/perldiag.pod
69529 ____________________________________________________________________________
69530 [  7649] By: jhi                                   on 2000/11/11  18:37:52
69531         Log: MachTen doesn't really do mmap() and munmap().
69532              
69533              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
69534              From: Dominic Dunlop <domo@computer.org> 
69535              Date: Sat, 11 Nov 2000 18:20:32 +0100             
69536              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
69537      Branch: perl
69538            ! hints/machten.sh
69539 ____________________________________________________________________________
69540 [  7648] By: jhi                                   on 2000/11/11  18:36:46
69541         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
69542              From: rspier@pobox.com (Robert Spier)
69543              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
69544              Message-ID: <14861.32839.491271.985797@rls.cx>
69545      Branch: perl
69546            ! Porting/Contract pod/perltoot.pod
69547 ____________________________________________________________________________
69548 [  7647] By: jhi                                   on 2000/11/11  18:35:30
69549         Log: Simplify the getpagesize() unit by dropping the
69550              pagesize probe since it's nowadays slightly more
69551              complicated because of sysconf(). (Note: if some
69552              platform really needs the -lPW for getpagesize,
69553              I just broke it.)
69554              
69555              TODO: a new pagesize unit.
69556      Branch: metaconfig
69557            ! U/compline/d_getpagsz.U
69558 ____________________________________________________________________________
69559 [  7646] By: jhi                                   on 2000/11/11  18:33:23
69560         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
69561      Branch: perl
69562            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
69563            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
69564            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
69565            ! vos/config.ga.h win32/config.bc win32/config.gc
69566            ! win32/config.vc
69567 ____________________________________________________________________________
69568 [  7645] By: jhi                                   on 2000/11/11  16:45:15
69569         Log: Use sysconf() or getpagesize() to find out the pagesize.
69570      Branch: perl
69571            ! perlio.c
69572 ____________________________________________________________________________
69573 [  7644] By: jhi                                   on 2000/11/11  15:46:08
69574         Log: Integrate perlio.
69575      Branch: perl
69576           !> perlio.c
69577 ____________________________________________________________________________
69578 [  7643] By: jhi                                   on 2000/11/11  15:33:36
69579         Log: Subject: Re: [PATCH] README.solaris
69580              From: Lupe Christoph <lupe@lupe-christoph.de>
69581              Date: Sat, 11 Nov 2000 14:08:10 +0100
69582              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
69583      Branch: perl
69584            ! README.solaris
69585 ____________________________________________________________________________
69586 [  7642] By: jhi                                   on 2000/11/11  15:22:12
69587         Log: Subject: [PATCH perl@7638] cygwin port
69588              From: "Eric Fifer" <egf7@columbia.edu>            
69589              Date: Fri, 10 Nov 2000 19:30:30 -0000
69590              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
69591      Branch: perl
69592            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
69593 ____________________________________________________________________________
69594 [  7641] By: nick                                  on 2000/11/11  14:50:36
69595         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
69596              Also call "Buf" layer directly when unread'ing non-read chars.
69597      Branch: perlio
69598            ! perlio.c
69599 ____________________________________________________________________________
69600 [  7640] By: jhi                                   on 2000/11/11  02:05:02
69601         Log: Add more encoding tables.
69602      Branch: perl
69603            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
69604            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
69605            + ext/Encode/Encode/iso8859-10.enc
69606            + ext/Encode/Encode/iso8859-13.enc
69607            + ext/Encode/Encode/iso8859-14.enc
69608            + ext/Encode/Encode/iso8859-15.enc
69609            ! MANIFEST
69610 ____________________________________________________________________________
69611 [  7639] By: jhi                                   on 2000/11/10  18:49:25
69612         Log: Subject: [PATCH] README.solaris
69613              From: Andy Dougherty <doughera@lafayette.edu>
69614              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
69615              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
69616      Branch: perl
69617            + README.solaris
69618            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
69619            ! pod/perl.pod pod/perltoc.pod
69620 ____________________________________________________________________________
69621 [  7638] By: jhi                                   on 2000/11/10  15:04:15
69622         Log: Update Changes.
69623      Branch: perl
69624            ! Changes patchlevel.h
69625 ____________________________________________________________________________
69626 [  7637] By: jhi                                   on 2000/11/10  14:14:28
69627         Log: Explain better why certain regex tests are skipped.
69628              
69629              Subject: Re: tests skipped: unknown reason
69630              From: Lupe Christoph <lupe@lupe-christoph.de>
69631              Date: Fri, 10 Nov 2000 09:08:56 +0100
69632              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
69633      Branch: perl
69634            ! t/op/regexp.t
69635 ____________________________________________________________________________
69636 [  7636] By: nick                                  on 2000/11/10  13:40:00
69637         Log: Integrate mainline.
69638      Branch: perlio
69639           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
69640           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
69641           !> win32/bin/search.pl
69642 ____________________________________________________________________________
69643 [  7635] By: nick                                  on 2000/11/10  13:25:52
69644         Log: Re-instate stdio large file support via perlio.
69645      Branch: perl
69646            ! perlio.c
69647 ____________________________________________________________________________
69648 [  7634] By: jhi                                   on 2000/11/10  04:49:55
69649         Log: Amdahl UTS hints updates.
69650              
69651              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
69652              From: hom00@utsglobal.com (Harold O Morris)
69653              Date: Thu, 9 Nov 2000 20:02 PST
69654              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
69655      Branch: perl
69656            ! hints/uts.sh
69657 ____________________________________________________________________________
69658 [  7633] By: jhi                                   on 2000/11/09  23:33:28
69659         Log: Subject: [PATCH] IO::Seekable pod
69660              From: Nicholas Clark <nick@talking.bollo.cx>
69661              Date: Thu, 9 Nov 2000 20:29:45 +0000
69662              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
69663      Branch: perl
69664            ! ext/IO/lib/IO/Handle.pm
69665 ____________________________________________________________________________
69666 [  7632] By: jhi                                   on 2000/11/09  21:55:41
69667         Log: Various doc oddball characters.
69668              
69669              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
69670              From: Michael Somos <somos@grail.cba.csuohio.edu>
69671              Date: Mon, 6 Nov 2000 17:44:20 -0500
69672              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
69673      Branch: perl
69674            ! emacs/cperl-mode.el lib/unicode/syllables.txt
69675            ! win32/bin/search.pl
69676 ____________________________________________________________________________
69677 [  7631] By: jhi                                   on 2000/11/09  21:12:29
69678         Log: Subject: Re: bash -c exit and linux hints 
69679              From: "John P. Linderman" <jpl@research.att.com>
69680              Date: Thu, 02 Nov 2000 09:37:25 -0500
69681              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
69682      Branch: perl
69683            ! hints/linux.sh
69684 ____________________________________________________________________________
69685 [  7630] By: nick                                  on 2000/11/09  20:34:11
69686         Log: Integrate mainline.
69687      Branch: perlio
69688           !> (integrate 91 files)
69689 ____________________________________________________________________________
69690 [  7629] By: jhi                                   on 2000/11/09  19:46:31
69691         Log: Missing dTHXs.
69692              
69693              Subject: RE: perl@7595 builds not on cygwin
69694              From: "Eric Fifer" <egf7@columbia.edu>
69695              Date: Thu, 9 Nov 2000 19:26:50 -0000
69696              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
69697      Branch: perl
69698            ! ext/Devel/Peek/Peek.xs
69699 ____________________________________________________________________________
69700 [  7628] By: jhi                                   on 2000/11/09  14:48:27
69701         Log: Disable only the tests 99 and 166 for UTF-8 locales.
69702      Branch: perl
69703            ! t/pragma/locale.t
69704 ____________________________________________________________________________
69705 [  7627] By: jhi                                   on 2000/11/09  14:40:27
69706         Log: There's no =head3.
69707      Branch: perl
69708            ! pod/perlhack.pod
69709 ____________________________________________________________________________
69710 [  7626] By: jhi                                   on 2000/11/09  13:54:26
69711         Log: The generated boot_* headers are wrong.  Pickier compiler,
69712              such as KAI C++ will refuse to compile the resulting perlmain.
69713              
69714              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
69715              From: Harri Pasanen <harri.pasanen@trema.com>
69716              Date: Thu, 09 Nov 2000 14:23:28 +0100
69717              Message-Id: <3A0AA550.26D548A3@trema.com>
69718      Branch: perl
69719            ! minimod.pl
69720 ____________________________________________________________________________
69721 [  7625] By: jhi                                   on 2000/11/09  13:50:44
69722         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
69723              From: Prymmer/Kahn <pvhp@best.com>
69724              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
69725              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
69726              
69727              All except the "cow orker" change.
69728      Branch: perl
69729            ! Porting/pumpkin.pod
69730 ____________________________________________________________________________
69731 [  7624] By: jhi                                   on 2000/11/09  13:45:33
69732         Log: Fix for
69733              
69734              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
69735              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
69736              Date: Thu, 09 Nov 2000 11:05:52 +0100
69737              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
69738      Branch: perl
69739            ! pod/perldiag.pod t/pragma/warn/pp_sys
69740 ____________________________________________________________________________
69741 [  7623] By: jhi                                   on 2000/11/09  13:37:16
69742         Log: Typo in an ifndef.
69743              
69744              Subject: Re: [PATCH 5.7.0] better messages from malloc()
69745              From: Joe Smith <jms@inwap.com>         
69746              Date: Thu, 09 Nov 2000 01:33:14 -0800
69747              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
69748      Branch: perl
69749            ! malloc.c
69750 ____________________________________________________________________________
69751 [  7622] By: jhi                                   on 2000/11/09  13:31:18
69752         Log: Remove unused extra arguments.
69753      Branch: metaconfig/U/perl
69754            ! perlxv.U
69755      Branch: perl
69756            ! Configure config_h.SH
69757 ____________________________________________________________________________
69758 [  7621] By: jhi                                   on 2000/11/09  13:16:36
69759         Log: More VMS moves on environment handling, from Charles Lane.
69760      Branch: perl
69761            ! t/pragma/locale.t
69762 ____________________________________________________________________________
69763 [  7620] By: jhi                                   on 2000/11/09  04:42:38
69764         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
69765              From: David Dyck <dcd@tc.fluke.com>
69766              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
69767              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
69768      Branch: perl
69769            ! pp_sys.c
69770 ____________________________________________________________________________
69771 [  7619] By: jhi                                   on 2000/11/09  04:36:21
69772         Log: Forgot from #7618.
69773      Branch: perl
69774            ! lib/File/stat.pm
69775 ____________________________________________________________________________
69776 [  7618] By: jhi                                   on 2000/11/09  04:28:44
69777         Log: Make deleting for %ENV work for (newer versions of) VMS,
69778              from Craig A. Berry.
69779      Branch: perl
69780            ! vms/vms.c
69781 ____________________________________________________________________________
69782 [  7617] By: jhi                                   on 2000/11/09  04:25:05
69783         Log: Subject: [PATCH] Class::Struct at compile time
69784              From: "Casey R. Tweten" <crt@kiski.net>
69785              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
69786              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
69787      Branch: perl
69788            ! lib/Class/Struct.pm
69789 ____________________________________________________________________________
69790 [  7616] By: jhi                                   on 2000/11/09  04:15:17
69791         Log: Subject: [ID 20001108.013] spelling
69792              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
69793              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
69794              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
69795      Branch: perl
69796            ! lib/ftp.pl
69797 ____________________________________________________________________________
69798 [  7615] By: jhi                                   on 2000/11/09  04:12:42
69799         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
69800              From: Peter Prymmer <pvhp@forte.com>
69801              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
69802              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
69803      Branch: perl
69804            ! configure.com
69805 ____________________________________________________________________________
69806 [  7614] By: jhi                                   on 2000/11/08  22:42:55
69807         Log: A missing aTHX_.
69808      Branch: perl
69809            ! ext/IPC/SysV/SysV.xs
69810 ____________________________________________________________________________
69811 [  7613] By: jhi                                   on 2000/11/08  19:30:21
69812         Log: Update Changes.
69813      Branch: perl
69814            ! Changes patchlevel.h
69815 ____________________________________________________________________________
69816 [  7612] By: jhi                                   on 2000/11/08  18:35:25
69817         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
69818              From: David Dyck <dcd@tc.fluke.com>
69819              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
69820              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
69821      Branch: perl
69822            ! pp_sys.c
69823 ____________________________________________________________________________
69824 [  7611] By: jhi                                   on 2000/11/08  18:30:26
69825         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
69826              From: Dominic Dunlop <domo@computer.org>
69827              Date: Tue, 7 Nov 2000 12:05:25 +0100
69828              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
69829      Branch: perl
69830            ! malloc.c
69831 ____________________________________________________________________________
69832 [  7610] By: jhi                                   on 2000/11/08  18:25:14
69833         Log: Do not test UTF-8 locales since that the tests would require
69834              polymorphic regexen.
69835      Branch: perl
69836            ! t/pragma/locale.t
69837 ____________________________________________________________________________
69838 [  7609] By: jhi                                   on 2000/11/08  17:12:51
69839         Log: Locale buglets.
69840              
69841              Subject: RE: Locales support (setlocale) fixes
69842              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
69843              Date: Wed, 8 Nov 2000 20:01:39 +0300
69844              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
69845      Branch: perl
69846            ! t/pragma/locale.t util.c
69847 ____________________________________________________________________________
69848 [  7608] By: jhi                                   on 2000/11/08  17:00:16
69849         Log: Deleting $ENV{PATH} in VMS is not recommendable.
69850      Branch: perl
69851            ! t/pragma/locale.t
69852 ____________________________________________________________________________
69853 [  7607] By: jhi                                   on 2000/11/08  16:58:26
69854         Log: Subject: PATCH std stdio for (Free)BSD
69855              From: Nicholas Clark <nick@ccl4.org>
69856              Date: Wed, 8 Nov 2000 15:36:29 +0000
69857              Message-ID: <20001108153629.D98736@plum.flirble.org>
69858      Branch: metaconfig
69859            ! U/compline/d_stdstdio.U
69860      Branch: perl
69861            ! Configure config_h.SH
69862 ____________________________________________________________________________
69863 [  7606] By: jhi                                   on 2000/11/08  16:43:31
69864         Log: Forgot to bump the line numbers in #7601.
69865      Branch: perl
69866            ! t/pragma/warn/pp_sys
69867 ____________________________________________________________________________
69868 [  7605] By: jhi                                   on 2000/11/08  16:39:12
69869         Log: More careful detection of how well NVs and UVs mix.
69870              
69871              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))
69872              From: Nicholas Clark <nick@ccl4.org>
69873              Date: Wed, 8 Nov 2000 15:14:12 +0000
69874              Message-ID: <20001108151412.B98736@plum.flirble.org>
69875              
69876              Added some SIGFPE paranoia.
69877      Branch: metaconfig/U/perl
69878            ! perlxv.U
69879      Branch: perl
69880            ! Configure config_h.SH
69881 ____________________________________________________________________________
69882 [  7604] By: jhi                                   on 2000/11/08  14:39:10
69883         Log: Subject: [patch perl@7595] VMS configure.com tweak
69884              From: "Craig A. Berry" <craigberry@mac.com>
69885              Date: Wed, 8 Nov 2000 00:24:12 -0600
69886              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
69887      Branch: perl
69888            ! configure.com
69889 ____________________________________________________________________________
69890 [  7603] By: jhi                                   on 2000/11/08  14:27:11
69891         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
69892              From: Robin Barker <rmb1@cise.npl.co.uk>
69893              Date: Wed, 8 Nov 2000 11:11:39 GMT
69894              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
69895      Branch: perl
69896            ! perlio.c
69897 ____________________________________________________________________________
69898 [  7602] By: jhi                                   on 2000/11/08  14:25:03
69899         Log: Fix for the tie-refhash string table leaks.
69900              
69901              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
69902              Date: Wed, 8 Nov 2000 13:03:04 GMT
69903              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
69904      Branch: perl
69905            ! t/lib/tie-refhash.t
69906 ____________________________________________________________________________
69907 [  7601] By: jhi                                   on 2000/11/08  14:21:08
69908         Log: Try to avoid flockless and emulationless places.
69909      Branch: perl
69910            ! t/pragma/warn/pp_sys
69911 ____________________________________________________________________________
69912 [  7600] By: jhi                                   on 2000/11/08  02:28:54
69913         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
69914              
69915              Subject: [PATCH] prototyped functions that should be overrideable
69916              From: "Casey R. Tweten" <crt@kiski.net>
69917              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
69918              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
69919      Branch: perl
69920            ! toke.c
69921 ____________________________________________________________________________
69922 [  7599] By: jhi                                   on 2000/11/08  01:12:05
69923         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
69924              
69925              Subject: [PATCH] perlbug.PL
69926              From: "Kurt D. Starsinic" <kstar@chapin.edu>
69927              Date: Mon, 6 Nov 2000 21:39:01 -0500
69928              Message-ID: <20001106213901.B20955@O2.chapin.edu>
69929      Branch: perl
69930            ! utils/perlbug.PL
69931 ____________________________________________________________________________
69932 [  7598] By: jhi                                   on 2000/11/07  23:42:00
69933         Log: Bad thinko in #7581 (I used the test program with the expanded
69934              values as-is).
69935      Branch: metaconfig
69936            ! U/compline/d_stdstdio.U
69937      Branch: perl
69938            ! Configure
69939 ____________________________________________________________________________
69940 [  7597] By: jhi                                   on 2000/11/07  21:43:29
69941         Log: Subject: [PATCH perl@7573] cygwin port
69942              From: "Fifer, Eric" <EFifer@sanwaint.com>
69943              Date: Tue, 7 Nov 2000 18:08:51 -0000 
69944              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
69945              
69946              Synchronize with Cygwin 1.1.5.
69947      Branch: perl
69948            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
69949            ! pod/perlport.pod unixish.h util.c
69950 ____________________________________________________________________________
69951 [  7596] By: jhi                                   on 2000/11/07  21:39:25
69952         Log: perlhack updates from H.Merijn Brand.
69953      Branch: perl
69954            ! pod/perlhack.pod
69955 ____________________________________________________________________________
69956 [  7595] By: jhi                                   on 2000/11/07  20:21:41
69957         Log: Update Changes.
69958      Branch: perl
69959            ! Changes patchlevel.h
69960 ____________________________________________________________________________
69961 [  7594] By: jhi                                   on 2000/11/07  19:18:58
69962         Log: Be more robust in Dynaloader.pm.
69963      Branch: perl
69964            ! ext/DynaLoader/DynaLoader_pm.PL
69965 ____________________________________________________________________________
69966 [  7593] By: jhi                                   on 2000/11/07  16:49:31
69967         Log: AUTHORS update.
69968      Branch: perl
69969            ! AUTHORS
69970 ____________________________________________________________________________
69971 [  7592] By: gsar                                  on 2000/11/07  16:39:51
69972         Log: normalize relative paths in virtualized current directory on windows,
69973              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
69974              returns)
69975      Branch: perl
69976            ! win32/vdir.h
69977 ____________________________________________________________________________
69978 [  7591] By: jhi                                   on 2000/11/07  16:04:26
69979         Log: Too profiler-happy: with optimization the #7590 actually makes
69980              the test to run 0.5% _slower_.  Requires much more instrumentation.
69981              Retract #7590.
69982      Branch: perl
69983            ! regcomp.c regcomp.h
69984 ____________________________________________________________________________
69985 [  7590] By: jhi                                   on 2000/11/07  15:51:13
69986         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
69987              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
69988              by using memset() and testing bytewise (as opposed to bitwise).
69989      Branch: perl
69990            ! regcomp.c regcomp.h
69991 ____________________________________________________________________________
69992 [  7589] By: jhi                                   on 2000/11/07  12:56:39
69993         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
69994              From: "Craig A. Berry" <craig.berry@psinetcs.com>
69995              Date: Mon, 06 Nov 2000 23:45:30 -0500
69996              Message-Id: <0011079735.AA973576259@univpress.com>
69997      Branch: perl
69998            ! configure.com t/lib/st-lock.t
69999 ____________________________________________________________________________
70000 [  7588] By: jhi                                   on 2000/11/07  01:03:28
70001         Log: Tweak #7587.
70002      Branch: perl
70003            ! pod/perldiag.pod
70004 ____________________________________________________________________________
70005 [  7587] By: jhi                                   on 2000/11/07  01:00:27
70006         Log: A doc addition for bug id 20001105.019, beware \p.
70007      Branch: perl
70008            ! pod/perldiag.pod
70009 ____________________________________________________________________________
70010 [  7586] By: jhi                                   on 2000/11/07  00:32:22
70011         Log: Fake support of holey files in win/dosish platforms.
70012              
70013              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
70014              From: kipp@shonanblue.ne.jp
70015              Date: Mon, 6 Nov 2000 13:30:55 -0800
70016              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
70017      Branch: perl
70018            ! ext/SDBM_File/sdbm/sdbm.c
70019 ____________________________________________________________________________
70020 [  7585] By: jhi                                   on 2000/11/07  00:12:54
70021         Log: Subject: Pod updates
70022              From: "Stephen P. Potter" <spp@spotter.yi.org>
70023              Date: Mon, 06 Nov 2000 18:56:43 -0500
70024              Message-Id: <200011062357.SAA18173@spotter.yi.org>
70025      Branch: perl
70026            ! README.dos README.os2 README.win32 pod/buildtoc.PL
70027            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
70028            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
70029            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
70030            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
70031            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
70032            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
70033            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
70034            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
70035            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
70036            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
70037            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
70038            ! pod/perltootc.pod pod/perlunicode.pod
70039 ____________________________________________________________________________
70040 [  7584] By: jhi                                   on 2000/11/07  00:04:17
70041         Log: Varargs don't always work too well if one puts an unsigned
70042              char on the stack and pop an unsigned quad off the stack.
70043              
70044              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
70045              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
70046              Date: Mon, 06 Nov 2000 15:19:05 -0800
70047              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
70048      Branch: perl
70049            ! utf8.c
70050 ____________________________________________________________________________
70051 [  7583] By: jhi                                   on 2000/11/06  23:58:48
70052         Log: %ENV note tweaks from Dan Sugalski.
70053      Branch: perl
70054            ! pod/perlport.pod vms/perlvms.pod
70055 ____________________________________________________________________________
70056 [  7582] By: jhi                                   on 2000/11/06  23:05:49
70057         Log: glibc5 detection by __GNU_LIBRARY__.
70058      Branch: perl
70059            ! toke.c
70060 ____________________________________________________________________________
70061 [  7581] By: jhi                                   on 2000/11/06  22:51:29
70062         Log: Make the stdio test program of 7427 less noisy while being 
70063              compiled so that Digital UNIX wouldn't get both
70064              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
70065              undefined.  This makes perlio happy.
70066      Branch: metaconfig
70067            ! U/compline/d_stdstdio.U
70068      Branch: perl
70069            ! Configure config_h.SH
70070 ____________________________________________________________________________
70071 [  7580] By: jhi                                   on 2000/11/06  22:41:41
70072         Log: Document %ENV = () portability issues.
70073      Branch: perl
70074            ! pod/perlport.pod vms/perlvms.pod
70075 ____________________________________________________________________________
70076 [  7579] By: jhi                                   on 2000/11/06  21:29:24
70077         Log: VOS updates from Paul Green.
70078      Branch: perl
70079            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
70080 ____________________________________________________________________________
70081 [  7578] By: jhi                                   on 2000/11/06  21:00:40
70082         Log: Sanitize the environment further.
70083      Branch: perl
70084            ! t/pragma/locale.t
70085 ____________________________________________________________________________
70086 [  7577] By: jhi                                   on 2000/11/06  20:53:51
70087         Log: Re-introduce 7552 lost in integration.
70088      Branch: perl
70089            ! perlio.c
70090 ____________________________________________________________________________
70091 [  7576] By: jhi                                   on 2000/11/06  20:33:46
70092         Log: Admit that the test leaks scalars.
70093      Branch: perl
70094            ! t/comp/proto.t
70095 ____________________________________________________________________________
70096 [  7575] By: jhi                                   on 2000/11/06  20:17:08
70097         Log: Integrate perlio.
70098      Branch: perl
70099           !> perlio.c
70100 ____________________________________________________________________________
70101 [  7574] By: nick                                  on 2000/11/06  20:07:28
70102         Log: Remove debug. Try (Mmap_t) on madvise() call.
70103      Branch: perlio
70104            ! perlio.c
70105 ____________________________________________________________________________
70106 [  7573] By: jhi                                   on 2000/11/06  13:56:05
70107         Log: Update Changes.
70108      Branch: perl
70109            ! Changes patchlevel.h
70110 ____________________________________________________________________________
70111 [  7572] By: jhi                                   on 2000/11/06  13:48:41
70112         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
70113              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
70114              Date: Mon, 06 Nov 2000 10:11:42 +0100
70115              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
70116      Branch: perl
70117            ! pod/perlhack.pod
70118 ____________________________________________________________________________
70119 [  7571] By: jhi                                   on 2000/11/06  01:45:51
70120         Log: AUTHORS updates.
70121      Branch: perl
70122            ! AUTHORS
70123 ____________________________________________________________________________
70124 [  7570] By: jhi                                   on 2000/11/06  00:18:00
70125         Log: Fix for
70126              
70127              Subject: [ID 20000728.005] perl -P broken
70128              From: David Dyck <dcd@tc.fluke.com>
70129              Date: Fri, 28 Jul 2000 17:19:16 -0700
70130              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
70131              
70132              (hopefully).  The fix is also not complete, it seems to break
70133              BOM swallowing for libc5 systems, but until someone figures
70134              out a way to do this without ftell(), this will do.
70135      Branch: perl
70136            ! toke.c
70137 ____________________________________________________________________________
70138 [  7569] By: jhi                                   on 2000/11/06  00:05:30
70139         Log: Document that the evaled syntax errors cause scalar leaks.
70140      Branch: perl
70141            ! t/comp/proto.t
70142 ____________________________________________________________________________
70143 [  7568] By: jhi                                   on 2000/11/05  23:14:47
70144         Log: opmini.o can linger from Configures past.
70145      Branch: perl
70146            ! Makefile.SH
70147 ____________________________________________________________________________
70148 [  7567] By: jhi                                   on 2000/11/05  21:28:39
70149         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
70150              first argument correctly.
70151      Branch: perl
70152            ! perlio.c
70153 ____________________________________________________________________________
70154 [  7566] By: jhi                                   on 2000/11/05  21:15:56
70155         Log: Integrate perlio.
70156      Branch: perl
70157           !> perlio.c
70158 ____________________________________________________________________________
70159 [  7565] By: jhi                                   on 2000/11/05  21:15:13
70160         Log: Use -dM for gcc (the suggested patch did it only for Linux,
70161              but I think it can be generalized).
70162              
70163              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
70164              From: Pixel <pixel@mandrakesoft.com>
70165              Date: 05 Nov 2000 21:49:34 +0100 
70166              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
70167      Branch: perl
70168            ! ext/Errno/Errno_pm.PL
70169 ____________________________________________________________________________
70170 [  7564] By: nick                                  on 2000/11/05  21:09:18
70171         Log: Added a mmap layer as a "subclass" of perlio.
70172              PERLIO=mmap ./perl harness passes
70173      Branch: perlio
70174            ! perlio.c
70175 ____________________________________________________________________________
70176 [  7563] By: jhi                                   on 2000/11/05  19:48:55
70177         Log: Add a note for future generations about bug id 20000229.006.
70178      Branch: perl
70179            ! malloc.c
70180 ____________________________________________________________________________
70181 [  7562] By: jhi                                   on 2000/11/05  19:38:24
70182         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
70183      Branch: perl
70184            ! pp_ctl.c t/op/pos.t
70185 ____________________________________________________________________________
70186 [  7561] By: jhi                                   on 2000/11/05  18:21:46
70187         Log: Add =pod to be tidy.
70188      Branch: perl
70189            ! lib/Math/Complex.pm
70190 ____________________________________________________________________________
70191 [  7560] By: jhi                                   on 2000/11/05  17:38:46
70192         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
70193      Branch: perl
70194            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
70195            ! ext/Storable/Storable.xs t/lib/st-recurse.t
70196 ____________________________________________________________________________
70197 [  7559] By: jhi                                   on 2000/11/05  17:32:59
70198         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
70199              From: "Peter J. Farley III" <pjfarley@banet.net>
70200              Date: Sun, 05 Nov 2000 11:55:59 -0500
70201              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
70202      Branch: perl
70203            ! t/lib/syslog.t
70204 ____________________________________________________________________________
70205 [  7558] By: jhi                                   on 2000/11/05  17:29:19
70206         Log: Integrate perlio.
70207      Branch: perl
70208           !> perlio.c
70209 ____________________________________________________________________________
70210 [  7557] By: jhi                                   on 2000/11/05  17:22:01
70211         Log: A fix of sorts for 20000329.026, a better error message
70212              for a missing "use charnames" when using the \N{...}. 
70213      Branch: perl
70214            ! pod/perldiag.pod toke.c
70215 ____________________________________________________________________________
70216 [  7556] By: jhi                                   on 2000/11/05  16:33:50
70217         Log: Test tweak: show also the failed locales.
70218              
70219              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
70220              From: Lupe Christoph <lupe@lupe-christoph.de>         
70221              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
70222              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
70223      Branch: perl
70224            ! t/pragma/locale.t
70225 ____________________________________________________________________________
70226 [  7555] By: nick                                  on 2000/11/05  11:09:34
70227         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
70228              open RDWR so does not fail. (pragma/warnings 303 again...)
70229      Branch: perlio
70230            ! perlio.c
70231 ____________________________________________________________________________
70232 [  7554] By: nick                                  on 2000/11/05  10:10:13
70233         Log: Fix case where ungetc(f,EOF) was allowed.
70234              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
70235              so we can see similarities.
70236              Use types more carefully and a STDCHAR array in hope that this will
70237              fix Jarrko's 64bit machine.
70238      Branch: perlio
70239            ! perlio.c
70240 ____________________________________________________________________________
70241 [  7553] By: jhi                                   on 2000/11/05  01:12:16
70242         Log: Fix for
70243              
70244              Subject: [ID 20001004.007] taint propogation is inconsistent
70245              From: pimlott@idiomtech.com (Andrew Pimlott) 
70246              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
70247              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
70248              
70249              The culprit was sv_setsv() which was rather blindly
70250              propagating taint, which lead to behaviour where if
70251              a tainted anon hash value was seen all the hash values
70252              from then on at that level became tainted, or at any
70253              upper levels in the case of nested anon hashes.
70254      Branch: perl
70255            ! sv.c t/op/taint.t
70256 ____________________________________________________________________________
70257 [  7552] By: jhi                                   on 2000/11/04  23:44:18
70258         Log: Some cpps don't like splitting conditionals across several lines.
70259      Branch: perl
70260            ! perlio.c
70261 ____________________________________________________________________________
70262 [  7551] By: nick                                  on 2000/11/04  23:40:44
70263         Log: Integrate mainline
70264      Branch: perlio
70265           !> pp_hot.c t/op/taint.t
70266 ____________________________________________________________________________
70267 [  7550] By: nick                                  on 2000/11/04  23:39:05
70268         Log: Integrate mainline again
70269      Branch: perlio
70270           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
70271           !> t/lib/b.t t/op/misc.t util.c
70272 ____________________________________________________________________________
70273 [  7549] By: jhi                                   on 2000/11/04  23:14:01
70274         Log: Fix for
70275              
70276              Subject: [ID 20001004.006] undef is never tainted
70277              From: pimlott@idiomtech.com (Andrew Pimlott)
70278              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
70279              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
70280              
70281              An undef read from a slurped file was not tainted.
70282      Branch: perl
70283            ! pp_hot.c t/op/taint.t
70284 ____________________________________________________________________________
70285 [  7548] By: jhi                                   on 2000/11/04  22:56:21
70286         Log: Test tweak ($Config{useperlio} is by default undef) .
70287      Branch: perl
70288            ! t/lib/b.t
70289 ____________________________________________________________________________
70290 [  7547] By: jhi                                   on 2000/11/04  22:43:56
70291         Log: Integrate perlio.
70292      Branch: perl
70293           +> lib/perlio.pm
70294           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
70295           !> pod/perlapi.pod t/lib/b.t
70296 ____________________________________________________________________________
70297 [  7546] By: jhi                                   on 2000/11/04  22:40:59
70298         Log: Configure would use a bad $myuname from an old config.sh.
70299              
70300              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
70301              From: Andy Dougherty <doughera@lafayette.edu>
70302              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
70303              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
70304      Branch: metaconfig
70305            ! U/modified/Oldconfig.U
70306      Branch: perl
70307            ! Configure config_h.SH
70308 ____________________________________________________________________________
70309 [  7545] By: jhi                                   on 2000/11/04  22:36:54
70310         Log: Subject: Locales support (setlocale) fixes
70311              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
70312              Date: Sat, 4 Nov 2000 10:15:48 +0300 
70313              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
70314              
70315              Modified quite a bit to be more portable.
70316      Branch: perl
70317            ! embed.h embed.pl perl.h proto.h util.c
70318 ____________________________________________________________________________
70319 [  7544] By: jhi                                   on 2000/11/04  22:32:47
70320         Log: Dying is too strict here, better just skip.
70321      Branch: perl
70322            ! t/op/misc.t
70323 ____________________________________________________________________________
70324 [  7543] By: nick                                  on 2000/11/04  21:55:13
70325         Log: Merge mainline
70326      Branch: perlio
70327           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
70328           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
70329           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
70330           !> (integrate 64 files)
70331 ____________________________________________________________________________
70332 [  7542] By: jhi                                   on 2000/11/04  21:09:28
70333         Log: More Changes tweakery.
70334      Branch: perl
70335            ! Changes Porting/genlog
70336 ____________________________________________________________________________
70337 [  7541] By: jhi                                   on 2000/11/04  20:58:18
70338         Log: Changes fixups.
70339      Branch: perl
70340            ! Changes
70341 ____________________________________________________________________________
70342 [  7540] By: jhi                                   on 2000/11/04  20:42:38
70343         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
70344              create a "fast path" for locale name probing using "locale -a"
70345              if available, squash finally hopefully the s?printf resetting
70346              the numeric locale (since, IIUC perllocale, it never shouldn't). 
70347      Branch: perl
70348            ! sv.c t/op/misc.t t/pragma/locale.t
70349 ____________________________________________________________________________
70350 [  7539] By: nick                                  on 2000/11/04  19:56:10
70351         Log: PerlIO infrastructure complete.
70352      Branch: perlio
70353            + lib/perlio.pm
70354            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
70355 ____________________________________________________________________________
70356 [  7538] By: nick                                  on 2000/11/04  14:31:32
70357         Log: Type tweaks + less contorted allocation scheme
70358      Branch: perlio
70359            ! perlio.c
70360 ____________________________________________________________________________
70361 [  7537] By: nick                                  on 2000/11/04  12:40:42
70362         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
70363              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
70364              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
70365              sensible) which lead to some interesting fails.
70366      Branch: perlio
70367            ! perlio.c
70368 ____________________________________________________________________________
70369 [  7536] By: jhi                                   on 2000/11/04  00:20:02
70370         Log: Add FCNTL_CAN_LOCK.
70371              
70372              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
70373              From: Andy Dougherty <doughera@lafayette.edu>
70374              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
70375              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
70376              
70377              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
70378              From: Andy Dougherty <doughera@lafayette.edu>
70379              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
70380              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
70381      Branch: metaconfig/U/perl
70382            + d_fcntl_can_lock.U
70383            ! startperl.U
70384      Branch: perl
70385            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
70386            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
70387            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
70388            ! vos/config.ga.h win32/config.bc win32/config.gc
70389            ! win32/config.vc
70390 ____________________________________________________________________________
70391 [  7535] By: nick                                  on 2000/11/03  22:19:10
70392         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
70393              - Works on Linux with
70394              perlio + unix
70395              stdio
70396              - Works on Solaris with
70397              perlio + unix
70398              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
70399              - Fails (hangs in openpid) if you try and stack
70400              perlio + stdio - Linux stdio's read() logic is hanging.
70401      Branch: perlio
70402            ! iperlsys.h perlio.c
70403 ____________________________________________________________________________
70404 [  7534] By: jhi                                   on 2000/11/03  15:16:02
70405         Log: Subject: Re: README.aix
70406              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
70407              Date: Fri, 03 Nov 2000 16:03:15 +0100
70408              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
70409      Branch: perl
70410            ! README.aix
70411 ____________________________________________________________________________
70412 [  7533] By: jhi                                   on 2000/11/03  03:59:02
70413         Log: Subject: [PATCH 5.7.0] better messages from malloc()
70414              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
70415              Date: Wed, 1 Nov 2000 23:39:56 -0500
70416              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
70417      Branch: perl
70418            ! malloc.c pod/perldiag.pod
70419 ____________________________________________________________________________
70420 [  7532] By: jhi                                   on 2000/11/03  00:11:56
70421         Log: The #7521 touched things it shouldn't have.
70422      Branch: perl
70423            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
70424 ____________________________________________________________________________
70425 [  7531] By: jhi                                   on 2000/11/02  22:32:33
70426         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
70427              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
70428              Date:     Thu, 2 Nov 2000 16:58:36 EST
70429              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
70430      Branch: perl
70431            ! vms/gen_shrfls.pl
70432 ____________________________________________________________________________
70433 [  7530] By: jhi                                   on 2000/11/02  22:08:49
70434         Log: Fix the problem discussed in
70435              
70436              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
70437              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
70438              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
70439              
70440              originally from Linc Madison.  Also Andreas König's comments
70441              taken into account.  Some other problems with Tie::SubstrHash
70442              fixed: didn't croak when the table exceeded the requested number
70443              of entries (as documented) but instead when the number of entries
70444              exceeded the size of the table, a croak() had an unnecessary \n,
70445              didn't have a CLEAR method, documented that there is no exists().
70446              Didn't fix to be strict-proof because the module uses &foo; and
70447              dynamic scope.  Added a test script exercizing both first tamely 
70448              the basic functionality, and then the failure cases reported by
70449              Linc Madison.
70450      Branch: perl
70451            + t/lib/tie-substrhash.t
70452            ! MANIFEST lib/Tie/SubstrHash.pm
70453 ____________________________________________________________________________
70454 [  7529] By: jhi                                   on 2000/11/02  17:58:08
70455         Log: recv() can fail and return undef.
70456              
70457              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
70458              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
70459              Date: Thu, 2 Nov 2000 20:12:20 +0300
70460              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
70461      Branch: perl
70462            ! lib/Net/Ping.pm
70463 ____________________________________________________________________________
70464 [  7528] By: jhi                                   on 2000/11/02  17:49:09
70465         Log: Detpyo.
70466      Branch: perl
70467            ! pod/perlop.pod
70468 ____________________________________________________________________________
70469 [  7527] By: jhi                                   on 2000/11/02  15:48:37
70470         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
70471              fix a autovivification bug in Tie::RefHash, add tests for both.
70472              
70473              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
70474              From: Edward Avis <epa98@doc.ic.ac.uk>
70475              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
70476              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
70477      Branch: perl
70478            + t/lib/tie-refhash.t
70479            ! MANIFEST lib/Tie/RefHash.pm
70480 ____________________________________________________________________________
70481 [  7526] By: jhi                                   on 2000/11/02  13:56:26
70482         Log: Test::Harness revealed buglets in the new DynaLoader.
70483              
70484              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
70485              From: andreas.koenig@anima.de (Andreas J. Koenig)
70486              Date: 02 Nov 2000 11:26:48 +0100 
70487              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
70488      Branch: perl
70489            ! ext/DynaLoader/DynaLoader_pm.PL
70490 ____________________________________________________________________________
70491 [  7525] By: jhi                                   on 2000/11/01  23:52:08
70492         Log: The entry for #7503 was missing.
70493      Branch: perl
70494            ! Changes
70495 ____________________________________________________________________________
70496 [  7524] By: jhi                                   on 2000/11/01  23:40:52
70497         Log: Update Changes.
70498      Branch: perl
70499            ! Changes patchlevel.h
70500 ____________________________________________________________________________
70501 [  7523] By: jhi                                   on 2000/11/01  22:57:09
70502         Log: More tweaking on the #7522 theme.
70503      Branch: perl
70504            ! ext/DynaLoader/DynaLoader_pm.PL
70505 ____________________________________________________________________________
70506 [  7522] By: jhi                                   on 2000/11/01  22:06:15
70507         Log: Expand %Config variables and %ENV variables only if
70508              so requested during build time using the
70509              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
70510              Not expanding makes relocating distributions easier.
70511      Branch: perl
70512            ! ext/DynaLoader/DynaLoader_pm.PL
70513 ____________________________________________________________________________
70514 [  7521] By: jhi                                   on 2000/11/01  20:56:34
70515         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
70516              and setgid() because they were just changing $< and $( which means
70517              only changing the real uid/gid, as opposed to changing both
70518              real and effective ids.  (The alternative way could have been
70519              in POSIX.pm to change $> and $), too, but making a direct call
70520              to the C API feels cleaner.)  Fixes the bug
70521              
70522              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
70523              From: "Garry T. Williams" <garry@zvolve.com>
70524              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
70525              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
70526      Branch: perl
70527            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
70528            ! ext/POSIX/typemap pod/perlvar.pod
70529 ____________________________________________________________________________
70530 [  7520] By: jhi                                   on 2000/11/01  20:08:33
70531         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
70532              From: "Garry T. Williams" <garry@zvolve.com>
70533              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
70534              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
70535      Branch: perl
70536            ! pod/perlsec.pod
70537 ____________________________________________________________________________
70538 [  7519] By: jhi                                   on 2000/11/01  20:01:22
70539         Log: Locale warning explanation tweak.
70540      Branch: perl
70541            ! pod/perldiag.pod
70542 ____________________________________________________________________________
70543 [  7518] By: jhi                                   on 2000/11/01  18:57:13
70544         Log: C.pm part of
70545              
70546              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
70547              From: Jarkko Hietaniemi <jhi@iki.fi>
70548              Date: Tue, 10 Oct 2000 08:22:28 -0500
70549              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
70550      Branch: perl
70551            ! ext/B/B/C.pm
70552 ____________________________________________________________________________
70553 [  7517] By: jhi                                   on 2000/11/01  18:41:59
70554         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
70555              From: Martien Verbruggen <mgjv@comdyn.com.au>
70556              Date: Fri, 6 Oct 2000 14:09:10 +1100
70557              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
70558      Branch: perl
70559            ! pod/perlop.pod
70560 ____________________________________________________________________________
70561 [  7516] By: jhi                                   on 2000/11/01  18:34:55
70562         Log: Generalize the Camel wording.
70563              
70564              Subject: Re: perlfaq style changes
70565              From: John Borwick <jhborwic@unity.ncsu.edu>
70566              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
70567              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
70568      Branch: perl
70569            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
70570 ____________________________________________________________________________
70571 [  7515] By: jhi                                   on 2000/11/01  16:52:31
70572         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
70573              From: pimlott@idiomtech.com (Andrew Pimlott)
70574              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
70575              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
70576      Branch: perl
70577            ! pod/perlsec.pod
70578 ____________________________________________________________________________
70579 [  7514] By: jhi                                   on 2000/11/01  15:03:40
70580         Log: More AIX lore.
70581      Branch: perl
70582            ! ext/re/hints/aix.pl
70583 ____________________________________________________________________________
70584 [  7513] By: jhi                                   on 2000/11/01  14:48:30
70585         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
70586              From: root <root@chronos.fi.muni.cz>
70587              Date: Wed, 1 Nov 2000 12:31:32 +0100
70588              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
70589      Branch: perl
70590            ! lib/Net/Ping.pm
70591 ____________________________________________________________________________
70592 [  7512] By: jhi                                   on 2000/11/01  14:46:47
70593         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
70594              From: Martin Husemann <martin@duskware.de>
70595              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
70596              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
70597      Branch: perl
70598            ! regcomp.c
70599 ____________________________________________________________________________
70600 [  7511] By: jhi                                   on 2000/11/01  14:39:50
70601         Log: AUTHORS updates.
70602      Branch: perl
70603            ! AUTHORS
70604 ____________________________________________________________________________
70605 [  7510] By: jhi                                   on 2000/11/01  14:29:50
70606         Log: Subject: [PATCH] startperl to respect versiononly
70607              From: Robin Barker <rmb1@cise.npl.co.uk> 
70608              Date: Tue, 31 Oct 2000 16:29:36 GMT
70609              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
70610      Branch: metaconfig/U/perl
70611            ! startperl.U
70612      Branch: perl
70613            ! Configure config_h.SH
70614 ____________________________________________________________________________
70615 [  7509] By: jhi                                   on 2000/11/01  14:19:53
70616         Log: printf UVs the correct way, noticed by Robin Barker.
70617      Branch: perl
70618            ! utf8.c
70619 ____________________________________________________________________________
70620 [  7508] By: jhi                                   on 2000/11/01  14:10:03
70621         Log: Do not cleanup *% because the % has special meanings in some
70622              shell environments.
70623      Branch: perl
70624            ! ext/Storable/Makefile.PL
70625 ____________________________________________________________________________
70626 [  7507] By: jhi                                   on 2000/11/01  14:06:00
70627         Log: The NonStop-UX libraries have a novel way to say NaN.
70628      Branch: perl
70629            ! t/lib/bigfltpm.t
70630 ____________________________________________________________________________
70631 [  7506] By: jhi                                   on 2000/11/01  14:03:35
70632         Log: The osname has been lowercased by now, from Tom Bates.
70633      Branch: metaconfig
70634            ! U/modified/Oldconfig.U
70635      Branch: perl
70636            ! Configure config_h.SH
70637 ____________________________________________________________________________
70638 [  7505] By: jhi                                   on 2000/10/31  19:18:39
70639         Log: The compiler is either gcc or cc, from Tom Bates.
70640      Branch: perl
70641            ! hints/nonstopux.sh
70642 ____________________________________________________________________________
70643 [  7504] By: jhi                                   on 2000/10/31  14:53:42
70644         Log: Update Changes.
70645      Branch: perl
70646            ! Changes patchlevel.h
70647 ____________________________________________________________________________
70648 [  7503] By: jhi                                   on 2000/10/31  14:30:50
70649         Log: Whitespace style tweak.  Was originally going to see to
70650              
70651              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
70652              From: Joe Smith <jms@inwap.com>
70653              Date: Mon, 30 Oct 2000 18:47:57 -0800
70654              Message-Id: <39FE32DD.24AAC4D@inwap.com>
70655              
70656              but that had already been taken care of.
70657      Branch: metaconfig
70658            ! U/compline/d_stdstdio.U
70659      Branch: perl
70660            ! Configure config_h.SH
70661 ____________________________________________________________________________
70662 [  7502] By: jhi                                   on 2000/10/31  14:25:02
70663         Log: AUTHORS tweaks.
70664      Branch: perl
70665            ! AUTHORS
70666 ____________________________________________________________________________
70667 [  7501] By: jhi                                   on 2000/10/31  14:23:59
70668         Log: Subject: perlfaq style changes
70669              From: John Borwick <jhborwic@unity.ncsu.edu>
70670              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
70671              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
70672      Branch: perl
70673            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
70674            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
70675            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
70676            ! pod/perlfaq9.pod
70677 ____________________________________________________________________________
70678 [  7500] By: jhi                                   on 2000/10/31  14:22:15
70679         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
70680              
70681              Subject: Re: [ID 20000918.005] ~ on wide chars
70682              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
70683              Date: Mon, 30 Oct 2000 21:09:55 -0800
70684              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
70685              
70686              (The ord() part of the patch skipped.)
70687      Branch: perl
70688            ! doop.c
70689 ____________________________________________________________________________
70690 [  7499] By: jhi                                   on 2000/10/31  14:20:08
70691         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
70692              From: Jens Hamisch <jens@Strawberry.COM>
70693              Date: Mon, 30 Oct 2000 15:17:07 +0100
70694              Message-Id: <20001030151707.A9597@Strawberry.COM>
70695      Branch: perl
70696            ! av.c
70697 ____________________________________________________________________________
70698 [  7498] By: jhi                                   on 2000/10/31  14:16:29
70699         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
70700              From: Peter Prymmer <pvhp@forte.com>
70701              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
70702              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
70703      Branch: perl
70704            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
70705            + ext/Encode/Encode/posix-bc.enc
70706            ! MANIFEST t/lib/encode.t
70707 ____________________________________________________________________________
70708 [  7497] By: jhi                                   on 2000/10/31  14:13:22
70709         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
70710              From: Peter Prymmer <pvhp@forte.com>
70711              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
70712              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
70713      Branch: perl
70714            ! t/lib/cgi-html.t
70715 ____________________________________________________________________________
70716 [  7496] By: jhi                                   on 2000/10/31  14:12:05
70717         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
70718              From: Peter Prymmer <pvhp@forte.com>
70719              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
70720              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
70721      Branch: perl
70722            ! t/lib/cgi-function.t
70723 ____________________________________________________________________________
70724 [  7495] By: jhi                                   on 2000/10/31  14:11:08
70725         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
70726              From: Peter Prymmer <pvhp@forte.com>
70727              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
70728              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
70729      Branch: perl
70730            + ext/re/hints/aix.pl
70731            ! MANIFEST ext/re/Makefile.PL
70732 ____________________________________________________________________________
70733 [  7494] By: jhi                                   on 2000/10/31  14:08:32
70734         Log: Use Errno magic.
70735              
70736              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
70737              From: Casey Tweten <perl@ctweten.amsite.com>
70738              Date: Mon, 30 Oct 2000 15:51:17 -0500
70739              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
70740      Branch: perl
70741            ! lib/File/Temp.pm
70742 ____________________________________________________________________________
70743 [  7493] By: jhi                                   on 2000/10/31  14:05:07
70744         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
70745              
70746              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
70747              From: Nicholas Clark <nick@ccl4.org>
70748              Date: Mon, 30 Oct 2000 17:38:45 +0000
70749              Message-ID: <20001030173845.O60355@plum.flirble.org>
70750      Branch: perl
70751            ! Makefile.SH utils/perlbug.PL
70752 ____________________________________________________________________________
70753 [  7492] By: nick                                  on 2000/10/30  19:37:23
70754         Log: Change files which are mysteriously different to mainline to be
70755              copies of mainline.
70756      Branch: perlio
70757            ! objXSUB.h perlapi.c pod/perlapi.pod
70758 ____________________________________________________________________________
70759 [  7491] By: nick                                  on 2000/10/30  18:05:54
70760         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
70761              - typo in endian code in putc.
70762              - Don't allow read of write-only files and vice-versa
70763              - and off-by-one in flush-all loop.
70764              Remove debug calls as they were using GCC specific features.
70765      Branch: perlio
70766            ! perlio.c
70767 ____________________________________________________________________________
70768 [  7490] By: nick                                  on 2000/10/29  21:45:45
70769         Log: Integrate mainline to perlio
70770      Branch: perlio
70771           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
70772           !> toke.c
70773 ____________________________________________________________________________
70774 [  7489] By: jhi                                   on 2000/10/29  21:11:08
70775         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
70776              From: andreas.koenig@anima.de (Andreas J. Koenig)
70777              Date: 29 Oct 2000 22:05:59 +0100
70778              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
70779      Branch: perl
70780            ! lib/ExtUtils/Manifest.pm
70781 ____________________________________________________________________________
70782 [  7488] By: jhi                                   on 2000/10/29  21:07:47
70783         Log: Tests for #7487.
70784              
70785              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
70786              From: andreas.koenig@anima.de (Andreas J. Koenig)
70787              Date: 29 Oct 2000 19:37:09 +0100
70788              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
70789      Branch: perl
70790            ! t/comp/proto.t
70791 ____________________________________________________________________________
70792 [  7487] By: jhi                                   on 2000/10/29  21:06:27
70793         Log: constsub spillage.
70794              
70795              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
70796              From: John Tobey <jtobey@john-edwin-tobey.org>
70797              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
70798              Message-Id: <m13pvSr-000FObC@feynman.localnet>
70799      Branch: perl
70800            ! op.c
70801 ____________________________________________________________________________
70802 [  7486] By: nick                                  on 2000/10/29  21:05:04
70803         Log: Integrate mainline to perlio branch
70804      Branch: perlio
70805           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
70806           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
70807           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
70808           +> vos/install_perl.cm
70809            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
70810            - vos/config.h vos/config_h.SH_orig
70811           !> (integrate 141 files)
70812 ____________________________________________________________________________
70813 [  7485] By: jhi                                   on 2000/10/29  21:00:47
70814         Log: Make \x{...} consistently produce UTF-8.
70815              
70816              Subject: Re: \x{...} is confused 
70817              From: Simon Cozens <simon@cozens.net>
70818              Date: Sun, 29 Oct 2000 19:36:48 +0000
70819              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
70820      Branch: perl
70821            ! t/pragma/utf8.t toke.c
70822 ____________________________________________________________________________
70823 [  7484] By: nick                                  on 2000/10/29  20:05:29
70824         Log: PerlIO passes all tests.
70825      Branch: perlio
70826            ! perlio.c
70827 ____________________________________________________________________________
70828 [  7483] By: jhi                                   on 2000/10/29  18:06:55
70829         Log: Update Changes.
70830      Branch: perl
70831            ! Changes patchlevel.h
70832 ____________________________________________________________________________
70833 [  7482] By: nick                                  on 2000/10/29  17:43:28
70834         Log: Include <unistd.h> to get correct lseek() prototype etc.
70835              (I thought perl.h did that) - down to two fails
70836              - comp/require.t (last test)
70837              - lib/io_xs.t - possibly import/export of FILE * ?
70838      Branch: perlio
70839            ! perlio.c
70840 ____________________________________________________________________________
70841 [  7481] By: jhi                                   on 2000/10/29  17:02:37
70842         Log: UTF-8 decoder tweak.
70843      Branch: perl
70844            ! utf8.c
70845 ____________________________________________________________________________
70846 [  7480] By: nick                                  on 2000/10/29  16:26:11
70847         Log: Fixed two bugs:
70848              - error code not being set on close (of broken pipe)
70849              - append mode was truncating.
70850              At least one seek/tell bug remains.
70851      Branch: perlio
70852            ! perlio.c
70853 ____________________________________________________________________________
70854 [  7479] By: nick                                  on 2000/10/29  11:18:16
70855         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
70856              in case of accidents. Still several worrying fails, no line disciplines yet.
70857      Branch: perlio
70858            ! iperlsys.h perlio.c
70859 ____________________________________________________________________________
70860 [  7478] By: jhi                                   on 2000/10/29  02:04:01
70861         Log: Add also emailless people.
70862      Branch: perl
70863            ! AUTHORS
70864 ____________________________________________________________________________
70865 [  7477] By: jhi                                   on 2000/10/29  01:36:00
70866         Log: The #7476 needs a MANIFEST change, too.
70867      Branch: perl
70868            ! MANIFEST
70869 ____________________________________________________________________________
70870 [  7476] By: jhi                                   on 2000/10/29  01:35:21
70871         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
70872      Branch: perl
70873            - MAINTAIN
70874            ! AUTHORS Changes
70875 ____________________________________________________________________________
70876 [  7475] By: jhi                                   on 2000/10/28  23:57:25
70877         Log: De-quoted-unreadable to ISO Latin 1.
70878              (There's one ISO-2022-JP name in Changes5.004.)
70879      Branch: perl
70880            ! Changes Changes5.6
70881 ____________________________________________________________________________
70882 [  7474] By: jhi                                   on 2000/10/28  19:13:06
70883         Log: Subject: [ID 20001027.007] uniq array in perlfaq
70884              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
70885              Date: Fri, 27 Oct 2000 19:28:30 +0200
70886              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
70887      Branch: perl
70888            ! pod/perlfaq4.pod
70889 ____________________________________________________________________________
70890 [  7473] By: jhi                                   on 2000/10/28  18:02:05
70891         Log: Locking null mutexes is not recommendable.
70892              
70893              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
70894              From: Hugo <hv@crypt.compulink.co.uk>
70895              Date: Sat, 28 Oct 2000 18:41:12 +0100
70896              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
70897      Branch: perl
70898            ! op.c
70899 ____________________________________________________________________________
70900 [  7472] By: jhi                                   on 2000/10/28  17:52:58
70901         Log: Better create a true mailing list for the repository keepers.
70902      Branch: perl
70903            ! Porting/repository.pod
70904 ____________________________________________________________________________
70905 [  7471] By: jhi                                   on 2000/10/28  17:28:24
70906         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
70907              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
70908      Branch: perl
70909            + Porting/repository.pod
70910            ! MANIFEST
70911 ____________________________________________________________________________
70912 [  7470] By: jhi                                   on 2000/10/28  17:20:54
70913         Log: Subject: DOC PATCH 5.6.0
70914              From: mjd@plover.com
70915              Date: 27 Oct 2000 17:32:44 -0000
70916              Message-ID: <20001027173244.23754.qmail@plover.com>
70917      Branch: perl
70918            ! pod/perlfunc.pod
70919 ____________________________________________________________________________
70920 [  7469] By: jhi                                   on 2000/10/28  17:16:45
70921         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
70922              From: "Peter J. Farley III" <pjfarley@banet.net>
70923              Date: Fri, 27 Oct 2000 20:32:56 -0400
70924              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
70925      Branch: perl
70926            ! README.dos
70927 ____________________________________________________________________________
70928 [  7468] By: jhi                                   on 2000/10/28  17:07:18
70929         Log: Make target reordering to avoid pointless re-makes.
70930              
70931              Subject: Re: Total re-make of 'make okfile' after 7451 ?
70932              From: Nicholas Clark <nick@ccl4.org>
70933              Date: Sat, 28 Oct 2000 00:31:02 +0100
70934              Message-ID: <20001028003101.A54517@plum.flirble.org>
70935      Branch: perl
70936            ! Makefile.SH
70937 ____________________________________________________________________________
70938 [  7467] By: jhi                                   on 2000/10/28  17:05:31
70939         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
70940              From: lvirden@cas.org
70941              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
70942              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
70943      Branch: perl
70944            ! README.os2
70945 ____________________________________________________________________________
70946 [  7466] By: jhi                                   on 2000/10/28  16:09:16
70947         Log: Upgrade to CPAN 1.58_55.
70948              
70949              Subject: CPAN.pm status
70950              From: andreas.koenig@anima.de (Andreas J. Koenig) 
70951              Date: 28 Oct 2000 08:18:00 +0200 
70952              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
70953      Branch: perl
70954            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
70955 ____________________________________________________________________________
70956 [  7465] By: jhi                                   on 2000/10/28  16:02:47
70957         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
70958      Branch: perl
70959            ! embed.h embed.pl perl.h proto.h toke.c
70960 ____________________________________________________________________________
70961 [  7464] By: nick                                  on 2000/10/28  10:43:44
70962         Log: Fix for sv_2iv() on "shared" value from keys %hash.
70963      Branch: perl
70964            ! sv.c
70965 ____________________________________________________________________________
70966 [  7463] By: jhi                                   on 2000/10/27  16:18:29
70967         Log: Update Changes.
70968      Branch: perl
70969            ! Changes patchlevel.h
70970 ____________________________________________________________________________
70971 [  7462] By: jhi                                   on 2000/10/27  16:17:44
70972         Log: Too enthusiastic editing in #7460.
70973      Branch: metaconfig
70974            ! U/modified/Oldsym.U
70975      Branch: perl
70976            ! Configure config_h.SH
70977 ____________________________________________________________________________
70978 [  7461] By: jhi                                   on 2000/10/27  15:37:38
70979         Log: Retract #7459, the script needs more work.
70980      Branch: perl
70981            - mkreef
70982            ! MANIFEST
70983 ____________________________________________________________________________
70984 [  7460] By: jhi                                   on 2000/10/27  15:23:14
70985         Log: Use $sort, $uniq (and $tr) consistently as wondered
70986              by Nicholas Clark.
70987      Branch: metaconfig
70988            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
70989            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
70990            ! U/modified/libc.U
70991      Branch: perl
70992            ! Configure config_h.SH
70993 ____________________________________________________________________________
70994 [  7459] By: jhi                                   on 2000/10/27  15:02:07
70995         Log: (Retracted by #7461)
70996              
70997              Add a shell script for creating/removing symbolic link farms,
70998              useful for keeping the source code read-only and doing the
70999              builds somewhere else.
71000      Branch: perl
71001            + mkreef
71002            ! MANIFEST
71003 ____________________________________________________________________________
71004 [  7458] By: jhi                                   on 2000/10/27  14:42:20
71005         Log: Do away with the fix_pl.
71006      Branch: perl
71007            - fix_pl
71008            ! MANIFEST Makefile.SH
71009 ____________________________________________________________________________
71010 [  7457] By: jhi                                   on 2000/10/27  12:43:13
71011         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
71012              From: Jens Hamisch <jens@Strawberry.COM>
71013              Date: Fri, 27 Oct 2000 14:38:21 +0200
71014              Message-Id: <20001027143821.B3366@Strawberry.COM>
71015      Branch: perl
71016            ! perl.h
71017 ____________________________________________________________________________
71018 [  7456] By: jhi                                   on 2000/10/27  12:33:42
71019         Log: Subject: [PATCH] todo
71020              From: Nicholas Clark <nick@ccl4.org>
71021              Date: Thu, 26 Oct 2000 22:32:29 +0100
71022              Message-ID: <20001026223229.A44540@plum.flirble.org>
71023      Branch: perl
71024            ! pod/perltodo.pod
71025 ____________________________________________________________________________
71026 [  7455] By: jhi                                   on 2000/10/27  12:02:21
71027         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
71028              From: John Tobey <jtobey@john-edwin-tobey.org>
71029              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
71030              Message-Id: <m13ozHF-000FObC@feynman.localnet>
71031      Branch: perl
71032            ! op.c t/pragma/sub_lval.t
71033 ____________________________________________________________________________
71034 [  7454] By: jhi                                   on 2000/10/27  11:59:42
71035         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
71036              From: sthoenna@efn.org
71037              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
71038              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
71039      Branch: perl
71040            ! pp.c t/op/assignwarn.t
71041 ____________________________________________________________________________
71042 [  7453] By: jhi                                   on 2000/10/27  00:15:08
71043         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
71044      Branch: perl
71045            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
71046            ! ext/Storable/Storable.xs t/lib/st-lock.t
71047 ____________________________________________________________________________
71048 [  7452] By: jhi                                   on 2000/10/26  13:05:52
71049         Log: Undo #7451, this seems to be a deficiency in Perforce,
71050              there is no per-file line-terminator type, only per-client.
71051      Branch: perl
71052            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
71053            ! win32/makefile.mk
71054 ____________________________________________________________________________
71055 [  7451] By: jhi                                   on 2000/10/26  04:56:03
71056         Log: Experimenting in DOS arcana.
71057      Branch: perl
71058            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
71059            ! win32/makefile.mk
71060 ____________________________________________________________________________
71061 [  7450] By: jhi                                   on 2000/10/26  04:50:52
71062         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
71063              From: "Peter J. Farley III" <pjfarley@banet.net>            
71064              Date: Wed, 25 Oct 2000 23:10:18 -0400
71065              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
71066      Branch: perl
71067            ! t/io/open.t
71068 ____________________________________________________________________________
71069 [  7449] By: jhi                                   on 2000/10/26  04:49:16
71070         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
71071              From: Hugo <hv@crypt.compulink.co.uk>
71072              Date: Thu, 26 Oct 2000 01:55:17 +0100
71073              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
71074              
71075              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
71076      Branch: perl
71077            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
71078 ____________________________________________________________________________
71079 [  7448] By: jhi                                   on 2000/10/26  04:38:36
71080         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
71081              From: Peter Prymmer <pvhp@forte.com>
71082              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
71083              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
71084      Branch: perl
71085            ! configure.com
71086 ____________________________________________________________________________
71087 [  7447] By: jhi                                   on 2000/10/25  23:20:02
71088         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
71089              in platforms that strictly require all the symbols being present
71090              at link time.
71091      Branch: perl
71092            ! handy.h
71093 ____________________________________________________________________________
71094 [  7446] By: jhi                                   on 2000/10/25  21:55:57
71095         Log: Update Changes.
71096      Branch: perl
71097            ! Changes patchlevel.h
71098 ____________________________________________________________________________
71099 [  7445] By: jhi                                   on 2000/10/25  21:27:08
71100         Log: Integrate with vmsperl #7430 by Charles Bailey:
71101              
71102              Cleanup from prior patch (Charles Lane?):
71103              - improve handling of MFDs in Basename and Path
71104              - default to no xsubpp line # munging when building debug images
71105      Branch: perl
71106           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
71107 ____________________________________________________________________________
71108 [  7444] By: jhi                                   on 2000/10/25  21:03:50
71109         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
71110              From: John Peacock <JPeacock@UnivPress.com>
71111              Date: Thu, 18 May 2000 11:55:27 -0400
71112              Message-ID: <3924126F.A58BE57A@UnivPress.com>
71113      Branch: perl
71114            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
71115            ! t/op/write.t
71116 ____________________________________________________________________________
71117 [  7443] By: jhi                                   on 2000/10/25  20:43:10
71118         Log: Temporary stopgap for the self-tying issue: for now only
71119              array and hash self-ties are verboten.  The real fix, of
71120              course, would be to comprehensively test (and implement?)
71121              and debug (and document) self-ties.
71122      Branch: perl
71123            ! pod/perldiag.pod pp_sys.c t/op/tie.t
71124 ____________________________________________________________________________
71125 [  7442] By: jhi                                   on 2000/10/25  20:14:30
71126         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
71127              From: Dan Sugalski <dan@sidhe.org>
71128              Date: Wed, 25 Oct 2000 13:36:35 -0400
71129              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
71130              
71131              plus regen global.sym.
71132      Branch: perl
71133            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
71134            ! thrdvar.h util.c
71135 ____________________________________________________________________________
71136 [  7441] By: jhi                                   on 2000/10/25  20:12:20
71137         Log: buildtoc target tweaks.
71138      Branch: perl
71139            ! pod/Makefile.SH
71140 ____________________________________________________________________________
71141 [  7440] By: jhi                                   on 2000/10/25  20:03:53
71142         Log: A new version of making the syslog test more robust.
71143              (Replaces #7421.)
71144              
71145              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
71146              From: "Kurt D. Starsinic" <kstar@chapin.edu>
71147              Date: Wed, 25 Oct 2000 12:13:54 -0400
71148              Message-ID: <20001025121354.B2264@O2.chapin.edu>
71149      Branch: perl
71150            ! t/lib/syslog.t
71151 ____________________________________________________________________________
71152 [  7439] By: jhi                                   on 2000/10/25  20:00:48
71153         Log: Continue the internal UTF-8 API tweaking.
71154              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
71155              used much more than the simpler API, now called utf8_to_uv_simple().
71156              Still not quite happy with API, too much partial duplication
71157              of functionality.
71158      Branch: perl
71159            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
71160            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
71161            ! regcomp.c regexec.c sv.c toke.c utf8.c
71162 ____________________________________________________________________________
71163 [  7438] By: jhi                                   on 2000/10/25  18:52:30
71164         Log: Allow poking holes at the UTF-8 decoding strictness.
71165      Branch: perl
71166            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
71167            ! utf8.h
71168 ____________________________________________________________________________
71169 [  7437] By: jhi                                   on 2000/10/25  13:53:05
71170         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
71171              UTF8LEN() and UTF8SKIP(). 
71172      Branch: perl
71173            ! pp.c utf8.c utf8.h
71174 ____________________________________________________________________________
71175 [  7436] By: jhi                                   on 2000/10/25  13:51:37
71176         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
71177              From: Nicholas Clark <nick@ccl4.org>
71178              Date: Wed, 25 Oct 2000 14:44:05 +0100
71179              Message-ID: <20001025144404.D27253@plum.flirble.org>
71180      Branch: perl
71181            ! pod/perlrun.pod
71182 ____________________________________________________________________________
71183 [  7435] By: jhi                                   on 2000/10/25  13:49:32
71184         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
71185              From: Mike Guy <mjtg@cam.ac.uk>
71186              Date: Tue, 24 Oct 2000 14:59:40 +0100
71187              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
71188      Branch: perl
71189            ! scope.c
71190 ____________________________________________________________________________
71191 [  7434] By: jhi                                   on 2000/10/25  13:48:41
71192         Log: AIX is picky about its symbol exports.  Solution for now
71193              is to include the deb.o explicitly to the re extension build.
71194              
71195              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
71196              From: Peter Prymmer <pvhp@forte.com>
71197              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
71198              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
71199      Branch: perl
71200            ! ext/re/Makefile.PL hints/aix.sh
71201 ____________________________________________________________________________
71202 [  7433] By: jhi                                   on 2000/10/25  13:46:49
71203         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
71204              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
71205              Date: Wed, 25 Oct 2000 12:02:20 +0200
71206              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
71207      Branch: perl
71208            ! perlsdio.h
71209 ____________________________________________________________________________
71210 [  7432] By: jhi                                   on 2000/10/25  13:44:28
71211         Log: Subject: Minor update to find2perl, for portability
71212              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
71213              Date: Wed, 25 Oct 2000 12:05:47 +0100
71214              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
71215      Branch: perl
71216            ! x2p/find2perl.PL
71217 ____________________________________________________________________________
71218 [  7431] By: jhi                                   on 2000/10/25  13:40:39
71219         Log: Add targets to Makefile.SH, most importantly
71220              'regen_all' which also remembers to update vms/perly*.
71221      Branch: perl
71222            ! Makefile.SH
71223 ____________________________________________________________________________
71224 [  7430] By: bailey                                on 2000/10/25  03:13:53
71225         Log: Cleanup from prior patch (Charles Lane?):
71226              - improve handling of MFDs in Basename and Path
71227              - default to no xsubpp line # munging when building debug images
71228      Branch: vmsperl
71229            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
71230 ____________________________________________________________________________
71231 [  7429] By: jhi                                   on 2000/10/24  20:03:40
71232         Log: Podify README.epoc and README.vos.
71233      Branch: perl
71234            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
71235            ! pod/perlport.pod pod/perltoc.pod
71236 ____________________________________________________________________________
71237 [  7428] By: jhi                                   on 2000/10/24  19:10:33
71238         Log: Stratus VOS updates from Paul Green.
71239      Branch: perl
71240            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
71241            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
71242            - vos/config.def vos/config.h vos/config_h.SH_orig
71243            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
71244            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
71245 ____________________________________________________________________________
71246 [  7427] By: jhi                                   on 2000/10/24  18:59:48
71247         Log: Check if stdio supports tweaking lval and cnt simultaneously.
71248              
71249              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
71250              From: Nicholas Clark <nick@ccl4.org>
71251              Date: Mon, 23 Oct 2000 15:39:32 +0100
71252              Message-ID: <20001023153932.A10786@plum.flirble.org>
71253      Branch: metaconfig
71254            ! U/compline/d_stdstdio.U
71255      Branch: perl
71256            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
71257            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
71258            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
71259            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
71260            ! vos/config.h vos/config_h.SH_orig win32/config.bc
71261            ! win32/config.gc win32/config.vc
71262 ____________________________________________________________________________
71263 [  7426] By: jhi                                   on 2000/10/24  17:57:44
71264         Log: Missed the header file changes from #7425.
71265      Branch: perl
71266            ! embed.h embed.pl objXSUB.h proto.h
71267 ____________________________________________________________________________
71268 [  7425] By: jhi                                   on 2000/10/24  17:55:17
71269         Log: Fix the bug reported in
71270              
71271              From: andreas.koenig@anima.de (Andreas J. Koenig)
71272              Subject: Encode bug?
71273              Date: 24 Oct 2000 14:01:26 +0200 
71274              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
71275              
71276              Also make is_utf8_char() stricter.
71277      Branch: perl
71278            ! ext/Encode/Encode.xs utf8.c
71279 ____________________________________________________________________________
71280 [  7424] By: jhi                                   on 2000/10/24  15:15:39
71281         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
71282              From: Peter Scott <Peter@PSDT.com>
71283              Date: Mon, 23 Oct 2000 19:46:01 -0700
71284              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
71285      Branch: perl
71286            ! pod/perlfaq5.pod
71287 ____________________________________________________________________________
71288 [  7423] By: jhi                                   on 2000/10/24  14:25:30
71289         Log: Test tweak to avoid pulling in the whole Config.
71290      Branch: perl
71291            ! t/lib/st-lock.t
71292 ____________________________________________________________________________
71293 [  7422] By: jhi                                   on 2000/10/24  14:03:16
71294         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
71295      Branch: perl
71296            ! pp.c
71297 ____________________________________________________________________________
71298 [  7421] By: jhi                                   on 2000/10/24  13:32:09
71299         Log: (Replaced by #7440.)
71300              
71301              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
71302              From: "Kurt D. Starsinic" <kstar@chapin.edu>
71303              Date: Mon, 23 Oct 2000 16:40:54 -0400
71304              Message-ID: <20001023164054.B14491@O2.chapin.edu>
71305      Branch: perl
71306            ! t/lib/syslog.t
71307 ____________________________________________________________________________
71308 [  7420] By: jhi                                   on 2000/10/24  13:30:53
71309         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
71310              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
71311              Date: Mon, 23 Oct 2000 17:29:03 -0400
71312              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
71313      Branch: perl
71314            ! lib/ExtUtils/MM_Unix.pm
71315 ____________________________________________________________________________
71316 [  7419] By: jhi                                   on 2000/10/24  13:29:57
71317         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
71318              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
71319              Date: Mon, 23 Oct 2000 19:01:32 -0400
71320              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
71321      Branch: perl
71322            ! utils/h2xs.PL
71323 ____________________________________________________________________________
71324 [  7418] By: jhi                                   on 2000/10/24  13:26:04
71325         Log: Replace #7409 with
71326              
71327              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
71328              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
71329              Date: Mon, 23 Oct 2000 20:08:56 +0200
71330              Message-ID: <20001023200855.A14850@nice.ram.loc>
71331      Branch: perl
71332            ! ext/Storable/Storable.pm t/lib/st-lock.t
71333 ____________________________________________________________________________
71334 [  7417] By: jhi                                   on 2000/10/24  13:17:52
71335         Log: Run vms/vms_yfix.pl, should have done that after changing
71336              perly.c in #7382.
71337      Branch: perl
71338            ! vms/perly_c.vms vms/perly_h.vms
71339 ____________________________________________________________________________
71340 [  7416] By: jhi                                   on 2000/10/24  02:55:33
71341         Log: Make the UTF-8 decoding stricter and more verbose when
71342              malformation happens.  This involved adding an argument
71343              to utf8_to_uv_chk(), which involved changing its prototype,
71344              and prefer STRLEN over I32 for the UTF-8 length, which as
71345              a domino effect necessitated changing the prototypes of
71346              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
71347              The stricter UTF-8 decoding checking uses Markus Kuhn's
71348              UTF-8 Decode Stress Tester from
71349              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
71350      Branch: perl
71351            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
71352            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
71353            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
71354            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
71355 ____________________________________________________________________________
71356 [  7415] By: jhi                                   on 2000/10/23  14:06:06
71357         Log: Update Changes.
71358      Branch: perl
71359            ! Changes patchlevel.h
71360 ____________________________________________________________________________
71361 [  7414] By: jhi                                   on 2000/10/23  12:39:52
71362         Log: Undo the basename() part of #7412 since the lib/basename
71363              tests would need upgrading too.
71364      Branch: perl
71365            ! lib/File/Basename.pm
71366 ____________________________________________________________________________
71367 [  7413] By: jhi                                   on 2000/10/23  12:19:27
71368         Log: Document PERL_INSTALL_ROOT of #7210.
71369      Branch: perl
71370            ! lib/ExtUtils/Install.pm
71371 ____________________________________________________________________________
71372 [  7412] By: jhi                                   on 2000/10/23  12:16:47
71373         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
71374      Branch: perl
71375            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
71376            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
71377 ____________________________________________________________________________
71378 [  7411] By: jhi                                   on 2000/10/23  12:07:41
71379         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
71380              From: Prymmer/Kahn <pvhp@best.com>
71381              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
71382              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
71383      Branch: perl
71384            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
71385 ____________________________________________________________________________
71386 [  7410] By: jhi                                   on 2000/10/23  04:10:11
71387         Log: The change #7187 was not so good on VMS.
71388              
71389              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
71390              From: "Craig A. Berry" <craig.berry@psinetcs.com>
71391              Date: Sun, 22 Oct 2000 23:03:08 -0500
71392              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
71393      Branch: perl
71394            ! utils/perldoc.PL
71395 ____________________________________________________________________________
71396 [  7409] By: jhi                                   on 2000/10/23  03:57:36
71397         Log: Avoid Storable locking on DJGPP for now.
71398              
71399              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
71400              From: "Peter J. Farley III" <pjfarley@banet.net>
71401              Date: Sun, 22 Oct 2000 20:00:00 -0400
71402              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
71403      Branch: perl
71404            ! ext/Storable/Storable.pm t/lib/st-lock.t
71405 ____________________________________________________________________________
71406 [  7408] By: jhi                                   on 2000/10/23  03:50:24
71407         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
71408              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
71409              Date: Sun, 22 Oct 2000 21:12:22 -0400
71410              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
71411      Branch: perl
71412            ! lib/vars.pm
71413 ____________________________________________________________________________
71414 [  7407] By: jhi                                   on 2000/10/23  03:43:12
71415         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
71416              From: Hugo <hv@crypt.compulink.co.uk>
71417              Date: Mon, 23 Oct 2000 00:47:22 +0100
71418              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
71419      Branch: perl
71420            ! regexec.c t/op/pat.t
71421 ____________________________________________________________________________
71422 [  7406] By: jhi                                   on 2000/10/23  03:40:29
71423         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
71424      Branch: perl
71425            ! lib/ExtUtils/MakeMaker.pm
71426 ____________________________________________________________________________
71427 [  7405] By: jhi                                   on 2000/10/22  21:32:00
71428         Log: Doc patch.
71429              
71430              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
71431              From: rspier@pobox.com (Robert Spier)
71432              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
71433              Message-ID: <14835.16112.13457.447971@rls.cx>
71434      Branch: perl
71435            ! lib/strict.pm
71436 ____________________________________________________________________________
71437 [  7404] By: jhi                                   on 2000/10/22  21:30:51
71438         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
71439              From: rspier@pobox.com (Robert Spier)
71440              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
71441              Message-ID: <14835.17223.72448.705566@rls.cx>
71442      Branch: perl
71443            ! lib/ExtUtils/MakeMaker.pm
71444 ____________________________________________________________________________
71445 [  7403] By: jhi                                   on 2000/10/22  21:24:11
71446         Log: Subject: [PATCH bleadperl] ripples from constsub patch
71447              From: John Tobey <jtobey@john-edwin-tobey.org>
71448              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
71449              Message-Id: <m13nSOB-000FObC@feynman.localnet>
71450      Branch: perl
71451            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
71452 ____________________________________________________________________________
71453 [  7402] By: jhi                                   on 2000/10/22  20:59:35
71454         Log: Support s?printf parameter reordering.
71455      Branch: perl
71456            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
71457 ____________________________________________________________________________
71458 [  7401] By: jhi                                   on 2000/10/22  19:19:14
71459         Log: Expand %Config variables only if explicitly so requested
71460              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
71461              
71462              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
71463              From: Gurusamy Sarathy <gsar@ActiveState.com>
71464              Date: Sun, 22 Oct 2000 11:47:32 -0700
71465              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
71466      Branch: perl
71467            ! Makefile.SH lib/lib_pm.PL
71468 ____________________________________________________________________________
71469 [  7400] By: jhi                                   on 2000/10/22  18:24:10
71470         Log: Move the #7390 test from warn/op to comp/redef.
71471              
71472              Subject: Re: Creating const subs for constants.
71473              From: John Tobey <jtobey@john-edwin-tobey.org>
71474              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
71475              Message-Id: <m13nG72-000FObC@feynman.localnet>               
71476      Branch: perl
71477            ! t/comp/redef.t t/pragma/warn/op
71478 ____________________________________________________________________________
71479 [  7399] By: jhi                                   on 2000/10/22  17:49:59
71480         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
71481              From: Nicholas Clark <nick@ccl4.org>
71482              Date: Sat, 21 Oct 2000 22:23:19 +0100
71483              Message-ID: <20001021222319.B45586@plum.flirble.org>
71484      Branch: perl
71485            ! ext/DynaLoader/DynaLoader_pm.PL
71486 ____________________________________________________________________________
71487 [  7398] By: jhi                                   on 2000/10/22  17:47:35
71488         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
71489              From: Hugo <hv@crypt.compulink.co.uk>
71490              Date: Sat, 21 Oct 2000 18:19:59 +0100
71491              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
71492      Branch: perl
71493            ! ext/B/B.pm ext/B/B/C.pm
71494 ____________________________________________________________________________
71495 [  7397] By: jhi                                   on 2000/10/22  17:35:18
71496         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
71497              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
71498              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
71499              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
71500      Branch: perl
71501            ! hints/openbsd.sh
71502 ____________________________________________________________________________
71503 [  7396] By: jhi                                   on 2000/10/22  17:19:46
71504         Log: Subject: installman go-faster stripes
71505              From: Nicholas Clark <nick@talking.bollo.cx>
71506              Date: Sat, 21 Oct 2000 17:24:53 +0100
71507              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
71508              
71509              Subject: Re: installman go-faster stripes
71510              From: Russ Allbery <rra@stanford.edu>
71511              Date: 21 Oct 2000 11:04:13 -0700
71512              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
71513      Branch: perl
71514            ! installman pod/pod2man.PL
71515 ____________________________________________________________________________
71516 [  7395] By: jhi                                   on 2000/10/22  17:17:35
71517         Log: Hints tweak from Anton Berezin.
71518      Branch: perl
71519            ! hints/freebsd.sh
71520 ____________________________________________________________________________
71521 [  7394] By: jhi                                   on 2000/10/22  04:50:04
71522         Log: Tweak the Is* definitions of Unicode character classes
71523              to better match the official categorizations; embrace
71524              the official categorizations; add the combining marks
71525              as alpha (and -numeric); fix DCinital (a typo and edito)
71526              to be DCmedial.
71527      Branch: perl
71528            + lib/unicode/Is/DCmedial.pl
71529            - lib/unicode/Is/DCinital.pl
71530            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
71531            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
71532            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
71533            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
71534 ____________________________________________________________________________
71535 [  7393] By: jhi                                   on 2000/10/21  18:06:05
71536         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
71537              From: Daniel Chetlin <daniel@chetlin.com>
71538              Date: Sat, 21 Oct 2000 02:57:03 -0700
71539              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
71540      Branch: perl
71541            + t/lib/tie-splice.t
71542            ! MANIFEST lib/Tie/Array.pm
71543 ____________________________________________________________________________
71544 [  7392] By: gsar                                  on 2000/10/21  18:05:15
71545         Log: resync utfperl branch with mainline
71546      Branch: utfperl
71547           !> (integrate 1760 files)
71548 ____________________________________________________________________________
71549 [  7391] By: jhi                                   on 2000/10/21  14:37:49
71550         Log: Testcases for a #7383,#7385 related bug.
71551              
71552              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
71553              From: Nicholas Clark <nick@ccl4.org>
71554              Date: Sat, 21 Oct 2000 15:04:51 +0100
71555              Message-ID: <20001021150451.A51566@plum.flirble.org>
71556      Branch: perl
71557            ! t/pragma/utf8.t
71558 ____________________________________________________________________________
71559 [  7390] By: jhi                                   on 2000/10/21  14:35:57
71560         Log: Add a testcase for #7389.
71561      Branch: perl
71562            ! t/pragma/warn/op
71563 ____________________________________________________________________________
71564 [  7389] By: jhi                                   on 2000/10/21  14:26:45
71565         Log: Subject: Re: Creating const subs for constants.
71566              From: John Tobey <jtobey@john-edwin-tobey.org>
71567              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
71568              Message-Id: <m13mo0N-000FObC@feynman.localnet>
71569      Branch: perl
71570            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
71571            ! proto.h sv.c
71572 ____________________________________________________________________________
71573 [  7388] By: nick                                  on 2000/10/21  11:44:23
71574         Log: Populate perlio branch
71575      Branch: perlio
71576           +> (branch 1760 files)
71577 ____________________________________________________________________________
71578 [  7387] By: nick                                  on 2000/10/21  10:52:05
71579         Log: Get branch back as replica of mainline via :
71580              p4 integrate -b utfperl
71581              p4 resolve -at ./...
71582      Branch: utfperl
71583           +> (branch 269 files)
71584            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
71585            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
71586            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
71587            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
71588            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
71589            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
71590            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
71591            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
71592            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
71593            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
71594            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
71595            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
71596            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
71597            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
71598            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
71599            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
71600            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
71601            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
71602            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
71603            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
71604            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
71605            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
71606            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
71607            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
71608            - lib/unicode/UCD300.html lib/unicode/Unicode.300
71609            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
71610            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
71611            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
71612            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
71613           !> (integrate 965 files)
71614 ____________________________________________________________________________
71615 [  7386] By: jhi                                   on 2000/10/21  01:31:12
71616         Log: Update Changes.
71617      Branch: perl
71618            ! Changes patchlevel.h
71619 ____________________________________________________________________________
71620 [  7385] By: jhi                                   on 2000/10/21  01:28:42
71621         Log: The #7383 was right only in the context of the original bug report,
71622              not in more general case.
71623      Branch: perl
71624            ! pp_hot.c
71625 ____________________________________________________________________________
71626 [  7384] By: jhi                                   on 2000/10/21  01:08:23
71627         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
71628      Branch: perl
71629            ! ext/IO/lib/IO/Select.pm
71630 ____________________________________________________________________________
71631 [  7383] By: jhi                                   on 2000/10/21  00:44:18
71632         Log: Fix for ID 20001020.006, concatenating an unset submatch
71633              with utf8 resulted in "Modification of a read-only value".
71634      Branch: perl
71635            ! pp_hot.c t/pragma/utf8.t
71636 ____________________________________________________________________________
71637 [  7382] By: jhi                                   on 2000/10/20  20:44:31
71638         Log: Make scan_num() reëntrant, as suggested in
71639              
71640              Subject: [PATCH perl@7229] Rentrant parser and yylex()
71641              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
71642              Date: Fri, 20 Oct 2000 14:17:27 +0100
71643              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
71644      Branch: perl
71645            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
71646            ! toke.c
71647 ____________________________________________________________________________
71648 [  7381] By: jhi                                   on 2000/10/20  20:07:29
71649         Log: Reëntrancy fix.
71650              
71651              Subject: [PATCH perl@7229] Rentrant parser and yylex()
71652              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
71653              Date: Fri, 20 Oct 2000 14:17:27 +0100
71654              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
71655      Branch: perl
71656            ! embed.h embed.pl perl.h proto.h toke.c
71657 ____________________________________________________________________________
71658 [  7380] By: jhi                                   on 2000/10/20  19:15:54
71659         Log: Don't write double values through long double pointers,
71660              based on a part of
71661              
71662              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
71663              From: Jens Hamisch <jens@Strawberry.COM>
71664              Date: Tue, 17 Oct 2000 08:39:36 +0200
71665              Message-Id: <20001017083936.A11104@Strawberry.COM>
71666      Branch: perl
71667            ! perl.h pp.c
71668 ____________________________________________________________________________
71669 [  7379] By: jhi                                   on 2000/10/20  18:43:37
71670         Log: Portability tweak on #7377.
71671              
71672              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
71673              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
71674              Date:     Fri, 20 Oct 2000 13:13:41 EDT
71675              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
71676      Branch: perl
71677            ! t/lib/dprof.t
71678 ____________________________________________________________________________
71679 [  7378] By: jhi                                   on 2000/10/20  12:57:19
71680         Log: SOCKS function redefinitions need prototypes, too, otherwise
71681              for example 32 bit versus 64 bit differences cause a lot of
71682              problems.  Part of
71683              
71684              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
71685              From: Jens Hamisch <jens@Strawberry.COM>
71686              Date: Tue, 17 Oct 2000 08:39:36 +0200
71687              Message-Id: <20001017083936.A11104@Strawberry.COM>
71688      Branch: perl
71689            ! doio.c pp_sys.c
71690 ____________________________________________________________________________
71691 [  7377] By: jhi                                   on 2000/10/20  12:37:12
71692         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
71693              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
71694              Date:     Fri, 20 Oct 2000 08:26:04 EDT
71695              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
71696      Branch: perl
71697            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
71698 ____________________________________________________________________________
71699 [  7376] By: jhi                                   on 2000/10/20  12:35:31
71700         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
71701              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
71702              Date:     Fri, 20 Oct 2000 07:48:15 EDT
71703              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
71704      Branch: perl
71705            ! configure.com vms/gen_shrfls.pl
71706 ____________________________________________________________________________
71707 [  7375] By: bailey                                on 2000/10/20  04:44:37
71708         Log: SYN SYN
71709      Branch: vmsperl
71710           +> (branch 134 files)
71711            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
71712            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
71713            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
71714            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
71715            - eg/cgi/frameset.cgi eg/cgi/index.html
71716            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
71717            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
71718            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
71719            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
71720            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
71721            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
71722            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
71723            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
71724            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
71725            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
71726            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
71727            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
71728            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
71729            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
71730            - lib/unicode/Props.txt lib/unicode/UCD300.html
71731            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
71732            - utils/perlbc.PL vms/subconfigure.com
71733           !> (integrate 785 files)
71734 ____________________________________________________________________________
71735 [  7374] By: jhi                                   on 2000/10/20  00:59:48
71736         Log: In the latest compiler builds cccdlflags must not become -fpic,
71737              from Wilfredo Sánchez.
71738      Branch: perl
71739            ! hints/darwin.sh
71740 ____________________________________________________________________________
71741 [  7373] By: jhi                                   on 2000/10/20  00:56:35
71742         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
71743              From: Tony Cook <tony@develop-help.com>
71744              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
71745              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
71746      Branch: perl
71747            ! pod/perlop.pod
71748 ____________________________________________________________________________
71749 [  7372] By: jhi                                   on 2000/10/19  19:34:40
71750         Log: Typo noted by Mark Lutz.
71751      Branch: perl
71752            ! t/op/64bitint.t
71753 ____________________________________________________________________________
71754 [  7371] By: jhi                                   on 2000/10/19  19:33:13
71755         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
71756      Branch: metaconfig
71757            ! U/modified/Cppsym.U U/modified/Oldconfig.U
71758      Branch: metaconfig/U/perl
71759            ! End.U dlsrc.U libperl.U
71760      Branch: perl
71761            + hints/nonstopux.sh
71762            ! Configure MANIFEST config_h.SH
71763 ____________________________________________________________________________
71764 [  7370] By: jhi                                   on 2000/10/19  17:18:08
71765         Log: Subject: PATCH do_print has 2 PerlIO_error()s
71766              From: nick@ccl4.org
71767              Date: Thu, 19 Oct 2000 18:09:20 +0100
71768              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
71769      Branch: perl
71770            ! doio.c
71771 ____________________________________________________________________________
71772 [  7369] By: jhi                                   on 2000/10/19  14:01:49
71773         Log: Update Changes.
71774      Branch: perl
71775            ! Changes patchlevel.h
71776 ____________________________________________________________________________
71777 [  7368] By: jhi                                   on 2000/10/19  13:04:29
71778         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
71779              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
71780              Date: Wed, 18 Oct 2000 13:12:01 +0200
71781              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
71782      Branch: perl
71783            ! hints/aix.sh
71784 ____________________________________________________________________________
71785 [  7367] By: jhi                                   on 2000/10/19  02:22:40
71786         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
71787              of a 'pmshort' anywhere in the B, so the offending line was simply
71788              removed.
71789      Branch: perl
71790            ! ext/B/B/Debug.pm
71791 ____________________________________________________________________________
71792 [  7366] By: jhi                                   on 2000/10/19  02:12:37
71793         Log: Add the test case for the bug id 20000730.004 which seems
71794              to have been fixed by now.
71795      Branch: perl
71796            ! t/pragma/utf8.t
71797 ____________________________________________________________________________
71798 [  7365] By: jhi                                   on 2000/10/18  23:36:24
71799         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
71800              From: Hugo <hv@crypt.compulink.co.uk>
71801              Date: Wed, 18 Oct 2000 23:25:58 +0100
71802              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
71803      Branch: perl
71804            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
71805 ____________________________________________________________________________
71806 [  7364] By: jhi                                   on 2000/10/18  21:12:53
71807         Log: (retracted)
71808      Branch: perl
71809            ! pp.c
71810 ____________________________________________________________________________
71811 [  7363] By: jhi                                   on 2000/10/18  20:55:38
71812         Log: Missing change from #7362.
71813      Branch: perl
71814            ! win32/perlhost.h
71815 ____________________________________________________________________________
71816 [  7362] By: jhi                                   on 2000/10/18  20:52:01
71817         Log: Borland C fstat() never saw the fd as writable.
71818              
71819              Subject: fix for Borland's weak "stat" (perl@7211)
71820              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
71821              Date: Mon, 16 Oct 2000 09:55:03 +0400
71822              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
71823      Branch: perl
71824            ! win32/win32.c
71825 ____________________________________________________________________________
71826 [  7361] By: jhi                                   on 2000/10/18  17:43:50
71827         Log: Regen toc.
71828      Branch: perl
71829            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
71830 ____________________________________________________________________________
71831 [  7360] By: jhi                                   on 2000/10/18  17:07:44
71832         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
71833              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
71834              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
71835              Date: Mon, 16 Oct 2000 15:19:49 +0200
71836      Branch: perl
71837            + README.aix
71838            ! MANIFEST
71839 ____________________________________________________________________________
71840 [  7359] By: jhi                                   on 2000/10/18  17:04:49
71841         Log: Subject: Pod patch for Devel::Peek
71842              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
71843              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
71844              Date: Mon, 16 Oct 2000 12:26:34 +0200
71845      Branch: perl
71846            ! ext/Devel/Peek/Peek.pm
71847 ____________________________________________________________________________
71848 [  7358] By: jhi                                   on 2000/10/18  17:03:15
71849         Log: Make Cwd more bulletproof in chrooted environments.
71850              
71851              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
71852              From: "Eric E. Coe" <Eric.Coe@oracle.com>
71853              Date: Wed, 18 Oct 2000 04:03:54 -0400
71854              Message-Id: <39ED596A.70E599FE@oracle.com>
71855      Branch: perl
71856            ! lib/Cwd.pm
71857 ____________________________________________________________________________
71858 [  7357] By: jhi                                   on 2000/10/18  16:37:26
71859         Log: Disable the UTF8 downgrade croakage for now to avoid
71860              too many not okay messages.
71861      Branch: perl
71862            ! doio.c
71863 ____________________________________________________________________________
71864 [  7356] By: jhi                                   on 2000/10/17  23:29:41
71865         Log: Show the failed remote port, instead of the failing line number.
71866              
71867              Subject: [PATCH 5.6.1 Debugger] More diagnostics
71868              From: David Sparks <daves@ActiveState.com>
71869              Date: Tue, 17 Oct 2000 15:00:24 -0700
71870              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
71871      Branch: perl
71872            ! lib/perl5db.pl
71873 ____________________________________________________________________________
71874 [  7355] By: jhi                                   on 2000/10/17  14:11:31
71875         Log: On output try to downgrade to bytes, croak if impossible,
71876              from Simon Cozens.  This means that outputting >255 UTF8
71877              is impossible.  Consider this as a strong incentive to get
71878              the I/O disciplines implemented.
71879      Branch: perl
71880            ! doio.c pod/perldiag.pod sv.c
71881 ____________________________________________________________________________
71882 [  7354] By: jhi                                   on 2000/10/17  13:42:23
71883         Log: Clarify documentation on 'use bytes'.
71884              
71885              Subject: Re: What does 'use bytes' "mean" ?
71886              From: Simon Cozens <simon@cozens.net>
71887              Date: Mon, 18 Sep 2000 18:24:25 +0100
71888              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
71889      Branch: perl
71890            ! lib/bytes.pm
71891 ____________________________________________________________________________
71892 [  7353] By: jhi                                   on 2000/10/17  13:28:12
71893         Log: Workaround for a sfio bug where the stream error indicator
71894              is not cleared as documented.
71895              
71896              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
71897              From: Nicholas Clark <nick@ccl4.org>
71898              Date: Mon, 16 Oct 2000 18:28:23 +0100
71899              Message-ID: <20001016182823.J19700@plum.flirble.org>
71900      Branch: perl
71901            ! doio.c
71902 ____________________________________________________________________________
71903 [  7352] By: jhi                                   on 2000/10/17  13:06:19
71904         Log: More IoTYPE sprinkling.
71905      Branch: perl
71906            ! doio.c pp_hot.c
71907 ____________________________________________________________________________
71908 [  7351] By: jhi                                   on 2000/10/16  22:47:07
71909         Log: Detect early whether the std streams have gone bad.
71910              
71911              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
71912              Date: Mon, 16 Oct 2000 23:28:42 +0100
71913              From: Nicholas Clark <nick@ccl4.org>
71914              Message-ID: <20001016232842.A37942@plum.flirble.org>
71915      Branch: perl
71916            ! t/op/misc.t
71917 ____________________________________________________________________________
71918 [  7350] By: jhi                                   on 2000/10/16  22:45:16
71919         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
71920              From: "Peter J. Farley III" <pjfarley@banet.net>
71921              Date: Mon, 16 Oct 2000 18:15:59 -0400
71922              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
71923      Branch: perl
71924            ! djgpp/djgpp.c dosish.h t/io/open.t
71925 ____________________________________________________________________________
71926 [  7349] By: jhi                                   on 2000/10/16  22:36:45
71927         Log: perldelta tweak.
71928      Branch: perl
71929            ! pod/perldelta.pod
71930 ____________________________________________________________________________
71931 [  7348] By: jhi                                   on 2000/10/16  15:17:53
71932         Log: Update Changes.
71933      Branch: perl
71934            ! Changes patchlevel.h
71935 ____________________________________________________________________________
71936 [  7347] By: jhi                                   on 2000/10/16  13:55:27
71937         Log: Add the capability to include/exclude branches.
71938      Branch: perl
71939            ! Porting/genlog
71940 ____________________________________________________________________________
71941 [  7346] By: jhi                                   on 2000/10/16  13:18:04
71942         Log: Add Charles Lane.
71943      Branch: perl
71944            ! AUTHORS Changes
71945 ____________________________________________________________________________
71946 [  7345] By: jhi                                   on 2000/10/16  13:13:21
71947         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
71948      Branch: perl
71949            ! pod/perldelta.pod
71950 ____________________________________________________________________________
71951 [  7344] By: gsar                                  on 2000/10/16  09:30:21
71952         Log: integrate change#6220 from cfgperl
71953              
71954              Win32 patches from Benjamin Stuhl.
71955      Branch: maint-5.6/perl
71956           !> makedef.pl win32/win32.h
71957 ____________________________________________________________________________
71958 [  7343] By: gsar                                  on 2000/10/16  08:32:19
71959         Log: integrate changes#6221,6222 from cfgperl
71960              
71961              Remove tr///CU (the feature is to be obsoleted by better interfaces).
71962              From: simon@brecon.co.uk (Simon Cozens)
71963              Subject: [PATCH] Eliminate tr///[CU][CU]
71964              Date: 23 Jun 2000 11:05:40 GMT
71965              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
71966              
71967              doc typo fix
71968              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
71969              From: Ian Phillipps <Ian.Phillipps@iname.com>
71970              Date: Fri, 23 Jun 2000 10:40:58 +0100
71971              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
71972      Branch: maint-5.6/perl
71973           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
71974 ____________________________________________________________________________
71975 [  7342] By: gsar                                  on 2000/10/16  08:28:08
71976         Log: integrate change#6217 from cfgperl (in part)
71977              
71978              Rename the fdpid locking and integrate with Sarathy.
71979      Branch: maint-5.6/perl
71980           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
71981           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
71982           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
71983           !> win32/win32.c
71984 ____________________________________________________________________________
71985 [  7341] By: gsar                                  on 2000/10/16  08:23:39
71986         Log: integrate changes#6214..6216 from mainline
71987              
71988              @_ can't have junk in it even in the non-USE_ITHREADS case because
71989              caller() wants to populate @DB::args with it (causes a coredump
71990              in Carp::confess())
71991              
71992              tweak comment about @DB::args
71993              
71994              be more optimal about clearing @_
71995      Branch: maint-5.6/perl
71996           !> av.h cop.h pp_ctl.c t/op/runlevel.t
71997 ____________________________________________________________________________
71998 [  7340] By: gsar                                  on 2000/10/16  08:20:37
71999         Log: integrate changes#6207..6210 from cfgperl
72000              
72001              Subject: [PATCH 5.6.0] Threadsafe patches
72002              From: Dan Sugalski <dan@sidhe.org>
72003              To: perl5-porters@perl.org
72004              Date: Mon, 08 May 2000 18:08:13 -0400
72005              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
72006              
72007              Regen headers for #6207.
72008              
72009              Lock PL_fdpid against race conditions, based on:
72010              Subject: [PATCH 5.6.0]subprocess fixup for threads
72011              From: Dan Sugalski <dan@sidhe.org>
72012              To: perl5-porters@perl.org
72013              Date: Tue, 11 Apr 2000 17:02:32 -0400
72014              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
72015              
72016              Mopup for #6207 and #6209.
72017      Branch: maint-5.6/perl
72018           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
72019           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
72020           !> win32/win32.c
72021 ____________________________________________________________________________
72022 [  7339] By: gsar                                  on 2000/10/16  08:14:34
72023         Log: integrate change#6203 from cfgperl
72024              
72025              perldiag should refer to perlos2.pod not README.os2
72026      Branch: maint-5.6/perl
72027           !> pod/perldiag.pod
72028 ____________________________________________________________________________
72029 [  7338] By: gsar                                  on 2000/10/16  08:11:42
72030         Log: integrate change#6201 from mainline
72031              
72032              Perl_eval_pv() leaks 4 bytes every time it is called because it
72033              does a PUSHMARK that's never ever POPMARKed; in general, only
72034              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
72035              Perl_eval_[sp]v() don't because they don't take any incoming
72036              arguments (this leak has been around since the original version
72037              of perl_eval_pv() in 5.003_97e)
72038      Branch: maint-5.6/perl
72039           !> perl.c
72040 ____________________________________________________________________________
72041 [  7337] By: gsar                                  on 2000/10/16  08:08:47
72042         Log: integrate changes#6197..6200 from cfgperl
72043              
72044              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
72045              From: John Borwick <jhborwic@unity.ncsu.edu>
72046              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
72047              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
72048              
72049              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
72050              From: Dan Sugalski <dan@sidhe.org>
72051              To: vmsperl@perl.org, perl5-porters@perl.org
72052              Date: Fri, 02 Jun 2000 16:00:41 -0400
72053              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
72054              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
72055              
72056              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
72057              From: Dan Sugalski <dan@sidhe.org>
72058              To: perl5-porters@perl.org, vmsperl@perl.org
72059              Date: Fri, 02 Jun 2000 17:30:51 -0400
72060              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
72061              
72062              Update to cperl-mode.el 4.31 from
72063              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
72064              Subject: A couple of notes
72065              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
72066              To: Mailing list Perl5 <perl5-porters@perl.org>
72067              Date: Sat, 3 Jun 2000 23:33:32 -0400
72068              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
72069      Branch: maint-5.6/perl
72070           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
72071           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
72072           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
72073           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
72074           !> vms/vmsish.h
72075 ____________________________________________________________________________
72076 [  7336] By: gsar                                  on 2000/10/16  08:03:46
72077         Log: integrate changes#6194,6195 from mainline
72078              
72079              fix small eval"" memory leaks under USE_ITHREADS
72080              
72081              fix yet another eval"" leak under USE_ITHREADS
72082      Branch: maint-5.6/perl
72083           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
72084           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
72085           !> vms/perly_c.vms
72086 ____________________________________________________________________________
72087 [  7335] By: gsar                                  on 2000/10/16  08:02:15
72088         Log: integrate changes#6190,6191 from mainline
72089              
72090              submit missing embed.pl change
72091              
72092              vec() loses numericalness (modified version of patch suggested
72093              by Robin Barker)
72094      Branch: maint-5.6/perl
72095           !> doop.c embed.pl t/op/vec.t
72096 ____________________________________________________________________________
72097 [  7334] By: gsar                                  on 2000/10/16  08:01:03
72098         Log: integrate change#6189 from mainline
72099              
72100              counting tr/// corrupts later operation (from M.J.T Guy)
72101      Branch: maint-5.6/perl
72102           !> doop.c t/op/tr.t
72103 ____________________________________________________________________________
72104 [  7333] By: gsar                                  on 2000/10/16  07:59:07
72105         Log: integrate changes#6183..6188 from mainline
72106              
72107              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
72108              <nick@ccl4.org>)
72109              
72110              tweak for change#6127
72111              
72112              remove incorrect documentation about implicit split to @_ in
72113              list context, which never really worked in perl 5 (from
72114              M.J.T. Guy)
72115              
72116              further qualify references to "alphanumeric" (from Wolfgang Laun
72117              <wolfgang.laun@alcatel.at>)
72118              
72119              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
72120              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
72121              
72122              h2xs tweaks
72123      Branch: maint-5.6/perl
72124           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
72125           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
72126           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
72127           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
72128           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
72129           !> pod/pod2latex.PL utils/h2xs.PL
72130 ____________________________________________________________________________
72131 [  7332] By: gsar                                  on 2000/10/16  07:53:52
72132         Log: integrate change#6179 from mainline
72133              
72134              buggy modulus on UVs introduced by change#3378 (resulted in
72135              4063328477 % 65535 amounting to 27406, instead of 27407)
72136      Branch: maint-5.6/perl
72137           !> pp.c t/op/arith.t
72138 ____________________________________________________________________________
72139 [  7331] By: gsar                                  on 2000/10/16  07:52:49
72140         Log: integrate changes#6176,6177,6178,6182 from cfgperl
72141              
72142              Single-quoted utf8 patch from Simon Cozens.
72143              
72144              Substitution utf8 patch from Simon Cozens.
72145              
72146              Be cleaner.
72147              
72148              Be Cleaner Part Deux.
72149      Branch: maint-5.6/perl
72150           !> Makefile.SH pp_hot.c toke.c
72151 ____________________________________________________________________________
72152 [  7330] By: gsar                                  on 2000/10/16  07:41:36
72153         Log: integrate change#6172 from mainline
72154              
72155              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
72156              (from Ilya Zakharevich)
72157      Branch: maint-5.6/perl
72158           !> regexec.c t/op/re_tests
72159 ____________________________________________________________________________
72160 [  7329] By: gsar                                  on 2000/10/16  07:40:25
72161         Log: integrate change#6171 from mainline
72162              
72163              scalar() doesn't force scalar context when used in void context
72164              (from Simon Cozens)
72165      Branch: maint-5.6/perl
72166           !> op.c t/op/wantarray.t
72167 ____________________________________________________________________________
72168 [  7328] By: gsar                                  on 2000/10/16  07:39:33
72169         Log: integrate change#6170 from mainline
72170              
72171              change#6142 needs tweaks to tests to work where there's no
72172              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
72173      Branch: maint-5.6/perl
72174           !> t/lib/filefind.t
72175 ____________________________________________________________________________
72176 [  7327] By: gsar                                  on 2000/10/16  07:35:34
72177         Log: integrate changes#6166..6168 from cfgperl
72178              
72179              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
72180              in case somebody wants to write an extension for more
72181              shadow database interfaces.
72182              
72183              tweak todo
72184              
72185              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
72186      Branch: maint-5.6/perl
72187           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
72188           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
72189           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
72190           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
72191           !> win32/config.vc win32/config_H.bc win32/config_H.gc
72192           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
72193 ____________________________________________________________________________
72194 [  7326] By: gsar                                  on 2000/10/16  07:29:05
72195         Log: integrate changes#6157,6159..6161,6164 from cfgperl
72196              
72197              Regen Configure to jive with #6149.
72198              
72199              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
72200              
72201              Changes for the File::Temp 0.08 (change #6159) test suite
72202              to fit better into the Perl distribution test framework.
72203              
72204              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
72205              both from Simon Cozens.
72206              
72207              detypo
72208      Branch: maint-5.6/perl
72209           +> pod/perlmodlib.PL pod/perlnewmod.pod
72210           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
72211           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
72212           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
72213           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
72214 ____________________________________________________________________________
72215 [  7325] By: gsar                                  on 2000/10/16  07:25:13
72216         Log: integrate change#6158 from vmsperl
72217              
72218              Add fallback to tmpfile for use in cases where user's relying on
72219              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
72220              Lane's patch)
72221      Branch: maint-5.6/perl
72222           !> vms/vms.c vms/vmsish.h
72223 ____________________________________________________________________________
72224 [  7324] By: gsar                                  on 2000/10/16  07:20:50
72225         Log: integrate changes#6153..6155 from mainline
72226              
72227              prettier Test::Harness output on failed tests (from Nicholas Clark
72228              <nick@Bagpuss.uk.boo.com>)
72229              
72230              avoid type mismatch warning
72231              
72232              small bug in change#6144; remove random \xA0 character that snuck
72233              in via change#6145
72234      Branch: maint-5.6/perl
72235           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
72236           !> perl.c
72237 ____________________________________________________________________________
72238 [  7323] By: gsar                                  on 2000/10/16  07:18:47
72239         Log: integrate changes#6151,6152 from mainline
72240              
72241              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
72242              
72243              cosmetic fixups of RE debug output (from Ilya Zakharevich)
72244      Branch: maint-5.6/perl
72245           !> regexec.c
72246 ____________________________________________________________________________
72247 [  7322] By: gsar                                  on 2000/10/16  07:17:25
72248         Log: integrate changes#6146..6150 from mainline
72249              
72250              doc typo
72251              
72252              add a make entry to Config.pm so "perl -V:make" works on VMS
72253              (from Peter Prymmer)
72254              
72255              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
72256              
72257              OS/2 tweaks for usethreads build (from Rocco Caputo
72258              <troc@netrus.net>)
72259              
72260              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
72261      Branch: maint-5.6/perl
72262           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
72263           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
72264           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
72265           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
72266           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
72267           !> warnings.pl x2p/a2p.h
72268 ____________________________________________________________________________
72269 [  7321] By: gsar                                  on 2000/10/16  07:14:02
72270         Log: integrate changes#6143..6145 from mainline
72271              
72272              MacOS support, part 1 (from Matthias Neeracher
72273              <neeri@iis.ee.ethz.ch>)
72274              
72275              MacOS support, part 2: make AutoSplit use File::Spec instead
72276              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
72277              <neeri@iis.ee.ethz.ch>)
72278              
72279              make xsubpp skip embedded pod (from Matthias Neeracher
72280              <neeri@iis.ee.ethz.ch>)
72281      Branch: maint-5.6/perl
72282           +> ext/DynaLoader/dl_mac.xs
72283           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
72284           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
72285           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
72286           !> pp_ctl.c proto.h toke.c util.c util.h
72287 ____________________________________________________________________________
72288 [  7320] By: gsar                                  on 2000/10/16  07:12:13
72289         Log: integrate changes#6141,6142 from mainline
72290              
72291              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
72292              forwarded by Peter Seebach from the bsdi-users mailing list.
72293              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
72294              
72295              File::Find fails to chdir when chasing symlinks (from
72296              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
72297      Branch: maint-5.6/perl
72298           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
72299 ____________________________________________________________________________
72300 [  7319] By: gsar                                  on 2000/10/16  07:04:30
72301         Log: integrate change#6139 from mainline
72302              
72303              revise mktables.PL for bugs and newness in Unicode 3.0
72304              (from James Bence <jbence@amgen.com>)
72305      Branch: maint-5.6/perl
72306           +> (branch 30 files)
72307           !> (integrate 49 files)
72308 ____________________________________________________________________________
72309 [  7318] By: gsar                                  on 2000/10/16  07:01:01
72310         Log: integrate changes#6137,6138 from mainline
72311              
72312              fix bogus redeclaration warning for "our" variables in different
72313              scopes
72314              
72315              add note about the handling of negative indices to tied arrays
72316              (from Michael G Schwern <schwern@pobox.com>)
72317      Branch: maint-5.6/perl
72318           !> op.c pod/perltie.pod t/pragma/strict-vars
72319 ____________________________________________________________________________
72320 [  7317] By: gsar                                  on 2000/10/16  06:58:46
72321         Log: integrate changes#6127..6136 from mainline
72322              
72323              call_method(...,G_EVAL) can longjmp() out if the method probing
72324              failed (from Gisle Aas)
72325              
72326              new perlxstut example for passing/returning refs to arrays
72327              (from David Lowe <dlowe@pootpoot.com>)
72328              
72329              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
72330              
72331              fix places that mean C<"word" character> but say C<alphanumeric
72332              character>
72333              
72334              avoid warnings in POSIX.pm (from Barrie Slaymaker)
72335              
72336              warnings::enabled() doesn't fall back to looking at $^W if
72337              caller isn't using lexical warnings (from Paul Marquess)
72338              
72339              elide bogus test in change#6132
72340              
72341              make Test::Harness use wait.h/WCOREDUMP if available
72342              (from Ben Tilly <ben_tilly@hotmail.com>)
72343              
72344              enable Test::Harness to dynamically determine column width etc.
72345              (from Rob Napier <rnapier@employees.org>)
72346              
72347              random pod typos (from Peter Scott <Peter@PSDT.com>)
72348      Branch: maint-5.6/perl
72349           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
72350           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
72351           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
72352           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
72353 ____________________________________________________________________________
72354 [  7316] By: gsar                                  on 2000/10/16  06:53:23
72355         Log: integrate change#6126 from mainline
72356              
72357              change#2879 broke rvalue autovivification of magicals such as
72358              ${$num} (reworked variant of patch suggested by Simon Cozens)
72359      Branch: maint-5.6/perl
72360           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
72361           !> pp_hot.c proto.h t/op/gv.t
72362 ____________________________________________________________________________
72363 [  7315] By: gsar                                  on 2000/10/16  06:51:38
72364         Log: integrate changes#6123,6125 from mainline
72365              
72366              clarify gotcha with #line directives (from Rocco Caputo
72367              <troc@netrus.net>)
72368              
72369              enable propagating exception objects via Perl_croak() in XS code
72370              (from Gisle Aas)
72371      Branch: maint-5.6/perl
72372           !> pod/perldebug.pod pod/perlsyn.pod util.c
72373 ____________________________________________________________________________
72374 [  7314] By: gsar                                  on 2000/10/16  06:49:28
72375         Log: integrate change#6122 from mainline
72376              
72377              downgrade fatal error on C<"foo@nosucharray.com"> to optional
72378              warning (from Mark-Jason Dominus)
72379      Branch: maint-5.6/perl
72380           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
72381           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
72382           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
72383           !> toke.c
72384 ____________________________________________________________________________
72385 [  7313] By: gsar                                  on 2000/10/16  06:46:54
72386         Log: integrate changes#6112..6121 from vmsperl
72387              
72388              Check for existence of file before trying to delete
72389              
72390              Ugly workaround for version-specific RTL error
72391              
72392              Urk -- undo previous removal of vmsish 'exit' change
72393              
72394              Add bounds checking for several strings (Charles Lane)
72395              
72396              Miscellaneous cosmetic fixes (Charles Lane)
72397              
72398              Treat sockets as special in sys(read|write) (Charles Lane et al.)
72399              
72400              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
72401              Flatten case labels in switch statements uniformly (Charles Bailey)
72402              
72403              Quiet error messages in vmsish.t (Charles Lane)
72404              
72405              Add missing escape (Charles Lane)
72406              
72407              Allow eliminate_macros() and fixpath() to handle space-delimited
72408              lists (based on fixes by Craig Berry)
72409      Branch: maint-5.6/perl
72410           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
72411           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
72412           !> vms/vmsish.h
72413 ____________________________________________________________________________
72414 [  7312] By: gsar                                  on 2000/10/16  06:41:18
72415         Log: integrate changes#6107,6110 from cfgperl
72416              
72417              Tweak the todo list.
72418              
72419              todo tweak
72420      Branch: maint-5.6/perl
72421           !> Todo-5.6
72422 ____________________________________________________________________________
72423 [  7311] By: gsar                                  on 2000/10/16  06:38:38
72424         Log: integrate changes#6104,6108 from mainline
72425              
72426              PL_sys_intern was being initialized too late on windows
72427              
72428              reenable fake signal handling on Windows, bugs and all
72429      Branch: maint-5.6/perl
72430           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
72431           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
72432           !> win32/win32.c
72433 ____________________________________________________________________________
72434 [  7310] By: gsar                                  on 2000/10/16  06:36:03
72435         Log: integrate changes#6095,6097..6103 from cfgperl
72436              
72437              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
72438              might be useful in future.
72439              
72440              Add a note about possible compilation problems from Allen Smith.
72441              
72442              Add a note about other, yet unsupported, shadow password APIs.
72443              
72444              Tweaks for the cc bugs from Allen Smith.
72445              
72446              More compilation tweakery from Allen Smith.
72447              
72448              Hints and test tweaks for Unicos.
72449              
72450              The test suite tweak in #6101 wasn't quite right.
72451              
72452              Test tweaking for Unicos continues.
72453      Branch: maint-5.6/perl
72454           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
72455           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
72456           !> t/lib/complex.t t/op/64bitint.t
72457 ____________________________________________________________________________
72458 [  7309] By: gsar                                  on 2000/10/16  06:29:41
72459         Log: integrate changes#6093,6094 from mainline
72460              
72461              fork() failure to create pseudo process sets errno=EAGAIN and returns
72462              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
72463              
72464              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
72465      Branch: maint-5.6/perl
72466           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
72467           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
72468 ____________________________________________________________________________
72469 [  7308] By: gsar                                  on 2000/10/16  06:27:29
72470         Log: integrate change#6092 from cfgperl
72471              
72472              Regen perltoc with the fixed buildtoc.
72473      Branch: maint-5.6/perl
72474           !> pod/perltoc.pod
72475 ____________________________________________________________________________
72476 [  7307] By: gsar                                  on 2000/10/16  06:26:40
72477         Log: integrate changes#6089,6090 from mainline
72478              
72479              buildtoc tweak to fix newline lossage
72480              
72481              concat doesn't preserve utf8-ness, and doesn't invalidate
72482              [NI]OK; added tests for both
72483      Branch: maint-5.6/perl
72484           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
72485 ____________________________________________________________________________
72486 [  7306] By: gsar                                  on 2000/10/16  06:24:05
72487         Log: integrate change#6088 from cfgperl
72488              
72489              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
72490              because we do not use those.  The HAS_GETSPNAM remains,
72491              though, because we still do use that.
72492      Branch: maint-5.6/perl
72493           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
72494           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
72495           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
72496           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
72497           !> win32/config.vc win32/config_H.bc win32/config_H.gc
72498           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
72499 ____________________________________________________________________________
72500 [  7305] By: gsar                                  on 2000/10/16  06:15:52
72501         Log: integrate changes#6084,6085,6087 from mainline
72502              
72503              substr() does not preserve utf8-ness (from Stefan Eissing
72504              <Eissing@medicaldataservice.de>); added tests
72505              
72506              repeat operator (x) doesn't preserve utf8-ness
72507              
72508              reverse() and quotemeta() weren't preserving utf8-ness; add tests
72509      Branch: maint-5.6/perl
72510           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
72511 ____________________________________________________________________________
72512 [  7304] By: gsar                                  on 2000/10/16  06:13:10
72513         Log: integrate changes#6077..6083 from mainline
72514              
72515              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
72516              and Tom Phoenix)
72517              
72518              workaround for CRT bug in chdir() (from Charles Lane, via
72519              Peter Prymmer)
72520              
72521              remove outdated kludge in Carp (NULLs are permitted in diagnostics
72522              now)
72523              
72524              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
72525              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
72526              
72527              better default perlbug categories for ok reports (from Richard Foley)
72528              
72529              peek.t non-portable to ithreads
72530              
72531              note about undocumented caller() return value (from M.J.T. Guy);
72532              yet another peek.t tweak
72533      Branch: maint-5.6/perl
72534           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
72535           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
72536           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
72537           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
72538           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
72539           !> vms/vmsish.h
72540 ____________________________________________________________________________
72541 [  7303] By: gsar                                  on 2000/10/16  06:03:18
72542         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
72543              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
72544              
72545              &HUGE_VAL is not defined, it exists.
72546              
72547              Do not warn that an infinity does not look like a number.
72548              
72549              Rewrite the pwent/spent logic to be a little bit more clearer.
72550              
72551              Continue on the pwent/spent case.
72552              
72553              Correct Freudian slip.
72554              
72555              Use HUGE_VALL if applicable.
72556              
72557              pwent/spent #ifdef imbalance.
72558              
72559              Infinite problems.
72560              
72561              Call getspnam() only iff needd.
72562              
72563              Test both the scalar and list contexts.
72564              
72565              Use setxxent()/endxxent().
72566              
72567              Complex tweakery.
72568              
72569              Unicos hint tweak.
72570              
72571              Be more forgiving in POSIX about HUGE_VALL.
72572              
72573              Detypo.
72574              
72575              The search of infinity continues, this time simplified.
72576              
72577              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
72578              in natively 64-bit platforms where a long is a quad (no need
72579              for long longs).  Also added bias for IVs.
72580              
72581              Complex tweaks.
72582              
72583              Introduce t/lib/peek.t.
72584              
72585              Make the test more portable.
72586      Branch: maint-5.6/perl
72587           +> t/lib/peek.t
72588            ! pp_sys.c
72589           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
72590           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
72591           !> t/op/pwent.t toke.c util.c
72592 ____________________________________________________________________________
72593 [  7302] By: gsar                                  on 2000/10/16  05:03:37
72594         Log: integrate changes#6066..6071 from mainline
72595              
72596              s/END/CHECK/
72597              
72598              replace direct call to sighandler() with (*PL_sighandlerp)()
72599              
72600              note about values()
72601              
72602              File::Spec compatibility update (from Barrie Slaymaker
72603              <barries@slaysys.com>)
72604              
72605              remove misleading comment (from M.J.T. Guy)
72606              
72607              misformatted perllocal.pod (from Tim Jenness
72608              <t.jenness@jach.hawaii.edu>)
72609      Branch: maint-5.6/perl
72610           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
72611           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
72612           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
72613           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
72614 ____________________________________________________________________________
72615 [  7301] By: gsar                                  on 2000/10/16  05:00:08
72616         Log: integrate changes#6061..6063 from mainline
72617              
72618              change#5921 neglected to make eq honor "use bytes"
72619              
72620              additional tests for utf8.t
72621              
72622              tokeq() could read unallocated field in argument
72623      Branch: maint-5.6/perl
72624           !> sv.c t/pragma/utf8.t toke.c
72625 ____________________________________________________________________________
72626 [  7300] By: gsar                                  on 2000/10/16  04:56:54
72627         Log: integrate changes#6046,6048,6057,6058 from mainline
72628              
72629              libscheck has insufficient checks for n32 libs (from
72630              Albert Chin-A-Young <china@thewrittenword.com>)
72631              
72632              add note about how $( doesn't interpolate in REs (from
72633              Philip Newton <newton@ficus.frogspace.net>)
72634              
72635              fix broken parsing of /\x{ab}/
72636              
72637              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
72638              (spotted by Donald Kinzer <dkinzer@premia.com>)
72639      Branch: maint-5.6/perl
72640           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
72641           !> t/pragma/utf8.t
72642 ____________________________________________________________________________
72643 [  7299] By: gsar                                  on 2000/10/16  04:52:50
72644         Log: integrate change#6044 from mainline
72645              
72646              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
72647              such that underscores are only ignored in literal numbers,
72648              "\x{...}", and hex/oct argument
72649      Branch: maint-5.6/perl
72650           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
72651 ____________________________________________________________________________
72652 [  7298] By: gsar                                  on 2000/10/16  04:50:53
72653         Log: integrate changes#6027..6043 from mainline
72654              
72655              podlators-1.02 update (from Russ Allbery)
72656              
72657              Pod::Man generates groff-incompatible macro definition (from
72658              Tom Christiansen)
72659              
72660              add CGI.pm v2.66 (from Lincoln Stein)
72661              
72662              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
72663              for @- and @+ (from Johan Vromans)
72664              
72665              small nits in diagnostics.pm (from Robin Barker)
72666              
72667              whitespace adjustments
72668              
72669              missing files in MANIFEST
72670              
72671              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
72672              to compensate
72673              
72674              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
72675              
72676              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
72677      Branch: maint-5.6/perl
72678           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
72679           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
72680           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
72681           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
72682           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
72683           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
72684           !> t/lib/cgi-html.t t/lib/cgi-request.t
72685 ____________________________________________________________________________
72686 [  7297] By: gsar                                  on 2000/10/16  04:44:30
72687         Log: integrate change#6025 from mainline
72688              
72689              Is{Alnum,Alpha,Word} don't match titlecase
72690              TODO: IsSpace is defined recursively!
72691              (both spotted by Larry)
72692      Branch: maint-5.6/perl
72693           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
72694           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
72695 ____________________________________________________________________________
72696 [  7296] By: gsar                                  on 2000/10/16  04:39:30
72697         Log: integrate change#6023 from mainline
72698              
72699              debugger stomps on $. (from M.J.T. Guy)
72700      Branch: maint-5.6/perl
72701           !> lib/perl5db.pl
72702 ____________________________________________________________________________
72703 [  7295] By: gsar                                  on 2000/10/16  04:38:02
72704         Log: integrate change#6022 from mainline
72705              
72706              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
72707      Branch: maint-5.6/perl
72708           !> sv.c
72709 ____________________________________________________________________________
72710 [  7294] By: gsar                                  on 2000/10/16  04:37:05
72711         Log: integrate changes#6018..6021 from mainline
72712              
72713              make lib/syslog.t portable to systems that don't have _PATH_LOG,
72714              make _PATH_LOG() return "" if unavailable
72715              
72716              windows portability tweaks
72717              
72718              test tweak
72719              
72720              remove Win2K issue in pod (fixed by change#6020)
72721      Branch: maint-5.6/perl
72722           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
72723           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
72724           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
72725 ____________________________________________________________________________
72726 [  7293] By: gsar                                  on 2000/10/16  04:20:00
72727         Log: integrate changes#6013..6015 from mainline
72728              
72729              tweak change#5945 to display correct switch name in diagnostic
72730              
72731              glob() loading File::Glob behind the scenes may cause syntax errors
72732              
72733              tweak test for portability
72734      Branch: maint-5.6/perl
72735           !> op.c perl.c pod/perldiag.pod t/lib/b.t
72736 ____________________________________________________________________________
72737 [  7292] By: gsar                                  on 2000/10/16  04:18:11
72738         Log: integrate changes#6005..6010 from mainline, cfgperl
72739              
72740              perldoc might fail via "use blib" (from Hugo van der Sanden)
72741              
72742              Regen Configure.
72743              
72744              note about compile failures and END blocks (from M.J.T. Guy)
72745              
72746              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
72747              
72748              (change#6009 integrated earlier in change#7255)
72749              
72750              clarify note about shadow password support (from
72751              gellyfish@gellyfish.com)
72752      Branch: maint-5.6/perl
72753           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
72754           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
72755           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
72756 ____________________________________________________________________________
72757 [  7291] By: gsar                                  on 2000/10/16  04:12:03
72758         Log: integrate changes#6002,6003 from mainline
72759              
72760              destructive sv_setsv() can lose UV-ness from source, causing
72761              numeric promotions/comparisons to fail to do the right thing
72762              
72763              allow REG_EXPAND_SZ keys in Windows registry (from
72764              John Clayton <John.Clayton@barclayscapital.com>)
72765      Branch: maint-5.6/perl
72766           !> sv.c win32/win32.c
72767 ____________________________________________________________________________
72768 [  7290] By: gsar                                  on 2000/10/16  04:10:19
72769         Log: integrate change#6001 from mainline
72770              
72771              support additional library locations via $Config{otherlibdirs}
72772              (from Andy Dougherty)
72773      Branch: maint-5.6/perl
72774           !> Configure INSTALL Porting/Glossary Porting/config.sh
72775           !> Porting/config_H config_h.SH epoc/config.sh perl.c
72776           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
72777           !> win32/config.bc win32/config.gc win32/config.vc
72778 ____________________________________________________________________________
72779 [  7289] By: gsar                                  on 2000/10/16  04:08:28
72780         Log: integrate change#5999 from mainline
72781              
72782              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
72783      Branch: maint-5.6/perl
72784           !> t/pragma/warn/toke toke.c
72785 ____________________________________________________________________________
72786 [  7288] By: gsar                                  on 2000/10/16  04:07:01
72787         Log: integrate changes#5997,5998 from cfgperl
72788              
72789              Preserve $!.
72790              
72791              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
72792      Branch: maint-5.6/perl
72793           !> lib/Math/Complex.pm
72794 ____________________________________________________________________________
72795 [  7287] By: gsar                                  on 2000/10/16  04:04:37
72796         Log: integrate change#5995 from mainline
72797              
72798              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
72799      Branch: maint-5.6/perl
72800           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
72801 ____________________________________________________________________________
72802 [  7286] By: gsar                                  on 2000/10/16  04:03:21
72803         Log: integrate change#5994 from mainline
72804              
72805              fix for missed accounting for null byte in pack("Z",...) (from
72806              M.J.T. Guy)
72807      Branch: maint-5.6/perl
72808           !> pp.c t/op/pack.t
72809 ____________________________________________________________________________
72810 [  7285] By: gsar                                  on 2000/10/16  04:02:11
72811         Log: integrate changes#5989..5993 from mainline
72812              
72813              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
72814              itself and no other (from Tom Hughes)
72815              
72816              use $ENV{LIB} to search for libs under Visual C compiler
72817              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
72818              
72819              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
72820              
72821              pod nit (from Simon Cozens)
72822              
72823              various minor tweaks seen on p5p
72824      Branch: maint-5.6/perl
72825           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
72826           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
72827           !> t/op/array.t toke.c
72828 ____________________________________________________________________________
72829 [  7284] By: gsar                                  on 2000/10/16  03:59:00
72830         Log: integrate changes#5978..5988 from mainline
72831              
72832              sync version numbers in File::Spec with the ones on CPAN
72833              (from Barrie Slaymaker)
72834              
72835              under useithreads, constant pad entries could inadvertantly be
72836              shared across threads (from Eric Blood <eblood@xmission.com>);
72837              added Eric's test case to testsuite
72838              
72839              allow Configure -S to run non-interactively (spotted by Greg Hudson
72840              <ghudson@mit.edu>)
72841              
72842              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
72843              prototype mismatch with CORE::glob(); update pod and tests to
72844              suit (File::Glob::glob() is still available for backward
72845              compatibility, but should be considered deprecated)
72846              
72847              avoid error in IO::Socket::INET when given an unknown service name
72848              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
72849              
72850              numeric conversion of non-number in change#3378 tramples on
72851              OOK offset, causing segfaults
72852              
72853              attributes::reftype() doesn't work on tied argument
72854              
72855              forked child may not exit correctly if it failed to open
72856              /dev/console (from Graham Barr)
72857              
72858              add regular expressions tutorial and quick-start guide (from
72859              Mark Kvale <kvale@phy.ucsf.edu>)
72860              
72861              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
72862              
72863              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
72864              <paul@miraclefish.com>)
72865      Branch: maint-5.6/perl
72866           +> pod/perlrequick.pod pod/perlretut.pod
72867           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
72868           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
72869           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
72870           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
72871           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
72872           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
72873           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
72874           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
72875 ____________________________________________________________________________
72876 [  7283] By: gsar                                  on 2000/10/16  03:52:14
72877         Log: integrate change#5977 from mainline
72878              
72879              autoquote barewords followed by newline and arrow properly
72880              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
72881      Branch: maint-5.6/perl
72882           !> t/pragma/warn/toke toke.c
72883 ____________________________________________________________________________
72884 [  7282] By: gsar                                  on 2000/10/16  03:50:48
72885         Log: integrate change#5976 from mainline
72886              
72887              DB_File v1.73 update (from Paul Marquess)
72888      Branch: maint-5.6/perl
72889           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
72890           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
72891 ____________________________________________________________________________
72892 [  7281] By: gsar                                  on 2000/10/16  03:49:14
72893         Log: integrate change#5975 from mainline
72894              
72895              allow sort() reentrancy (variant of patch suggested by
72896              Hugo van der Sanden)
72897      Branch: maint-5.6/perl
72898           !> pp_ctl.c t/op/sort.t
72899 ____________________________________________________________________________
72900 [  7280] By: gsar                                  on 2000/10/16  03:48:22
72901         Log: integrate change#5974 from mainline
72902              
72903              change#4197 somehow missed initializing PL_errors, meaning
72904              syntax error queueing wasn't working outside eval"" at all;
72905              also fixed eval"" to localize PL_error_count, so that compile-time
72906              eval's don't clobber the error state of the outer context
72907      Branch: maint-5.6/perl
72908           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
72909           !> t/pragma/warn/toke
72910 ____________________________________________________________________________
72911 [  7279] By: gsar                                  on 2000/10/16  03:46:21
72912         Log: integrate change#5973 from mainline
72913              
72914              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
72915      Branch: maint-5.6/perl
72916           !> regcomp.c regexec.c t/op/re_tests
72917 ____________________________________________________________________________
72918 [  7278] By: gsar                                  on 2000/10/16  03:44:54
72919         Log: integrate change#5971 from cfgperl
72920              
72921              Unicos tweaks from Mark P. Lutz.
72922      Branch: maint-5.6/perl
72923           !> hints/unicos.sh lib/Math/Complex.pm
72924 ____________________________________________________________________________
72925 [  7277] By: gsar                                  on 2000/10/16  03:42:59
72926         Log: integrate changes#5966..5970 from mainline
72927              
72928              add testsuite for B backends, fix bug in B::Deparse (from
72929              Simon Cozens <simon@brecon.co.uk>)
72930              
72931              improved docs on the warn_uninit diagnostic (from David Glasser
72932              and Simon Cozens)
72933              
72934              tolerate spaces in group names in test on solaris (from David Boyce
72935              <dsb@boyski.com>)
72936              
72937              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
72938              
72939              Data::Dumper fumbles negative numbers on 32-bit platforms where
72940              IV is >32bits
72941      Branch: maint-5.6/perl
72942           +> t/lib/b.t t/lib/syslog.t
72943           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
72944           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
72945           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
72946 ____________________________________________________________________________
72947 [  7276] By: gsar                                  on 2000/10/16  03:39:30
72948         Log: integrate change#5965 from mainline
72949              
72950              avoid "will not stay shared" warnings for our variables (from
72951              Robin Barker)
72952      Branch: maint-5.6/perl
72953           !> op.c t/pragma/warn/op
72954 ____________________________________________________________________________
72955 [  7275] By: gsar                                  on 2000/10/16  03:38:18
72956         Log: integrate change#5964 from mainline
72957              
72958              reformat to 72 columns (again)
72959      Branch: maint-5.6/perl
72960           !> pod/perldiag.pod
72961 ____________________________________________________________________________
72962 [  7274] By: gsar                                  on 2000/10/16  03:36:58
72963         Log: integrate change#5963 from mainline
72964              
72965              patch from Larry to make (\&) prototype work; added tests for
72966              the same
72967      Branch: maint-5.6/perl
72968           !> op.c t/comp/proto.t
72969 ____________________________________________________________________________
72970 [  7273] By: gsar                                  on 2000/10/16  03:35:51
72971         Log: integrate changes#5956..5962 from mainline
72972              
72973              better diagnostics on failed tests (from Ilya Zakharevich)
72974              
72975              pod nits (from A. C. Yardley <yardley@tanet.net>)
72976              
72977              change#3569 deleted some essential code, revert; avoid use of
72978              atexit() to make DynaLoader work properly on AIX under mod_perl
72979              (from Jens-Uwe Mager <jum@helios.de>)
72980              
72981              doubled words in pods (from Simon Cozens
72982              <simon.p.cozens@jp.pwcglobal.com>)
72983              
72984              better INSTALL notes on Solaris issues (from Dominic Dunlop)
72985              
72986              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
72987              
72988              updated README.hpux (from Jeff Okamoto)
72989      Branch: maint-5.6/perl
72990           !> INSTALL README.hpux emacs/cperl-mode.el
72991           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
72992           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
72993           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
72994           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
72995           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
72996           !> t/op/lex_assign.t
72997 ____________________________________________________________________________
72998 [  7272] By: gsar                                  on 2000/10/16  03:31:22
72999         Log: integrate change#5955 from mainline
73000              
73001              longstanding bug exposed by change#3307: sort arguments weren't
73002              compiled with the right wantarray context (ensuing runtime lookup
73003              via block_gimme() was getting the incidental context of the
73004              sort() itself)
73005      Branch: maint-5.6/perl
73006           !> op.c t/op/sort.t
73007 ____________________________________________________________________________
73008 [  7271] By: gsar                                  on 2000/10/16  03:29:11
73009         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
73010              branch
73011              
73012              Flatten the cpp jungle doing the nosuid checking.
73013              
73014              Do not assume sign propagation. (from M.J.T. Guy)
73015              
73016              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
73017              
73018              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
73019              Now pp_ncmp() returns undef is either operand is a NaN.
73020              
73021              On second thoughts frexp() does have two arguments.
73022              
73023              Document that tr() is not tr(1).
73024              
73025              Be more robust on "extreme" (large absolute value)
73026              arguments.  Originally reported by Daniel Connelly
73027              as a problem with asinh() on large negative arguments,
73028              asinh() used to bail out because an argument to log()
73029              ended up being zero.  Ilya Zakharevich proposed using
73030              Taylor's series in such cases, which for such large
73031              arguments is a very good approximation.
73032              
73033              Undo "use integer" addition from 64bitint as it seems
73034              to break most of the subtests in Digital UNIX;
73035              Unicos needs to find another way.
73036      Branch: maint-5.6/perl
73037           !> (integrate 29 files)
73038 ____________________________________________________________________________
73039 [  7270] By: gsar                                  on 2000/10/16  03:09:44
73040         Log: integrate changes#5948,5949,5950 from mainline
73041              
73042              typo in vars.pm that leads to cryptic message (from Piotr
73043              Piatkowski <kompas@kompas.usr.onet.pl>)
73044              
73045              make perldoc use the pod2man from the same version (from
73046              M.J.T. Guy)
73047              
73048              reformat perldiag to avoid long lines
73049      Branch: maint-5.6/perl
73050           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
73051 ____________________________________________________________________________
73052 [  7269] By: gsar                                  on 2000/10/16  03:05:54
73053         Log: integrate change#5947 from mainline
73054              
73055              use &dl_error rather than &dl_load_file as the guard for calling
73056              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
73057              statically built perl)
73058      Branch: maint-5.6/perl
73059           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
73060 ____________________________________________________________________________
73061 [  7268] By: gsar                                  on 2000/10/16  03:04:48
73062         Log: integrate change#5945 from mainline
73063              
73064              make module name mandatory after -M switch; reorder perldiag
73065              alphabetically (from Mark-Jason Dominus)
73066      Branch: maint-5.6/perl
73067           !> perl.c pod/perldiag.pod
73068 ____________________________________________________________________________
73069 [  7267] By: gsar                                  on 2000/10/16  03:03:01
73070         Log: integrate change#5939 from mainline
73071              
73072              more pod nits (from Larry Virden)
73073      Branch: maint-5.6/perl
73074           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
73075           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
73076           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
73077 ____________________________________________________________________________
73078 [  7266] By: gsar                                  on 2000/10/16  03:01:39
73079         Log: integrate change#5938 from mainline
73080              
73081              Consolidated B::Deparse fixes (from Stephen McCamant)
73082      Branch: maint-5.6/perl
73083           !> ext/B/B/Deparse.pm
73084 ____________________________________________________________________________
73085 [  7265] By: gsar                                  on 2000/10/16  03:00:43
73086         Log: integrate change#5936 from mainline
73087              
73088              additional tests for change#7263 (from Paul Marquess)
73089      Branch: maint-5.6/perl
73090           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
73091           !> t/pragma/warn/5nolint t/pragma/warn/6default
73092 ____________________________________________________________________________
73093 [  7264] By: gsar                                  on 2000/10/16  02:58:34
73094         Log: integrate change#5934 from mainline
73095              
73096              propagate lexical warnings from surrounding scope correctly
73097              within string eval() (from Paul Marquess)
73098      Branch: maint-5.6/perl
73099           !> pp_ctl.c t/pragma/warn/pp_ctl
73100 ____________________________________________________________________________
73101 [  7263] By: gsar                                  on 2000/10/16  02:56:53
73102         Log: integrate change#5932 from mainline
73103              
73104              add rsignal(), whichsig() and do_join() to public API list
73105              (mod_perl uses them to good advantage)
73106      Branch: maint-5.6/perl
73107           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
73108 ____________________________________________________________________________
73109 [  7262] By: gsar                                  on 2000/10/16  02:55:53
73110         Log: integrate change#5931 from mainline
73111              
73112              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
73113      Branch: maint-5.6/perl
73114           !> pp_hot.c regexec.c t/op/pat.t
73115 ____________________________________________________________________________
73116 [  7261] By: gsar                                  on 2000/10/16  02:55:01
73117         Log: integrate change#5930 from mainline
73118              
73119              small os390 tweaks (from Peter Prymmer)
73120      Branch: maint-5.6/perl
73121           !> config_h.SH makedepend.SH
73122 ____________________________________________________________________________
73123 [  7260] By: gsar                                  on 2000/10/16  02:54:10
73124         Log: integrate change#5929 from mainline
73125              
73126              pod nits
73127      Branch: maint-5.6/perl
73128           !> pod/perlguts.pod
73129 ____________________________________________________________________________
73130 [  7259] By: gsar                                  on 2000/10/16  02:52:55
73131         Log: integrate change#5927 from mainline
73132              
73133              arrange for next() to resume at the unstack op rather than the
73134              loop conditional, so that scope cleanup happens correctly
73135              (from Stephen McCamant)
73136      Branch: maint-5.6/perl
73137           !> op.c pp_ctl.c t/op/misc.t
73138 ____________________________________________________________________________
73139 [  7258] By: gsar                                  on 2000/10/16  02:51:38
73140         Log: integrate change#5926 from mainline
73141              
73142              on windows, reserve 16M of stack rather than 128M (allows more
73143              threads to run concurrently)
73144      Branch: maint-5.6/perl
73145           !> win32/Makefile win32/makefile.mk
73146 ____________________________________________________________________________
73147 [  7257] By: gsar                                  on 2000/10/16  02:50:37
73148         Log: integrate change#5925 from mainline
73149              
73150              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
73151      Branch: maint-5.6/perl
73152           !> toke.c
73153 ____________________________________________________________________________
73154 [  7256] By: gsar                                  on 2000/10/16  02:49:36
73155         Log: integrate change#5924 from mainline
73156              
73157              avoid using uninitialized memory in require version check
73158      Branch: maint-5.6/perl
73159           !> pp_ctl.c universal.c
73160 ____________________________________________________________________________
73161 [  7255] By: gsar                                  on 2000/10/16  02:48:03
73162         Log: integrate changes#5923,5928,6009 from mainline
73163              
73164              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
73165      Branch: maint-5.6/perl
73166           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
73167 ____________________________________________________________________________
73168 [  7254] By: gsar                                  on 2000/10/16  02:44:46
73169         Log: integrate change#5922 from mainline
73170              
73171              commentary about IoTYPE() (from Nathan Torkington)
73172      Branch: maint-5.6/perl
73173           !> sv.h
73174 ____________________________________________________________________________
73175 [  7253] By: gsar                                  on 2000/10/16  02:43:49
73176         Log: integrate change#5921 from mainline
73177              
73178              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
73179      Branch: maint-5.6/perl
73180           !> sv.c t/lib/charnames.t t/pragma/utf8.t
73181 ____________________________________________________________________________
73182 [  7252] By: gsar                                  on 2000/10/16  02:42:31
73183         Log: integrate change#5920 from mainline
73184              
73185              Larry's fix for buggy propagation of utf8-ness in join(); add test
73186      Branch: maint-5.6/perl
73187           !> doop.c t/op/ver.t
73188 ____________________________________________________________________________
73189 [  7251] By: gsar                                  on 2000/10/16  02:41:14
73190         Log: integrate changes#5915..5919 from mainline
73191              
73192              various (pod tweaks &c)
73193      Branch: maint-5.6/perl
73194           !> (integrate 33 files)
73195 ____________________________________________________________________________
73196 [  7250] By: gsar                                  on 2000/10/16  02:38:16
73197         Log: integrate change#5914 from mainline
73198              
73199              caller() wasn't returning the right number of elements for
73200              eval {...}
73201      Branch: maint-5.6/perl
73202           !> pp_ctl.c t/pragma/warn/9enabled
73203 ____________________________________________________________________________
73204 [  7249] By: gsar                                  on 2000/10/16  02:37:02
73205         Log: integrate change#5913 from mainline
73206              
73207              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
73208              (from Mark-Jason Dominus)
73209      Branch: maint-5.6/perl
73210           !> pod/perlfunc.pod
73211 ____________________________________________________________________________
73212 [  7248] By: gsar                                  on 2000/10/16  02:35:58
73213         Log: integrate change#5912 from mainline
73214              
73215              fix totally broken caching in UNIVERSAL::isa() (from
73216              Nick Ing-Simmons)
73217      Branch: maint-5.6/perl
73218           !> t/op/universal.t universal.c
73219 ____________________________________________________________________________
73220 [  7247] By: gsar                                  on 2000/10/16  02:34:27
73221         Log: integrate changes#5910,5911 from mainline
73222              
73223              typo in pod
73224              
73225              add linebreak properties from unicode/LineBrk.txt (from
73226              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
73227      Branch: maint-5.6/perl
73228           +> (branch 29 files)
73229           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
73230 ____________________________________________________________________________
73231 [  7246] By: gsar                                  on 2000/10/16  02:33:29
73232         Log: integrate change#5909 from mainline
73233              
73234              mode argument to do_binmode() should be file mode, not boolean
73235      Branch: maint-5.6/perl
73236           !> pp_sys.c
73237 ____________________________________________________________________________
73238 [  7245] By: gsar                                  on 2000/10/16  02:31:04
73239         Log: integrate change#5908 from mainline
73240              
73241              introduce illegal symbols into null package so that
73242              gv_fetchpv(...,TRUE) always returns a valid GV even when the
73243              symbol is trapped by strictures (avoids coredumps)
73244      Branch: maint-5.6/perl
73245           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
73246           !> t/pragma/strict-vars
73247 ____________________________________________________________________________
73248 [  7244] By: jhi                                   on 2000/10/16  02:29:54
73249         Log: Subject: $Carp::ExportLevel confusion in Exporter
73250              From: "Ben Tilly" <ben_tilly@hotmail.com>
73251              Date: Sat, 14 Oct 2000 16:44:34 EDT
73252              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
73253      Branch: perl
73254            ! lib/Exporter/Heavy.pm
73255 ____________________________________________________________________________
73256 [  7243] By: jhi                                   on 2000/10/16  02:28:33
73257         Log: Subject: [PATCH perlguts.pod] Document offset hack
73258              From: Simon Cozens <simon@cozens.net>
73259              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
73260              Date: Sat, 14 Oct 2000 19:32:25 +0100
73261      Branch: perl
73262            ! pod/perlguts.pod
73263 ____________________________________________________________________________
73264 [  7242] By: gsar                                  on 2000/10/16  02:26:51
73265         Log: integrate changes#5905,5906,5907,6064 from mainline
73266              
73267              printf/sprintf didn't get quad types right under use64bitint
73268      Branch: maint-5.6/perl
73269           !> pp_sys.c sv.c t/op/64bitint.t
73270 ____________________________________________________________________________
73271 [  7241] By: jhi                                   on 2000/10/16  02:22:44
73272         Log: Subject: small pod patch
73273              From: Dan Boorstein <dan_boo@bellsouth.net>
73274              Date: Sat, 14 Oct 2000 14:29:24 -0400
73275              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
73276      Branch: perl
73277            ! pod/perlfaq7.pod pod/perlmod.pod
73278 ____________________________________________________________________________
73279 [  7240] By: jhi                                   on 2000/10/16  02:13:46
73280         Log: -w cleanup.
73281              
73282              Subject: Re: Problems with bleadperl 
73283              From: "Stephen P. Potter" <spp@ds.net>
73284              Date: Fri, 13 Oct 2000 13:32:49 -0400
73285              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
73286      Branch: perl
73287            ! t/pragma/overload.t
73288 ____________________________________________________________________________
73289 [  7239] By: jhi                                   on 2000/10/16  01:41:18
73290         Log: One more ~utf8 tweak.
73291      Branch: perl
73292            ! t/op/bop.t
73293 ____________________________________________________________________________
73294 [  7238] By: jhi                                   on 2000/10/16  01:34:14
73295         Log: Tweak the test of #7235.
73296      Branch: perl
73297            ! t/op/bop.t
73298 ____________________________________________________________________________
73299 [  7237] By: jhi                                   on 2000/10/16  01:25:04
73300         Log: Fix a couple of compiler-noted nits in #7235.
73301      Branch: perl
73302            ! pp.c
73303 ____________________________________________________________________________
73304 [  7236] By: jhi                                   on 2000/10/16  01:22:46
73305         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
73306      Branch: perl
73307            ! pp.c pp_hot.c
73308 ____________________________________________________________________________
73309 [  7235] By: jhi                                   on 2000/10/15  16:24:44
73310         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
73311              
73312              From: Simon Cozens <simon@cozens.net>
73313              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
73314              Date: Sat, 14 Oct 2000 20:52:13 +0100
73315              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
73316      Branch: perl
73317            ! pp.c t/op/bop.t utf8.h
73318 ____________________________________________________________________________
73319 [  7234] By: jhi                                   on 2000/10/15  15:19:29
73320         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
73321              The problem was that rx->minlen was in chars while pp_split()
73322              thought it would be in bytes. 
73323      Branch: perl
73324            ! pp.c t/pragma/utf8.t
73325 ____________________________________________________________________________
73326 [  7233] By: jhi                                   on 2000/10/14  20:24:24
73327         Log: Document FNCASE=y as discussed in the bug 20000902.009.
73328      Branch: perl
73329            ! README.dos
73330 ____________________________________________________________________________
73331 [  7232] By: jhi                                   on 2000/10/14  18:52:21
73332         Log: Add test for bug id 20000427.003 (which seems to have
73333              been fixed) (also duplicate as 20000427.004, though
73334              with a higher severity).  Move one utf8 from op/append
73335              to pragma/utf8, tag the tests with bug ids.
73336      Branch: perl
73337            ! t/op/append.t t/pragma/utf8.t
73338 ____________________________________________________________________________
73339 [  7231] By: jhi                                   on 2000/10/14  17:28:37
73340         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
73341      Branch: perl
73342            ! t/pragma/utf8.t
73343 ____________________________________________________________________________
73344 [  7230] By: jhi                                   on 2000/10/14  14:24:50
73345         Log: Needs to be conditional on SunOS 4.
73346              
73347              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
73348              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
73349              Date: Sat, 14 Oct 2000 13:37:49 +0100
73350              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
73351      Branch: metaconfig/U/perl
73352            ! End.U
73353      Branch: perl
73354            ! Configure myconfig.SH pod/perldelta.pod
73355 ____________________________________________________________________________
73356 [  7229] By: jhi                                   on 2000/10/14  00:49:22
73357         Log: Update Changes.
73358      Branch: perl
73359            ! Changes patchlevel.h
73360 ____________________________________________________________________________
73361 [  7228] By: jhi                                   on 2000/10/14  00:46:10
73362         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
73363              From: Peter Prymmer <pvhp@forte.com>
73364              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
73365              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
73366      Branch: perl
73367            ! lib/utf8.pm
73368 ____________________________________________________________________________
73369 [  7227] By: jhi                                   on 2000/10/13  23:20:30
73370         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
73371      Branch: perl
73372            ! t/op/tie.t
73373 ____________________________________________________________________________
73374 [  7226] By: jhi                                   on 2000/10/13  22:14:32
73375         Log: Tweak #7225.
73376              
73377              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
73378              From: Peter Prymmer <pvhp@forte.com>
73379              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
73380              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
73381      Branch: perl
73382            ! t/op/sprintf.t
73383 ____________________________________________________________________________
73384 [  7225] By: jhi                                   on 2000/10/13  22:11:31
73385         Log: op/sprintf.t patch for OS/390 (and any other host with limited
73386              floating-point exponent length)
73387              
73388              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
73389              From: Dominic Dunlop <domo@computer.org>
73390              Date: Fri, 13 Oct 2000 19:17:57 +0200
73391              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
73392      Branch: perl
73393            ! t/op/sprintf.t
73394 ____________________________________________________________________________
73395 [  7224] By: jhi                                   on 2000/10/13  18:40:48
73396         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
73397      Branch: perl
73398            ! toke.c
73399 ____________________________________________________________________________
73400 [  7223] By: jhi                                   on 2000/10/13  18:37:13
73401         Log: Thinko in #7222.
73402      Branch: perl
73403            ! utf8.c
73404 ____________________________________________________________________________
73405 [  7222] By: jhi                                   on 2000/10/13  18:05:23
73406         Log: Use UTF8SKIP(), from Simon Cozens.
73407      Branch: perl
73408            ! utf8.c
73409 ____________________________________________________________________________
73410 [  7221] By: jhi                                   on 2000/10/13  15:43:19
73411         Log: (accidentally empty check-in)
73412      Branch: perl
73413            ! utf8.c
73414 ____________________________________________________________________________
73415 [  7220] By: jhi                                   on 2000/10/13  15:23:51
73416         Log: Add (optimistically) Storable to static extensions.
73417      Branch: perl
73418            ! hints/uwin.sh hints/vmesa.sh
73419 ____________________________________________________________________________
73420 [  7219] By: jhi                                   on 2000/10/13  15:20:05
73421         Log: Amdahl UTS doesn't seem to do dynaloading.
73422      Branch: perl
73423            ! hints/uts.sh
73424 ____________________________________________________________________________
73425 [  7218] By: jhi                                   on 2000/10/13  15:15:20
73426         Log: Slight tweak of the code to appease Amdahl UTS cc.
73427      Branch: perl
73428            ! pp.c
73429 ____________________________________________________________________________
73430 [  7217] By: jhi                                   on 2000/10/13  14:50:42
73431         Log: In Amdahl UTS "struct sv" is defined by a system header,
73432              <ksync.h>.
73433      Branch: perl
73434            ! perl.h sv.h
73435 ____________________________________________________________________________
73436 [  7216] By: jhi                                   on 2000/10/13  11:58:25
73437         Log: Ilya implemented the memory profiling API.
73438      Branch: perl
73439            ! Todo
73440 ____________________________________________________________________________
73441 [  7215] By: jhi                                   on 2000/10/13  02:56:38
73442         Log: Subject: [PATCH 5.7.0] Perl API for mstats
73443              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
73444              Date: Thu, 12 Oct 2000 22:52:40 -0400
73445              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
73446      Branch: perl
73447            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
73448 ____________________________________________________________________________
73449 [  7214] By: jhi                                   on 2000/10/13  02:55:38
73450         Log: Subject: [PATCH 5.7.0] IVs in mtats
73451              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
73452              Date: Thu, 12 Oct 2000 22:51:04 -0400
73453              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
73454      Branch: perl
73455            ! malloc.c perl.h
73456 ____________________________________________________________________________
73457 [  7213] By: jhi                                   on 2000/10/13  02:31:47
73458         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
73459      Branch: perl
73460            ! pod/perldiag.pod pp_sys.c
73461 ____________________________________________________________________________
73462 [  7212] By: jhi                                   on 2000/10/13  01:27:38
73463         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
73464              From: Peter Prymmer <pvhp@forte.com>
73465              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
73466              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
73467      Branch: perl
73468            ! t/op/oct.t
73469 ____________________________________________________________________________
73470 [  7211] By: jhi                                   on 2000/10/13  00:35:09
73471         Log: Update Changes.
73472      Branch: perl
73473            ! Changes patchlevel.h
73474 ____________________________________________________________________________
73475 [  7210] By: jhi                                   on 2000/10/12  23:59:40
73476         Log: The Install.pm third of
73477              
73478              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
73479              From: Bill Campbell <bill@celestial.com>
73480              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
73481              Date: Thu, 5 Oct 2000 18:04:51 -0700
73482      Branch: perl
73483            ! lib/ExtUtils/Install.pm
73484 ____________________________________________________________________________
73485 [  7209] By: jhi                                   on 2000/10/12  23:58:43
73486         Log: Two thirds of
73487              
73488              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
73489              Date: Thu, 5 Oct 2000 18:04:51 -0700
73490              From: Bill Campbell <bill@celestial.com>
73491              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
73492              
73493              The Install.pm changes will be submitted separately because
73494              they need some work and discussion still.
73495      Branch: perl
73496            ! lib/getopts.pl lib/termcap.pl
73497 ____________________________________________________________________________
73498 [  7208] By: jhi                                   on 2000/10/12  23:41:19
73499         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
73500              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
73501              Date:     Thu, 12 Oct 2000 07:30:02 EDT
73502              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
73503      Branch: perl
73504            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
73505            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
73506 ____________________________________________________________________________
73507 [  7207] By: jhi                                   on 2000/10/12  23:39:01
73508         Log: An updated EBCDIC tr patch.
73509              
73510              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
73511              From: Peter Prymmer <pvhp@forte.com>
73512              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
73513              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
73514      Branch: perl
73515            ! t/op/tr.t
73516 ____________________________________________________________________________
73517 [  7206] By: jhi                                   on 2000/10/12  23:34:55
73518         Log: Upgrade to CPAN 1.58, from Andreas König.
73519      Branch: perl
73520            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
73521 ____________________________________________________________________________
73522 [  7205] By: jhi                                   on 2000/10/12  23:29:08
73523         Log: Introduce the man[24-8] variables, from Andy Dougherty.
73524      Branch: metaconfig/U/perl
73525            + mandirs.U mandirstyle.U
73526      Branch: perl
73527            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
73528            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
73529            ! vos/config.h vos/config.pl vos/config_h.SH_orig
73530            ! win32/config.bc win32/config.gc win32/config.vc
73531 ____________________________________________________________________________
73532 [  7204] By: gsar                                  on 2000/10/12  18:11:24
73533         Log: restore change#7202
73534      Branch: perl
73535            ! mg.c
73536 ____________________________________________________________________________
73537 [  7203] By: gsar                                  on 2000/10/12  18:09:40
73538         Log: another test of the Emergency Broadcast System--back out 
73539              change#7202
73540      Branch: perl
73541            ! mg.c
73542 ____________________________________________________________________________
73543 [  7202] By: gsar                                  on 2000/10/12  16:40:47
73544         Log: (submitted on behalf of Jarkko)
73545              Fix the lib/encode.t subtest 6 failure as reported by Andreas
73546              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
73547              was unearthed by change 7182, as was a bug in HTML::Entities.
73548      Branch: perl
73549            ! mg.c
73550 ____________________________________________________________________________
73551 [  7201] By: jhi                                   on 2000/10/11  03:16:05
73552         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
73553      Branch: perl
73554            ! pp_hot.c t/pragma/utf8.t
73555 ____________________________________________________________________________
73556 [  7200] By: jhi                                   on 2000/10/11  00:40:30
73557         Log: The #7198 was a false alarm.
73558      Branch: perl
73559            ! pp_hot.c
73560 ____________________________________________________________________________
73561 [  7199] By: jhi                                   on 2000/10/11  00:26:04
73562         Log: Remove duplicated code.
73563      Branch: perl
73564            ! t/lib/cgi-html.t
73565 ____________________________________________________________________________
73566 [  7198] By: jhi                                   on 2000/10/10  23:30:46
73567         Log: (Retracted by #7200.)
73568      Branch: perl
73569            ! pp_hot.c
73570 ____________________________________________________________________________
73571 [  7197] By: jhi                                   on 2000/10/10  21:49:30
73572         Log: Add the test case for #7190, from the original bug report
73573              by Andreas König.
73574      Branch: perl
73575            ! t/pragma/utf8.t
73576 ____________________________________________________________________________
73577 [  7196] By: jhi                                   on 2000/10/10  21:40:49
73578         Log: Reapply Andy's patch and regen Configure.
73579      Branch: perl
73580            ! Configure INSTALL Makefile.SH Porting/Glossary
73581            ! Porting/config.sh config_h.SH epoc/config.sh installperl
73582            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
73583            ! win32/config.vc
73584 ____________________________________________________________________________
73585 [  7195] By: jhi                                   on 2000/10/10  21:09:30
73586         Log: Use the versiononly instead of the installscripts,
73587              retract the changes 7146 and 7147.
73588      Branch: perl
73589            ! Configure INSTALL Makefile.SH Porting/Glossary
73590            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
73591            ! installperl uconfig.sh vos/config.def win32/config.bc
73592            ! win32/config.gc win32/config.vc
73593 ____________________________________________________________________________
73594 [  7194] By: jhi                                   on 2000/10/10  21:06:15
73595         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
73596              From: Peter Prymmer <pvhp@forte.com>
73597              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
73598              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
73599      Branch: perl
73600            ! t/op/ver.t
73601 ____________________________________________________________________________
73602 [  7193] By: jhi                                   on 2000/10/10  21:05:12
73603         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
73604              From: Peter Prymmer <pvhp@forte.com>
73605              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
73606              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
73607      Branch: perl
73608            ! t/op/tr.t
73609 ____________________________________________________________________________
73610 [  7192] By: jhi                                   on 2000/10/10  20:57:30
73611         Log: Add versiononly, delete installscripts, from Andy Dougherty.
73612      Branch: metaconfig
73613            - U/installdirs/installscripts.U
73614      Branch: metaconfig/U/perl
73615            + versiononly.U
73616 ____________________________________________________________________________
73617 [  7191] By: jhi                                   on 2000/10/10  19:41:21
73618         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
73619              From: Peter Prymmer <pvhp@forte.com>
73620              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
73621              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
73622      Branch: perl
73623            ! pod/perlebcdic.pod
73624 ____________________________________________________________________________
73625 [  7190] By: jhi                                   on 2000/10/10  19:26:14
73626         Log: Subject: Re: utf8 concat, mg_get
73627              From: Simon Cozens <simon@cozens.net>
73628              Date: Tue, 10 Oct 2000 17:40:17 +0100
73629              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
73630      Branch: perl
73631            ! pp_hot.c
73632 ____________________________________________________________________________
73633 [  7189] By: jhi                                   on 2000/10/10  19:23:03
73634         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
73635              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
73636              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
73637              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
73638      Branch: perl
73639            ! lib/ExtUtils/MM_Unix.pm
73640 ____________________________________________________________________________
73641 [  7188] By: jhi                                   on 2000/10/10  15:31:24
73642         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
73643              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
73644              Date: Fri, 14 Jul 2000 10:47:36 +0100
73645              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
73646      Branch: perl
73647            ! README.win32
73648 ____________________________________________________________________________
73649 [  7187] By: jhi                                   on 2000/10/10  13:30:10
73650         Log: Quote the temp file name, needed in Win32 because the
73651              default name unfortunately contains spaces, shouldn't
73652              hurt elsewhere.
73653              
73654              Subject: FW: perldoc fails if $TEMP contains spaces
73655              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
73656              Date: Thu, 14 Sep 2000 08:58:45 +0100
73657              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
73658      Branch: perl
73659            ! utils/perldoc.PL
73660 ____________________________________________________________________________
73661 [  7186] By: jhi                                   on 2000/10/10  13:16:27
73662         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
73663              From: hv@hugo.hybyte.com
73664              Date: Tue, 10 Oct 2000 14:10:20 +0100
73665              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
73666      Branch: perl
73667            ! t/lib/thr5005.t util.c
73668 ____________________________________________________________________________
73669 [  7185] By: jhi                                   on 2000/10/10  12:06:22
73670         Log: Upgrade to podlators 1.04, from Russ Allbery.
73671      Branch: perl
73672            ! lib/Pod/Man.pm lib/Pod/Text.pm
73673 ____________________________________________________________________________
73674 [  7184] By: jhi                                   on 2000/10/10  12:01:32
73675         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
73676      Branch: perl
73677            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
73678 ____________________________________________________________________________
73679 [  7183] By: jhi                                   on 2000/10/09  23:47:15
73680         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
73681              From: Peter Prymmer <pvhp@forte.com>
73682              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
73683              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
73684      Branch: perl
73685            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
73686 ____________________________________________________________________________
73687 [  7182] By: jhi                                   on 2000/10/09  23:43:16
73688         Log: Make eq work again with utf8 (disabling the upgrading
73689              should no more be necessary since the copies of the
73690              scalars are upgraded, not the scalars themselves).
73691              Takes care of ID 20001009.001.  (The claimed length()
73692              bug in 20001009.001 seems bogus to me.)
73693      Branch: perl
73694            ! sv.c t/pragma/utf8.t
73695 ____________________________________________________________________________
73696 [  7181] By: gsar                                  on 2000/10/09  19:41:54
73697         Log: tweak for change#7173
73698      Branch: perl
73699            ! win32/win32sck.c
73700 ____________________________________________________________________________
73701 [  7180] By: gsar                                  on 2000/10/09  19:26:56
73702         Log: on Windows, clean targets might not work under some flavors of the shell
73703      Branch: perl
73704            ! win32/Makefile win32/makefile.mk
73705 ____________________________________________________________________________
73706 [  7179] By: jhi                                   on 2000/10/09  19:21:02
73707         Log: Update Changes.
73708      Branch: perl
73709            ! Changes patchlevel.h
73710 ____________________________________________________________________________
73711 [  7178] By: jhi                                   on 2000/10/09  19:18:23
73712         Log: Warn about unknown scripts.
73713              
73714              Subject: Re: ideas? patches? [PATCH bleadperl]
73715              From: Dominic Dunlop <domo@computer.org>
73716              Date: Mon, 9 Oct 2000 14:57:17 +0200
73717              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
73718      Branch: perl
73719            ! lib/charnames.pm
73720 ____________________________________________________________________________
73721 [  7177] By: jhi                                   on 2000/10/09  19:13:27
73722         Log: Change #7160 had a nasty typo.
73723      Branch: metaconfig
73724            ! U/compline/Compile.U
73725      Branch: perl
73726            ! Configure config_h.SH
73727 ____________________________________________________________________________
73728 [  7176] By: gsar                                  on 2000/10/09  18:59:33
73729         Log: pod nit
73730      Branch: perl
73731            ! pod/perlport.pod
73732 ____________________________________________________________________________
73733 [  7175] By: gsar                                  on 2000/10/09  18:54:28
73734         Log: Windows9x doesn't support link(), despite what Config.pm
73735              might think
73736      Branch: perl
73737            ! lib/ExtUtils/Manifest.pm
73738 ____________________________________________________________________________
73739 [  7174] By: gsar                                  on 2000/10/09  18:50:03
73740         Log: avoid nonportable example code
73741      Branch: perl
73742            ! lib/File/Copy.pm
73743 ____________________________________________________________________________
73744 [  7173] By: gsar                                  on 2000/10/09  18:46:54
73745         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
73746              being used) when closing a socket handle
73747      Branch: perl
73748            ! win32/win32.c win32/win32.h win32/win32sck.c
73749 ____________________________________________________________________________
73750 [  7172] By: gsar                                  on 2000/10/09  18:41:40
73751         Log: on Windows, cwd strings in the environment should be of the
73752              form =X:=X:\foo instead of =X=X:\foo\
73753      Branch: perl
73754            ! win32/vdir.h
73755 ____________________________________________________________________________
73756 [  7171] By: gsar                                  on 2000/10/09  18:30:09
73757         Log: on Windows, LoadLibrary() could load an extension DLL multiple
73758              times if forward slashes are used in the path
73759      Branch: perl
73760            ! win32/win32.c
73761 ____________________________________________________________________________
73762 [  7170] By: jhi                                   on 2000/10/09  17:53:59
73763         Log: Add a todo note about overloadable assertions.
73764      Branch: perl
73765            ! Todo-5.6
73766 ____________________________________________________________________________
73767 [  7169] By: jhi                                   on 2000/10/09  13:43:45
73768         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
73769              From: mjd@plover.com
73770              Date: 9 Oct 2000 00:24:44 -0000
73771              Message-ID: <20001009002444.10616.qmail@plover.com>
73772      Branch: perl
73773            ! pod/perldebguts.pod
73774 ____________________________________________________________________________
73775 [  7168] By: nick                                  on 2000/10/08  13:16:33
73776         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
73777              is not right thing to do on (e.g. x86). Network order is also "right" for
73778              X fonts.
73779      Branch: perl
73780            ! ext/Encode/Encode.pm
73781 ____________________________________________________________________________
73782 [  7167] By: nick                                  on 2000/10/08  12:54:42
73783         Log: Make "encodings" work post-install when Encode/*.enc files may not
73784              be in same directory as Encode.pm
73785      Branch: perl
73786            ! ext/Encode/Encode.pm
73787 ____________________________________________________________________________
73788 [  7166] By: nick                                  on 2000/10/08  11:51:26
73789         Log: Work round the fact that $hash->{$key} does not take into account
73790              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
73791              so that key is always in the "expected" encoding - i.e. same way we put
73792              it in the hash.
73793      Branch: perl
73794            ! ext/Encode/Encode.pm
73795 ____________________________________________________________________________
73796 [  7165] By: gsar                                  on 2000/10/08  04:15:29
73797         Log: save_re_context() could reset PL_curcop to freed memory, causing core
73798              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
73799      Branch: perl
73800            ! pp_ctl.c
73801 ____________________________________________________________________________
73802 [  7164] By: jhi                                   on 2000/10/06  20:51:48
73803         Log: UTF8ize split() so that the cloned substrings get the UTF8
73804              flag of the original scalar.  Problem reported by Simon Cozens.
73805      Branch: perl
73806            ! pp.c t/pragma/utf8.t
73807 ____________________________________________________________________________
73808 [  7163] By: nick                                  on 2000/10/06  20:48:34
73809         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
73810              got a false +ve and so did not reach code which would have un-FAKEd the SV.
73811      Branch: perl
73812            ! sv.c
73813 ____________________________________________________________________________
73814 [  7162] By: nick                                  on 2000/10/06  20:25:37
73815         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
73816              To fix  (sort {$a <=> $b} keys %hash) in particular but
73817              should cover a number of other as-yet-unknown cases as well.
73818      Branch: perl
73819            ! sv.c
73820 ____________________________________________________________________________
73821 [  7161] By: jhi                                   on 2000/10/06  19:56:18
73822         Log: Change the version number of Tie::Handle in the core to 4.0,
73823              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
73824              
73825              Subject: Note on Tie::Handle
73826              From: andreas.koenig@anima.de (Andreas J. Koenig)
73827              Date:      06 Oct 2000 21:48:58 +0200
73828              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
73829      Branch: perl
73830            ! lib/Tie/Handle.pm
73831 ____________________________________________________________________________
73832 [  7160] By: jhi                                   on 2000/10/06  18:20:35
73833         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
73834              as the first option of cc/ld because of ultrapicky compilers
73835              (e.g. OS/390 R2.5)
73836      Branch: metaconfig
73837            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
73838            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
73839            ! U/compline/orderlib.U U/modified/Cppsym.U
73840            ! U/modified/d_access.U
73841      Branch: metaconfig/U/perl
73842            ! Checkcc.U d_dlsymun.U gccvers.U
73843      Branch: perl
73844            ! Configure config_h.SH
73845 ____________________________________________________________________________
73846 [  7159] By: jhi                                   on 2000/10/06  13:56:39
73847         Log: Update Changes.
73848      Branch: perl
73849            ! Changes patchlevel.h
73850 ____________________________________________________________________________
73851 [  7158] By: jhi                                   on 2000/10/06  12:48:40
73852         Log: Eliminate $Is_VMS code from the test.
73853              
73854              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
73855              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
73856              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
73857              Date:     Thu, 5 Oct 2000 07:46:33 EDT
73858      Branch: perl
73859            ! t/lib/b.t
73860 ____________________________________________________________________________
73861 [  7157] By: jhi                                   on 2000/10/06  12:47:13
73862         Log: Also the $ccflags is needed for the C compiler check.
73863              
73864              Subject: Configure (check for C-compiler)
73865              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
73866              Date: Fri, 06 Oct 2000 08:47:15 +0200
73867              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
73868      Branch: metaconfig/U/perl
73869            ! Checkcc.U
73870      Branch: perl
73871            ! Configure config_h.SH
73872 ____________________________________________________________________________
73873 [  7156] By: jhi                                   on 2000/10/06  11:45:15
73874         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
73875      Branch: perl
73876            ! perl.c pp_ctl.c sv.h utf8.c
73877 ____________________________________________________________________________
73878 [  7155] By: jhi                                   on 2000/10/06  11:40:41
73879         Log: IO::Handle->syswrite() did not handle length omission
73880              like CORE::syswrite() does.
73881              
73882              Subject: [Fwd] IO::Handle, syswrite and arguments
73883              From: Graham Barr <gbarr@pobox.com>
73884              Date: Fri, 6 Oct 2000 10:22:05 +0100
73885              Message-ID: <20001006102205.U6312@pobox.com>
73886              
73887              The original patch from andrew@ugh.net.au.
73888      Branch: perl
73889            ! ext/IO/lib/IO/Handle.pm
73890 ____________________________________________________________________________
73891 [  7154] By: jhi                                   on 2000/10/06  01:42:15
73892         Log: Tweak #7153.
73893      Branch: perl
73894            ! utf8.h
73895 ____________________________________________________________________________
73896 [  7153] By: jhi                                   on 2000/10/06  00:39:55
73897         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
73898      Branch: perl
73899            ! utf8.h
73900 ____________________________________________________________________________
73901 [  7152] By: jhi                                   on 2000/10/06  00:38:11
73902         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
73903      Branch: perl
73904            ! perl.c pp_ctl.c sv.h utf8.c
73905 ____________________________________________________________________________
73906 [  7151] By: jhi                                   on 2000/10/06  00:36:38
73907         Log: Subject: Re: Questions about Tie::Array and perl modules
73908              From: Nick Ing-Simmons <nik@tiuk.ti.com>
73909              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
73910              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
73911              
73912              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
73913      Branch: perl
73914            ! lib/Tie/Array.pm t/op/array.t
73915 ____________________________________________________________________________
73916 [  7150] By: jhi                                   on 2000/10/05  00:20:45
73917         Log: Regen Changes.
73918      Branch: perl
73919            ! Changes patchlevel.h
73920 ____________________________________________________________________________
73921 [  7149] By: jhi                                   on 2000/10/05  00:20:01
73922         Log: Regen toc.
73923      Branch: perl
73924            ! pod/perltoc.pod
73925 ____________________________________________________________________________
73926 [  7148] By: jhi                                   on 2000/10/04  23:35:08
73927         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
73928              reported several times by Dominic Dunlop, for example in
73929              ID 20000315.008.  Patch from Dominic.  Patch affects at
73930              least MachTen, and possibly other oldish BSDs. Should not
73931              break non-broken platforms (tested on LinuxPPC). 
73932      Branch: perl
73933            ! doio.c
73934 ____________________________________________________________________________
73935 [  7147] By: jhi                                   on 2000/10/04  23:26:34
73936         Log: The one that got away from 7146.
73937      Branch: metaconfig
73938            + U/installdirs/installscripts.U
73939 ____________________________________________________________________________
73940 [  7146] By: jhi                                   on 2000/10/04  23:25:04
73941         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
73942              suggested by H. Merijn Brand.
73943      Branch: perl
73944            ! Configure INSTALL Makefile.SH Porting/Glossary
73945            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
73946            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
73947            ! win32/config.vc
73948 ____________________________________________________________________________
73949 [  7145] By: jhi                                   on 2000/10/04  22:08:21
73950         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
73951              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
73952              Date: Wed, 4 Oct 2000 17:37:46 -0400
73953              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
73954      Branch: perl
73955            ! utils/h2xs.PL
73956 ____________________________________________________________________________
73957 [  7144] By: jhi                                   on 2000/10/04  18:11:41
73958         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
73959              From: Jeff Pinyan <jeffp@crusoe.net>
73960              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
73961              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
73962      Branch: perl
73963            ! pod/perlrun.pod
73964 ____________________________________________________________________________
73965 [  7143] By: jhi                                   on 2000/10/04  18:09:58
73966         Log: Subject: perlhack.pod Patch for Externals Tools
73967              From: Fisher Mark <fisherm@tce.com>
73968              Date: Tue, 3 Oct 2000 15:43:27 -0500 
73969              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
73970      Branch: perl
73971            ! pod/perlhack.pod
73972 ____________________________________________________________________________
73973 [  7142] By: jhi                                   on 2000/10/04  18:08:41
73974         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
73975              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
73976              Date:     Wed, 4 Oct 2000 12:11:11 EDT
73977              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
73978      Branch: perl
73979            ! vms/vms.c
73980 ____________________________________________________________________________
73981 [  7141] By: jhi                                   on 2000/10/04  12:20:16
73982         Log: Subject: [PATCH 5.7.0] h2xs not working
73983              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
73984              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
73985              Date: Tue, 3 Oct 2000 21:43:01 -0400
73986              
73987              Subject: [PATCH 5.7.0] h2xs not documenting the created module
73988              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
73989              Date: Tue, 3 Oct 2000 22:55:19 -0400
73990              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
73991      Branch: perl
73992            ! utils/h2xs.PL
73993 ____________________________________________________________________________
73994 [  7140] By: jhi                                   on 2000/10/04  11:53:44
73995         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
73996              From: nick@babyhippo.com
73997              Date: Wed, 4 Oct 2000 12:06:45 +0100
73998              Message-Id: <20001004120645.A7356@babyhippo.com>
73999              
74000              Retract 7118 and 7135.
74001      Branch: perl
74002            ! installman installperl op.c t/pragma/subs.t
74003 ____________________________________________________________________________
74004 [  7139] By: jhi                                   on 2000/10/03  22:09:41
74005         Log: It is possible to have no hosts database at all.  Pointed out in
74006              
74007              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
74008              From: Peter Prymmer <pvhp@forte.com>
74009              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
74010              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
74011      Branch: metaconfig
74012            ! U/modified/myhostname.U
74013      Branch: perl
74014            ! Configure config_h.SH
74015 ____________________________________________________________________________
74016 [  7138] By: jhi                                   on 2000/10/03  21:49:49
74017         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
74018              From: Peter Prymmer <pvhp@forte.com>
74019              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
74020              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
74021      Branch: perl
74022            ! pp_sys.c
74023 ____________________________________________________________________________
74024 [  7137] By: jhi                                   on 2000/10/03  20:10:05
74025         Log: One remaining nit less at the VMS mailbox sizing.
74026      Branch: perl
74027            ! vms/vms.c
74028 ____________________________________________________________________________
74029 [  7136] By: jhi                                   on 2000/10/03  20:08:47
74030         Log: Test harness update to sync with the new perlcc,
74031              from Simon Cozens.
74032      Branch: perl
74033            ! t/TEST t/UTEST
74034 ____________________________________________________________________________
74035 [  7135] By: jhi                                   on 2000/10/03  15:15:42
74036         Log: Subject: Re: PATCH for 20001003.004
74037              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
74038              From: "AARON B. DOSSETT" <aaron@iglou.com>
74039              Message-Id: <E13gTay-0006od-00@iglou.com>
74040      Branch: perl
74041            ! installman installperl
74042 ____________________________________________________________________________
74043 [  7134] By: jhi                                   on 2000/10/03  15:00:34
74044         Log: Subject: [ID 20001003.006] B::Debug not -w clean
74045              From: Nicholas Clark <nick@babyhippo.co.uk>
74046              Date: Tue, 03 Oct 2000 15:46:32 +0100
74047              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
74048      Branch: perl
74049            ! ext/B/B/Debug.pm
74050 ____________________________________________________________________________
74051 [  7133] By: jhi                                   on 2000/10/03  14:58:39
74052         Log: Scale down the VMS message boxes, by Charles Lane.
74053              Fix for ID 20000903.009, workaround at
74054              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
74055      Branch: perl
74056            ! vms/vms.c
74057 ____________________________________________________________________________
74058 [  7132] By: jhi                                   on 2000/10/03  11:20:37
74059         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
74060      Branch: perl
74061            + t/lib/st-lock.t t/lib/st-utf8.t
74062            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
74063            ! ext/Storable/Storable.xs t/lib/st-recurse.t
74064 ____________________________________________________________________________
74065 [  7131] By: jhi                                   on 2000/10/03  03:38:23
74066         Log: Encode nits.
74067      Branch: perl
74068            ! MANIFEST Makefile.SH
74069 ____________________________________________________________________________
74070 [  7130] By: jhi                                   on 2000/10/03  03:31:05
74071         Log: Update Changes.
74072      Branch: perl
74073            ! Changes patchlevel.h
74074 ____________________________________________________________________________
74075 [  7129] By: jhi                                   on 2000/10/03  02:24:02
74076         Log: Misplaced else.
74077      Branch: metaconfig/U/perl
74078            ! d_strtoll.U
74079      Branch: perl
74080            ! Configure config_h.SH
74081 ____________________________________________________________________________
74082 [  7128] By: jhi                                   on 2000/10/03  02:08:29
74083         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
74084              From: sthoenna@efn.org
74085              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
74086              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
74087      Branch: metaconfig/U/perl
74088            ! d_strtoll.U
74089      Branch: perl
74090            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
74091 ____________________________________________________________________________
74092 [  7127] By: jhi                                   on 2000/10/03  01:13:14
74093         Log: Update Changes.
74094      Branch: perl
74095            ! Changes patchlevel.h
74096 ____________________________________________________________________________
74097 [  7126] By: jhi                                   on 2000/10/03  00:57:08
74098         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
74099              as suggested by Olaf Flebbe and Nick Clark.
74100      Branch: perl
74101            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
74102 ____________________________________________________________________________
74103 [  7125] By: jhi                                   on 2000/10/03  00:50:56
74104         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
74105              From: Nick Clark <nick@plum.flirble.org>
74106              Date: Mon, 2 Oct 2000 11:03:24 +0100
74107              Message-Id: <20001002110324.D20073@plum.flirble.org>
74108              
74109              Also fixes bug ID 20001002.005.
74110      Branch: perl
74111            ! t/lib/encode.t
74112 ____________________________________________________________________________
74113 [  7124] By: jhi                                   on 2000/10/03  00:34:59
74114         Log: Subject: [PATCH 5.7.0] Epoc update
74115              From: Olaf Flebbe <o.flebbe@gmx.de>
74116              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
74117              Message-ID: <26423.969484586@www10.gmx.net>
74118      Branch: perl
74119            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
74120            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
74121            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
74122            ! util.c util.h
74123 ____________________________________________________________________________
74124 [  7123] By: jhi                                   on 2000/10/03  00:30:07
74125         Log: Regen headers.
74126      Branch: perl
74127            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
74128 ____________________________________________________________________________
74129 [  7122] By: jhi                                   on 2000/10/03  00:10:48
74130         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
74131      Branch: perl
74132            ! hints/openbsd.sh
74133 ____________________________________________________________________________
74134 [  7121] By: jhi                                   on 2000/10/03  00:05:06
74135         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
74136              From: <abigail@foad.org>
74137              Date: Tue, 26 Sep 2000 13:36:14 -0400
74138              Message-ID: <20000926173614.4356.qmail@foad.org>
74139      Branch: perl
74140            ! pod/perlop.pod
74141 ____________________________________________________________________________
74142 [  7120] By: jhi                                   on 2000/10/03  00:04:00
74143         Log: Inside require() $^S was always left undefined.
74144              
74145              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
74146              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
74147              Date: Wed, 27 Sep 2000 18:54:49 -0400
74148              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
74149      Branch: perl
74150            ! cop.h mg.c pp_ctl.c util.c
74151 ____________________________________________________________________________
74152 [  7119] By: jhi                                   on 2000/10/03  00:00:16
74153         Log: Subject: [PATCH] DLL not restartabke with threaded perl
74154              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
74155              Date: Thu, 28 Sep 2000 09:20:46 +0100
74156              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
74157      Branch: perl
74158            ! perl.c
74159 ____________________________________________________________________________
74160 [  7118] By: jhi                                   on 2000/10/02  23:59:20
74161         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
74162              From: Nicholas Clark <nick@ccl4.org>
74163              Date: Thu, 28 Sep 2000 11:52:24 +0100
74164              Message-ID: <20000928115224.D7924@plum.flirble.org>
74165      Branch: perl
74166            ! op.c
74167 ____________________________________________________________________________
74168 [  7117] By: jhi                                   on 2000/10/02  23:57:51
74169         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
74170              From: Nicholas Clark <nick@babyhippo.co.uk>
74171              Date: Thu, 28 Sep 2000 12:18:10 +0100
74172              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
74173              
74174              Did not apply cleanly, manual intervention was needed.
74175      Branch: perl
74176            ! ext/B/B/Bytecode.pm utils/perlcc.PL
74177 ____________________________________________________________________________
74178 [  7116] By: jhi                                   on 2000/10/02  23:50:40
74179         Log: Document the issue (is not a syntax error, kind of)
74180              
74181              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
74182              From: Nicholas Clark <nick@ccl4.org>
74183              Date: Thu, 28 Sep 2000 17:12:42 +0100
74184              Message-ID: <20000928171242.K7924@plum.flirble.org>
74185      Branch: perl
74186            ! pod/perldata.pod
74187 ____________________________________________________________________________
74188 [  7115] By: jhi                                   on 2000/10/02  23:48:58
74189         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
74190              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
74191              Date: Thu, 28 Sep 2000 21:55:31 -0400
74192              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
74193      Branch: perl
74194            ! regexec.c
74195 ____________________________________________________________________________
74196 [  7114] By: jhi                                   on 2000/10/02  23:47:57
74197         Log: Subject: DOC PATCH 5.6.0
74198              From: mjd@plover.com
74199              Date: 30 Sep 2000 06:02:34 -0000
74200              Message-ID: <20000930060234.4559.qmail@plover.com>
74201      Branch: perl
74202            ! pod/perldebguts.pod
74203 ____________________________________________________________________________
74204 [  7113] By: jhi                                   on 2000/10/02  23:46:43
74205         Log: SOCK_DGRAM and listen() do not mix as reported in
74206              
74207              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
74208              From: Petter Reinholdtsen <pere@hungry.com>
74209              Date: Sun, 1 Oct 2000 10:57:20 +0800
74210              Message-Id: <200010010257.KAA05735@localhost.localdomain>
74211              
74212              The patch for 5.7.0+ had to be reengineered, though.
74213      Branch: perl
74214            ! ext/IO/lib/IO/Socket/UNIX.pm
74215 ____________________________________________________________________________
74216 [  7112] By: jhi                                   on 2000/10/02  23:36:57
74217         Log: Subject: Re: [PATCH 5.005_64 missed]
74218              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
74219              Date: Sun, 1 Oct 2000 18:50:10 -0400
74220              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
74221      Branch: perl
74222            ! pod/perlxs.pod
74223 ____________________________________________________________________________
74224 [  7111] By: jhi                                   on 2000/10/02  23:35:40
74225         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
74226              From: Radu Greab <radu@netsoft.ro>
74227              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
74228              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
74229      Branch: perl
74230            ! op.c opcode.pl t/op/substr.t
74231 ____________________________________________________________________________
74232 [  7110] By: jhi                                   on 2000/10/02  23:32:38
74233         Log: Subject: [PATCH] Fix aliasing of tied filehandles
74234              From: Daniel Chetlin <daniel@chetlin.com>
74235              Date: Mon, 2 Oct 2000 14:53:27 -0700
74236              Message-ID: <20001002145327.C1617@ilmd>
74237      Branch: perl
74238            ! perl.h pp_hot.c t/op/tiehandle.t
74239 ____________________________________________________________________________
74240 [  7109] By: jhi                                   on 2000/10/02  23:31:30
74241         Log: s/Robin Parker/Robin Barker/
74242      Branch: perl
74243            ! Changes5.6
74244 ____________________________________________________________________________
74245 [  7108] By: jhi                                   on 2000/10/02  23:15:46
74246         Log: Retract #7091 as suggested in
74247              
74248              From: Robin Barker <rmb1@cise.npl.co.uk> 
74249              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
74250              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
74251              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
74252      Branch: perl
74253            ! embed.pl proto.h
74254 ____________________________________________________________________________
74255 [  7107] By: nick                                  on 2000/10/02  18:23:14
74256         Log: A few tweaks to get Tk803 to work with Encode scheme.
74257      Branch: perl
74258            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
74259 ____________________________________________________________________________
74260 [  7106] By: nick                                  on 2000/10/01  21:34:14
74261         Log: Add checking cases to Encode's toUnicode and fromUnicode.
74262      Branch: perl
74263            ! ext/Encode/Encode.pm
74264 ____________________________________________________________________________
74265 [  7105] By: nick                                  on 2000/10/01  17:18:01
74266         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
74267              To read and use them.
74268              Add a lib/encode.t which checks a few things.
74269      Branch: perl
74270            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
74271            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
74272            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
74273            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
74274            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
74275            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
74276            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
74277            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
74278            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
74279            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
74280            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
74281            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
74282            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
74283            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
74284            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
74285            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
74286            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
74287            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
74288            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
74289            + ext/Encode/Encode/iso2022-jp.enc
74290            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
74291            + ext/Encode/Encode/iso8859-1.enc
74292            + ext/Encode/Encode/iso8859-2.enc
74293            + ext/Encode/Encode/iso8859-3.enc
74294            + ext/Encode/Encode/iso8859-4.enc
74295            + ext/Encode/Encode/iso8859-5.enc
74296            + ext/Encode/Encode/iso8859-6.enc
74297            + ext/Encode/Encode/iso8859-7.enc
74298            + ext/Encode/Encode/iso8859-8.enc
74299            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
74300            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
74301            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
74302            + ext/Encode/Encode/macCentEuro.enc
74303            + ext/Encode/Encode/macCroatian.enc
74304            + ext/Encode/Encode/macCyrillic.enc
74305            + ext/Encode/Encode/macDingbats.enc
74306            + ext/Encode/Encode/macGreek.enc
74307            + ext/Encode/Encode/macIceland.enc
74308            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
74309            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
74310            + ext/Encode/Encode/macTurkish.enc
74311            + ext/Encode/Encode/macUkraine.enc
74312            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
74313            + t/lib/encode.t
74314            ! MANIFEST ext/Encode/Encode.pm
74315 ____________________________________________________________________________
74316 [  7104] By: nick                                  on 2000/09/30  13:04:30
74317         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
74318              From: Daniel Chetlin <daniel@chetlin.com>
74319              Date: Mon, 18 Sep 2000 05:05:40 -0700
74320              Message-Id: <20000918050540.C652@ilmd>
74321      Branch: perl
74322            ! lib/overload.pm sv.c t/pragma/overload.t
74323 ____________________________________________________________________________
74324 [  7103] By: nick                                  on 2000/09/30  12:53:36
74325         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
74326              From: Johan Vromans <jvromans@squirrel.nl>
74327              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
74328              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
74329      Branch: perl
74330            ! pod/Makefile.SH
74331 ____________________________________________________________________________
74332 [  7102] By: nick                                  on 2000/09/30  12:52:31
74333         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
74334              From: Spider Boardman <spider@Orb.Nashua.NH.US>
74335              Date: Sat, 16 Sep 2000 16:36:45 -0400
74336              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
74337      Branch: perl
74338            ! ext/B/B/Deparse.pm
74339 ____________________________________________________________________________
74340 [  7101] By: nick                                  on 2000/09/30  12:51:41
74341         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
74342              From: Craig A. Berry <craig.berry@psinetcs.com>
74343              Date: Sat, 16 Sep 2000 10:11:10 -0500
74344              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
74345      Branch: perl
74346            ! vms/vms.c
74347 ____________________________________________________________________________
74348 [  7100] By: nick                                  on 2000/09/30  12:50:33
74349         Log: Subject: Re: unicode support and perl [ID 20000901.097]
74350              From: Spider Boardman <spider@Orb.Nashua.NH.US>
74351              Date: Fri, 15 Sep 2000 16:37:58 -0400
74352              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
74353      Branch: perl
74354            ! t/op/append.t
74355 ____________________________________________________________________________
74356 [  7099] By: nick                                  on 2000/09/30  12:49:35
74357         Log: Subject: Re: unicode support and perl [ID 20000901.097]
74358              From: Spider Boardman <spider@Orb.Nashua.NH.US>
74359              Date: Fri, 15 Sep 2000 16:25:30 -0400
74360              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
74361      Branch: perl
74362            ! pp_hot.c
74363 ____________________________________________________________________________
74364 [  7098] By: nick                                  on 2000/09/30  12:48:00
74365         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
74366              From: Gisle Aas <gisle@ActiveState.com>
74367              Date: 15 Sep 2000 16:23:41 +0200
74368              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
74369      Branch: perl
74370            ! toke.c
74371 ____________________________________________________________________________
74372 [  7097] By: nick                                  on 2000/09/30  12:45:16
74373         Log: Subject: [PATCH] Nits in perlmod.pod
74374              From: Daniel Chetlin <daniel@chetlin.com>
74375              Date: Fri, 15 Sep 2000 02:04:09 -0700
74376              Message-Id: <20000915020409.A2104@ilmd>
74377      Branch: perl
74378            ! pod/perlmod.pod
74379 ____________________________________________________________________________
74380 [  7096] By: nick                                  on 2000/09/30  12:18:00
74381         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
74382              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
74383              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
74384              0 to checking to get the warning.
74385      Branch: perl
74386            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
74387            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
74388            ! regexec.c sv.c toke.c utf8.c
74389 ____________________________________________________________________________
74390 [  7095] By: nick                                  on 2000/09/15  16:55:59
74391         Log: Multiplicity & ithreads fix for sv.c/Encode.xs
74392              
74393              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
74394              From: Spider Boardman <spider@Orb.Nashua.NH.US>
74395              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
74396              Date: Fri, 15 Sep 2000 06:37:30 -0400
74397      Branch: perl
74398            ! ext/Encode/Encode.xs sv.c
74399 ____________________________________________________________________________
74400 [  7094] By: jhi                                   on 2000/09/15  03:23:32
74401         Log: Update Changes.
74402      Branch: perl
74403            ! Changes patchlevel.h
74404 ____________________________________________________________________________
74405 [  7093] By: jhi                                   on 2000/09/15  03:11:44
74406         Log: Fix for the charnames.t failures from Spider Boardman.
74407      Branch: perl
74408            ! toke.c
74409 ____________________________________________________________________________
74410 [  7092] By: jhi                                   on 2000/09/15  00:15:48
74411         Log: Botched the #7090 check-in.
74412      Branch: perl
74413            ! sv.c
74414 ____________________________________________________________________________
74415 [  7091] By: jhi                                   on 2000/09/14  23:33:24
74416         Log: Part of #7081 didn't come through.
74417      Branch: perl
74418            ! embed.pl proto.h
74419 ____________________________________________________________________________
74420 [  7090] By: jhi                                   on 2000/09/14  23:17:39
74421         Log: Subject: Re: perl@7078 
74422              From: Spider Boardman <spider@web.zk3.dec.com>
74423              Date: Thu, 14 Sep 2000 19:06:36 -0400
74424              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
74425      Branch: perl
74426            ! sv.c toke.c
74427 ____________________________________________________________________________
74428 [  7089] By: jhi                                   on 2000/09/14  23:11:21
74429         Log: Small portability tweaks.
74430      Branch: perl
74431            ! ext/Encode/Encode.xs
74432 ____________________________________________________________________________
74433 [  7088] By: jhi                                   on 2000/09/14  22:57:23
74434         Log: Fake return to pacify picky compilers.
74435      Branch: perl
74436            ! ext/Encode/Encode.xs
74437 ____________________________________________________________________________
74438 [  7087] By: jhi                                   on 2000/09/14  22:53:37
74439         Log: Subject: [PATCH] utf8.c apidoc
74440              From: Simon Cozens <simon@cozens.net>
74441              Date: Thu, 14 Sep 2000 23:46:57 +0100
74442              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
74443      Branch: perl
74444            ! perlapi.c pod/perlapi.pod utf8.c
74445 ____________________________________________________________________________
74446 [  7086] By: jhi                                   on 2000/09/14  22:40:38
74447         Log: We don't need to count the high bit bytes, a boolean is enough. 
74448      Branch: perl
74449            ! sv.c
74450 ____________________________________________________________________________
74451 [  7085] By: jhi                                   on 2000/09/14  21:20:09
74452         Log: Replace #7084 with
74453              
74454              Subject: Re: perl@7078 
74455              From: Spider Boardman <spider@web.zk3.dec.com>
74456              Date: Thu, 14 Sep 2000 17:09:36 -0400
74457              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
74458      Branch: perl
74459            ! sv.c utf8.c
74460 ____________________________________________________________________________
74461 [  7084] By: jhi                                   on 2000/09/14  20:03:34
74462         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
74463              convertible to bytes by checking it doesn't go above 0xc3
74464              
74465              Subject: Re: perl@7078
74466              From: Simon Cozens <simon@cozens.net>
74467              Date: Thu, 14 Sep 2000 20:59:19 +0100
74468              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
74469      Branch: perl
74470            ! utf8.c
74471 ____________________________________________________________________________
74472 [  7083] By: jhi                                   on 2000/09/14  19:38:47
74473         Log: Subject: Re: perl@7078
74474              From: Simon Cozens <simon@cozens.net>
74475              Date: Thu, 14 Sep 2000 20:13:09 +0100
74476              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
74477      Branch: perl
74478            ! t/op/bop.t
74479 ____________________________________________________________________________
74480 [  7082] By: jhi                                   on 2000/09/14  17:50:44
74481         Log: The one that got away.
74482      Branch: perl
74483            ! lib/File/Find.pm
74484 ____________________________________________________________________________
74485 [  7081] By: jhi                                   on 2000/09/14  17:45:35
74486         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
74487              From: Robin Barker <rmb1@cise.npl.co.uk>
74488              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
74489              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
74490      Branch: perl
74491            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
74492            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
74493            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
74494            ! regcomp.c toke.c universal.c
74495 ____________________________________________________________________________
74496 [  7080] By: jhi                                   on 2000/09/14  17:40:35
74497         Log: Problems picked up by AIX cc.
74498              
74499              Subject: Re: perl@7078 (patch included)
74500              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
74501              Date: Thu, 14 Sep 2000 18:53:30 +0200
74502              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
74503      Branch: perl
74504            ! ext/Encode/Encode.xs
74505 ____________________________________________________________________________
74506 [  7079] By: jhi                                   on 2000/09/14  17:38:27
74507         Log: Subject: File::Find 5.7.0 POD nits
74508              From: Rich Morin <rdm@cfcl.com>
74509              Date: Wed, 13 Sep 2000 22:03:58 -0700
74510              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
74511      Branch: perl
74512            ! lib/File/Find.pm
74513 ____________________________________________________________________________
74514 [  7078] By: jhi                                   on 2000/09/14  14:58:20
74515         Log: Update Changes.
74516      Branch: perl
74517            ! Changes patchlevel.h
74518 ____________________________________________________________________________
74519 [  7077] By: jhi                                   on 2000/09/14  14:55:54
74520         Log: Compilation warnings and an error.
74521      Branch: perl
74522            ! sv.c
74523 ____________________________________________________________________________
74524 [  7076] By: jhi                                   on 2000/09/14  14:42:56
74525         Log: Fix for a parsing bug, not for the original bug.
74526              
74527              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
74528              From: Spider Boardman <spider@web.zk3.dec.com>
74529              Date: Wed, 13 Sep 2000 17:52:20 -0400
74530              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
74531      Branch: perl
74532            ! regcomp.c
74533 ____________________________________________________________________________
74534 [  7075] By: jhi                                   on 2000/09/14  14:40:40
74535         Log: Batch of UTF-8 patches from Simon Cozens.
74536      Branch: perl
74537            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
74538            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
74539            ! toke.c utf8.c
74540 ____________________________________________________________________________
74541 [  7074] By: jhi                                   on 2000/09/14  14:29:58
74542         Log: Subject: Re: Two advertising clauses need to be removed
74543              From: Russ Allbery <rra@stanford.edu>
74544              Date: 13 Sep 2000 18:50:26 -0700
74545              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
74546      Branch: perl
74547            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
74548 ____________________________________________________________________________
74549 [  7073] By: jhi                                   on 2000/09/14  14:28:20
74550         Log: Subject: [PATCH] de-wall t/README
74551              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
74552              Date: Wed, 13 Sep 2000 17:46:55 -0700
74553              Message-ID: <//Bw5gzkge/e092yn@efn.org>
74554      Branch: perl
74555            ! t/README
74556 ____________________________________________________________________________
74557 [  7072] By: jhi                                   on 2000/09/14  14:25:10
74558         Log: Hints optimization.
74559              
74560              Subject: Minor nit
74561              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
74562              Date: Wed, 13 Sep 2000 21:42:07 +0200
74563              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
74564      Branch: perl
74565            ! hints/hpux.sh
74566 ____________________________________________________________________________
74567 [  7071] By: jhi                                   on 2000/09/14  14:23:30
74568         Log: Allow chop() and chomp() to be overridden.
74569              
74570              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
74571              From: "Casey R. Tweten" <crt@kiski.net>
74572              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
74573              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
74574      Branch: perl
74575            ! toke.c
74576 ____________________________________________________________________________
74577 [  7070] By: jhi                                   on 2000/09/14  14:20:36
74578         Log: The return value of setlocale must be copied away.
74579              
74580              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
74581              From: Alan Burlison <Alan.Burlison@uk.sun.com>
74582              Date: Wed, 13 Sep 2000 16:27:37 +0100 
74583              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
74584      Branch: perl
74585            ! util.c
74586 ____________________________________________________________________________
74587 [  7069] By: jhi                                   on 2000/09/14  14:16:27
74588         Log: Remove vestiges of tr//CU.
74589              
74590              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
74591              From: Nick Clark <nick@plum.flirble.org>
74592              Date: Tue, 12 Sep 2000 22:50:14 +0100
74593              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
74594              
74595              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
74596              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
74597              Date: Tue, 12 Sep 2000 21:38:48 -0700
74598              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
74599      Branch: perl
74600            ! op.h pod/perlunicode.pod
74601 ____________________________________________________________________________
74602 [  7068] By: jhi                                   on 2000/09/13  14:18:39
74603         Log: Add the Encode extension.  The code is still largely just skeleton.
74604      Branch: perl
74605            + ext/Encode/Encode.pm ext/Encode/Encode.xs
74606            + ext/Encode/Makefile.PL ext/Encode/Todo
74607            ! MANIFEST Todo-5.6
74608 ____________________________________________________________________________
74609 [  7067] By: jhi                                   on 2000/09/12  17:43:33
74610         Log: Allow for whitespace between "#" and "line" in cpp output.
74611              
74612              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
74613              From: Calle Dybedahl <calle@lysator.liu.se>
74614              Date: 12 Sep 2000 19:38:02 +0200 
74615              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
74616      Branch: perl
74617            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
74618 ____________________________________________________________________________
74619 [  7066] By: gsar                                  on 2000/09/12  17:24:29
74620         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
74621              initialization in all the threads on Windows
74622      Branch: perl
74623            ! win32/win32.c
74624 ____________________________________________________________________________
74625 [  7065] By: jhi                                   on 2000/09/12  15:11:31
74626         Log: Update Changes.
74627      Branch: perl
74628            ! Changes patchlevel.h
74629 ____________________________________________________________________________
74630 [  7064] By: jhi                                   on 2000/09/12  14:54:54
74631         Log: Retract #7062, the pod tests are not ready.
74632      Branch: perl
74633            ! t/TEST t/harness
74634 ____________________________________________________________________________
74635 [  7063] By: jhi                                   on 2000/09/12  14:25:41
74636         Log: The #7054 truncated Configure badly.
74637      Branch: metaconfig/U/perl
74638            ! End.U
74639      Branch: perl
74640            ! Configure config_h.SH
74641 ____________________________________________________________________________
74642 [  7062] By: jhi                                   on 2000/09/12  14:08:32
74643         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
74644              From: sthoenna@efn.org
74645              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
74646              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
74647      Branch: perl
74648            ! t/TEST t/harness
74649 ____________________________________________________________________________
74650 [  7061] By: jhi                                   on 2000/09/12  14:07:18
74651         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
74652              From: sthoenna@efn.org
74653              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
74654              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
74655      Branch: perl
74656            ! pod/perlxs.pod
74657 ____________________________________________________________________________
74658 [  7060] By: jhi                                   on 2000/09/12  14:06:08
74659         Log: Break up the myconfig lines a bit.
74660              
74661              Subject: perlbug/perl -V output format
74662              From: sthoenna@efn.org
74663              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
74664              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
74665      Branch: perl
74666            ! myconfig.SH
74667 ____________________________________________________________________________
74668 [  7059] By: jhi                                   on 2000/09/12  14:05:04
74669         Log: Test for the #7049.
74670              
74671              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
74672              From: andreas.koenig@anima.de (Andreas J. Koenig)
74673              Date: 12 Sep 2000 06:42:01 +0200
74674              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
74675      Branch: perl
74676            ! t/op/my.t
74677 ____________________________________________________________________________
74678 [  7058] By: jhi                                   on 2000/09/12  14:03:05
74679         Log: Subject: [patch: perl@7045] vms updates
74680              From: Peter Prymmer <pvhp@forte.com>
74681              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
74682              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
74683      Branch: perl
74684            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
74685 ____________________________________________________________________________
74686 [  7057] By: jhi                                   on 2000/09/12  14:00:51
74687         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
74688              From: sthoenna@efn.org
74689              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
74690              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
74691      Branch: perl
74692            ! t/op/64bitint.t
74693 ____________________________________________________________________________
74694 [  7056] By: jhi                                   on 2000/09/12  13:58:14
74695         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
74696              From: Jeff Pinyan <jeffp@crusoe.net>
74697              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
74698              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
74699      Branch: perl
74700            ! pod/perlfunc.pod
74701 ____________________________________________________________________________
74702 [  7055] By: jhi                                   on 2000/09/12  13:56:32
74703         Log: Do in VMS as the #7054 does.
74704      Branch: perl
74705            ! configure.com
74706 ____________________________________________________________________________
74707 [  7054] By: jhi                                   on 2000/09/12  13:50:31
74708         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
74709              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
74710              Date: Mon, 11 Sep 2000 08:33:09 +0100
74711              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
74712      Branch: metaconfig/U/perl
74713            ! End.U
74714      Branch: perl
74715            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
74716            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
74717 ____________________________________________________________________________
74718 [  7053] By: jhi                                   on 2000/09/12  13:29:19
74719         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
74720              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
74721              Date:     Tue, 12 Sep 2000 08:35:59 EDT
74722              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
74723      Branch: perl
74724            ! vms/test.com
74725 ____________________________________________________________________________
74726 [  7052] By: jhi                                   on 2000/09/11  23:01:50
74727         Log: Document the SvUTF8*().
74728      Branch: perl
74729            ! pod/perlapi.pod sv.h
74730 ____________________________________________________________________________
74731 [  7051] By: gsar                                  on 2000/09/11  14:46:30
74732         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
74733              (missed a spot when fixing up op_pmreplroot hack for ithreads)
74734      Branch: perl
74735            ! op.c t/op/split.t
74736 ____________________________________________________________________________
74737 [  7050] By: nick                                  on 2000/09/11  10:03:51
74738         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
74739              
74740              Subject: borland C++ win32.c tweak
74741              From: Vadim Konovalov <vkonovalov@lucent.com>
74742              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
74743              Date: Mon, 11 Sep 2000 11:22:33 +0400
74744      Branch: perl
74745            ! win32/win32.c
74746 ____________________________________________________________________________
74747 [  7049] By: nick                                  on 2000/09/11  09:57:33
74748         Log: Point fix for s/// on foreach (keys %xxx).
74749      Branch: perl
74750            ! pp_hot.c
74751 ____________________________________________________________________________
74752 [  7048] By: jhi                                   on 2000/09/10  23:37:09
74753         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
74754              by Pod::Text, from Brad Appleton.
74755      Branch: perl
74756            ! t/pod/testp2pt.pl
74757 ____________________________________________________________________________
74758 [  7047] By: jhi                                   on 2000/09/10  14:32:53
74759         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
74760              by Russ Allbery.
74761      Branch: perl
74762            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
74763 ____________________________________________________________________________
74764 [  7046] By: jhi                                   on 2000/09/10  14:15:08
74765         Log: Upgrade to CPAN 1.57_65, from Andreas König.
74766      Branch: perl
74767            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
74768 ____________________________________________________________________________
74769 [  7045] By: jhi                                   on 2000/09/08  21:36:32
74770         Log: Update Changes.
74771      Branch: perl
74772            ! Changes patchlevel.h
74773 ____________________________________________________________________________
74774 [  7044] By: jhi                                   on 2000/09/08  21:29:56
74775         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
74776              From: Peter Prymmer <pvhp@forte.com>
74777              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
74778              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
74779      Branch: perl
74780            ! configure.com
74781 ____________________________________________________________________________
74782 [  7043] By: jhi                                   on 2000/09/08  21:27:50
74783         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
74784              From: Peter Prymmer <pvhp@forte.com>
74785              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
74786              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
74787      Branch: perl
74788            ! Makefile.SH installperl
74789 ____________________________________________________________________________
74790 [  7042] By: jhi                                   on 2000/09/08  21:23:21
74791         Log: Continue #7041.
74792      Branch: perl
74793            ! cygwin/Makefile.SHs os2/Makefile.SHs
74794 ____________________________________________________________________________
74795 [  7041] By: jhi                                   on 2000/09/08  21:18:10
74796         Log: Do away with memory models cruft.  Sorry, PDP users.
74797      Branch: metaconfig
74798            ! U/modified/cc.U U/modified/libpth.U
74799      Branch: perl
74800            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
74801            ! Porting/config_H cflags.SH config_h.SH configure.com
74802            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
74803            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
74804            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
74805 ____________________________________________________________________________
74806 [  7040] By: jhi                                   on 2000/09/08  14:34:18
74807         Log: Major rewrite of s2p.  And I mean really major, it is
74808              an implementation of sed in perl.  If called as s2p it
74809              will function as s2p.  Note: needs non-UNIXifying.
74810              
74811              Subject: s2p
74812              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
74813              Date: Mon, 28 Aug 2000 14:05:12 +0200
74814              Message-ID: <39AA5578.2102E2AA@alcatel.at>
74815      Branch: perl
74816            ! x2p/s2p.PL
74817 ____________________________________________________________________________
74818 [  7039] By: jhi                                   on 2000/09/08  14:19:49
74819         Log: Re-allow vec() for characters > 255.
74820              
74821              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
74822              From: Spider Boardman <spider@web.zk3.dec.com>
74823              Date: Fri, 08 Sep 2000 02:21:02 -0400
74824              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
74825      Branch: perl
74826            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
74827            ! t/op/vec.t
74828 ____________________________________________________________________________
74829 [  7038] By: jhi                                   on 2000/09/08  14:14:18
74830         Log: Subject: [PATCH lib/Benchmark.pm]
74831              From: <abigail@foad.org>
74832              Date: Thu, 7 Sep 2000 15:03:20 -0400
74833              Message-ID: <20000907190320.888.qmail@foad.org>
74834      Branch: perl
74835            ! lib/Benchmark.pm
74836 ____________________________________________________________________________
74837 [  7037] By: jhi                                   on 2000/09/08  14:11:06
74838         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
74839              
74840              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
74841              From: Spider Boardman <spider@web.zk3.dec.com>
74842              Date: Fri, 08 Sep 2000 01:30:27 -0400
74843              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
74844      Branch: perl
74845            ! op.c
74846 ____________________________________________________________________________
74847 [  7036] By: jhi                                   on 2000/09/08  14:08:58
74848         Log: Subject: [ID 20000908.002] perlipc documentation bug.
74849              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
74850              Date: Fri, 08 Sep 2000 12:38:32 +0200
74851              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
74852      Branch: perl
74853            ! pod/perlipc.pod
74854 ____________________________________________________________________________
74855 [  7035] By: jhi                                   on 2000/09/08  14:03:12
74856         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
74857              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
74858              Date: Fri, 08 Sep 2000 11:47:34 +0200
74859              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
74860      Branch: perl
74861            ! hints/dec_osf.sh
74862 ____________________________________________________________________________
74863 [  7034] By: jhi                                   on 2000/09/08  13:59:35
74864         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
74865              From: Simon Cozens <simon@cozens.net>
74866              Date: Thu, 7 Sep 2000 20:40:38 +0100
74867              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
74868      Branch: perl
74869            ! pp_hot.c
74870 ____________________________________________________________________________
74871 [  7033] By: jhi                                   on 2000/09/08  04:03:03
74872         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
74873              From: "Larry W. Virden" <lvirden@cas.org>
74874              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
74875              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
74876      Branch: perl
74877            ! pod/perldiag.pod
74878 ____________________________________________________________________________
74879 [  7032] By: jhi                                   on 2000/09/07  22:18:30
74880         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
74881              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
74882              Date: Mon, 04 Sep 2000 13:16:38 -0700
74883              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
74884      Branch: perl
74885            ! lib/perl5db.pl
74886 ____________________________________________________________________________
74887 [  7031] By: jhi                                   on 2000/09/07  22:02:29
74888         Log: Fix the ccversion detection for 5.1 and beyond.
74889              
74890              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
74891              From: Spider Boardman <spider@leggy.zk3.dec.com>
74892              Date: Thu, 7 Sep 2000 17:54:27 -0400
74893              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
74894      Branch: perl
74895            ! hints/dec_osf.sh
74896 ____________________________________________________________________________
74897 [  7030] By: jhi                                   on 2000/09/07  19:12:28
74898         Log: Fix for
74899              
74900              Subject: [ID 20000903.001] \w in utf8-strings
74901              From: Marc Lehmann <pcg@goof.com>
74902              Date: Sun, 03 Sep 2000 09:44:29 +0200
74903              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
74904              
74905              and various related nits.
74906      Branch: perl
74907            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
74908 ____________________________________________________________________________
74909 [  7029] By: jhi                                   on 2000/09/07  18:49:09
74910         Log: Fix the URL, but the server is still missing in action.
74911              
74912              Subject: [ID 20000905.002] perlfaq1.pod URL error
74913              From: "Larry W. Virden" <lvirden@cas.org>
74914              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
74915              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
74916      Branch: perl
74917            ! pod/perlfaq1.pod
74918 ____________________________________________________________________________
74919 [  7028] By: jhi                                   on 2000/09/07  18:47:13
74920         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
74921              From: Hugo <hv@crypt.compulink.co.uk>
74922              Date: Tue, 05 Sep 2000 14:13:37 +0100
74923              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
74924      Branch: perl
74925            ! toke.c
74926 ____________________________________________________________________________
74927 [  7027] By: jhi                                   on 2000/09/07  18:45:35
74928         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
74929              From: Daniel Chetlin <daniel@chetlin.com>
74930              Date: Tue, 5 Sep 2000 04:57:07 -0700
74931              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
74932      Branch: perl
74933            ! pod/perlfaq6.pod pod/perlop.pod
74934 ____________________________________________________________________________
74935 [  7026] By: jhi                                   on 2000/09/07  18:44:01
74936         Log: Document the new ref() semantics.
74937              
74938              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
74939              From: Gisle Aas <gisle@ActiveState.com>
74940              Date: 05 Sep 2000 08:10:30 +0200
74941              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
74942      Branch: perl
74943            ! pod/perldelta.pod
74944 ____________________________________________________________________________
74945 [  7025] By: jhi                                   on 2000/09/07  18:42:27
74946         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
74947              
74948              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
74949              From: Gisle Aas <gisle@ActiveState.com>
74950              Date: 05 Sep 2000 08:11:40 +0200
74951              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
74952      Branch: perl
74953            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
74954 ____________________________________________________________________________
74955 [  7024] By: jhi                                   on 2000/09/07  18:39:32
74956         Log: Subject: [PATCH] Modernize Opcode.pm documentation
74957              From: Gisle Aas <gisle@ActiveState.com>
74958              Date: 4 Sep 2000 00:18:55 -0000
74959              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
74960      Branch: perl
74961            ! ext/Opcode/Opcode.pm
74962 ____________________________________________________________________________
74963 [  7023] By: jhi                                   on 2000/09/07  18:37:42
74964         Log: Subject: [PATCH] Tied filehandle documentation
74965              From: Gisle Aas <gisle@ActiveState.com>
74966              Date: 4 Sep 2000 00:14:40 -0000
74967              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
74968      Branch: perl
74969            ! pod/perlfunc.pod pod/perltie.pod
74970 ____________________________________________________________________________
74971 [  7022] By: jhi                                   on 2000/09/07  18:35:37
74972         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
74973              From: Gisle Aas <gisle@ActiveState.com>
74974              Date: 4 Sep 2000 00:04:22 -0000
74975              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
74976      Branch: perl
74977            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
74978 ____________________________________________________________________________
74979 [  7021] By: jhi                                   on 2000/09/07  18:33:22
74980         Log: Subject: small apidoc fix
74981              From: Marc Lehmann <pcg@goof.com>
74982              Date: Sun, 3 Sep 2000 05:12:06 +0200
74983              Message-ID: <20000903051206.A5909@cerebro.laendle>
74984      Branch: perl
74985            ! pod/perlapi.pod utf8.c
74986 ____________________________________________________________________________
74987 [  7020] By: jhi                                   on 2000/09/07  16:14:57
74988         Log: Tiny perldelta nits.
74989      Branch: perl
74990            ! pod/perldelta.pod
74991 ____________________________________________________________________________
74992 [  7019] By: jhi                                   on 2000/09/07  16:04:20
74993         Log: Guard against bad string->int conversion for quads.
74994      Branch: perl
74995            ! t/op/64bitint.t
74996 ____________________________________________________________________________
74997 [  7018] By: jhi                                   on 2000/09/06  17:07:03
74998         Log: Update Unicode todo list.
74999      Branch: perl
75000            ! Todo-5.6
75001 ____________________________________________________________________________
75002 [  7017] By: jhi                                   on 2000/09/05  21:16:01
75003         Log: Document the SvIOK_.*UV().
75004      Branch: perl
75005            ! pod/perlapi.pod sv.h
75006 ____________________________________________________________________________
75007 [  7016] By: nick                                  on 2000/09/03  21:54:46
75008         Log: Hash lookup of constant strings optimization:
75009              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
75010              to string table (as per sharepvn). Add newSV_pvn_share to create such
75011              a thing. Make hv.c compare addresses of strings and skip string compare
75012              if equal. Make method_named and helem ops use these shared-string SVs
75013              when arg is constant. Make keys op return shared-string SVs (less clearly
75014              a win).
75015      Branch: perl
75016            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
75017            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
75018            ! pod/perlintern.pod pp_hot.c proto.h sv.c
75019 ____________________________________________________________________________
75020 [  7015] By: jhi                                   on 2000/09/02  17:48:59
75021         Log: This is 5.7.0.
75022      Branch: perl
75023            ! Changes
75024 ____________________________________________________________________________
75025 [  7014] By: jhi                                   on 2000/09/02  17:35:45
75026         Log: Changes and patchlevel tweaks.
75027      Branch: perl
75028            ! Changes patchlevel.h
75029 ____________________________________________________________________________
75030 [  7013] By: jhi                                   on 2000/09/02  17:30:50
75031         Log: Update Changes.
75032      Branch: perl
75033            ! Changes patchlevel.h
75034 ____________________________________________________________________________
75035 [  7012] By: nick                                  on 2000/09/02  17:25:20
75036         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
75037      Branch: perl
75038            ! gv.c lib/overload.pm
75039 ____________________________________________________________________________
75040 [  7011] By: jhi                                   on 2000/09/02  17:16:25
75041         Log: Update perlhist.
75042      Branch: perl
75043            ! pod/perlhist.pod
75044 ____________________________________________________________________________
75045 [  7010] By: jhi                                   on 2000/09/02  17:01:35
75046         Log: perldelta nits.
75047      Branch: perl
75048            ! pod/perldelta.pod
75049 ____________________________________________________________________________
75050 [  7009] By: nick                                  on 2000/09/02  16:48:35
75051         Log: If overloaded %{} etc. return the object do not loop.
75052              Thus  sub deref { $_[0] } functions if object is wanted type.
75053      Branch: perl
75054            ! pp.h
75055 ____________________________________________________________________________
75056 [  7008] By: jhi                                   on 2000/09/02  16:26:11
75057         Log: Retab MANIFEST.
75058      Branch: perl
75059            ! ext/Storable/MANIFEST
75060 ____________________________________________________________________________
75061 [  7007] By: jhi                                   on 2000/09/02  16:23:02
75062         Log: Make certain cc is set before trying to run it.
75063      Branch: perl
75064            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
75065 ____________________________________________________________________________
75066 [  7006] By: jhi                                   on 2000/09/02  15:45:41
75067         Log: Unicode notes.
75068      Branch: perl
75069            ! pod/perldelta.pod
75070 ____________________________________________________________________________
75071 [  7005] By: jhi                                   on 2000/09/02  15:42:11
75072         Log: Various Configure nits by Philip Newton,
75073              plus the ebcdic one by me.
75074      Branch: metaconfig
75075            + U/modified/pager.U
75076            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
75077      Branch: metaconfig/U/perl
75078            ! Devel.U quadfio.U
75079      Branch: perl
75080            ! Configure config_h.SH
75081 ____________________________________________________________________________
75082 [  7004] By: jhi                                   on 2000/09/02  15:06:14
75083         Log: Apparently avoiding the swapping is too costly.
75084              
75085              From: "Ben Tilly" <ben_tilly@hotmail.com>
75086              Subject: Re: the door is closed.
75087              Date: Fri, 01 Sep 2000 20:23:16 EDT
75088              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
75089      Branch: perl
75090            ! pod/perlfaq4.pod
75091 ____________________________________________________________________________
75092 [  7003] By: nick                                  on 2000/09/02  12:26:04
75093         Log: Undo part of change 6489 which looks like a bulk edit which
75094              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
75095              The supressing of main:: on return from select() is undesirable.
75096      Branch: perl
75097            ! pp_sys.c
75098 ____________________________________________________________________________
75099 [  7002] By: jhi                                   on 2000/09/01  23:08:54
75100         Log: Update Changes.
75101      Branch: perl
75102            ! Changes patchlevel.h
75103 ____________________________________________________________________________
75104 [  7001] By: jhi                                   on 2000/09/01  23:00:13
75105         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
75106              From: Peter Prymmer <pvhp@forte.com>
75107              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
75108              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
75109              
75110              plus rework the http: spots as suggested by Tom Christiansen,
75111              plus regen perltoc.
75112      Branch: perl
75113            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
75114            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
75115 ____________________________________________________________________________
75116 [  7000] By: jhi                                   on 2000/09/01  22:36:01
75117         Log: Only the first line, thank you very much.
75118      Branch: perl
75119            ! hints/solaris_2.sh
75120 ____________________________________________________________________________
75121 [  6999] By: gsar                                  on 2000/09/01  22:16:40
75122         Log: change#6791 accidentally clobbered change#6710, put it back
75123      Branch: perl
75124            ! win32/win32.c
75125 ____________________________________________________________________________
75126 [  6998] By: jhi                                   on 2000/09/01  22:14:16
75127         Log: Mention the HP-UX LP64 freak failure.
75128      Branch: perl
75129            ! pod/perldelta.pod
75130 ____________________________________________________________________________
75131 [  6997] By: jhi                                   on 2000/09/01  21:48:32
75132         Log: Detypo.
75133      Branch: perl
75134            ! hints/hpux.sh
75135 ____________________________________________________________________________
75136 [  6996] By: jhi                                   on 2000/09/01  21:27:10
75137         Log: Update Changes.
75138      Branch: perl
75139            ! Changes patchlevel.h
75140 ____________________________________________________________________________
75141 [  6995] By: jhi                                   on 2000/09/01  21:14:24
75142         Log: Mi splgn s gnin.g
75143      Branch: perl
75144            ! pp_ctl.c
75145 ____________________________________________________________________________
75146 [  6994] By: jhi                                   on 2000/09/01  21:09:54
75147         Log: Subject: http:// in L<>
75148              From: Nicholas Clark <nick@ccl4.org>
75149              Date: Fri, 1 Sep 2000 22:03:21 +0100
75150              Message-ID: <20000901220321.B72074@plum.flirble.org>
75151      Branch: perl
75152            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
75153 ____________________________________________________________________________
75154 [  6993] By: jhi                                   on 2000/09/01  21:06:54
75155         Log: Update to Storable 1.0, from Raphael Manfredi.
75156      Branch: perl
75157            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
75158            ! ext/Storable/Makefile.PL ext/Storable/README
75159            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
75160            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
75161            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
75162            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
75163            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
75164            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
75165 ____________________________________________________________________________
75166 [  6992] By: jhi                                   on 2000/09/01  20:43:05
75167         Log: Mention known sfio+linux buglet.
75168      Branch: perl
75169            ! pod/perldelta.pod
75170 ____________________________________________________________________________
75171 [  6991] By: jhi                                   on 2000/09/01  20:40:11
75172         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
75173              From: Peter Prymmer <pvhp@forte.com>
75174              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
75175              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
75176      Branch: perl
75177            ! vms/vms.c
75178 ____________________________________________________________________________
75179 [  6990] By: jhi                                   on 2000/09/01  20:25:26
75180         Log: Retract #6986.
75181      Branch: perl
75182            ! hints/solaris_2.sh
75183 ____________________________________________________________________________
75184 [  6989] By: jhi                                   on 2000/09/01  20:23:00
75185         Log: Mergesort is back.
75186      Branch: perl
75187            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
75188 ____________________________________________________________________________
75189 [  6988] By: jhi                                   on 2000/09/01  19:37:40
75190         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
75191              From: Mike Guy <mjtg@cam.ac.uk>
75192              Date: Fri, 01 Sep 2000 17:43:33 +0100
75193              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
75194      Branch: perl
75195            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
75196            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
75197 ____________________________________________________________________________
75198 [  6987] By: jhi                                   on 2000/09/01  19:17:10
75199         Log: Regen perltoc.
75200      Branch: perl
75201            ! pod/perltoc.pod
75202 ____________________________________________________________________________
75203 [  6986] By: jhi                                   on 2000/09/01  18:51:10
75204         Log: Subject: Re: Solaris x86 has no SPARC libraries!
75205              From: Lupe Christoph <lupe@lupe-christoph.de>
75206              Date: Fri, 1 Sep 2000 20:41:20 +0200
75207              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
75208      Branch: perl
75209            ! hints/solaris_2.sh
75210 ____________________________________________________________________________
75211 [  6985] By: jhi                                   on 2000/09/01  18:28:10
75212         Log: Update Changes.
75213      Branch: perl
75214            ! Changes patchlevel.h
75215 ____________________________________________________________________________
75216 [  6984] By: jhi                                   on 2000/09/01  18:26:53
75217         Log: Feature ordering tweak.
75218      Branch: perl
75219            ! myconfig.SH
75220 ____________________________________________________________________________
75221 [  6983] By: jhi                                   on 2000/09/01  18:19:50
75222         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
75223              From: <abigail@foad.org>
75224              Date: Fri, 1 Sep 2000 13:07:32 -0400
75225              Message-ID: <20000901170732.18249.qmail@foad.org>
75226      Branch: perl
75227            ! t/pragma/overload.t
75228 ____________________________________________________________________________
75229 [  6982] By: jhi                                   on 2000/09/01  18:17:54
75230         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
75231              so that case-ignoring systems like DCL can tell them from
75232              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
75233      Branch: metaconfig/U/perl
75234            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
75235      Branch: perl
75236            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
75237            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
75238            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
75239            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
75240            ! vos/config.def vos/config.h vos/config_h.SH_orig
75241            ! win32/config.bc win32/config.gc win32/config.vc
75242 ____________________________________________________________________________
75243 [  6981] By: nick                                  on 2000/09/01  17:21:57
75244         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
75245              warning when UNTIE exists and instead pass the count of extra references to
75246              the UNTIE method.
75247      Branch: perl
75248            ! pod/perltie.pod pp_sys.c
75249 ____________________________________________________________________________
75250 [  6980] By: jhi                                   on 2000/09/01  16:54:44
75251         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
75252              From: Peter Prymmer <pvhp@forte.com>
75253              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
75254              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
75255      Branch: perl
75256            ! configure.com
75257 ____________________________________________________________________________
75258 [  6979] By: jhi                                   on 2000/09/01  16:06:20
75259         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
75260              From: Mike Guy <mjtg@cam.ac.uk> 
75261              Date: Fri, 01 Sep 2000 16:49:27 +0100
75262              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
75263      Branch: perl
75264            ! t/base/rs.t
75265 ____________________________________________________________________________
75266 [  6978] By: jhi                                   on 2000/09/01  16:00:42
75267         Log: Update to PodParser 1.18, from Brad Appleton.
75268      Branch: perl
75269            ! lib/Pod/Checker.pm t/pod/find.t
75270 ____________________________________________________________________________
75271 [  6977] By: jhi                                   on 2000/09/01  14:48:58
75272         Log: Subject: Nit in Configure (bleadperl@6961)
75273              From: Lupe Christoph <lupe@lupe-christoph.de>
75274              Date: Fri, 1 Sep 2000 16:34:29 +0200
75275              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
75276      Branch: metaconfig
75277            ! U/compline/ccflags.U
75278      Branch: perl
75279            ! Configure config_h.SH
75280 ____________________________________________________________________________
75281 [  6976] By: jhi                                   on 2000/09/01  14:39:52
75282         Log: Update Changes.
75283      Branch: perl
75284            ! Changes patchlevel.h
75285 ____________________________________________________________________________
75286 [  6975] By: jhi                                   on 2000/09/01  14:37:36
75287         Log: microperl config update.
75288      Branch: perl
75289            ! uconfig.h uconfig.sh
75290 ____________________________________________________________________________
75291 [  6974] By: jhi                                   on 2000/09/01  14:36:53
75292         Log: Document known deficiencies.
75293      Branch: perl
75294            ! pod/perldelta.pod
75295 ____________________________________________________________________________
75296 [  6973] By: jhi                                   on 2000/09/01  14:10:20
75297         Log: Mention warnings fixes and updates.
75298      Branch: perl
75299            ! pod/perldelta.pod
75300 ____________________________________________________________________________
75301 [  6972] By: jhi                                   on 2000/09/01  14:01:52
75302         Log: Drop unused argument.
75303              
75304              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
75305              From: Spider Boardman <spider@web.zk3.dec.com>
75306              Date: Thu, 31 Aug 2000 16:10:15 -0400
75307              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
75308      Branch: perl
75309            ! toke.c
75310 ____________________________________________________________________________
75311 [  6971] By: jhi                                   on 2000/09/01  13:59:24
75312         Log: Add the overload warnings to perldiag.
75313      Branch: perl
75314            ! lib/overload.pm pod/perldiag.pod
75315 ____________________________________________________________________________
75316 [  6970] By: jhi                                   on 2000/09/01  13:55:10
75317         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
75318              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
75319              Date: Fri, 1 Sep 2000 13:43:15 +0100 
75320              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
75321      Branch: perl
75322            ! lib/overload.pm t/pragma/overload.t
75323 ____________________________________________________________________________
75324 [  6969] By: jhi                                   on 2000/09/01  13:52:27
75325         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
75326              From: <abigail@foad.org>
75327              Date: Fri, 1 Sep 2000 05:46:54 -0400
75328              Message-ID: <20000901094654.6476.qmail@foad.org>
75329      Branch: perl
75330            ! lib/overload.pm
75331 ____________________________________________________________________________
75332 [  6968] By: jhi                                   on 2000/09/01  13:50:05
75333         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
75334              From: Daniel Chetlin <daniel@chetlin.com>
75335              Date: Fri, 1 Sep 2000 02:10:55 -0700
75336              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
75337      Branch: perl
75338            ! pod/perlretut.pod
75339 ____________________________________________________________________________
75340 [  6967] By: jhi                                   on 2000/09/01  13:47:54
75341         Log: Part of the solution.
75342              
75343              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
75344              From: Mike Guy <mjtg@cam.ac.uk>
75345              Date: Fri, 01 Sep 2000 14:16:01 +0100
75346              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
75347      Branch: perl
75348            ! gv.c mg.c
75349 ____________________________________________________________________________
75350 [  6966] By: jhi                                   on 2000/09/01  13:46:17
75351         Log: Subject: CPAN.pm beta 1.57_57 for the core
75352              From: andreas.koenig@anima.de (Andreas J. Koenig)
75353              Date: 01 Sep 2000 15:16:31 +0200
75354              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
75355      Branch: perl
75356            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
75357 ____________________________________________________________________________
75358 [  6965] By: jhi                                   on 2000/09/01  13:43:18
75359         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
75360              From: "Craig A. Berry" <craig.berry@psinetcs.com>
75361              Date: Fri, 01 Sep 2000 01:47:22 -0500
75362              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
75363      Branch: perl
75364            ! pod/perldelta.pod vms/vms.c
75365 ____________________________________________________________________________
75366 [  6964] By: jhi                                   on 2000/09/01  13:35:35
75367         Log: File::Temp patches from Andreas König,
75368              
75369              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
75370              From: andreas.koenig@anima.de (Andreas J. Koenig)
75371              Date: 01 Sep 2000 10:07:20 +0200
75372              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
75373              
75374              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
75375              From: andreas.koenig@anima.de (Andreas J. Koenig)
75376              Date: 31 Aug 2000 23:26:08 +0200
75377              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
75378      Branch: perl
75379            ! lib/File/Temp.pm t/lib/ftmp-security.t
75380 ____________________________________________________________________________
75381 [  6963] By: jhi                                   on 2000/09/01  02:22:24
75382         Log: Retract the mergesort code, way too incompatible licensing
75383              and copyrights.
75384      Branch: perl
75385            ! pod/perldelta.pod pp_ctl.c
75386 ____________________________________________________________________________
75387 [  6962] By: jhi                                   on 2000/08/31  23:27:32
75388         Log: Update Changes.
75389      Branch: perl
75390            ! Changes patchlevel.h
75391 ____________________________________________________________________________
75392 [  6961] By: jhi                                   on 2000/08/31  23:20:04
75393         Log: Small tweaks all over.
75394      Branch: metaconfig
75395            ! U/compline/d_gconvert.U
75396      Branch: perl
75397            ! AUTHORS Configure config_h.SH pp_ctl.c
75398 ____________________________________________________________________________
75399 [  6960] By: jhi                                   on 2000/08/31  22:39:36
75400         Log: Further rewording.
75401      Branch: perl
75402            ! pp_ctl.c
75403 ____________________________________________________________________________
75404 [  6959] By: jhi                                   on 2000/08/31  21:26:44
75405         Log: More address tweaking.
75406      Branch: perl
75407            ! AUTHORS Changes
75408 ____________________________________________________________________________
75409 [  6958] By: jhi                                   on 2000/08/31  20:47:25
75410         Log: AUTHORS tweaks, from Peter Prymmer.
75411              
75412              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
75413              From: Peter Prymmer <pvhp@forte.com>
75414              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
75415              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
75416      Branch: perl
75417            ! AUTHORS MAINTAIN
75418 ____________________________________________________________________________
75419 [  6957] By: jhi                                   on 2000/08/31  20:34:43
75420         Log: perldelta tweaks.
75421      Branch: perl
75422            ! pod/perldelta.pod
75423 ____________________________________________________________________________
75424 [  6956] By: jhi                                   on 2000/08/31  19:11:06
75425         Log: Regen perltoc.
75426      Branch: perl
75427            ! pod/perltoc.pod
75428 ____________________________________________________________________________
75429 [  6955] By: jhi                                   on 2000/08/31  19:06:30
75430         Log: Clarify the mergesort situation.
75431      Branch: perl
75432            ! pp_ctl.c
75433 ____________________________________________________________________________
75434 [  6954] By: jhi                                   on 2000/08/31  18:24:17
75435         Log: Move the Solaris 7 scan to use64bitall, make the
75436              failure to find 64-bot sparc libc to mention the
75437              possibility of being in an intel, from Lupe and Alan.
75438      Branch: perl
75439            ! hints/solaris_2.sh
75440 ____________________________________________________________________________
75441 [  6953] By: jhi                                   on 2000/08/31  18:09:20
75442         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
75443              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
75444      Branch: metaconfig
75445            ! U/compline/d_gconvert.U U/threads/archname.U
75446      Branch: metaconfig/U/perl
75447            ! perlxv.U
75448      Branch: perl
75449            ! Configure config_h.SH sv.c
75450 ____________________________________________________________________________
75451 [  6952] By: jhi                                   on 2000/08/31  17:42:24
75452         Log: :: not allowed in pathnames, change to .
75453              
75454              Subject: [PATCH perl@6938] cygwin port
75455              From: "Fifer, Eric" <EFifer@sanwaint.com>
75456              Date: Thu, 31 Aug 2000 16:32:59 +0100
75457              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
75458      Branch: metaconfig/U/perl
75459            ! perlxv.U
75460 ____________________________________________________________________________
75461 [  6951] By: jhi                                   on 2000/08/31  17:02:05
75462         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
75463      Branch: perl
75464            ! perl.h
75465 ____________________________________________________________________________
75466 [  6950] By: jhi                                   on 2000/08/31  16:26:08
75467         Log: More author updates.
75468              
75469              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
75470              From: Simon Cozens <simon@cozens.net>
75471              Date: Thu, 31 Aug 2000 17:13:32 +0100
75472              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
75473      Branch: perl
75474            ! AUTHORS
75475 ____________________________________________________________________________
75476 [  6949] By: jhi                                   on 2000/08/31  16:04:49
75477         Log: POSIX doesn't report long double values under -Duselongdouble
75478              when the long doubles are "real" (bigger than doubles).
75479              
75480              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
75481              From: Spider Boardman <spider@peano.zk3.dec.com>
75482              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
75483              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
75484      Branch: perl
75485            ! ext/POSIX/POSIX.xs
75486 ____________________________________________________________________________
75487 [  6948] By: jhi                                   on 2000/08/31  15:25:10
75488         Log: Update Changes.
75489      Branch: perl
75490            ! Changes patchlevel.h
75491 ____________________________________________________________________________
75492 [  6947] By: jhi                                   on 2000/08/31  15:22:29
75493         Log: Document UNTIE in a very minimalistic way.
75494      Branch: perl
75495            ! pod/perlfunc.pod pod/perltie.pod
75496 ____________________________________________________________________________
75497 [  6946] By: jhi                                   on 2000/08/31  15:15:23
75498         Log: Document known failures.
75499      Branch: perl
75500            ! pod/perldelta.pod
75501 ____________________________________________________________________________
75502 [  6945] By: jhi                                   on 2000/08/31  15:07:00
75503         Log: Don't attach -ld to the archname if pointless.
75504      Branch: metaconfig
75505            ! U/threads/archname.U
75506      Branch: perl
75507            ! Configure config_h.SH
75508 ____________________________________________________________________________
75509 [  6944] By: jhi                                   on 2000/08/31  14:37:42
75510         Log: Wrap the test in eval.
75511              
75512              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
75513              From: Tim Jenness <timj@jach.hawaii.edu>
75514              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
75515              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
75516      Branch: perl
75517            ! t/lib/ftmp-security.t
75518 ____________________________________________________________________________
75519 [  6943] By: jhi                                   on 2000/08/31  14:30:57
75520         Log: Make -Dusemorebits find long doubles in Solaris.
75521      Branch: perl
75522            ! hints/solaris_2.sh
75523 ____________________________________________________________________________
75524 [  6942] By: jhi                                   on 2000/08/31  13:48:45
75525         Log: Clarify the third case of ftmp-security warnings.
75526      Branch: perl
75527            ! INSTALL
75528 ____________________________________________________________________________
75529 [  6941] By: jhi                                   on 2000/08/31  13:40:31
75530         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
75531              From: <abigail@foad.org>
75532              Date: Thu, 31 Aug 2000 01:35:05 -0400
75533              Message-ID: <20000831053505.32120.qmail@foad.org>
75534      Branch: perl
75535            ! pod/perldelta.pod
75536 ____________________________________________________________________________
75537 [  6940] By: jhi                                   on 2000/08/31  13:38:48
75538         Log: Issue useful diagnostic on unknown pod commands.
75539              
75540              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
75541              From: <abigail@foad.org>
75542              Date: Thu, 31 Aug 2000 03:41:18 -0400
75543              Message-ID: <20000831074118.24880.qmail@foad.org>
75544      Branch: perl
75545            ! lib/Pod/Man.pm
75546 ____________________________________________________________________________
75547 [  6939] By: jhi                                   on 2000/08/31  13:34:33
75548         Log: Reveal Borland's isnan.
75549              
75550              Subject: build with BC++ tweak
75551              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
75552              Date: Thu, 31 Aug 2000 13:09:37 +0400
75553              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
75554      Branch: perl
75555            ! win32/win32.h
75556 ____________________________________________________________________________
75557 [  6938] By: jhi                                   on 2000/08/31  05:01:20
75558         Log: Update Changes.
75559      Branch: perl
75560            ! Changes patchlevel.h
75561 ____________________________________________________________________________
75562 [  6937] By: jhi                                   on 2000/08/31  04:26:23
75563         Log: sscanf() may be the only way to read long doubles from strings.
75564      Branch: metaconfig/U/perl
75565            ! longdblfio.U
75566      Branch: perl
75567            ! Configure config_h.SH perl.h util.c
75568 ____________________________________________________________________________
75569 [  6936] By: jhi                                   on 2000/08/31  04:18:19
75570         Log: The #6929 was too skimpy.
75571      Branch: perl
75572            ! sv.c
75573 ____________________________________________________________________________
75574 [  6935] By: jhi                                   on 2000/08/31  02:47:07
75575         Log: Subject: Re: typos in pods
75576              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
75577              Date: Wed, 30 Aug 2000 19:25:34 -0700
75578              Message-ID: <eIcr5gzkg25X092yn@efn.org>
75579      Branch: perl
75580            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
75581 ____________________________________________________________________________
75582 [  6934] By: jhi                                   on 2000/08/31  02:42:55
75583         Log: Missed one Unicode file.
75584      Branch: perl
75585            + lib/unicode/UCDFF301.html
75586 ____________________________________________________________________________
75587 [  6933] By: jhi                                   on 2000/08/30  23:42:27
75588         Log: Update Changes.
75589      Branch: perl
75590            ! Changes patchlevel.h
75591 ____________________________________________________________________________
75592 [  6932] By: jhi                                   on 2000/08/30  23:40:07
75593         Log: Mention UNTIE in perldelta.  Still needs documenting
75594              in perltie et alia.
75595      Branch: perl
75596            ! pod/perldelta.pod
75597 ____________________________________________________________________________
75598 [  6931] By: jhi                                   on 2000/08/30  23:36:02
75599         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
75600              From: <abigail@foad.org>
75601              Date: Wed, 30 Aug 2000 19:28:07 -0400
75602              Message-ID: <20000830232807.305.qmail@foad.org>
75603      Branch: perl
75604            ! pod/perldelta.pod
75605 ____________________________________________________________________________
75606 [  6930] By: jhi                                   on 2000/08/30  23:32:40
75607         Log: Update to Unicode 3.0.1.
75608      Branch: perl
75609            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
75610            + lib/unicode/PropList.txt lib/unicode/README.perl
75611            + lib/unicode/UCD301.html lib/unicode/Unicode.301
75612            - lib/unicode/Props.txt lib/unicode/UCD300.html
75613            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
75614            ! (edit 257 files)
75615 ____________________________________________________________________________
75616 [  6929] By: jhi                                   on 2000/08/30  22:38:18
75617         Log: Heap decorruption.
75618              
75619              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
75620              From: Alan Burlison <Alan.Burlison@uk.sun.com>
75621              Date: Wed, 30 Aug 2000 22:39:52 +0100
75622              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
75623      Branch: perl
75624            ! sv.c
75625 ____________________________________________________________________________
75626 [  6928] By: jhi                                   on 2000/08/30  22:29:34
75627         Log: Retract the dummy test, skip the security tests (instead of failing),
75628              explain what the warnings mean.
75629      Branch: perl
75630            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
75631 ____________________________________________________________________________
75632 [  6927] By: jhi                                   on 2000/08/30  22:14:13
75633         Log: Change the internal implementation of sort() to be mergesort
75634              instead of quicksort, from John Linderman <jpl@research.att.com>.
75635              Gives us better worst case, better average case, and stability.
75636              What's there not to like?  (Small fixes for threaded builds
75637              were required).
75638      Branch: perl
75639            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
75640 ____________________________________________________________________________
75641 [  6926] By: jhi                                   on 2000/08/30  20:55:20
75642         Log: A better fix for the Socket building problem from Craig Berry.
75643      Branch: perl
75644            ! vms/vms.c
75645 ____________________________________________________________________________
75646 [  6925] By: jhi                                   on 2000/08/30  20:20:25
75647         Log: Subject: [PATCH] Re: UNTIE method 
75648              From: Nick Ing-Simmons <nik@tiuk.ti.com>
75649              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
75650              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
75651      Branch: perl
75652            ! pp_sys.c t/op/tie.t
75653 ____________________________________________________________________________
75654 [  6924] By: jhi                                   on 2000/08/30  20:17:11
75655         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
75656              From: "Craig A. Berry" <craig.berry@psinetcs.com>
75657              Date: Wed, 30 Aug 2000 15:03:14 -0500
75658              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
75659      Branch: perl
75660            ! vms/vms.c
75661 ____________________________________________________________________________
75662 [  6923] By: jhi                                   on 2000/08/30  20:15:18
75663         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
75664              From: "Craig A. Berry" <craig.berry@psinetcs.com>
75665              Date: Wed, 30 Aug 2000 13:30:36 -0500
75666              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
75667      Branch: perl
75668            ! vms/vms.c
75669 ____________________________________________________________________________
75670 [  6922] By: jhi                                   on 2000/08/30  19:54:43
75671         Log: Better options for rsync.
75672      Branch: perl
75673            ! pod/perlhack.pod
75674 ____________________________________________________________________________
75675 [  6921] By: jhi                                   on 2000/08/30  19:40:16
75676         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
75677              From: Rick Delaney <rick@consumercontact.com>
75678              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
75679              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
75680      Branch: perl
75681            ! pod/perlfunc.pod
75682 ____________________________________________________________________________
75683 [  6920] By: jhi                                   on 2000/08/30  19:36:40
75684         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
75685              From: Peter Prymmer <pvhp@forte.com>
75686              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
75687              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
75688      Branch: perl
75689            ! configure.com
75690 ____________________________________________________________________________
75691 [  6919] By: jhi                                   on 2000/08/30  14:52:02
75692         Log: Update Changes.
75693      Branch: perl
75694            ! Changes patchlevel.h
75695 ____________________________________________________________________________
75696 [  6918] By: jhi                                   on 2000/08/30  14:48:34
75697         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
75698      Branch: perl
75699            ! lib/ExtUtils/typemap
75700 ____________________________________________________________________________
75701 [  6917] By: jhi                                   on 2000/08/30  14:46:34
75702         Log: Subject: typos in pods
75703              From: Nicholas Clark <nick@ccl4.org>
75704              Date: Wed, 30 Aug 2000 01:12:50 +0100
75705              Message-ID: <20000830011249.A61388@plum.flirble.org>
75706      Branch: perl
75707            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
75708            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
75709            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
75710            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
75711 ____________________________________________________________________________
75712 [  6916] By: jhi                                   on 2000/08/30  14:19:09
75713         Log: Document Storable problems on Crays.  (Will have
75714              to document all the other Storable problems, too.)
75715      Branch: perl
75716            ! pod/perldelta.pod
75717 ____________________________________________________________________________
75718 [  6915] By: jhi                                   on 2000/08/30  14:06:02
75719         Log: Subject: [PATCH] fix misc cast warnings
75720              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
75721              Date: Tue, 29 Aug 2000 23:16:14 -0700
75722              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
75723      Branch: perl
75724            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
75725            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
75726            ! os2/os2ish.h
75727 ____________________________________________________________________________
75728 [  6914] By: jhi                                   on 2000/08/30  14:03:45
75729         Log: Timestamp mismatch again.  Need to fix this dependence on
75730              config_h.SH timestamp, since it's the contents of config_h.SH
75731              that matter.
75732      Branch: perl
75733            ! uconfig.h uconfig.sh
75734 ____________________________________________________________________________
75735 [  6913] By: jhi                                   on 2000/08/30  13:54:06
75736         Log: Don't say "Perl 5.0 source kit".
75737      Branch: perl
75738            ! perl.c
75739 ____________________________________________________________________________
75740 [  6912] By: jhi                                   on 2000/08/30  13:51:24
75741         Log: Reset archname and archname64 always, forcing them be
75742              recomputed at each Configure run, make Configure and
75743              the hints files agree on the naming of largefiles variables.
75744      Branch: metaconfig
75745            ! U/threads/archname.U
75746      Branch: metaconfig/U/perl
75747            ! use64bits.U
75748      Branch: perl
75749            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
75750            ! hints/linux.sh hints/solaris_2.sh
75751 ____________________________________________________________________________
75752 [  6911] By: jhi                                   on 2000/08/30  13:30:13
75753         Log: Put back the slice accidentally removed by #6907.
75754      Branch: perl
75755            ! hints/solaris_2.sh
75756 ____________________________________________________________________________
75757 [  6910] By: jhi                                   on 2000/08/30  01:24:26
75758         Log: Be consistent: other Net::get* do export theirs.
75759              
75760              Subject: Re: Net::protoent does not export 'getproto'
75761              From: Yasushi Nakajima <sey@jkc.co.jp>
75762              Date: Wed, 30 Aug 2000 09:53:14 +0900
75763              Message-Id: <200008300051.DAA24700@taku.hut.fi>
75764      Branch: perl
75765            ! lib/Net/protoent.pm
75766 ____________________________________________________________________________
75767 [  6909] By: jhi                                   on 2000/08/30  01:17:25
75768         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
75769              From: Gurusamy Sarathy <gsar@ActiveState.com>
75770              Date: Tue, 29 Aug 2000 17:17:07 -0700
75771              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
75772      Branch: perl
75773            ! cop.h
75774 ____________________________________________________________________________
75775 [  6908] By: jhi                                   on 2000/08/30  00:58:05
75776         Log: Update Changes.
75777      Branch: perl
75778            ! Changes patchlevel.h
75779 ____________________________________________________________________________
75780 [  6907] By: jhi                                   on 2000/08/30  00:57:22
75781         Log: Introduce ccname to keep track of what compiler kind of we have.
75782      Branch: metaconfig/U/perl
75783            ! Checkcc.U gccvers.U
75784      Branch: perl
75785            ! Configure config_h.SH hints/solaris_2.sh
75786 ____________________________________________________________________________
75787 [  6906] By: jhi                                   on 2000/08/30  00:25:47
75788         Log: Put back the flags dump as reasoned in
75789              
75790              Subject: Re: [PATCH] Glob dumping
75791              From: Mike Guy <mjtg@cam.ac.uk> 
75792              Date: Tue, 29 Aug 2000 21:41:32 +0100
75793              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
75794      Branch: perl
75795            ! dump.c t/lib/peek.t
75796 ____________________________________________________________________________
75797 [  6905] By: jhi                                   on 2000/08/30  00:16:17
75798         Log: Make the epsilon to be relative, not absolute.
75799              
75800              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
75801              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
75802              Date: Tue, 29 Aug 2000 19:58:56 -0400
75803              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
75804      Branch: perl
75805            ! t/lib/trig.t
75806 ____________________________________________________________________________
75807 [  6904] By: jhi                                   on 2000/08/30  00:13:09
75808         Log: From now on, Gisle is on my list of usual suspects :-)
75809              Retract #6902.
75810      Branch: perl
75811            ! ext/Opcode/Safe.pm
75812 ____________________________________________________________________________
75813 [  6903] By: jhi                                   on 2000/08/29  23:51:20
75814         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
75815              From: "Craig A. Berry" <craig.berry@psinetcs.com>
75816              Date: Tue, 29 Aug 2000 18:43:26 -0500
75817              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
75818      Branch: perl
75819            + vms/vmspipe.com
75820            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
75821            ! vms/vms.c
75822 ____________________________________________________________________________
75823 [  6902] By: jhi                                   on 2000/08/29  23:44:14
75824         Log: Retry what #6882 attempted.
75825              
75826              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
75827              From: Gisle Aas <gisle@ActiveState.com>
75828              Date: 30 Aug 2000 00:33:09 +0200
75829              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
75830      Branch: perl
75831            ! ext/Opcode/Safe.pm
75832 ____________________________________________________________________________
75833 [  6901] By: jhi                                   on 2000/08/29  22:59:32
75834         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
75835              From: Hugo <hv@crypt.compulink.co.uk>
75836              Date: Mon, 12 Jun 2000 19:36:08 +0100
75837              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
75838      Branch: perl
75839            ! sv.c
75840 ____________________________________________________________________________
75841 [  6900] By: jhi                                   on 2000/08/29  22:58:35
75842         Log: Admit that we are leaking scalars.
75843              
75844              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
75845              From: Spider Boardman <spider@leggy.zk3.dec.com>
75846              Date: Tue, 29 Aug 2000 18:48:29 -0400
75847              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
75848      Branch: perl
75849            ! t/pragma/warnings.t
75850 ____________________________________________________________________________
75851 [  6899] By: jhi                                   on 2000/08/29  20:53:13
75852         Log: Update Changes.
75853      Branch: perl
75854            ! Changes patchlevel.h
75855 ____________________________________________________________________________
75856 [  6898] By: jhi                                   on 2000/08/29  20:46:21
75857         Log: Undo namespace pollution of #6878.
75858              
75859              Subject: Re: Net::protoent does not export 'getproto'
75860              From: Mike Guy <mjtg@cam.ac.uk>
75861              Date: Tue, 29 Aug 2000 21:32:37 +0100
75862              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
75863      Branch: perl
75864            ! lib/Net/protoent.pm
75865 ____________________________________________________________________________
75866 [  6897] By: jhi                                   on 2000/08/29  20:44:29
75867         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
75868              From: Peter Prymmer <pvhp@forte.com>
75869              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
75870              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
75871      Branch: perl
75872            ! pod/perlebcdic.pod
75873 ____________________________________________________________________________
75874 [  6896] By: jhi                                   on 2000/08/29  20:40:57
75875         Log: There's no point repeating the 'revision' (5) of perl5.
75876      Branch: metaconfig/U/perl
75877            ! Devel.U patchlevel.U
75878      Branch: perl
75879            ! Configure config_h.SH
75880 ____________________________________________________________________________
75881 [  6895] By: jhi                                   on 2000/08/29  20:16:58
75882         Log: Regen Configure for #6894.
75883      Branch: metaconfig/U/perl
75884            ! perladmin.U
75885      Branch: perl
75886            ! Configure config_h.SH
75887 ____________________________________________________________________________
75888 [  6894] By: jhi                                   on 2000/08/29  19:59:52
75889         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
75890              From: "Philip Newton" <Philip.Newton@gmx.net>
75891              Date: Tue, 29 Aug 2000 21:39:14 +0200
75892              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
75893      Branch: perl
75894            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
75895            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
75896            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
75897            ! utils/perlbug.PL
75898 ____________________________________________________________________________
75899 [  6893] By: jhi                                   on 2000/08/29  19:55:30
75900         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
75901              From: "Philip Newton" <Philip.Newton@gmx.net>
75902              Date: Tue, 29 Aug 2000 21:39:14 +0200
75903              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
75904      Branch: perl
75905            ! installhtml
75906 ____________________________________________________________________________
75907 [  6892] By: jhi                                   on 2000/08/29  19:53:59
75908         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
75909              From: "Philip Newton" <Philip.Newton@gmx.net>
75910              Date: Tue, 29 Aug 2000 21:48:18 +0200
75911              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
75912      Branch: perl
75913            ! lib/File/Temp.pm
75914 ____________________________________________________________________________
75915 [  6891] By: jhi                                   on 2000/08/29  18:30:03
75916         Log: Nail the ID 20000828.023.
75917      Branch: perl
75918            ! ext/Storable/Storable.xs
75919 ____________________________________________________________________________
75920 [  6890] By: jhi                                   on 2000/08/29  16:50:17
75921         Log: Under usethreads the dumped variable is IN_PAD.
75922              
75923              Subject: Re: [PATCH] Glob dumping
75924              From: Gisle Aas <gisle@ActiveState.com>
75925              Date: 29 Aug 2000 18:45:05 +0200
75926              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
75927      Branch: perl
75928            ! t/lib/peek.t
75929 ____________________________________________________________________________
75930 [  6889] By: jhi                                   on 2000/08/29  15:17:37
75931         Log: Update Changes.
75932      Branch: perl
75933            ! Changes patchlevel.h
75934 ____________________________________________________________________________
75935 [  6888] By: jhi                                   on 2000/08/29  14:49:59
75936         Log: Retract #6882, broke the safe tests.
75937      Branch: perl
75938            ! ext/Opcode/Safe.pm
75939 ____________________________________________________________________________
75940 [  6887] By: jhi                                   on 2000/08/29  14:47:06
75941         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
75942              From: Gisle Aas <gisle@ActiveState.com> 
75943              Date: 09 Jun 2000 20:00:11 +0200
75944              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
75945      Branch: perl
75946            ! utils/perldoc.PL
75947 ____________________________________________________________________________
75948 [  6886] By: jhi                                   on 2000/08/29  14:42:45
75949         Log: The #6881 removed one dump line.
75950      Branch: perl
75951            ! t/lib/peek.t
75952 ____________________________________________________________________________
75953 [  6885] By: jhi                                   on 2000/08/29  14:30:47
75954         Log: Don't forget to tidy up.
75955      Branch: perl
75956            ! t/lib/ftmp-security.t
75957 ____________________________________________________________________________
75958 [  6884] By: jhi                                   on 2000/08/29  14:25:17
75959         Log: Disabling the one test is a bit tricky.
75960      Branch: perl
75961            ! t/lib/ftmp-security.t
75962 ____________________________________________________________________________
75963 [  6883] By: jhi                                   on 2000/08/29  14:16:25
75964         Log: Disable one of the tests for now.
75965      Branch: perl
75966            ! t/lib/ftmp-security.t
75967 ____________________________________________________________________________
75968 [  6882] By: jhi                                   on 2000/08/29  14:05:50
75969         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
75970              From: gisle@aas.no
75971              Date: 29 Aug 2000 10:35:06 -0000
75972              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
75973      Branch: perl
75974            ! ext/Opcode/Safe.pm
75975 ____________________________________________________________________________
75976 [  6881] By: jhi                                   on 2000/08/29  14:03:51
75977         Log: Subject: [PATCH] Glob dumping
75978              From: Gisle Aas <gisle@ActiveState.com>
75979              Date: 29 Aug 2000 07:59:42 -0000
75980              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
75981      Branch: perl
75982            ! dump.c
75983 ____________________________________________________________________________
75984 [  6880] By: jhi                                   on 2000/08/29  14:02:01
75985         Log: Subject: [PATCH] Warnings in B::Deparse
75986              From: <abigail@foad.org>
75987              Date: Tue, 29 Aug 2000 00:00:01 -0400
75988              Message-ID: <20000829040001.2999.qmail@foad.org>
75989      Branch: perl
75990            ! ext/B/B/Deparse.pm
75991 ____________________________________________________________________________
75992 [  6879] By: jhi                                   on 2000/08/29  13:57:26
75993         Log: Missed a change in #6869.
75994      Branch: perl
75995            ! mg.c
75996 ____________________________________________________________________________
75997 [  6878] By: jhi                                   on 2000/08/29  13:45:04
75998         Log: Subject: Net::protoent does not export 'getproto'
75999              From: Yasushi Nakajima <sey@jkc.co.jp>
76000              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
76001      Branch: perl
76002            ! lib/Net/protoent.pm
76003 ____________________________________________________________________________
76004 [  6877] By: jhi                                   on 2000/08/29  13:39:19
76005         Log: Patches all over for people and the files they (hopefully) care about.
76006      Branch: perl
76007            ! AUTHORS Changes MAINTAIN
76008 ____________________________________________________________________________
76009 [  6876] By: jhi                                   on 2000/08/29  12:53:54
76010         Log: Fix for thinko in #6848.
76011              
76012              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
76013              From: Lupe Christoph <lupe@lupe-christoph.de>
76014              Date: Tue, 29 Aug 2000 09:04:08 +0200
76015              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
76016      Branch: perl
76017            ! ext/Thread/Thread.xs
76018 ____________________________________________________________________________
76019 [  6875] By: jhi                                   on 2000/08/29  12:50:14
76020         Log: Update to Getopt::Long 2.24, from Johan Vromans.
76021      Branch: perl
76022            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
76023 ____________________________________________________________________________
76024 [  6874] By: jhi                                   on 2000/08/29  02:09:53
76025         Log: Use minimal @INC in tests, most of the time just '../lib',
76026              so that we simply can't pick up stuff from other Perls than
76027              the one we are testing.  Pointed out by
76028              
76029              From: Mike Guy <mjtg@cam.ac.uk>
76030              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
76031              Date: Fri, 25 Aug 2000 15:15:59 +0100
76032              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
76033      Branch: perl
76034            ! (edit 185 files)
76035 ____________________________________________________________________________
76036 [  6873] By: jhi                                   on 2000/08/29  01:07:11
76037         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
76038              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
76039              Date: Mon, 28 Aug 2000 17:45:52 -0700
76040              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
76041      Branch: perl
76042            ! Makefile.SH hints/os2.sh
76043 ____________________________________________________________________________
76044 [  6872] By: jhi                                   on 2000/08/28  23:33:39
76045         Log: Subject: [PATCH bleedperl@6866] spellings
76046              From: marcel@codewerk.com (Marcel Grunauer)
76047              Date: Tue, 29 Aug 2000 01:19:59 +0200
76048              Message-Id: <200008282319.BAA29862@gandalf.local>
76049      Branch: perl
76050            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
76051            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
76052            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
76053 ____________________________________________________________________________
76054 [  6871] By: jhi                                   on 2000/08/28  23:22:09
76055         Log: Take out the SUIDMAIL thing, that will not be
76056              a problem in 5.7.*.
76057      Branch: perl
76058            ! patchlevel.h
76059 ____________________________________________________________________________
76060 [  6870] By: jhi                                   on 2000/08/28  23:19:30
76061         Log: -S is the silent flag, -s is the strip flag.
76062              
76063              Subject: [PATCH] Re: [PATCH] make no-install          
76064              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
76065              Date: Mon, 28 Aug 2000 15:12:55 -0700
76066              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
76067      Branch: perl
76068            ! Makefile.SH
76069 ____________________________________________________________________________
76070 [  6869] By: jhi                                   on 2000/08/28  23:12:05
76071         Log: Subject: [PATCH bleedperl@6856] warnings fixes
76072              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
76073              Date: Mon, 28 Aug 2000 23:55:06 +0100
76074              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
76075      Branch: perl
76076            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
76077            ! warnings.h warnings.pl
76078 ____________________________________________________________________________
76079 [  6868] By: jhi                                   on 2000/08/28  21:38:22
76080         Log: Potential cruft.
76081      Branch: perl
76082            ! Makefile.SH
76083 ____________________________________________________________________________
76084 [  6867] By: jhi                                   on 2000/08/28  21:35:36
76085         Log: Update Changes.
76086      Branch: perl
76087            ! Changes patchlevel.h
76088 ____________________________________________________________________________
76089 [  6866] By: jhi                                   on 2000/08/28  21:33:49
76090         Log: Subject: hv.h Doc Patch
76091              From: Fisher Mark <fisherm@tce.com>
76092              Date: Mon, 28 Aug 2000 16:24:59 -0500
76093              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
76094      Branch: perl
76095            ! hv.h
76096 ____________________________________________________________________________
76097 [  6865] By: jhi                                   on 2000/08/28  21:02:15
76098         Log: Add -ld to archname on long tr...double platforms.
76099      Branch: metaconfig
76100            ! U/threads/archname.U
76101      Branch: perl
76102            ! Configure config_h.SH
76103 ____________________________________________________________________________
76104 [  6864] By: jhi                                   on 2000/08/28  20:38:59
76105         Log: An attempt to fix the problem reported in
76106              
76107              Subject: Building perl@6856 using gcc/AIX 4.3.3 
76108              From: Daniel Muino <dmuino@afip.gov.ar> 
76109              Date: Mon, 28 Aug 2000 15:50:01 -0300   
76110              Message-ID: <20000828155001.A14403@con2-dgi>
76111              
76112              I can't test this properly since the gcc installation I have
76113              access to seems to be botched (gcc is calling the AIX cpp,
76114              a losing proposition...)
76115      Branch: perl
76116            ! hints/aix.sh
76117 ____________________________________________________________________________
76118 [  6863] By: jhi                                   on 2000/08/28  18:57:52
76119         Log: Fix for ID 20000828.001, long doubles were not formatted
76120              correctly (showed up in $], which stopped installing perl).
76121      Branch: perl
76122            ! sv.c
76123 ____________________________________________________________________________
76124 [  6862] By: jhi                                   on 2000/08/28  18:07:15
76125         Log: Typo in #6858.
76126      Branch: perl
76127            ! lib/Cwd.pm
76128 ____________________________________________________________________________
76129 [  6861] By: jhi                                   on 2000/08/28  17:57:27
76130         Log: opmini.o may be left around if a build is interrupted.
76131      Branch: perl
76132            ! Makefile.SH
76133 ____________________________________________________________________________
76134 [  6860] By: jhi                                   on 2000/08/28  16:52:50
76135         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
76136              From: Daniel Chetlin <daniel@chetlin.com>
76137              Date: Mon, 28 Aug 2000 01:14:18 -0700
76138              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
76139      Branch: perl
76140            ! lib/overload.pm
76141 ____________________________________________________________________________
76142 [  6859] By: jhi                                   on 2000/08/28  16:08:46
76143         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
76144              From: Nicholas Clark <nick@ccl4.org>
76145              Date: Mon, 28 Aug 2000 16:03:27 +0100
76146              Message-Id: <20000828160327.C49785@plum.flirble.org>
76147      Branch: perl
76148            ! ext/ByteLoader/bytecode.h
76149 ____________________________________________________________________________
76150 [  6858] By: jhi                                   on 2000/08/28  16:02:10
76151         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
76152              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
76153              Date: Mon, 28 Aug 2000 13:08:30 +0200
76154              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
76155      Branch: perl
76156            ! lib/Cwd.pm
76157 ____________________________________________________________________________
76158 [  6857] By: jhi                                   on 2000/08/28  15:42:47
76159         Log: display_format used as a class method without arguments was broken,
76160              reported in
76161              
76162              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
76163              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
76164              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
76165              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
76166      Branch: perl
76167            ! lib/Math/Complex.pm t/lib/complex.t
76168 ____________________________________________________________________________
76169 [  6856] By: jhi                                   on 2000/08/27  22:09:48
76170         Log: Update Changes.
76171      Branch: perl
76172            ! Changes patchlevel.h
76173 ____________________________________________________________________________
76174 [  6855] By: jhi                                   on 2000/08/27  21:59:21
76175         Log: Retract #6853 (false alarm).
76176      Branch: perl
76177            ! lib/ExtUtils/xsubpp
76178 ____________________________________________________________________________
76179 [  6854] By: jhi                                   on 2000/08/27  21:37:44
76180         Log: Update Changes.
76181      Branch: perl
76182            ! Changes patchlevel.h
76183 ____________________________________________________________________________
76184 [  6853] By: jhi                                   on 2000/08/27  21:37:16
76185         Log: Subject: [PATCH perl@6850] workaround for xsubpp
76186              From: Hugo <hv@crypt.compulink.co.uk>
76187              Date: Sun, 27 Aug 2000 22:30:25 +0100
76188              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
76189      Branch: perl
76190            ! lib/ExtUtils/xsubpp
76191 ____________________________________________________________________________
76192 [  6852] By: jhi                                   on 2000/08/27  21:33:58
76193         Log: Big-endian 64-bit patch from Raphael Manfredi.
76194      Branch: perl
76195            ! ext/Storable/Storable.xs
76196 ____________________________________________________________________________
76197 [  6851] By: jhi                                   on 2000/08/27  21:22:21
76198         Log: More ruthless editing from Hugo van der Sanden.
76199      Branch: perl
76200            ! pod/perldelta.pod
76201 ____________________________________________________________________________
76202 [  6850] By: jhi                                   on 2000/08/27  16:11:46
76203         Log: Update Changes.
76204      Branch: perl
76205            ! Changes patchlevel.h
76206 ____________________________________________________________________________
76207 [  6849] By: jhi                                   on 2000/08/27  16:11:05
76208         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
76209      Branch: perl
76210            ! configpm pod/perldelta.pod
76211 ____________________________________________________________________________
76212 [  6848] By: jhi                                   on 2000/08/27  15:35:08
76213         Log: Use the actual thread type, not the pointer-to-struct.
76214      Branch: perl
76215            ! ext/Thread/Thread.xs
76216 ____________________________________________________________________________
76217 [  6847] By: jhi                                   on 2000/08/27  15:30:49
76218         Log: Test nit.
76219      Branch: perl
76220            ! t/pragma/warn/pp_sys
76221 ____________________________________________________________________________
76222 [  6846] By: jhi                                   on 2000/08/27  15:19:02
76223         Log: Passing -R in ldflags makes now it to appear in the default
76224              for lddlflags, just like with -L.
76225              
76226              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
76227              From: Lupe Christoph <lupe@lupe-christoph.de>
76228              Date: Sun, 27 Aug 2000 10:28:21 +0200
76229              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
76230      Branch: metaconfig/U/perl
76231            ! dlsrc.U
76232      Branch: perl
76233            ! Configure
76234 ____________________________________________________________________________
76235 [  6845] By: jhi                                   on 2000/08/27  15:08:54
76236         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
76237              From: Alan Burlison <Alan.Burlison@uk.sun.com>
76238              Date: Sat, 26 Aug 2000 22:23:27 +0100
76239              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
76240      Branch: perl
76241            ! lib/ExtUtils/MM_Unix.pm
76242 ____________________________________________________________________________
76243 [  6844] By: jhi                                   on 2000/08/27  15:02:37
76244         Log: DJGPP update from Laszlo Molnar.
76245              
76246              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
76247              From: ml1050 <ml1050@freemail.hu>
76248              Date: Sat, 26 Aug 2000 23:24:40 +0200
76249              Message-Id: <20000826232440.A439@freemail.hu>
76250      Branch: perl
76251            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
76252            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
76253 ____________________________________________________________________________
76254 [  6843] By: jhi                                   on 2000/08/27  14:53:58
76255         Log: Subject: installman buglet
76256              From: Lupe Christoph <lupe@lupe-christoph.de>
76257              Date: Sun, 27 Aug 2000 14:38:59 +0200
76258              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
76259      Branch: perl
76260            ! installman
76261 ____________________________________________________________________________
76262 [  6842] By: jhi                                   on 2000/08/27  14:52:08
76263         Log: Can't get the test to reliably work thanks to the
76264              inaccurateness of floating point.  "Resolves" bug ids
76265              20000826.003, 20000826.009, 20000826.010,
76266      Branch: perl
76267            ! t/lib/trig.t
76268 ____________________________________________________________________________
76269 [  6841] By: jhi                                   on 2000/08/26  15:53:58
76270         Log: Update Changes.
76271      Branch: perl
76272            ! Changes patchlevel.h
76273 ____________________________________________________________________________
76274 [  6840] By: jhi                                   on 2000/08/26  14:23:03
76275         Log: grep -e isn't portable.
76276              
76277              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
76278              From: chris@broadband.att.com
76279              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
76280              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
76281      Branch: perl
76282            ! hints/solaris_2.sh
76283 ____________________________________________________________________________
76284 [  6839] By: jhi                                   on 2000/08/26  14:12:23
76285         Log: no-install target a la make -n.
76286              
76287              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
76288              From: <abigail@foad.org>
76289              Date: Sat, 26 Aug 2000 03:57:34 -0400
76290              Message-ID: <20000826075735.18912.qmail@foad.org>
76291      Branch: perl
76292            ! Makefile.SH installman installperl
76293 ____________________________________________________________________________
76294 [  6838] By: jhi                                   on 2000/08/26  14:06:33
76295         Log: Retract #6826 as the #6828 should be do the same
76296              in a More Correct Way.
76297      Branch: perl
76298            ! installperl
76299 ____________________________________________________________________________
76300 [  6837] By: jhi                                   on 2000/08/26  05:24:00
76301         Log: More casting.
76302      Branch: perl
76303            ! ext/Storable/Storable.xs
76304 ____________________________________________________________________________
76305 [  6836] By: jhi                                   on 2000/08/26  05:05:46
76306         Log: Nicer in decimal.
76307      Branch: perl
76308            ! ext/Storable/Storable.xs
76309 ____________________________________________________________________________
76310 [  6835] By: jhi                                   on 2000/08/26  05:03:50
76311         Log: There be no UVdf.
76312      Branch: perl
76313            ! ext/Storable/Storable.xs
76314 ____________________________________________________________________________
76315 [  6834] By: jhi                                   on 2000/08/26  05:00:18
76316         Log: Continue IVdfing and UVxfing.
76317      Branch: perl
76318            ! ext/Storable/Storable.xs
76319 ____________________________________________________________________________
76320 [  6833] By: jhi                                   on 2000/08/26  04:53:14
76321         Log: Use IVdf.
76322      Branch: perl
76323            ! ext/Storable/Storable.xs
76324 ____________________________________________________________________________
76325 [  6832] By: jhi                                   on 2000/08/26  04:40:41
76326         Log: Document PTR2XX and INT2PTR.
76327      Branch: perl
76328            ! pod/perlguts.pod
76329 ____________________________________________________________________________
76330 [  6831] By: jhi                                   on 2000/08/26  04:33:18
76331         Log: Use UVxf, PTR2UV, NVff.
76332      Branch: perl
76333            ! ext/Storable/Storable.xs
76334 ____________________________________________________________________________
76335 [  6830] By: jhi                                   on 2000/08/26  04:31:32
76336         Log: Update the test count.
76337      Branch: perl
76338            ! t/lib/trig.t
76339 ____________________________________________________________________________
76340 [  6829] By: jhi                                   on 2000/08/26  03:05:50
76341         Log: Subject: [PATCH] installation not quite silent yet.
76342              From: <abigail@foad.org>
76343              Date: Fri, 25 Aug 2000 20:07:53 -0400
76344              Message-ID: <20000826000753.7822.qmail@foad.org>
76345      Branch: perl
76346            ! installman installperl
76347 ____________________________________________________________________________
76348 [  6828] By: jhi                                   on 2000/08/26  03:05:14
76349         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
76350              From: Spider Boardman <spider@web.zk3.dec.com>
76351              Date: Fri, 25 Aug 2000 19:12:40 -0400
76352              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
76353      Branch: perl
76354            ! gv.c
76355 ____________________________________________________________________________
76356 [  6827] By: jhi                                   on 2000/08/25  23:54:34
76357         Log: Support preserving extremely big/small angles.
76358      Branch: perl
76359            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
76360 ____________________________________________________________________________
76361 [  6826] By: jhi                                   on 2000/08/25  23:01:20
76362         Log: Patch installperl to be long double-aware.
76363              
76364              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
76365              From: Spider Boardman <spider@web.zk3.dec.com>
76366              Date: Fri, 25 Aug 2000 18:15:23 -0400
76367              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
76368      Branch: perl
76369            ! installperl
76370 ____________________________________________________________________________
76371 [  6825] By: jhi                                   on 2000/08/25  22:58:25
76372         Log: Remove duplicately applied patch shards.
76373              
76374              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
76375              From: Spider Boardman <spider@leggy.zk3.dec.com>
76376              Date: Fri, 25 Aug 2000 16:45:03 -0400
76377              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
76378      Branch: perl
76379            ! t/lib/cgi-html.t
76380 ____________________________________________________________________________
76381 [  6824] By: jhi                                   on 2000/08/25  22:57:00
76382         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
76383              From: Daniel Chetlin <daniel@chetlin.com>
76384              Date: Fri, 25 Aug 2000 12:23:16 -0700
76385              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
76386              
76387              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
76388              From: Daniel Chetlin <daniel@chetlin.com>
76389              Date: Fri, 25 Aug 2000 14:47:19 -0700
76390              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
76391      Branch: perl
76392            ! installman
76393 ____________________________________________________________________________
76394 [  6823] By: jhi                                   on 2000/08/25  22:44:17
76395         Log: Timestamp problem?
76396      Branch: perl
76397            ! uconfig.h uconfig.sh
76398 ____________________________________________________________________________
76399 [  6822] By: jhi                                   on 2000/08/25  19:01:06
76400         Log: One forgotten file from #6816.
76401      Branch: perl
76402            ! vos/config.h
76403 ____________________________________________________________________________
76404 [  6821] By: jhi                                   on 2000/08/25  18:56:39
76405         Log: Regen Changes.
76406      Branch: perl
76407            ! Changes patchlevel.h
76408 ____________________________________________________________________________
76409 [  6820] By: jhi                                   on 2000/08/25  18:52:35
76410         Log: Fix Changes ordering.
76411      Branch: perl
76412            ! Changes
76413 ____________________________________________________________________________
76414 [  6819] By: jhi                                   on 2000/08/25  18:50:25
76415         Log: Update Changes.
76416      Branch: perl
76417            ! Changes patchlevel.h
76418 ____________________________________________________________________________
76419 [  6818] By: jhi                                   on 2000/08/25  18:47:45
76420         Log: Tweak the sfio/useperlio logic, hopefully as wished in
76421              
76422              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
76423              From: Nicholas Clark <nick@babyhippo.co.uk>
76424              Date: Fri, 25 Aug 2000 12:01:45 +0100
76425              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
76426      Branch: metaconfig/U/perl
76427            ! d_sfio.U
76428      Branch: perl
76429            ! Configure
76430 ____________________________________________________________________________
76431 [  6817] By: jhi                                   on 2000/08/25  18:32:51
76432         Log: Allow microperl to assume <math.h>, without it the math
76433              functions like floor() are assumed to return int, which makes
76434              for core dumps in machines where integer and floating register
76435              don't mix.
76436      Branch: perl
76437            ! uconfig.h uconfig.sh
76438 ____________________________________________________________________________
76439 [  6816] By: jhi                                   on 2000/08/25  18:27:17
76440         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
76441              the problem reported in
76442              
76443              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
76444              From: danhale@us.ibm.com
76445              Date: Fri, 25 Aug 2000 10:58:06 -0400
76446              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
76447      Branch: metaconfig/U/perl
76448            + d_socks5_init.U
76449      Branch: perl
76450            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
76451            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
76452            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
76453            ! win32/config.gc win32/config.vc
76454 ____________________________________________________________________________
76455 [  6815] By: jhi                                   on 2000/08/25  17:43:31
76456         Log: A solution for the retrieve_fd autosplit warning,
76457              idea suggested by Mike Guy.
76458      Branch: perl
76459            ! ext/Storable/Storable.pm
76460 ____________________________________________________________________________
76461 [  6814] By: jhi                                   on 2000/08/25  17:16:03
76462         Log: Add install-silent target.
76463      Branch: perl
76464            ! Makefile.SH
76465 ____________________________________________________________________________
76466 [  6813] By: jhi                                   on 2000/08/25  17:14:23
76467         Log: Subject: Re: [PATCH] More silencing of installman.
76468              From: <abigail@foad.org>
76469              Date: Thu, 24 Aug 2000 19:27:03 -0400
76470              Message-ID: <20000824232703.7001.qmail@foad.org>
76471              
76472              Subject: Re: [PATCH] More silencing of installman.
76473              From: <abigail@foad.org>
76474              Date: Fri, 25 Aug 2000 03:00:58 -0400
76475              Message-ID: <20000825070058.10697.qmail@foad.org>
76476      Branch: perl
76477            ! installman
76478 ____________________________________________________________________________
76479 [  6812] By: jhi                                   on 2000/08/25  17:11:28
76480         Log: installperl --verbose and --silent.
76481              
76482              Subject: Re: [PATCH] More silencing of installman.
76483              From: <abigail@foad.org>
76484              Message-ID: <20000825064430.9719.qmail@foad.org>
76485              Date: Fri, 25 Aug 2000 02:44:30 -0400
76486      Branch: perl
76487            ! installperl
76488 ____________________________________________________________________________
76489 [  6811] By: jhi                                   on 2000/08/25  17:05:43
76490         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
76491              From: "Peter J. Farley III" <pjfarley@banet.net>
76492              Date: Thu, 24 Aug 2000 21:58:03 -0400
76493              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
76494              
76495              (applied slightly modified)
76496      Branch: perl
76497            ! lib/ExtUtils/MM_Unix.pm
76498 ____________________________________________________________________________
76499 [  6810] By: jhi                                   on 2000/08/25  17:01:18
76500         Log: Missing parts of 
76501              
76502              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
76503              From: Peter Prymmer <pvhp@forte.com>
76504              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
76505              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
76506      Branch: perl
76507            ! t/lib/cgi-html.t
76508 ____________________________________________________________________________
76509 [  6809] By: jhi                                   on 2000/08/25  16:46:32
76510         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
76511              From: "Craig A. Berry" <craig.berry@psinetcs.com>
76512              Date: Thu, 24 Aug 2000 19:13:11 -0500
76513              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
76514      Branch: perl
76515            ! vms/vms.c
76516 ____________________________________________________________________________
76517 [  6808] By: jhi                                   on 2000/08/25  16:39:22
76518         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
76519              From: Peter Prymmer <pvhp@forte.com>
76520              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
76521              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
76522      Branch: perl
76523            ! configure.com
76524 ____________________________________________________________________________
76525 [  6807] By: jhi                                   on 2000/08/25  16:36:37
76526         Log: Better wording for the vec lvalue diagnostic.
76527              
76528              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
76529              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
76530              Date: Wed, 23 Aug 2000 14:12:16 -0400
76531              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
76532      Branch: perl
76533            ! pod/perldiag.pod
76534 ____________________________________________________________________________
76535 [  6806] By: jhi                                   on 2000/08/24  18:17:22
76536         Log: Subject: [PATCH] More silencing of installman.
76537              From: <abigail@foad.org>
76538              Date: Thu, 24 Aug 2000 14:01:44 -0400
76539              Message-ID: <20000824180144.20062.qmail@foad.org>
76540      Branch: perl
76541            ! installman
76542 ____________________________________________________________________________
76543 [  6805] By: jhi                                   on 2000/08/24  15:00:31
76544         Log: Update Changes.
76545      Branch: perl
76546            ! Changes patchlevel.h
76547 ____________________________________________________________________________
76548 [  6804] By: jhi                                   on 2000/08/24  14:59:07
76549         Log: Regen perltoc.
76550      Branch: perl
76551            ! pod/perltoc.pod
76552 ____________________________________________________________________________
76553 [  6803] By: jhi                                   on 2000/08/24  14:44:39
76554         Log: Show the doc file, not the temp file.
76555      Branch: perl
76556            ! installman
76557 ____________________________________________________________________________
76558 [  6802] By: jhi                                   on 2000/08/24  14:41:53
76559         Log: Continue silencing.
76560      Branch: perl
76561            ! installman
76562 ____________________________________________________________________________
76563 [  6801] By: jhi                                   on 2000/08/24  14:34:40
76564         Log: Actually do something with the silencer option.
76565      Branch: perl
76566            ! installman
76567 ____________________________________________________________________________
76568 [  6800] By: jhi                                   on 2000/08/24  14:26:22
76569         Log: Make installman to recognize the silence flag -S.
76570      Branch: perl
76571            ! installman
76572 ____________________________________________________________________________
76573 [  6799] By: jhi                                   on 2000/08/24  13:49:38
76574         Log: DOS patches and portability/porting notes, from Tim Jenness.
76575      Branch: perl
76576            ! lib/File/Temp.pm
76577 ____________________________________________________________________________
76578 [  6798] By: jhi                                   on 2000/08/24  13:48:27
76579         Log: Create directories in silence.
76580              
76581              Subject: [PATCH] Another silencer for MakeMaker
76582              From: andreas.koenig@anima.de (Andreas J. Koenig)
76583              Date: 24 Aug 2000 14:18:52 +0200
76584              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
76585      Branch: perl
76586            ! lib/ExtUtils/Command.pm
76587 ____________________________________________________________________________
76588 [  6797] By: jhi                                   on 2000/08/24  13:46:42
76589         Log: More liberal parsing of version numbers.
76590              
76591              Subject: Re: CPAN.pm beta for testing available
76592              From: andreas.koenig@anima.de (Andreas J. Koenig)
76593              Date: 24 Aug 2000 13:51:57 +0200
76594              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
76595      Branch: perl
76596            ! lib/CPAN.pm
76597 ____________________________________________________________________________
76598 [  6796] By: jhi                                   on 2000/08/24  13:44:36
76599         Log: Make "make install" by default silent.  A new "install-verbose"
76600              target is verbose.
76601      Branch: perl
76602            ! Makefile.SH
76603 ____________________________________________________________________________
76604 [  6795] By: jhi                                   on 2000/08/24  13:39:14
76605         Log: Add silencer flags to installperl.
76606              
76607              Subject: [PATCH] Making installperl silent.
76608              From: <abigail@foad.org>
76609              Date: Thu, 24 Aug 2000 05:01:45 -0400
76610              Message-ID: <20000824090145.13141.qmail@foad.org>
76611      Branch: perl
76612            ! installperl
76613 ____________________________________________________________________________
76614 [  6794] By: jhi                                   on 2000/08/24  13:35:50
76615         Log: installperl couldn't tell whether it had run tests or not.
76616              
76617              Subject: [PATCH] Re: installperl and t/TEST
76618              From: <abigail@foad.org>
76619              Date: Thu, 24 Aug 2000 04:00:53 -0400
76620              Message-ID: <20000824080053.2494.qmail@foad.org>
76621      Branch: perl
76622            ! Makefile.SH installperl
76623 ____________________________________________________________________________
76624 [  6793] By: jhi                                   on 2000/08/24  13:27:50
76625         Log: Drop the separate perlbc, perlcc -b should be enough.
76626      Branch: perl
76627            - utils/perlbc.PL
76628            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
76629 ____________________________________________________________________________
76630 [  6792] By: jhi                                   on 2000/08/24  04:41:30
76631         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
76632              plus the typo fix from Peter Prymmer.
76633      Branch: perl
76634            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
76635            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
76636 ____________________________________________________________________________
76637 [  6791] By: jhi                                   on 2000/08/24  02:10:43
76638         Log: Replace #6705 with a minimal doc patch.
76639              
76640              Subject: [PATCH 5.6.0] replace change #6705
76641              From: Jan Dubois <jand@ActiveState.com>
76642              Date: Wed, 23 Aug 2000 18:31:51 -0700
76643              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
76644      Branch: perl
76645            ! lib/Win32.pod win32/win32.c
76646 ____________________________________________________________________________
76647 [  6790] By: jhi                                   on 2000/08/23  17:52:00
76648         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
76649              From: Mike Guy <mjtg@cam.ac.uk>
76650              Date: Wed, 23 Aug 2000 18:38:46 +0100
76651              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
76652      Branch: perl
76653            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
76654 ____________________________________________________________________________
76655 [  6789] By: jhi                                   on 2000/08/23  15:34:21
76656         Log: Update Changes.
76657      Branch: perl
76658            ! Changes patchlevel.h
76659 ____________________________________________________________________________
76660 [  6788] By: jhi                                   on 2000/08/23  15:33:40
76661         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
76662              From: Wilfredo Sánchez <wsanchez@apple.com>
76663              Date: Tue, 22 Aug 2000 19:31:27 -0700
76664              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
76665      Branch: perl
76666            ! perl.h
76667 ____________________________________________________________________________
76668 [  6787] By: jhi                                   on 2000/08/23  15:29:31
76669         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
76670              From: Spider Boardman <spider@leggy.zk3.dec.com>
76671              Date: Wed, 23 Aug 2000 10:33:23 -0400
76672              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
76673      Branch: perl
76674            ! lib/Pod/Html.pm
76675 ____________________________________________________________________________
76676 [  6786] By: jhi                                   on 2000/08/23  15:28:11
76677         Log: Bad makefile.
76678      Branch: perl
76679            ! ext/B/Makefile.PL
76680 ____________________________________________________________________________
76681 [  6785] By: jhi                                   on 2000/08/23  14:37:04
76682         Log: Update Changes.
76683      Branch: perl
76684            ! Changes patchlevel.h
76685 ____________________________________________________________________________
76686 [  6784] By: jhi                                   on 2000/08/23  13:58:41
76687         Log: Portability fix from Hugo van der Sanden.
76688      Branch: perl
76689            ! ext/re/Makefile.PL
76690 ____________________________________________________________________________
76691 [  6783] By: jhi                                   on 2000/08/23  13:53:53
76692         Log: Storable support, v-version fixes.
76693              
76694              Subject: CPAN.pm beta for testing available
76695              From: andreas.koenig@anima.de (Andreas J. Koenig)
76696              Date: 22 Aug 2000 23:31:33 +0200
76697              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
76698      Branch: perl
76699            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
76700 ____________________________________________________________________________
76701 [  6782] By: jhi                                   on 2000/08/23  13:51:26
76702         Log: Mac and other portability updates from Chris Nandor.
76703      Branch: perl
76704            ! pod/perlmodinstall.pod
76705 ____________________________________________________________________________
76706 [  6781] By: jhi                                   on 2000/08/23  13:47:33
76707         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
76708              From: Peter Prymmer <pvhp@forte.com>
76709              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
76710              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
76711      Branch: perl
76712            ! ext/Storable/Storable.xs
76713 ____________________________________________________________________________
76714 [  6780] By: jhi                                   on 2000/08/23  13:33:34
76715         Log: VMS MMS (make) wants null action.
76716      Branch: perl
76717            ! ext/B/Makefile.PL
76718 ____________________________________________________________________________
76719 [  6779] By: jhi                                   on 2000/08/22  19:44:47
76720         Log: Forgot portability nit.
76721      Branch: perl
76722            ! t/lib/st-forgive.t
76723 ____________________________________________________________________________
76724 [  6778] By: jhi                                   on 2000/08/22  19:35:25
76725         Log: Be portable.
76726      Branch: perl
76727            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
76728            ! t/lib/st-store.t
76729 ____________________________________________________________________________
76730 [  6777] By: jhi                                   on 2000/08/22  18:50:53
76731         Log: Update Changes.
76732      Branch: perl
76733            ! Changes patchlevel.h
76734 ____________________________________________________________________________
76735 [  6776] By: jhi                                   on 2000/08/22  18:44:46
76736         Log: cSVOPo_*v things index into the current PL_curpad
76737              under ithreads, which is different from the curpad
76738              used by the XSUB.  (In other words, the code as-is
76739              before this patch wouldn't work under ithreads.)
76740              From Sarathy.
76741      Branch: perl
76742            ! ext/B/B.xs
76743 ____________________________________________________________________________
76744 [  6775] By: jhi                                   on 2000/08/22  18:18:37
76745         Log: Make the selection of NVff et al stricter.
76746      Branch: metaconfig/U/perl
76747            ! perlxvf.U
76748      Branch: perl
76749            ! Configure config_h.SH
76750 ____________________________________________________________________________
76751 [  6774] By: jhi                                   on 2000/08/22  17:19:42
76752         Log: perldelta nits.
76753      Branch: perl
76754            ! pod/perldelta.pod
76755 ____________________________________________________________________________
76756 [  6773] By: jhi                                   on 2000/08/22  17:06:26
76757         Log: Long double fixes from Spider Boardman.
76758              
76759              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
76760              From: system PRIVILEGED account <root@peano.zk3.dec.com>
76761              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
76762              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
76763      Branch: perl
76764            ! t/lib/bigfltpm.t t/lib/st-06compat.t
76765 ____________________________________________________________________________
76766 [  6772] By: jhi                                   on 2000/08/22  15:04:53
76767         Log: Update Changes.
76768      Branch: perl
76769            ! Changes patchlevel.h
76770 ____________________________________________________________________________
76771 [  6771] By: jhi                                   on 2000/08/22  15:01:44
76772         Log: perldelta fixes from Hugo van der Sanden.
76773      Branch: perl
76774            ! pod/perldelta.pod
76775 ____________________________________________________________________________
76776 [  6770] By: jhi                                   on 2000/08/22  14:34:49
76777         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
76778              From: Hugo <hv@crypt.compulink.co.uk>
76779              Date: Tue, 22 Aug 2000 11:21:53 +0100
76780              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
76781      Branch: perl
76782            ! regcomp.c
76783 ____________________________________________________________________________
76784 [  6769] By: jhi                                   on 2000/08/22  14:30:02
76785         Log: Add Yitzchak, reformat.
76786      Branch: perl
76787            ! Changes config_h.SH
76788 ____________________________________________________________________________
76789 [  6768] By: jhi                                   on 2000/08/22  14:21:35
76790         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
76791              and Spider Boardman.
76792      Branch: metaconfig
76793            ! U/compline/d_gconvert.U
76794      Branch: perl
76795            ! Configure
76796 ____________________________________________________________________________
76797 [  6767] By: jhi                                   on 2000/08/22  14:11:24
76798         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
76799              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
76800              Date: Mon, 21 Aug 2000 19:08:31 -0700
76801              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
76802      Branch: perl
76803            - ext/Storable/patchlevel.h
76804            ! MANIFEST ext/Storable/MANIFEST
76805 ____________________________________________________________________________
76806 [  6766] By: jhi                                   on 2000/08/22  13:49:29
76807         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
76808              From: Peter Prymmer <pvhp@forte.com>
76809              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
76810              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
76811      Branch: perl
76812            ! configure.com ext/Storable/Makefile.PL
76813 ____________________________________________________________________________
76814 [  6765] By: jhi                                   on 2000/08/22  13:44:59
76815         Log: Subject: [PATCH blead] B:: missing dependency
76816              From: Hugo <hv@crypt.compulink.co.uk>
76817              Date: Tue, 22 Aug 2000 06:44:33 +0100
76818              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
76819      Branch: perl
76820            ! ext/B/Makefile.PL
76821 ____________________________________________________________________________
76822 [  6764] By: jhi                                   on 2000/08/22  13:38:12
76823         Log: More bytecompiler.
76824      Branch: perl
76825            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
76826 ____________________________________________________________________________
76827 [  6763] By: jhi                                   on 2000/08/22  13:36:44
76828         Log: Bytecompiler patches from Benjamin Stuhl.
76829      Branch: perl
76830            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
76831            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
76832            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
76833            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
76834            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
76835            ! perl.c perlapi.h pod/perldelta.pod
76836 ____________________________________________________________________________
76837 [  6762] By: jhi                                   on 2000/08/21  23:43:40
76838         Log: An obsoleted diagnostic.
76839      Branch: perl
76840            ! pod/perldelta.pod
76841 ____________________________________________________________________________
76842 [  6761] By: jhi                                   on 2000/08/21  23:01:45
76843         Log: The #6759 wasn't quite right.
76844      Branch: perl
76845            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
76846            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
76847            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
76848            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
76849            ! t/lib/st-tieditems.t
76850 ____________________________________________________________________________
76851 [  6760] By: jhi                                   on 2000/08/21  22:35:49
76852         Log: Be verydeepclean.
76853      Branch: perl
76854            ! Makefile.SH
76855 ____________________________________________________________________________
76856 [  6759] By: jhi                                   on 2000/08/21  22:25:40
76857         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
76858              From: Peter Prymmer <pvhp@forte.com>
76859              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
76860              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
76861      Branch: perl
76862            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
76863            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
76864            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
76865            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
76866            ! t/lib/st-tieditems.t
76867 ____________________________________________________________________________
76868 [  6758] By: jhi                                   on 2000/08/21  22:22:32
76869         Log: Few more casts, need reported in
76870              
76871              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
76872              From: Mike Stok <mike@stok.co.uk>
76873              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
76874              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
76875              
76876              and
76877              
76878              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
76879              From: abigail@foad.org
76880              Date: 21 Aug 2000 21:31:34 -0000
76881              Message-Id: <20000821213134.30170.qmail@foad.org>
76882      Branch: perl
76883            ! ext/Storable/Storable.xs
76884 ____________________________________________________________________________
76885 [  6757] By: jhi                                   on 2000/08/21  18:37:07
76886         Log: Update Changes.
76887      Branch: perl
76888            ! Changes patchlevel.h
76889 ____________________________________________________________________________
76890 [  6756] By: jhi                                   on 2000/08/21  18:34:02
76891         Log: A pod nit.
76892              
76893              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
76894              From: <abigail@foad.org>
76895              Date: Mon, 21 Aug 2000 14:00:16 -0400
76896              Message-ID: <20000821180016.28627.qmail@foad.org>
76897      Branch: perl
76898            ! pod/perlre.pod
76899 ____________________________________________________________________________
76900 [  6755] By: jhi                                   on 2000/08/21  18:30:56
76901         Log: Use PodParser 1.18 new test.
76902      Branch: perl
76903            ! t/pod/special_seqs.t t/pod/special_seqs.xr
76904 ____________________________________________________________________________
76905 [  6754] By: jhi                                   on 2000/08/21  18:28:35
76906         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
76907              patches cannot be applied since #6712 conflicts.
76908      Branch: perl
76909            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
76910 ____________________________________________________________________________
76911 [  6753] By: jhi                                   on 2000/08/21  18:15:11
76912         Log: Weed out some smaller changes.
76913      Branch: perl
76914            ! pod/perldelta.pod
76915 ____________________________________________________________________________
76916 [  6752] By: jhi                                   on 2000/08/21  18:02:30
76917         Log: Also under djgpp the timestamps are funky.
76918      Branch: perl
76919            ! t/op/stat.t
76920 ____________________________________________________________________________
76921 [  6751] By: jhi                                   on 2000/08/21  17:55:56
76922         Log: Tweak the floating point output routine preferences.
76923      Branch: metaconfig
76924            ! U/compline/d_gconvert.U
76925      Branch: perl
76926            ! Configure
76927 ____________________________________________________________________________
76928 [  6750] By: jhi                                   on 2000/08/21  17:51:29
76929         Log: Unicos/mk requires elaborate paranoia.
76930      Branch: perl
76931            ! lib/Math/Complex.pm
76932 ____________________________________________________________________________
76933 [  6749] By: gsar                                  on 2000/08/21  16:53:31
76934         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
76935      Branch: perl
76936            ! lib/Cwd.pm
76937 ____________________________________________________________________________
76938 [  6748] By: gsar                                  on 2000/08/21  16:22:19
76939         Log: free TLS slot properly on Windows
76940      Branch: perl
76941            ! thread.h win32/perllib.c win32/win32thread.h
76942 ____________________________________________________________________________
76943 [  6747] By: jhi                                   on 2000/08/21  16:20:58
76944         Log: Rename the macro argument because some preprocessors
76945              can't tell the difference and expand arguments also inside
76946              double quoted strings.
76947      Branch: perl
76948            ! regcomp.c
76949 ____________________________________________________________________________
76950 [  6746] By: jhi                                   on 2000/08/21  16:09:41
76951         Log: Support long doubles in Storable.
76952              
76953              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
76954              From: Radu Greab <radu@netsoft.ro>
76955              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
76956              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
76957      Branch: perl
76958            ! ext/Storable/Storable.xs
76959 ____________________________________________________________________________
76960 [  6745] By: jhi                                   on 2000/08/21  15:51:40
76961         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
76962              From: "Fifer, Eric" <EFifer@sanwaint.com>
76963              Date: Mon, 21 Aug 2000 15:34:49 +0100
76964              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
76965      Branch: perl
76966            ! t/pragma/warn/9enabled
76967 ____________________________________________________________________________
76968 [  6744] By: jhi                                   on 2000/08/21  15:39:35
76969         Log: Document the endianness of Alpha more precisely.
76970      Branch: perl
76971            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
76972            ! pod/perlport.pod
76973 ____________________________________________________________________________
76974 [  6743] By: jhi                                   on 2000/08/21  14:47:05
76975         Log: perldelta fixes from the p5p crowd.
76976      Branch: perl
76977            ! pod/perldelta.pod pod/perlop.pod
76978 ____________________________________________________________________________
76979 [  6742] By: jhi                                   on 2000/08/21  13:34:51
76980         Log: Update to Pod::LaTeX 0.53.
76981              
76982              Subject: [PATCH] lib/Pod/LaTeX.pm updates
76983              From: Tim Jenness <timj@jach.hawaii.edu>
76984              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
76985              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
76986      Branch: perl
76987            ! lib/Pod/LaTeX.pm
76988 ____________________________________________________________________________
76989 [  6741] By: jhi                                   on 2000/08/21  13:33:01
76990         Log: Subject: [PATCH] os2.c fix for use64bitint
76991              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
76992              Date: Mon, 21 Aug 2000 01:32:25 -0700
76993              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
76994      Branch: perl
76995            ! os2/os2.c
76996 ____________________________________________________________________________
76997 [  6740] By: jhi                                   on 2000/08/21  13:28:52
76998         Log: Array context keeps slithering in.
76999              
77000              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
77001              From: Daniel Chetlin <daniel@chetlin.com>
77002              Date: Sun, 20 Aug 2000 21:40:25 -0700
77003              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
77004      Branch: perl
77005            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
77006            ! pod/perldebtut.pod
77007 ____________________________________________________________________________
77008 [  6739] By: jhi                                   on 2000/08/21  13:23:55
77009         Log: Big-endian quad fixes for Storable from Radu Greab,
77010              plus few explicit null casts for picky compilers.
77011      Branch: perl
77012            ! ext/Storable/Storable.xs
77013 ____________________________________________________________________________
77014 [  6738] By: gsar                                  on 2000/08/21  05:56:13
77015         Log: small tweaks for change#6705: avoid C++ style comments in C code;
77016              use Perl's malloc API rather than the low level system one
77017      Branch: perl
77018            ! win32/win32.c
77019 ____________________________________________________________________________
77020 [  6737] By: gsar                                  on 2000/08/21  05:35:41
77021         Log: add Storable to list of extensions on Windows
77022      Branch: perl
77023            ! win32/Makefile win32/makefile.mk
77024 ____________________________________________________________________________
77025 [  6736] By: jhi                                   on 2000/08/21  02:57:53
77026         Log: Update Changes.
77027      Branch: perl
77028            ! Changes patchlevel.h
77029 ____________________________________________________________________________
77030 [  6735] By: jhi                                   on 2000/08/21  02:57:20
77031         Log: Draft 0.
77032      Branch: perl
77033            ! pod/perldelta.pod
77034 ____________________________________________________________________________
77035 [  6734] By: jhi                                   on 2000/08/21  02:57:03
77036         Log: Add Storable 0.7.2 from Raphael Manfredi,
77037              plus the patch from
77038              
77039              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
77040              From: Radu Greab <radu@netsoft.ro>
77041              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
77042              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
77043              
77044              plus changes to get Storable to compile with
77045              picky ANSI compilers.
77046      Branch: perl
77047            + ext/Storable/ChangeLog ext/Storable/MANIFEST
77048            + ext/Storable/Makefile.PL ext/Storable/README
77049            + ext/Storable/Storable.pm ext/Storable/Storable.xs
77050            + ext/Storable/patchlevel.h t/lib/st-06compat.t
77051            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
77052            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
77053            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
77054            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
77055            + t/lib/st-tieditems.t
77056            ! MANIFEST
77057 ____________________________________________________________________________
77058 [  6733] By: jhi                                   on 2000/08/21  02:29:09
77059         Log: The correct cleaning order is an art.
77060      Branch: perl
77061            ! Makefile.SH
77062 ____________________________________________________________________________
77063 [  6732] By: jhi                                   on 2000/08/21  01:23:39
77064         Log: The #6724 is here.
77065      Branch: perl
77066            ! t/lib/ftmp-security.t
77067 ____________________________________________________________________________
77068 [  6731] By: jhi                                   on 2000/08/20  23:17:03
77069         Log: s/this one/the 5.6.0 release/
77070      Branch: perl
77071            ! pod/perl56delta.pod
77072 ____________________________________________________________________________
77073 [  6730] By: jhi                                   on 2000/08/20  23:07:34
77074         Log: Mention perlebcdic and perlposix-bc.
77075      Branch: perl
77076            ! pod/perlport.pod
77077 ____________________________________________________________________________
77078 [  6729] By: jhi                                   on 2000/08/20  21:32:59
77079         Log: Document the number of exponent digits.
77080      Branch: perl
77081            ! pod/perlfunc.pod
77082 ____________________________________________________________________________
77083 [  6728] By: jhi                                   on 2000/08/20  21:16:47
77084         Log: Use File::Spec->tmpdir().
77085              
77086              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
77087              From: Tim Jenness <timj@jach.hawaii.edu>
77088              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
77089              MIME-Version: 1.0
77090              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
77091      Branch: perl
77092            ! utils/perlbug.PL
77093 ____________________________________________________________________________
77094 [  6727] By: jhi                                   on 2000/08/20  20:43:32
77095         Log: Update Changes.
77096      Branch: perl
77097            ! Changes patchlevel.h
77098 ____________________________________________________________________________
77099 [  6726] By: jhi                                   on 2000/08/20  20:41:44
77100         Log: The veryclean target needs to clobber.
77101      Branch: perl
77102            ! Makefile.SH
77103 ____________________________________________________________________________
77104 [  6725] By: jhi                                   on 2000/08/20  20:37:38
77105         Log: Document odd vs even subreleases and -Dusedevel.
77106      Branch: perl
77107            ! INSTALL
77108 ____________________________________________________________________________
77109 [  6724] By: jhi                                   on 2000/08/20  19:58:05
77110         Log: Use temporary directory instead of current directory.
77111              
77112              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
77113              From: Tim Jenness <timj@jach.hawaii.edu>
77114              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
77115              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
77116      Branch: perl
77117            ! t/lib/ftmp-security.t
77118 ____________________________________________________________________________
77119 [  6723] By: jhi                                   on 2000/08/20  19:55:55
77120         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
77121              From: andreas.koenig@anima.de (Andreas J. Koenig)
77122              Date: 20 Aug 2000 15:52:03 +0200
77123              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
77124      Branch: perl
77125            ! lib/ExtUtils/MM_Unix.pm
77126 ____________________________________________________________________________
77127 [  6722] By: jhi                                   on 2000/08/20  19:46:01
77128         Log: Update to CGI 2.72, from Lincoln Stein.
77129      Branch: perl
77130            ! lib/CGI.pm
77131 ____________________________________________________________________________
77132 [  6721] By: jhi                                   on 2000/08/20  19:43:54
77133         Log: (Replaced by #8364.)
77134              
77135              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
77136              From: Radu Greab <radu@netsoft.ro>
77137              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
77138              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
77139      Branch: perl
77140            ! ext/GDBM_File/GDBM_File.xs
77141 ____________________________________________________________________________
77142 [  6720] By: jhi                                   on 2000/08/20  19:42:01
77143         Log: pp_open() could pass an uninitialized filename down to do_open9().
77144      Branch: perl
77145            ! pp_sys.c
77146 ____________________________________________________________________________
77147 [  6719] By: jhi                                   on 2000/08/20  14:06:41
77148         Log: UTF8 concat fixes.
77149              
77150              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
77151              From: Hugo <hv@crypt.compulink.co.uk>
77152              Date: Sun, 20 Aug 2000 07:30:46 +0100
77153              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
77154      Branch: perl
77155            ! pp_hot.c t/op/append.t
77156 ____________________________________________________________________________
77157 [  6718] By: jhi                                   on 2000/08/20  02:09:37
77158         Log: Let's try #6717 again.
77159      Branch: perl
77160            ! lib/File/Temp.pm
77161 ____________________________________________________________________________
77162 [  6717] By: jhi                                   on 2000/08/20  01:56:55
77163         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
77164              From: "Craig A. Berry" <craig.berry@metamorgs.com>
77165              Date: Sat, 19 Aug 2000 18:15:39 -0500
77166              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
77167      Branch: perl
77168            ! lib/File/Temp.pm
77169 ____________________________________________________________________________
77170 [  6716] By: jhi                                   on 2000/08/19  15:50:11
77171         Log: Update Changes.
77172      Branch: perl
77173            ! Changes patchlevel.h
77174 ____________________________________________________________________________
77175 [  6715] By: jhi                                   on 2000/08/19  15:39:09
77176         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
77177              From: Jonathan D Johnston <jdjohnston2@juno.com>
77178              Date: Thu, 17 Aug 2000 23:13:01 -0400       
77179              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
77180      Branch: perl
77181            ! pod/perlfunc.pod
77182 ____________________________________________________________________________
77183 [  6714] By: jhi                                   on 2000/08/19  15:34:04
77184         Log: Introduce a 'veryclean' target that is like 'distclean'
77185              but also removes *~ and *.orig.
77186      Branch: perl
77187            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
77188            ! utils/Makefile x2p/Makefile.SH
77189 ____________________________________________________________________________
77190 [  6713] By: jhi                                   on 2000/08/19  14:15:45
77191         Log: Put back the long double avoidance code to POSIX.xs
77192              because VMS seems to need it still.
77193      Branch: perl
77194            ! ext/POSIX/POSIX.xs
77195 ____________________________________________________________________________
77196 [  6712] By: jhi                                   on 2000/08/19  14:10:41
77197         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
77198              From: Peter Prymmer <pvhp@forte.com>
77199              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
77200              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
77201      Branch: perl
77202            ! lib/Pod/Find.pm t/pod/find.t
77203 ____________________________________________________________________________
77204 [  6711] By: jhi                                   on 2000/08/19  14:09:19
77205         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
77206              From: Peter Prymmer <pvhp@forte.com>
77207              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
77208              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
77209              cc: vmsperl@perl.org
77210      Branch: perl
77211            ! t/lib/peek.t
77212 ____________________________________________________________________________
77213 [  6710] By: jhi                                   on 2000/08/19  14:08:01
77214         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
77215              From: Jan Dubois <jand@ActiveState.com>
77216              Date: Fri, 18 Aug 2000 16:31:48 -0700
77217              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
77218      Branch: perl
77219            ! win32/win32.c
77220 ____________________________________________________________________________
77221 [  6709] By: jhi                                   on 2000/08/19  14:06:57
77222         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
77223              
77224              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
77225              From: Spider.Boardman@Orb.Nashua.NH.US
77226              Date: Fri, 18 Aug 2000 18:41:14 -0400
77227              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
77228      Branch: perl
77229            ! regcomp.c
77230 ____________________________________________________________________________
77231 [  6708] By: jhi                                   on 2000/08/18  22:04:49
77232         Log: Update Changes.
77233      Branch: perl
77234            ! Changes patchlevel.h
77235 ____________________________________________________________________________
77236 [  6707] By: jhi                                   on 2000/08/18  21:55:14
77237         Log: Add warnif(), check warnings further up the stack,
77238              all the warnings functions now can take an optional object reference.
77239              
77240              Subject: [PATCH bleedperl@6691] warnings pragma update
77241              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
77242              Date: Fri, 18 Aug 2000 22:42:06 +0100
77243              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
77244      Branch: perl
77245            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
77246            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
77247            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
77248 ____________________________________________________________________________
77249 [  6706] By: jhi                                   on 2000/08/18  21:41:45
77250         Log: Typo in pp_complement().
77251              
77252              Subject: [PATCH perl-current] Deparse
77253              From: Peter Scott <Peter@PSDT.com>
77254              Date: Fri, 18 Aug 2000 12:44:37 -0700
77255              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
77256      Branch: perl
77257            ! ext/B/B/Deparse.pm
77258 ____________________________________________________________________________
77259 [  6705] By: jhi                                   on 2000/08/18  21:25:59
77260         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
77261              From: Jan Dubois <jand@ActiveState.com>
77262              Date: Fri, 18 Aug 2000 14:22:51 -0700
77263              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
77264      Branch: perl
77265            ! lib/Win32.pod win32/win32.c
77266 ____________________________________________________________________________
77267 [  6704] By: jhi                                   on 2000/08/18  21:16:14
77268         Log: Don't eat leading os from index entries.
77269              
77270              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
77271              From: Russ Allbery <rra@stanford.edu>
77272              Date: 10 Aug 2000 20:49:25 -0700
77273              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
77274      Branch: perl
77275            ! lib/Pod/Man.pm
77276 ____________________________________________________________________________
77277 [  6703] By: jhi                                   on 2000/08/18  21:07:06
77278         Log: Add [[:blank:]] as suggested in
77279              
77280              Subject: [ID 20000716.024] [=cc=] / [:blank:]
77281              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
77282              Date: Sun, 16 Jul 2000 17:55:29 -0700
77283              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
77284              
77285              (the [=cc=] has already been taken care of by #6439
77286              so the whole bug report can be closed)
77287              
77288              and make [[:space:]] to be equivalent to isspace(3)
77289              (as opposed to \s, which is isSPACE()).  The difference
77290              is that now [[:space:]] matches the mythical vertical tab,
77291              while \s doesn't.
77292      Branch: perl
77293            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
77294            ! regexec.c t/op/pat.t
77295 ____________________________________________________________________________
77296 [  6702] By: jhi                                   on 2000/08/18  18:47:47
77297         Log: The new tests were missing from #6415.
77298      Branch: perl
77299            ! t/op/bop.t
77300 ____________________________________________________________________________
77301 [  6701] By: jhi                                   on 2000/08/18  18:20:40
77302         Log: Document the NDBM_File and ODBM_File as SDBM_File
77303              was documented in #6417.
77304      Branch: perl
77305            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
77306            ! ext/SDBM_File/SDBM_File.pm
77307 ____________________________________________________________________________
77308 [  6700] By: jhi                                   on 2000/08/18  18:10:39
77309         Log: Subject: [PATCH perl@6698] cygwin port
77310              From: "Fifer, Eric" <EFifer@sanwaint.com>
77311              Date: Fri, 18 Aug 2000 17:30:05 +0100
77312              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
77313      Branch: perl
77314            ! lib/File/Temp.pm
77315 ____________________________________________________________________________
77316 [  6699] By: jhi                                   on 2000/08/18  16:21:49
77317         Log: Document code point which makes if (defined %stash::) to work
77318              (noted by Spider Boardman).
77319      Branch: perl
77320            ! op.c
77321 ____________________________________________________________________________
77322 [  6698] By: jhi                                   on 2000/08/18  13:43:27
77323         Log: Update Changes.
77324      Branch: perl
77325            ! Changes patchlevel.h
77326 ____________________________________________________________________________
77327 [  6697] By: jhi                                   on 2000/08/18  13:35:57
77328         Log: Tiny Getopt::Long patch from Johan Vromans.
77329      Branch: perl
77330            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
77331 ____________________________________________________________________________
77332 [  6696] By: jhi                                   on 2000/08/18  13:26:14
77333         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
77334              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
77335              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
77336              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
77337      Branch: perl
77338            ! pod/perldiag.pod pod/perlsyn.pod
77339 ____________________________________________________________________________
77340 [  6695] By: jhi                                   on 2000/08/18  13:13:26
77341         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
77342              From: Daniel Chetlin <daniel@chetlin.com>
77343              Date: Fri, 18 Aug 2000 03:13:36 -0700
77344              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
77345      Branch: perl
77346            ! pod/perlfunc.pod
77347 ____________________________________________________________________________
77348 [  6694] By: jhi                                   on 2000/08/18  13:08:05
77349         Log: Subject: [PATCH] perltrap.pod spring cleaning
77350              From: Daniel Chetlin <daniel@chetlin.com>
77351              Date: Fri, 18 Aug 2000 03:06:54 -0700
77352              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
77353              
77354              plus Mike Guy's nitfix.
77355      Branch: perl
77356            ! pod/perltrap.pod
77357 ____________________________________________________________________________
77358 [  6693] By: jhi                                   on 2000/08/18  13:00:26
77359         Log: Unbuffer the output.
77360              
77361              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
77362              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
77363              Date: Thu, 17 Aug 2000 18:39:29 -0700
77364              Message-ID: <RPJn5gzkgydf092yn@efn.org>
77365      Branch: perl
77366            ! t/op/fork.t
77367 ____________________________________________________________________________
77368 [  6692] By: jhi                                   on 2000/08/18  05:19:17
77369         Log: Delete the image, too, not just its MANIFEStation.
77370      Branch: perl
77371            - lib/CGI/eg/wilogo.gif
77372 ____________________________________________________________________________
77373 [  6691] By: jhi                                   on 2000/08/18  05:10:26
77374         Log: Propagate new Configure vars.
77375      Branch: perl
77376            ! configure.com epoc/config.sh uconfig.h uconfig.sh
77377            ! vos/config.def vos/config.h vos/config_h.SH_orig
77378            ! win32/config.bc win32/config.gc win32/config.vc
77379            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
77380 ____________________________________________________________________________
77381 [  6690] By: jhi                                   on 2000/08/18  04:30:56
77382         Log: Update Changes.
77383      Branch: perl
77384            ! Changes patchlevel.h
77385 ____________________________________________________________________________
77386 [  6689] By: jhi                                   on 2000/08/18  04:12:30
77387         Log: Fix the lib/complex failure of
77388              
77389              From: abigail@foad.org
77390              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
77391              Date: 15 Aug 2000 04:06:38 -0000
77392              Message-Id: <20000815040638.8524.qmail@foad.org> 
77393              
77394              Linux long double accuracy issue: something that
77395              when printed with %g looks like "2" but int() of it is 1.
77396      Branch: perl
77397            ! lib/Math/Complex.pm
77398 ____________________________________________________________________________
77399 [  6688] By: jhi                                   on 2000/08/18  03:15:35
77400         Log: The byteorder code in #6671 was wrong.
77401      Branch: perl
77402            ! configpm
77403 ____________________________________________________________________________
77404 [  6687] By: jhi                                   on 2000/08/18  02:08:42
77405         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
77406              From: Jan Dubois <jand@ActiveState.com>
77407              Date: Thu, 17 Aug 2000 18:31:55 -0700
77408              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
77409      Branch: perl
77410            ! sv.c
77411 ____________________________________________________________________________
77412 [  6686] By: jhi                                   on 2000/08/18  02:04:15
77413         Log: Use NVs in POSIX math, not doubles.
77414              
77415              From: abigail@foad.org
77416              Subject: [ID 20000817.014] POSIX & modfl
77417              Date: 17 Aug 2000 20:49:18 -0000
77418              Message-Id: <20000817204918.23123.qmail@foad.org>
77419      Branch: perl
77420            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
77421 ____________________________________________________________________________
77422 [  6685] By: jhi                                   on 2000/08/18  02:02:12
77423         Log: Introduce NVef, NVff, and NVgf, use the middle one.
77424              (helps for lib/peek + Linux + long doubles)  Reported in
77425              
77426              From: abigail@foad.org
77427              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
77428              Date: 15 Aug 2000 04:06:38 -0000
77429              Message-Id: <20000815040638.8524.qmail@foad.org> 
77430              
77431              (note: the lib/complex failure has not yet been addressed)
77432      Branch: metaconfig/U/perl
77433            ! perlxvf.U
77434      Branch: perl
77435            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
77436            ! config_h.SH dump.c perl.h pod/perlguts.pod
77437 ____________________________________________________________________________
77438 [  6684] By: jhi                                   on 2000/08/17  23:22:19
77439         Log: Add byteorder to the myconfig output.
77440      Branch: perl
77441            ! myconfig.SH
77442 ____________________________________________________________________________
77443 [  6683] By: jhi                                   on 2000/08/17  23:20:19
77444         Log: The image doth not exist, spotted by Johan Vromans.
77445      Branch: perl
77446            ! MANIFEST
77447 ____________________________________________________________________________
77448 [  6682] By: jhi                                   on 2000/08/17  22:38:16
77449         Log: Document what the backtick returns if the command fails.
77450      Branch: perl
77451            ! pod/perlop.pod
77452 ____________________________________________________________________________
77453 [  6681] By: jhi                                   on 2000/08/17  22:33:12
77454         Log: Do not use prototyping here.
77455              
77456              Subject: [ID 20000817.016] [PATCH] Peek.xs
77457              From: abigail@foad.org
77458              Date: 17 Aug 2000 20:55:56 -0000
77459              Message-Id: <20000817205556.24270.qmail@foad.org>
77460      Branch: perl
77461            ! ext/Devel/Peek/Makefile.PL
77462 ____________________________________________________________________________
77463 [  6680] By: jhi                                   on 2000/08/17  19:46:43
77464         Log: Don't propose using modules built for 5.005 if no binary
77465              compatibility with 5.005 is attempted.
77466              
77467              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
77468              Subject: Minor nit with 5.7.0 (6655)
77469              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
77470              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
77471      Branch: metaconfig
77472            ! U/installdirs/inc_version_list.U
77473      Branch: perl
77474            ! Configure config_h.SH
77475 ____________________________________________________________________________
77476 [  6679] By: jhi                                   on 2000/08/17  19:16:39
77477         Log: Microperl config update.
77478      Branch: perl
77479            ! uconfig.h uconfig.sh
77480 ____________________________________________________________________________
77481 [  6678] By: jhi                                   on 2000/08/17  19:16:13
77482         Log: The #6648 wasn't protective enough for limited platforms
77483              (like microperl).
77484      Branch: perl
77485            ! dump.c sv.c
77486 ____________________________________________________________________________
77487 [  6677] By: jhi                                   on 2000/08/17  14:46:35
77488         Log: Update Changes.
77489      Branch: perl
77490            ! Changes patchlevel.h
77491 ____________________________________________________________________________
77492 [  6676] By: jhi                                   on 2000/08/17  14:44:02
77493         Log: Add perlebcdic from Peter Prymmer, regen toc.
77494      Branch: perl
77495            + pod/perlebcdic.pod
77496            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
77497 ____________________________________________________________________________
77498 [  6675] By: jhi                                   on 2000/08/17  14:41:52
77499         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
77500      Branch: perl
77501            ! pod/perldebtut.pod
77502 ____________________________________________________________________________
77503 [  6674] By: jhi                                   on 2000/08/17  14:29:43
77504         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
77505              
77506              Subject: [ID 20000724.006] -DLEAKTEST problem
77507              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
77508              Date: Tue, 25 Jul 2000 00:36:32 -0500
77509              Message-Id: <20000725003632.A26186@www.llamacom.com>
77510              
77511              Reminder sent
77512              
77513              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
77514              From: Hugo <hv@crypt.compulink.co.uk>
77515              Date: Thu, 17 Aug 2000 15:23:42 +0100
77516              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
77517      Branch: perl
77518            ! util.c
77519 ____________________________________________________________________________
77520 [  6673] By: jhi                                   on 2000/08/17  04:07:10
77521         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
77522              From: John Peacock <JPeacock@UnivPress.com>
77523              Date: Tue, 01 Aug 2000 09:38:12 -0400
77524              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
77525      Branch: perl
77526            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
77527 ____________________________________________________________________________
77528 [  6672] By: jhi                                   on 2000/08/17  03:04:35
77529         Log: Subject: [PATCH] Cwd.pm now uses strict
77530              From: Tim Jenness <timj@jach.hawaii.edu>
77531              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
77532              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
77533      Branch: perl
77534            ! lib/Cwd.pm
77535 ____________________________________________________________________________
77536 [  6671] By: jhi                                   on 2000/08/17  02:16:35
77537         Log: Make $Config{byteorder} more magical so that it is
77538              dynamically computed: nice for 'fat binaries'.
77539              
77540              Subject: [PATCH]: default byteorder
77541              From: Wilfredo Sánchez <wsanchez@apple.com>
77542              Date: Mon, 31 Jul 2000 19:45:31 -0700
77543              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
77544      Branch: perl
77545            ! configpm
77546 ____________________________________________________________________________
77547 [  6670] By: gsar                                  on 2000/08/17  01:22:21
77548         Log: move WNOHANG definition to where other such things are
77549      Branch: perl
77550            ! win32/win32.h
77551 ____________________________________________________________________________
77552 [  6669] By: jhi                                   on 2000/08/17  01:19:17
77553         Log: Update Changes.
77554      Branch: perl
77555            ! Changes patchlevel.h
77556 ____________________________________________________________________________
77557 [  6668] By: jhi                                   on 2000/08/17  01:16:29
77558         Log: Doc nits spotted by Richard Soderberg.
77559      Branch: perl
77560            ! README.posix-bc README.vmesa
77561 ____________________________________________________________________________
77562 [  6667] By: jhi                                   on 2000/08/17  01:12:11
77563         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
77564              From: "Casey R. Tweten" <crt@kiski.net>
77565              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
77566              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
77567      Branch: perl
77568            ! pod/perldebtut.pod
77569 ____________________________________________________________________________
77570 [  6666] By: jhi                                   on 2000/08/17  01:09:31
77571         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
77572              From: "Casey R. Tweten" <crt@kiski.net>
77573              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
77574              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
77575      Branch: perl
77576            ! lib/Shell.pm
77577 ____________________________________________________________________________
77578 [  6665] By: gsar                                  on 2000/08/17  01:03:52
77579         Log: add "ok" targets from change#6632 in makefile.mk
77580      Branch: perl
77581            ! pod/perlport.pod win32/Makefile win32/makefile.mk
77582 ____________________________________________________________________________
77583 [  6664] By: gsar                                  on 2000/08/17  00:56:11
77584         Log: avoid warnings from dense compiler
77585      Branch: perl
77586            ! win32/win32.c
77587 ____________________________________________________________________________
77588 [  6663] By: jhi                                   on 2000/08/17  00:51:49
77589         Log: Tweak the regex compilation errors once more.
77590      Branch: perl
77591            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
77592            ! t/op/regmesg.t t/pragma/warn/regcomp
77593 ____________________________________________________________________________
77594 [  6662] By: gsar                                  on 2000/08/17  00:28:19
77595         Log: trailing new %ENV entries weren't being pushed into the real
77596              environment of subprocesses on Windows
77597      Branch: perl
77598            ! t/op/magic.t win32/perlhost.h
77599 ____________________________________________________________________________
77600 [  6661] By: gsar                                  on 2000/08/17  00:19:20
77601         Log: waitpid() now handles externally spawned pids correctly;
77602              fixes for backtick/wait/waitpid failures on Windows 9x
77603              
77604              these changes make the pid returned by process functions on
77605              Windows 9x always positive by clearing the high bit (which
77606              is always set on Win9x); pseudo-process PIDs are likewise
77607              always negative now on Win9x (just as on NT/2000)
77608      Branch: perl
77609            ! pp_sys.c win32/perlhost.h win32/win32.c
77610 ____________________________________________________________________________
77611 [  6660] By: jhi                                   on 2000/08/17  00:04:32
77612         Log: Retract #6645.
77613      Branch: perl
77614            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
77615            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
77616            ! t/op/sprintf.t
77617 ____________________________________________________________________________
77618 [  6659] By: gsar                                  on 2000/08/16  23:59:28
77619         Log: on windows, the return values from wait() and waitpid() don't
77620              match those of pseudo-pids
77621      Branch: perl
77622            ! pp_sys.c t/op/fork.t util.c win32/win32.c
77623 ____________________________________________________________________________
77624 [  6658] By: gsar                                  on 2000/08/16  23:56:14
77625         Log: pod nit seen in passing
77626      Branch: perl
77627            ! pod/perlfunc.pod
77628 ____________________________________________________________________________
77629 [  6657] By: gsar                                  on 2000/08/16  23:53:42
77630         Log: change#6328 could make close(SOCKET) return false on windows
77631              when it shouldn't
77632      Branch: perl
77633            ! win32/win32sck.c
77634 ____________________________________________________________________________
77635 [  6656] By: gsar                                  on 2000/08/16  23:46:57
77636         Log: check that the number pseudo children doesn't exceed
77637              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
77638              the WaitForMultipleObjects() limit that would cause wait()
77639              to crash)
77640              
77641              wait() and waitpid() could potentially be rewritten to use
77642              more than one thread to do the waiting to eliminate this
77643              limitation
77644      Branch: perl
77645            ! win32/perlhost.h
77646 ____________________________________________________________________________
77647 [  6655] By: jhi                                   on 2000/08/16  14:11:05
77648         Log: Update Changes.
77649      Branch: perl
77650            ! Changes patchlevel.h
77651 ____________________________________________________________________________
77652 [  6654] By: jhi                                   on 2000/08/16  14:10:12
77653         Log: Update to perldebtut 1.9, from Richard Foley.
77654      Branch: perl
77655            ! pod/perldebtut.pod
77656 ____________________________________________________________________________
77657 [  6653] By: jhi                                   on 2000/08/16  14:08:17
77658         Log: Change the regx compilation error markers to use = instead of <
77659              since pod makes using the latter quite messy.  Reported in
77660              ID 20000814.006 by Abigail and in
77661              Subject: Unknown escape E<> ?
77662              From: Lupe Christoph <lupe@lupe-christoph.de>
77663              Date: Fri, 11 Aug 2000 00:30:27 +0200
77664              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
77665      Branch: perl
77666            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
77667            ! t/op/regmesg.t t/pragma/warn/regcomp
77668 ____________________________________________________________________________
77669 [  6652] By: jhi                                   on 2000/08/16  13:25:31
77670         Log: Change the perlbug address to perl.org since it's more forgiving.
77671              
77672              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
77673              From: abigail@foad.org
77674              Date: 15 Aug 2000 04:15:40 -0000
77675              Message-Id: <20000815041540.8633.qmail@foad.org>
77676      Branch: perl
77677            ! utils/perlbug.PL
77678 ____________________________________________________________________________
77679 [  6651] By: jhi                                   on 2000/08/16  13:22:35
77680         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
77681              From: Tim Jenness <timj@jach.hawaii.edu>
77682              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
77683              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
77684      Branch: perl
77685            ! lib/Cwd.pm
77686 ____________________________________________________________________________
77687 [  6650] By: jhi                                   on 2000/08/16  13:18:13
77688         Log: Update to CPAN 1.57.
77689              
77690              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
77691              From: andreas.koenig@anima.de (Andreas J. Koenig)
77692              Date: 16 Aug 2000 15:09:46 +0200
77693              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
77694      Branch: perl
77695            ! lib/CPAN.pm
77696 ____________________________________________________________________________
77697 [  6649] By: jhi                                   on 2000/08/16  13:12:31
77698         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
77699              From: "Larry W. Virden" <lvirden@cas.org>
77700              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
77701              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
77702      Branch: perl
77703            ! README.hpux
77704 ____________________________________________________________________________
77705 [  6648] By: jhi                                   on 2000/08/16  13:03:53
77706         Log: The numeric locale was reset to "C" by s?printf and never restored.
77707              
77708              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
77709              From: Christian Kirsch <ck@held.mind.de>
77710              Date: Wed, 9 Aug 2000 17:05:17 +0200
77711              Message-Id: <20000809170517.A25389@held>
77712              
77713              No test since adding the failing example to locale.t
77714              does not fail -- probably because the locale settings are so
77715              thoroughly tweaked by that time.  Running the example standalone
77716              does fail, though.  UPDATE: test case added at change #7540.
77717      Branch: perl
77718            ! dump.c perl.h pp.c pp_ctl.c sv.c
77719 ____________________________________________________________________________
77720 [  6647] By: jhi                                   on 2000/08/16  00:07:54
77721         Log: Update Changes and test semi-automatic patchlevel updating.
77722      Branch: perl
77723            ! Changes patchlevel.h
77724 ____________________________________________________________________________
77725 [  6646] By: jhi                                   on 2000/08/15  23:35:07
77726         Log: Fix a dependency problem.
77727              
77728              Subject: [PATCH: 6640] VMS Makefile.SH update
77729              From: Peter Prymmer <pvhp@forte.com>
77730              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
77731              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
77732      Branch: perl
77733            ! vms/descrip_mms.template
77734 ____________________________________________________________________________
77735 [  6645] By: jhi                                   on 2000/08/15  23:33:23
77736         Log: (Retracted by #6660)
77737              
77738              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
77739              From: Dominic Dunlop <domo@computer.org>
77740              Date: Tue, 15 Aug 2000 22:20:52 +0200
77741              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
77742      Branch: metaconfig/U/perl
77743            + d_printfed.U
77744      Branch: perl
77745            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
77746            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
77747            ! t/op/sprintf.t
77748 ____________________________________________________________________________
77749 [  6644] By: jhi                                   on 2000/08/15  21:17:20
77750         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
77751              From: abigail@foad.org
77752              Date: 15 Aug 2000 20:12:41 -0000
77753              Message-Id: <20000815201241.25556.qmail@foad.org>
77754      Branch: perl
77755            ! INSTALL
77756 ____________________________________________________________________________
77757 [  6643] By: jhi                                   on 2000/08/15  21:15:28
77758         Log: (an already applied patch)
77759      Branch: perl
77760            ! lib/CGI.pm
77761 ____________________________________________________________________________
77762 [  6642] By: gsar                                  on 2000/08/15  19:54:05
77763         Log: magic callbacks all need to have same type signature
77764      Branch: perl
77765            ! embed.pl mg.c proto.h
77766 ____________________________________________________________________________
77767 [  6641] By: jhi                                   on 2000/08/15  17:56:27
77768         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)
77769              From: Mike Guy <mjtg@cam.ac.uk>
77770              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
77771              Date: Tue, 15 Aug 2000 18:26:45 +0100
77772              
77773              Only the peek.t part applied, not the hash quality part.
77774      Branch: perl
77775            ! t/lib/peek.t
77776 ____________________________________________________________________________
77777 [  6640] By: jhi                                   on 2000/08/15  16:37:37
77778         Log: Update Changes.
77779      Branch: perl
77780            ! Changes
77781 ____________________________________________________________________________
77782 [  6639] By: jhi                                   on 2000/08/15  16:34:55
77783         Log: Missed a file from #6638.
77784      Branch: perl
77785            ! lib/File/Temp.pm
77786 ____________________________________________________________________________
77787 [  6638] By: jhi                                   on 2000/08/15  16:33:19
77788         Log: Subject: [PATCH perl@6620] cygwin port
77789              From: "Fifer, Eric" <EFifer@sanwaint.com>
77790              Date: Tue, 15 Aug 2000 17:00:49 +0100
77791              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
77792      Branch: perl
77793            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
77794 ____________________________________________________________________________
77795 [  6637] By: jhi                                   on 2000/08/15  16:29:22
77796         Log: Subject: [PATCH] debugger exit code should reflect user exit code
77797              From: Mike Guy <mjtg@cam.ac.uk>
77798              Date: Tue, 15 Aug 2000 16:55:59 +0100
77799              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
77800      Branch: perl
77801            ! lib/perl5db.pl
77802 ____________________________________________________________________________
77803 [  6636] By: jhi                                   on 2000/08/15  15:30:58
77804         Log: Update Changes.
77805      Branch: perl
77806            ! Changes
77807 ____________________________________________________________________________
77808 [  6635] By: jhi                                   on 2000/08/15  15:27:21
77809         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
77810      Branch: metaconfig
77811            ! U/mkglossary U/mksample
77812      Branch: metaconfig/U/perl
77813            ! Devel.U
77814      Branch: perl
77815            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
77816 ____________________________________________________________________________
77817 [  6634] By: jhi                                   on 2000/08/15  14:11:55
77818         Log: Don't blow limited stacks, a lower number is enough to
77819              tickle the lookbehind limit.
77820              
77821              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
77822              From: Dominic Dunlop <domo@computer.org>
77823              Date: Tue, 15 Aug 2000 13:51:24 +0200
77824              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
77825      Branch: perl
77826            ! t/op/regmesg.t
77827 ____________________________________________________________________________
77828 [  6633] By: jhi                                   on 2000/08/15  14:01:46
77829         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
77830              From: Mike Guy <mjtg@cam.ac.uk>
77831              Date: Tue, 15 Aug 2000 12:10:50 +0100
77832              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
77833      Branch: perl
77834            ! utils/perldoc.PL
77835 ____________________________________________________________________________
77836 [  6632] By: jhi                                   on 2000/08/15  13:58:48
77837         Log: make ok etc also for win32.
77838              
77839              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
77840              From: Prymmer/Kahn <pvhp@best.com>
77841              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
77842              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
77843      Branch: perl
77844            ! win32/Makefile
77845 ____________________________________________________________________________
77846 [  6631] By: jhi                                   on 2000/08/15  13:45:03
77847         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
77848      Branch: perl
77849            ! lib/Test.pm
77850 ____________________________________________________________________________
77851 [  6630] By: jhi                                   on 2000/08/15  03:25:09
77852         Log: Update Changes.
77853      Branch: perl
77854            ! Changes
77855 ____________________________________________________________________________
77856 [  6629] By: jhi                                   on 2000/08/15  03:23:53
77857         Log: magic_regdatum_set() is void, not int.
77858      Branch: perl
77859            ! embed.pl mg.c proto.h
77860 ____________________________________________________________________________
77861 [  6628] By: jhi                                   on 2000/08/15  03:08:02
77862         Log: Make the user to give up his firstborn, err, to knowingly
77863              verify installing an unstable developer release.  Also bump
77864              the release to 5.7.0, but leave a patch tag in the local
77865              patches saying that this is not yet the real thing.
77866      Branch: metaconfig
77867            ! U/modified/Instruct.U
77868      Branch: metaconfig/U/perl
77869            + Devel.U
77870      Branch: perl
77871            ! Configure patchlevel.h
77872 ____________________________________________________________________________
77873 [  6627] By: jhi                                   on 2000/08/14  22:32:52
77874         Log: README.os2 update.
77875              
77876              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
77877              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
77878              Date: Wed, 02 Aug 2000 21:55:09 -0700
77879              Message-ID: <tsPi5gzkgegX092yn@efn.org>
77880      Branch: perl
77881            ! README.os2
77882 ____________________________________________________________________________
77883 [  6626] By: jhi                                   on 2000/08/14  21:00:02
77884         Log: Subject: Re: File::Temp problems on VMS in bleedperl
77885              From: Tim Jenness <timj@jach.hawaii.edu>
77886              cc: vmsperl@perl.org
77887              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
77888              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
77889      Branch: perl
77890            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
77891 ____________________________________________________________________________
77892 [  6625] By: jhi                                   on 2000/08/14  20:52:16
77893         Log: Add SUIDMAIL as was done for the CERT alert.
77894      Branch: perl
77895            ! patchlevel.h
77896 ____________________________________________________________________________
77897 [  6624] By: jhi                                   on 2000/08/14  20:48:50
77898         Log: Subject: sfio2000
77899              From: Daniel Muino <dmuino@afip.gov.ar>
77900              Date: Mon, 14 Aug 2000 16:58:11 -0300
77901              Message-ID: <20000814165811.B16368@con2-dgi>
77902      Branch: perl
77903            ! perlsdio.h perlsfio.h
77904 ____________________________________________________________________________
77905 [  6623] By: jhi                                   on 2000/08/14  20:47:36
77906         Log: Subject: warning: storage class after type is obsolescent
77907              From: Daniel Muino <dmuino@afip.gov.ar>
77908              Date: Mon, 14 Aug 2000 16:42:47 -0300
77909              Message-ID: <20000814164247.A16368@con2-dgi>
77910      Branch: perl
77911            ! regcomp.pl regnodes.h
77912 ____________________________________________________________________________
77913 [  6622] By: jhi                                   on 2000/08/14  20:43:05
77914         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
77915              From: abigail@foad.org
77916              Date: 14 Aug 2000 20:00:10 -0000
77917              Message-Id: <20000814200010.27271.qmail@foad.org>
77918      Branch: perl
77919            ! Changes
77920 ____________________________________________________________________________
77921 [  6621] By: jhi                                   on 2000/08/14  15:23:05
77922         Log: Update Changes.
77923      Branch: perl
77924            ! Changes
77925 ____________________________________________________________________________
77926 [  6620] By: jhi                                   on 2000/08/14  15:22:14
77927         Log: Subject: Re: [PATCH] @+, @- readonly
77928              From: Mike Guy <mjtg@cam.ac.uk>
77929              Date: Mon, 14 Aug 2000 15:26:55 +0100
77930              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
77931      Branch: perl
77932            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
77933            ! sv.c t/op/pat.t
77934 ____________________________________________________________________________
77935 [  6619] By: jhi                                   on 2000/08/14  14:12:08
77936         Log: Update Changes.
77937      Branch: perl
77938            ! Changes
77939 ____________________________________________________________________________
77940 [  6618] By: jhi                                   on 2000/08/14  14:09:34
77941         Log: For now remove the mail code.
77942      Branch: perl
77943            ! perl.c
77944 ____________________________________________________________________________
77945 [  6617] By: jhi                                   on 2000/08/14  14:08:28
77946         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
77947      Branch: perl
77948            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
77949            ! pod/perlfaq8.pod pod/perlsec.pod
77950 ____________________________________________________________________________
77951 [  6616] By: jhi                                   on 2000/08/14  14:00:11
77952         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
77953              From: Mike Guy <mjtg@cam.ac.uk>
77954              Date: Mon, 14 Aug 2000 08:26:02 +0100
77955              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
77956      Branch: perl
77957            ! lib/perl5db.pl
77958 ____________________________________________________________________________
77959 [  6615] By: jhi                                   on 2000/08/14  13:58:45
77960         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
77961              From: Mike Guy <mjtg@cam.ac.uk>
77962              Date: Mon, 14 Aug 2000 08:04:22 +0100
77963              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
77964      Branch: perl
77965            ! gv.c mg.c t/op/pat.t
77966 ____________________________________________________________________________
77967 [  6614] By: jhi                                   on 2000/08/14  13:56:45
77968         Log: Subject: Test fails / warnings with perl-current #6612
77969              From: Mike Guy <mjtg@cam.ac.uk>
77970              Date: Mon, 14 Aug 2000 07:57:23 +0100
77971              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
77972      Branch: perl
77973            ! t/lib/b.t t/lib/peek.t
77974 ____________________________________________________________________________
77975 [  6613] By: jhi                                   on 2000/08/14  13:45:33
77976         Log: VMS configure.com update continues.
77977      Branch: perl
77978            - vms/configure.com
77979            ! MANIFEST configure.com
77980 ____________________________________________________________________________
77981 [  6612] By: jhi                                   on 2000/08/13  22:13:35
77982         Log: Update Changes.
77983      Branch: perl
77984            ! Changes
77985 ____________________________________________________________________________
77986 [  6611] By: jhi                                   on 2000/08/13  16:21:45
77987         Log: Upgrade to CGI 2.71, from Lincoln Stein.
77988      Branch: perl
77989            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
77990 ____________________________________________________________________________
77991 [  6610] By: jhi                                   on 2000/08/13  15:09:16
77992         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
77993              From: Mike Guy <mjtg@cam.ac.uk>
77994              Date: Sun, 13 Aug 2000 13:45:51 +0100
77995              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
77996      Branch: perl
77997            ! t/op/regmesg.t
77998 ____________________________________________________________________________
77999 [  6609] By: jhi                                   on 2000/08/13  14:31:26
78000         Log: Andreas says that 1.56 is fine, so reverting back to it.
78001      Branch: perl
78002            ! lib/CPAN.pm
78003 ____________________________________________________________________________
78004 [  6608] By: jhi                                   on 2000/08/13  05:34:20
78005         Log: Update Changes.
78006      Branch: perl
78007            ! Changes
78008 ____________________________________________________________________________
78009 [  6607] By: jhi                                   on 2000/08/13  05:32:01
78010         Log: Put back the \z changes of #5406 to CPAN.pm.
78011      Branch: perl
78012            ! lib/CPAN.pm
78013 ____________________________________________________________________________
78014 [  6606] By: jhi                                   on 2000/08/13  05:20:16
78015         Log: Fix-n-skip the tests under 5005threads.
78016      Branch: perl
78017            ! t/lib/b.t
78018 ____________________________________________________________________________
78019 [  6605] By: jhi                                   on 2000/08/13  05:07:48
78020         Log: Fix the test for 5005threads.
78021      Branch: perl
78022            ! t/lib/peek.t
78023 ____________________________________________________________________________
78024 [  6604] By: jhi                                   on 2000/08/13  03:35:37
78025         Log: Should have deleted this in #6603.
78026      Branch: perl
78027            - vms/subconfigure.com
78028 ____________________________________________________________________________
78029 [  6603] By: jhi                                   on 2000/08/12  18:29:32
78030         Log: Rewrite of vms/subconfigure.com as configure.com,
78031              from Peter Prymmer and the vmsperl crew.
78032      Branch: perl
78033            + vms/configure.com
78034            ! MANIFEST
78035 ____________________________________________________________________________
78036 [  6602] By: jhi                                   on 2000/08/11  13:00:01
78037         Log: PlainText.pm is dead.
78038      Branch: perl
78039            - lib/Pod/PlainText.pm
78040            ! MANIFEST
78041 ____________________________________________________________________________
78042 [  6601] By: jhi                                   on 2000/08/11  04:06:45
78043         Log: Update Changes.
78044      Branch: perl
78045            ! Changes
78046 ____________________________________________________________________________
78047 [  6600] By: jhi                                   on 2000/08/11  04:06:10
78048         Log: Add a few missing files, update MANIFEST.
78049      Branch: perl
78050            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
78051            + lib/Pod/PlainText.pm t/pod/find.t
78052            ! MANIFEST t/op/regmesg.t
78053 ____________________________________________________________________________
78054 [  6599] By: jhi                                   on 2000/08/11  03:31:10
78055         Log: Add Perl debugging tutorial, regen toc. 
78056              
78057              Subject: perldebtut.pod
78058              From: Richard Foley <Richard.Foley@m.dasa.de>
78059              Date: Wed, 09 Aug 2000 10:17:15 +0200
78060              Message-id: <3991138B.262247B8@m.dasa.de>
78061      Branch: perl
78062            + pod/perldebtut.pod
78063            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
78064 ____________________________________________________________________________
78065 [  6598] By: jhi                                   on 2000/08/11  02:48:56
78066         Log: tiny Changes edit
78067      Branch: perl
78068            ! Changes
78069 ____________________________________________________________________________
78070 [  6597] By: jhi                                   on 2000/08/11  02:39:04
78071         Log: Tests for #6589.
78072              
78073              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
78074              From: simon@brecon.co.uk (Simon Cozens)
78075              Date: 11 Aug 2000 02:24:52 GMT
78076              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
78077      Branch: perl
78078            ! t/lib/b.t
78079 ____________________________________________________________________________
78080 [  6596] By: jhi                                   on 2000/08/11  01:50:07
78081         Log: Update Changes.
78082      Branch: perl
78083            ! Changes
78084 ____________________________________________________________________________
78085 [  6595] By: jhi                                   on 2000/08/11  01:47:16
78086         Log: nitfix
78087      Branch: perl
78088            ! Changes
78089 ____________________________________________________________________________
78090 [  6594] By: jhi                                   on 2000/08/11  01:36:16
78091         Log: Subject: Getting perlio and threads to compile
78092              From: Lupe Christoph <lupe@lupe-christoph.de>
78093              Date: Wed, 9 Aug 2000 11:35:54 +0200
78094              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
78095              
78096              (the Solaris version changes in Configure skipped)
78097      Branch: perl
78098            ! hints/solaris_2.sh thread.h
78099 ____________________________________________________________________________
78100 [  6593] By: jhi                                   on 2000/08/11  01:30:16
78101         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
78102              From: simon@brecon.co.uk (Simon Cozens)
78103              Date: 1 Aug 2000 06:55:19 GMT
78104              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
78105      Branch: perl
78106            ! lib/utf8.pm
78107 ____________________________________________________________________________
78108 [  6592] By: jhi                                   on 2000/08/11  01:26:39
78109         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
78110              From: Peter Scott <Peter@PeterScott.com>
78111              Date: Thu, 10 Aug 2000 08:23:27 -0700
78112              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
78113      Branch: perl
78114            ! lib/perl5db.pl
78115 ____________________________________________________________________________
78116 [  6591] By: jhi                                   on 2000/08/11  01:22:02
78117         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
78118              From: Hugo <hv@crypt.compulink.co.uk>
78119              Date: Thu, 10 Aug 2000 19:23:04 +0100
78120              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
78121      Branch: perl
78122            ! regexec.c t/op/pat.t
78123 ____________________________________________________________________________
78124 [  6590] By: jhi                                   on 2000/08/11  01:19:19
78125         Log: Preprocessing and postprocessing for File::Find.
78126              
78127              Subject: Patch to Find::File.pm to allow alphabetical results
78128              From: Joe Smith <jsmith@inwap.com>
78129              Date: Wed, 9 Aug 2000 02:44:54 -0700
78130              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
78131      Branch: perl
78132            ! lib/File/Find.pm
78133 ____________________________________________________________________________
78134 [  6589] By: jhi                                   on 2000/08/11  01:12:39
78135         Log: B::Deparse didn't do sub attributes.
78136              
78137              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
78138              From: simon@brecon.co.uk (Simon Cozens)
78139              Date: 9 Aug 2000 04:49:20 GMT
78140              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
78141      Branch: perl
78142            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
78143 ____________________________________________________________________________
78144 [  6588] By: jhi                                   on 2000/08/11  01:06:40
78145         Log: Subject: debugger "d" command doesnt check line number
78146              From: Mike Guy <mjtg@cam.ac.uk>
78147              Date: Tue, 08 Aug 2000 21:54:29 +0100
78148              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
78149      Branch: perl
78150            ! lib/perl5db.pl mg.c pod/perldiag.pod
78151 ____________________________________________________________________________
78152 [  6587] By: jhi                                   on 2000/08/11  00:45:03
78153         Log: sleep(1) does not necessarily return 1.
78154              
78155              Subject: [PATCH bleadperl] op/lex_assign.t  
78156              From: Hugo <hv@crypt.compulink.co.uk>
78157              Date: Thu, 03 Aug 2000 14:34:22 +0100        
78158              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
78159      Branch: perl
78160            ! t/op/lex_assign.t
78161 ____________________________________________________________________________
78162 [  6586] By: jhi                                   on 2000/08/11  00:31:50
78163         Log: Document the IO::Select timeout.
78164      Branch: perl
78165            ! ext/IO/lib/IO/Select.pm
78166 ____________________________________________________________________________
78167 [  6585] By: jhi                                   on 2000/08/11  00:13:54
78168         Log: Forgot contributor.
78169      Branch: perl
78170            ! Changes
78171 ____________________________________________________________________________
78172 [  6584] By: jhi                                   on 2000/08/11  00:09:19
78173         Log: detypo
78174      Branch: perl
78175            ! Changes
78176 ____________________________________________________________________________
78177 [  6583] By: jhi                                   on 2000/08/11  00:07:53
78178         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
78179              
78180              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
78181              From: Mike Guy <mjtg@cam.ac.uk> 
78182              Date: Thu, 10 Aug 2000 15:50:54 +0100
78183              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
78184      Branch: perl
78185            ! sv.c t/op/int.t
78186 ____________________________________________________________________________
78187 [  6582] By: jhi                                   on 2000/08/10  23:29:32
78188         Log: Update Changes.
78189      Branch: perl
78190            ! Changes
78191 ____________________________________________________________________________
78192 [  6581] By: jhi                                   on 2000/08/10  23:26:16
78193         Log: Put back the std @INC thing.
78194      Branch: perl
78195            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
78196            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
78197            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
78198            ! t/lib/gol-oo.t
78199 ____________________________________________________________________________
78200 [  6580] By: jhi                                   on 2000/08/10  23:03:34
78201         Log: Update to CGI 2.70, from Lincoln Stein.
78202      Branch: perl
78203            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
78204            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
78205            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
78206            ! t/lib/cgi-request.t
78207 ____________________________________________________________________________
78208 [  6579] By: jhi                                   on 2000/08/10  22:41:50
78209         Log: Update to CPAN 1.56, from Andreas König.
78210      Branch: perl
78211            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
78212 ____________________________________________________________________________
78213 [  6578] By: jhi                                   on 2000/08/10  22:38:13
78214         Log: Update to Pod::Parser 1.17, from Brad Appleton.
78215      Branch: perl
78216            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
78217            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
78218            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
78219            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
78220            ! t/pod/include.t t/pod/included.t t/pod/lref.t
78221            ! t/pod/multiline_items.t t/pod/nested_items.t
78222            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
78223            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
78224            ! t/pod/special_seqs.t
78225 ____________________________________________________________________________
78226 [  6577] By: jhi                                   on 2000/08/10  22:35:41
78227         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
78228      Branch: perl
78229            ! AUTHORS MAINTAIN
78230 ____________________________________________________________________________
78231 [  6576] By: jhi                                   on 2000/08/10  22:24:54
78232         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
78233      Branch: perl
78234            + t/lib/gol-oo.t
78235            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
78236            ! t/lib/gol-compat.t t/lib/gol-linkage.t
78237 ____________________________________________________________________________
78238 [  6575] By: jhi                                   on 2000/08/10  22:02:07
78239         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
78240      Branch: perl
78241            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
78242 ____________________________________________________________________________
78243 [  6574] By: jhi                                   on 2000/08/10  21:55:03
78244         Log: Iterating perl6 description.
78245      Branch: perl
78246            ! pod/perlfaq1.pod
78247 ____________________________________________________________________________
78248 [  6573] By: jhi                                   on 2000/08/10  21:48:26
78249         Log: Revert the sv.c part of #6559, a better fix is needed.
78250      Branch: perl
78251            ! sv.c
78252 ____________________________________________________________________________
78253 [  6572] By: jhi                                   on 2000/08/10  20:33:43
78254         Log: It's the 2ndO'ROSSC.
78255      Branch: perl
78256            ! pod/perlfaq1.pod
78257 ____________________________________________________________________________
78258 [  6571] By: jhi                                   on 2000/08/10  15:55:48
78259         Log: detypo
78260      Branch: perl
78261            ! pod/perlfaq1.pod
78262 ____________________________________________________________________________
78263 [  6570] By: jhi                                   on 2000/08/10  14:11:17
78264         Log: An exceptionally sticky typo.
78265      Branch: perl
78266            ! Changes
78267 ____________________________________________________________________________
78268 [  6569] By: jhi                                   on 2000/08/10  14:09:33
78269         Log: detypo (and test Changes updating script)
78270      Branch: perl
78271            ! Changes
78272 ____________________________________________________________________________
78273 [  6568] By: jhi                                   on 2000/08/10  14:07:07
78274         Log: Update Changes.
78275      Branch: perl
78276            ! Changes
78277 ____________________________________________________________________________
78278 [  6567] By: jhi                                   on 2000/08/10  14:06:19
78279         Log: Amend the description of Perl6.
78280              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
78281              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
78282              Date: Wed, 9 Aug 2000 22:11:06 -0500
78283              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
78284      Branch: perl
78285            ! pod/perlfaq1.pod
78286 ____________________________________________________________________________
78287 [  6566] By: jhi                                   on 2000/08/10  13:58:57
78288         Log: Subject: Remove dead entry in perldiag
78289              From: Mike Guy <mjtg@cam.ac.uk>
78290              Date: Thu, 10 Aug 2000 14:19:19 +0100
78291              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
78292      Branch: perl
78293            ! pod/perldiag.pod
78294 ____________________________________________________________________________
78295 [  6565] By: jhi                                   on 2000/08/10  13:51:48
78296         Log: Zero entries were skipped, fix from Adrian Goalby
78297              <argoalby@yahoo.co.uk>
78298      Branch: perl
78299            ! lib/unicode/Number.pl lib/unicode/mktables.PL
78300 ____________________________________________________________________________
78301 [  6564] By: jhi                                   on 2000/08/10  13:00:12
78302         Log: Subject: [PATCH 5.6.0] cygwin port
78303              From: "Fifer, Eric" <EFifer@sanwaint.com>
78304              Date: Thu, 10 Aug 2000 13:15:36 +0100
78305              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
78306      Branch: perl
78307            ! README.cygwin hints/cygwin.sh
78308 ____________________________________________________________________________
78309 [  6563] By: jhi                                   on 2000/08/10  12:55:16
78310         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
78311      Branch: perl
78312            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
78313 ____________________________________________________________________________
78314 [  6562] By: gsar                                  on 2000/08/10  08:38:39
78315         Log: warn is a macro, avoid using at a variable to avoid warnings
78316              in some configurations; readdir.t is too conservative in
78317              estimating number of *.t's
78318      Branch: perl
78319            ! t/op/readdir.t util.c
78320 ____________________________________________________________________________
78321 [  6561] By: jhi                                   on 2000/08/09  23:35:42
78322         Log: Update Changes.
78323      Branch: perl
78324            ! Changes
78325 ____________________________________________________________________________
78326 [  6560] By: jhi                                   on 2000/08/09  23:05:47
78327         Log: Subject: Re: enhanced(?) regex error messages
78328              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
78329              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
78330              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
78331              
78332              (plus two small patches sent privately)
78333              (this still seems to leave few test failures)
78334      Branch: perl
78335            + t/op/regmesg.t
78336            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
78337            ! t/pragma/warn/regcomp
78338 ____________________________________________________________________________
78339 [  6559] By: jhi                                   on 2000/08/09  20:41:18
78340         Log: (The fix did work but was not right, retracted in #6573)
78341              
78342              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
78343              From: Christian Kirsch <ck@held.mind.de>
78344              Date: Wed, 9 Aug 2000 17:05:17 +0200
78345              Message-Id: <20000809170517.A25389@held>
78346      Branch: perl
78347            ! sv.c t/pragma/locale.t
78348 ____________________________________________________________________________
78349 [  6558] By: jhi                                   on 2000/08/08  22:34:08
78350         Log: Tiny updates on the contributors list.
78351      Branch: perl
78352            ! Changes
78353 ____________________________________________________________________________
78354 [  6557] By: jhi                                   on 2000/08/08  19:34:28
78355         Log: Double check that we have a dirhandle.
78356      Branch: perl
78357            ! util.c
78358 ____________________________________________________________________________
78359 [  6556] By: jhi                                   on 2000/08/08  19:01:51
78360         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
78361              May be repopulated with fresh maintained examples.
78362      Branch: perl
78363            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
78364            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
78365            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
78366            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
78367            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
78368            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
78369            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
78370            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
78371            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
78372            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
78373            + lib/CGI/eg/wilogo_gif.uu
78374            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
78375            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
78376            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
78377            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
78378            - eg/cgi/frameset.cgi eg/cgi/index.html
78379            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
78380            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
78381            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
78382            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
78383            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
78384            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
78385            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
78386            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
78387            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
78388            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
78389            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
78390            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
78391            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
78392            - eg/van/vanish eg/who eg/wrapsuid
78393            ! MANIFEST
78394 ____________________________________________________________________________
78395 [  6555] By: jhi                                   on 2000/08/08  18:51:08
78396         Log: Delete chat2 as requested by Randal.
78397              
78398              Subject: Re: perlfaq8 coyness
78399              From: merlyn@stonehenge.com (Randal L. Schwartz) 
78400              Date: 15 May 2000 18:52:42 -0700 
78401              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
78402      Branch: perl
78403            - lib/chat2.pl
78404            ! MANIFEST
78405 ____________________________________________________________________________
78406 [  6554] By: jhi                                   on 2000/08/08  18:31:35
78407         Log: Regen global.sym.
78408      Branch: perl
78409            ! global.sym
78410 ____________________________________________________________________________
78411 [  6553] By: jhi                                   on 2000/08/08  18:28:13
78412         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
78413              (either perlbug or p5p ate the original), plus regen
78414              perlapi and perltoc. 
78415      Branch: perl
78416            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
78417            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
78418            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
78419            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
78420            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
78421            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
78422            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
78423            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
78424            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
78425            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
78426 ____________________________________________________________________________
78427 [  6552] By: jhi                                   on 2000/08/08  18:06:29
78428         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
78429              From: Mike Guy <mjtg@cam.ac.uk>
78430              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
78431              Date: Tue, 08 Aug 2000 15:51:27 +0100
78432      Branch: perl
78433            ! doop.c sv.h t/op/join.t t/pragma/overload.t
78434 ____________________________________________________________________________
78435 [  6551] By: jhi                                   on 2000/08/08  18:01:11
78436         Log: Re-apply #6549.
78437      Branch: perl
78438            ! lib/perl5db.pl
78439 ____________________________________________________________________________
78440 [  6550] By: jhi                                   on 2000/08/08  17:43:08
78441         Log: Accidental retraction of #6549.
78442      Branch: perl
78443            ! lib/perl5db.pl
78444 ____________________________________________________________________________
78445 [  6549] By: jhi                                   on 2000/08/08  17:40:04
78446         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
78447              From: Mike Guy <mjtg@cam.ac.uk>
78448              Date: Mon, 07 Aug 2000 21:49:58 +0100
78449              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
78450      Branch: perl
78451            ! lib/perl5db.pl
78452 ____________________________________________________________________________
78453 [  6548] By: jhi                                   on 2000/08/08  17:37:57
78454         Log: Document here-doc better.
78455              
78456              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
78457              From: Mike Guy <mjtg@cam.ac.uk>
78458              Date: Mon, 07 Aug 2000 14:02:09 +0100
78459              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
78460      Branch: perl
78461            ! pod/perldata.pod
78462 ____________________________________________________________________________
78463 [  6547] By: jhi                                   on 2000/08/08  17:33:34
78464         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
78465              From: "Randy J. Ray" <rjray@redhat.com>
78466              Date: Mon, 07 Aug 2000 19:12:25 -0700
78467              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
78468      Branch: perl
78469            ! perl.c pod/perlrun.pod
78470 ____________________________________________________________________________
78471 [  6546] By: jhi                                   on 2000/08/08  17:29:26
78472         Log: Subject: Re: enhanced(?) regex error messages 
78473              From: Hugo <hv@crypt.compulink.co.uk>
78474              Date: Tue, 08 Aug 2000 03:25:51 +0100
78475              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
78476              
78477              plus Capitalize the error messages, plus perldiag them.
78478      Branch: perl
78479            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
78480 ____________________________________________________________________________
78481 [  6545] By: jhi                                   on 2000/08/08  13:59:28
78482         Log: Augment #6539 a bit: don't croak if there's magic in the air.
78483              
78484              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
78485              From: Hugo <hv@crypt.compulink.co.uk>
78486              Date: Tue, 08 Aug 2000 03:02:03 +0100
78487              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
78488      Branch: perl
78489            ! pp.c t/op/bless.t
78490 ____________________________________________________________________________
78491 [  6544] By: jhi                                   on 2000/08/07  21:11:52
78492         Log: Make the test -w clean.
78493      Branch: perl
78494            ! t/op/bless.t
78495 ____________________________________________________________________________
78496 [  6543] By: jhi                                   on 2000/08/07  19:49:53
78497         Log: use warnings instead of $^W.
78498      Branch: perl
78499            ! t/op/bless.t
78500 ____________________________________________________________________________
78501 [  6542] By: jhi                                   on 2000/08/07  17:41:41
78502         Log: Disable a portability warning Because We Know What We Are Doing.
78503      Branch: perl
78504            ! t/op/bless.t
78505 ____________________________________________________________________________
78506 [  6541] By: jhi                                   on 2000/08/07  17:29:51
78507         Log: Tiny tidying on report_evil_fh().
78508      Branch: perl
78509            ! util.c
78510 ____________________________________________________________________________
78511 [  6540] By: jhi                                   on 2000/08/07  16:37:38
78512         Log: Make regular expression parse error messages easier to understand.
78513              
78514              Subject: Re: enhanced(?) regex error messages
78515              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
78516              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
78517              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
78518      Branch: perl
78519            ! regcomp.c
78520 ____________________________________________________________________________
78521 [  6539] By: jhi                                   on 2000/08/07  16:12:27
78522         Log: Make bless(REF, REF) a fatal error, add bless tests.
78523              
78524              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
78525              From: Hugo <hv@crypt.compulink.co.uk>
78526              Date: Mon, 07 Aug 2000 16:59:38 +0100
78527              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
78528      Branch: perl
78529            + t/op/bless.t
78530            ! MANIFEST pod/perldiag.pod pp.c sv.c
78531 ____________________________________________________________________________
78532 [  6538] By: jhi                                   on 2000/08/07  15:59:43
78533         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
78534              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
78535              Date: Thu, 3 Aug 2000 14:29:21 -0700
78536              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
78537      Branch: perl
78538            ! lib/lib_pm.PL
78539 ____________________________________________________________________________
78540 [  6537] By: jhi                                   on 2000/08/07  15:47:18
78541         Log: Retract #6419 for now since it breaks in AFS and MachTen.
78542      Branch: perl
78543            ! lib/Cwd.pm
78544 ____________________________________________________________________________
78545 [  6536] By: jhi                                   on 2000/08/07  15:05:29
78546         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
78547              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
78548              The security hole exists only in suidperls, which isn't
78549              installed or even built by default.
78550      Branch: perl
78551            ! perl.c
78552 ____________________________________________________________________________
78553 [  6535] By: jhi                                   on 2000/08/07  14:45:14
78554         Log: tr memory corruption fix from Simon Cozens.
78555      Branch: perl
78556            ! doop.c
78557 ____________________________________________________________________________
78558 [  6534] By: jhi                                   on 2000/08/06  11:38:16
78559         Log: Document a bit that UDP is not what you might think.
78560              
78561              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
78562              From: Lupe Christoph <lupe@lupe-christoph.de>
78563              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
78564              Date: Mon, 24 Jul 2000 08:59:15 +0200
78565      Branch: perl
78566            ! pod/perlipc.pod
78567 ____________________________________________________________________________
78568 [  6533] By: jhi                                   on 2000/08/06  11:35:01
78569         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
78570              From: Jeff Pinyan <jeffp@hut.crusoe.net>
78571              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
78572              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
78573      Branch: perl
78574            ! pod/perlfunc.pod
78575 ____________________________________________________________________________
78576 [  6532] By: jhi                                   on 2000/08/06  03:45:41
78577         Log: Have symbols for the IoTYPEs.
78578      Branch: perl
78579            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
78580 ____________________________________________________________________________
78581 [  6531] By: jhi                                   on 2000/08/06  01:33:55
78582         Log: Continue fixing the io warnings.  This also
78583              sort of fixes bug ID 20000802.003: the core dump
78584              is no more.  Whether the current behaviour is correct
78585              (giving a warning: "Not a format reference"), is another matter.
78586      Branch: perl
78587            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
78588            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
78589 ____________________________________________________________________________
78590 [  6530] By: jhi                                   on 2000/08/05  21:33:12
78591         Log: Change the Policy policy: now -Dprefix= with an existing
78592              Policy.sh and prefix == siteprefix == vendorprefix, then all
78593              of them follow along the new prefix.
78594              
78595              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
78596              From: Andy Dougherty <doughera@lafayette.edu>
78597              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
78598              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
78599      Branch: perl
78600            ! Policy_sh.SH
78601 ____________________________________________________________________________
78602 [  6529] By: jhi                                   on 2000/08/05  18:57:28
78603         Log: Zap lib/Sys directory when cleaning up.
78604      Branch: perl
78605            ! Makefile.SH
78606 ____________________________________________________________________________
78607 [  6528] By: jhi                                   on 2000/08/05  18:40:44
78608         Log: Essential prototype changes were missing from #6527.
78609              Also make report_evil_fh() more bomb-proof.
78610      Branch: perl
78611            ! embed.h util.c
78612 ____________________________________________________________________________
78613 [  6527] By: jhi                                   on 2000/08/05  03:22:05
78614         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
78615              From: "Ronald F. Guilmette" <rfg@monkeys.com>
78616              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
78617              Message-Id: <200007242247.PAA52177@monkeys.com>
78618      Branch: perl
78619            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
78620 ____________________________________________________________________________
78621 [  6526] By: jhi                                   on 2000/08/04  21:23:27
78622         Log: gcc versions might have (parentheses) in them.
78623      Branch: metaconfig/U/perl
78624            ! gccvers.U
78625      Branch: perl
78626            ! Configure config_h.SH
78627 ____________________________________________________________________________
78628 [  6525] By: jhi                                   on 2000/08/04  20:23:12
78629         Log: Weed buglets pointed out by
78630              
78631              From: Lupe Christoph <lupe@lupe-christoph.de>
78632              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
78633              Date: Fri, 4 Aug 2000 17:34:39 +0200
78634              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
78635      Branch: metaconfig/U/perl
78636            ! gccvers.U uselfs.U
78637      Branch: perl
78638            ! Configure config_h.SH
78639 ____________________________________________________________________________
78640 [  6524] By: jhi                                   on 2000/08/04  19:02:08
78641         Log: Warn under -w if lstat(FH) is attempted.
78642              
78643              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
78644              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
78645              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
78646              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
78647      Branch: perl
78648            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
78649            ! t/pragma/warn/pp_sys
78650 ____________________________________________________________________________
78651 [  6523] By: jhi                                   on 2000/08/04  12:31:11
78652         Log: Subject: New perlcc, take 2
78653              From: simon@brecon.co.uk (Simon Cozens)
78654              Date: 4 Aug 2000 06:21:04 GMT
78655              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
78656      Branch: perl
78657            ! utils/perlcc.PL
78658 ____________________________________________________________________________
78659 [  6522] By: jhi                                   on 2000/08/04  12:26:33
78660         Log: Subject: Re: Array vs. List context
78661              From: Daniel Chetlin <daniel@chetlin.com>
78662              Date: Fri, 4 Aug 2000 00:22:44 -0700
78663              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
78664      Branch: perl
78665            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
78666            ! pod/perlfaq4.pod
78667 ____________________________________________________________________________
78668 [  6521] By: jhi                                   on 2000/08/04  12:22:38
78669         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
78670              From: Raymund Will <ray@caldera.de>
78671              Date: Fri, 4 Aug 2000 12:07:09 +0200
78672              Message-Id: <20000804120709.A14982@caldera.de>
78673      Branch: perl
78674            ! configure.gnu
78675 ____________________________________________________________________________
78676 [  6520] By: jhi                                   on 2000/08/04  04:09:06
78677         Log: After the #6519 a warning about stat() is just that,
78678              not about a filetest, which now have their own warning.
78679      Branch: perl
78680            ! pod/perldiag.pod
78681 ____________________________________________________________________________
78682 [  6519] By: jhi                                   on 2000/08/04  04:06:30
78683         Log: In the warnings call filehandles consistently so;
78684              add "unopened" warning for stat().
78685      Branch: perl
78686            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
78687            ! t/pragma/warn/pp_sys
78688 ____________________________________________________________________________
78689 [  6518] By: jhi                                   on 2000/08/04  02:55:35
78690         Log: Subject: Minor tweak to perlvar.pod
78691              From: "Stephen P. Potter" <spp@ds.net>
78692              Date: Tue, 18 Apr 2000 09:26:03 -0400
78693              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
78694      Branch: perl
78695            ! pod/perlvar.pod
78696 ____________________________________________________________________________
78697 [  6517] By: jhi                                   on 2000/08/04  02:50:08
78698         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
78699              From: "Clinton Pierce" <cpierce1@ford.com>
78700              Date: Wed, 21 Jul 1999 16:45:31 -0400
78701              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
78702              
78703              Fix by Stephen Potter (visible in the bug db but not in p5p?)
78704      Branch: perl
78705            ! pod/perlfunc.pod pod/perlop.pod
78706 ____________________________________________________________________________
78707 [  6516] By: jhi                                   on 2000/08/04  02:09:25
78708         Log: This is 6512.  Really.
78709      Branch: perl
78710            ! dump.c
78711 ____________________________________________________________________________
78712 [  6515] By: jhi                                   on 2000/08/04  01:25:50
78713         Log: mention the idea of @( and @)
78714      Branch: perl
78715            ! Todo-5.6
78716 ____________________________________________________________________________
78717 [  6514] By: bailey                                on 2000/08/04  01:18:46
78718         Log: YA resync with mainstem, including VMS patches from others
78719      Branch: vmsperl
78720           +> (branch 48 files)
78721            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
78722           !> (integrate 354 files)
78723 ____________________________________________________________________________
78724 [  6513] By: jhi                                   on 2000/08/04  01:18:18
78725         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
78726              From: Mark Dickinson <dickins3@fas.harvard.edu>
78727              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
78728              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
78729      Branch: perl
78730            ! t/op/grent.t t/op/pwent.t
78731 ____________________________________________________________________________
78732 [  6512] By: jhi                                   on 2000/08/04  01:14:06
78733         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
78734              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
78735              Date: Wed, 02 Aug 2000 10:51:01 +0100
78736              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
78737      Branch: perl
78738            ! sv.c
78739 ____________________________________________________________________________
78740 [  6511] By: jhi                                   on 2000/08/04  00:57:00
78741         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
78742              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
78743              Date: Thu, 03 Aug 2000 17:20:04 -0700
78744              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
78745      Branch: metaconfig
78746            ! U/modified/Cppsym.U
78747      Branch: perl
78748            ! Configure config_h.SH
78749 ____________________________________________________________________________
78750 [  6510] By: jhi                                   on 2000/08/04  00:25:28
78751         Log: detypo
78752      Branch: perl
78753            ! Makefile.SH
78754 ____________________________________________________________________________
78755 [  6509] By: jhi                                   on 2000/08/03  23:43:18
78756         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
78757              From: Dominic Dunlop <domo@computer.org>
78758              Date: Thu, 3 Aug 2000 22:16:46 +0200
78759              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
78760      Branch: perl
78761            ! t/op/sprintf.t
78762 ____________________________________________________________________________
78763 [  6508] By: jhi                                   on 2000/08/03  23:40:37
78764         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
78765              From: Hugo <hv@crypt.compulink.co.uk>
78766              Date: Thu, 03 Aug 2000 18:25:30 +0100
78767              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
78768      Branch: perl
78769            ! regcomp.c t/op/re_tests
78770 ____________________________________________________________________________
78771 [  6507] By: jhi                                   on 2000/08/03  23:38:28
78772         Log: Subject: [PATCH] sv.h documentation - SvLEN
78773              From: Mike Guy <mjtg@cam.ac.uk>
78774              Date: Thu, 03 Aug 2000 14:43:09 +0100
78775              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
78776      Branch: perl
78777            ! sv.h
78778 ____________________________________________________________________________
78779 [  6506] By: jhi                                   on 2000/08/03  15:49:14
78780         Log: Disable the fix_pl hack for now.
78781      Branch: perl
78782            ! Makefile.SH
78783 ____________________________________________________________________________
78784 [  6505] By: jhi                                   on 2000/08/03  13:49:04
78785         Log: Add a URL for FSF.
78786              
78787              Subject: Patch for README
78788              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
78789              Date: Wed, 2 Aug 2000 13:25:09 -0500
78790              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
78791      Branch: perl
78792            ! README
78793 ____________________________________________________________________________
78794 [  6504] By: jhi                                   on 2000/08/03  13:29:19
78795         Log: Be more informative on what is skipped and why,
78796              also repeat the list at the end.
78797      Branch: perl
78798            ! Porting/p4desc
78799 ____________________________________________________________________________
78800 [  6503] By: jhi                                   on 2000/08/03  13:07:05
78801         Log: Circumvent the removal of .patch by fix_pl.
78802              
78803              Subject: Re: [ID 20000802.011] unable to 'make test'          
78804              From: simon@brecon.co.uk (Simon Cozens) 
78805              Date: 3 Aug 2000 04:17:00 GMT
78806              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
78807      Branch: perl
78808            ! Makefile.SH
78809 ____________________________________________________________________________
78810 [  6502] By: jhi                                   on 2000/08/03  00:14:34
78811         Log: Add the missing setproctitle unit.
78812      Branch: metaconfig/U/perl
78813            + d_setproctitle.U
78814 ____________________________________________________________________________
78815 [  6501] By: jhi                                   on 2000/08/03  00:00:26
78816         Log: The subtest 4 may fail also on VOBS, as pointed out
78817              by Nick Ing-Simmons in November 1999, bug id 19991124.003
78818              (but the failure in that bug report isn't the subtest 4).
78819      Branch: perl
78820            ! t/op/stat.t
78821 ____________________________________________________________________________
78822 [  6500] By: jhi                                   on 2000/08/02  23:49:30
78823         Log: Better skip message for the test; one of the two problems in
78824              
78825              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
78826              From: Lupe Christoph <lupe@lupe-christoph.de>
78827              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
78828              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
78829      Branch: perl
78830            ! t/op/numconvert.t
78831 ____________________________________________________________________________
78832 [  6499] By: jhi                                   on 2000/08/02  22:49:16
78833         Log: Allow "no Module;" even if there is no 'unimport'.
78834              
78835              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
78836              From: mjd@plover.com
78837              Date: 24 Mar 2000 15:24:34 -0000
78838              Message-Id: <20000324152434.15160.qmail@plover.com>
78839      Branch: perl
78840            ! gv.c
78841 ____________________________________________________________________________
78842 [  6498] By: jhi                                   on 2000/08/02  22:42:58
78843         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
78844              that are hopefully soon put into use.
78845      Branch: perl
78846            ! opcode.h opcode.pl opnames.h
78847 ____________________________________________________________________________
78848 [  6497] By: gsar                                  on 2000/08/02  22:28:59
78849         Log: require.t needs binmode() to work on windows
78850      Branch: perl
78851            ! t/comp/require.t
78852 ____________________________________________________________________________
78853 [  6496] By: jhi                                   on 2000/08/02  22:08:51
78854         Log: Document the IVdf UVuf UVof UVxf.
78855      Branch: perl
78856            ! pod/perlguts.pod
78857 ____________________________________________________________________________
78858 [  6495] By: jhi                                   on 2000/08/02  21:54:26
78859         Log: detypo #6494
78860      Branch: perl
78861            ! ext/Data/Dumper/Dumper.xs
78862 ____________________________________________________________________________
78863 [  6494] By: jhi                                   on 2000/08/02  21:49:17
78864         Log: Dump UVs as UVs in Data::Dumper.
78865              
78866              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
78867              From: Gurusamy Sarathy <gsar@ActiveState.com>
78868              Date: Thu, 27 Apr 2000 12:26:25 -0700
78869              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
78870      Branch: perl
78871            ! ext/Data/Dumper/Dumper.xs
78872 ____________________________________________________________________________
78873 [  6493] By: jhi                                   on 2000/08/02  17:01:58
78874         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
78875              From: Hugo <hv@crypt.compulink.co.uk>
78876              Date: Wed, 02 Aug 2000 14:53:56 +0100
78877              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
78878      Branch: perl
78879            ! regexec.c t/op/re_tests
78880 ____________________________________________________________________________
78881 [  6492] By: jhi                                   on 2000/08/02  15:02:46
78882         Log: The new setproctitle() feature is available only in 
78883              bleeding edge FreeBSD.  From Paul Saab.
78884      Branch: perl
78885            ! mg.c
78886 ____________________________________________________________________________
78887 [  6491] By: jhi                                   on 2000/08/02  13:34:36
78888         Log: The tr utf8 patching continues.
78889              
78890              Subject: Re: #6469, too many tests claimed in require.t
78891              From: simon@brecon.co.uk (Simon Cozens)
78892              Date: 2 Aug 2000 02:37:17 GMT
78893              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
78894              
78895              (the logic of the test was the wrong way round in the patch)
78896      Branch: perl
78897            ! doop.c
78898 ____________________________________________________________________________
78899 [  6490] By: jhi                                   on 2000/08/02  13:27:38
78900         Log: The name of a filehandle does not have <these>.
78901      Branch: perl
78902            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
78903            ! t/pragma/warn/pp_sys util.c
78904 ____________________________________________________________________________
78905 [  6489] By: jhi                                   on 2000/08/02  04:26:46
78906         Log: Remove the extraneous "main::" prefix from all the
78907              "opened only for", "on closed", and "never opened" warnings.
78908              
78909              Subject: Re: inappropriate warning
78910              From: Gurusamy Sarathy <gsar@ActiveState.com>
78911              Date: Mon, 20 Mar 2000 11:28:02 -0800
78912              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
78913      Branch: perl
78914            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
78915            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
78916            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
78917 ____________________________________________________________________________
78918 [  6488] By: jhi                                   on 2000/08/02  03:02:57
78919         Log: memcpy has n o in it, as pinted ut by Sarathy.
78920      Branch: perl
78921            ! pod/perlguts.pod
78922 ____________________________________________________________________________
78923 [  6487] By: jhi                                   on 2000/08/02  02:44:51
78924         Log: Document in one place the memory abstractions used in Perl core.
78925              
78926              Subject: Re: Memory abstraction
78927              From: simon@brecon.co.uk (Simon Cozens)
78928              Date: 2 Aug 2000 02:20:23 GMT
78929              Organization: Earth.li Origins
78930      Branch: perl
78931            ! pod/perlguts.pod
78932 ____________________________________________________________________________
78933 [  6486] By: jhi                                   on 2000/08/02  02:41:57
78934         Log: regen_headers, regen perltoc.
78935      Branch: perl
78936            ! perlapi.c pod/perltoc.pod
78937 ____________________________________________________________________________
78938 [  6485] By: jhi                                   on 2000/08/02  01:43:33
78939         Log: "This little thing tests for a file .patch, and if it contains
78940              a number, pops into patchlevel.h" (making it easier to track
78941              which development version people are reporting bugs against)
78942              
78943              Subject: Patchlevel autogeneration for repository perls
78944              From: simon@brecon.co.uk (Simon Cozens)
78945              Date: 14 Jul 2000 07:12:15 GMT
78946              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
78947      Branch: perl
78948            + fix_pl
78949            ! MANIFEST Makefile.SH
78950 ____________________________________________________________________________
78951 [  6484] By: jhi                                   on 2000/08/02  01:32:54
78952         Log: FreeBSD 3.* updates from
78953              
78954              From: Paul Saab <ps@yahoo-inc.com>
78955              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
78956              Date: Tue, 1 Aug 2000 15:41:39 -0700
78957              Message-Id: <20000801154139.A53740@yahoo-inc.com>
78958      Branch: perl
78959            ! hints/freebsd.sh
78960 ____________________________________________________________________________
78961 [  6483] By: jhi                                   on 2000/08/02  01:27:44
78962         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
78963              instead one must use setproctitle().  This was already addressed
78964              by change #6457, but the below has a new variant for FreeBSD 4.0
78965              or later, and the matter is also documented more.
78966              
78967              From: Paul Saab <ps@yahoo-inc.com>
78968              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
78969              Date: Tue, 1 Aug 2000 15:41:39 -0700
78970              Message-Id: <20000801154139.A53740@yahoo-inc.com>
78971      Branch: metaconfig/U/perl
78972            + i_libutil.U
78973      Branch: perl
78974            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
78975 ____________________________________________________________________________
78976 [  6482] By: jhi                                   on 2000/08/01  22:17:32
78977         Log: The test from this
78978              
78979              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
78980              Date: Sat, 15 Apr 2000 17:03:44 +0100
78981              From: Tom Hughes <tom@compton.nu>
78982              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
78983              
78984              was missing, the code change went in as #5989
78985              (which had a different test?)
78986      Branch: perl
78987            ! t/op/misc.t
78988 ____________________________________________________________________________
78989 [  6481] By: jhi                                   on 2000/08/01  21:48:38
78990         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
78991              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
78992              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
78993              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
78994      Branch: perl
78995            ! perl.h
78996 ____________________________________________________________________________
78997 [  6480] By: jhi                                   on 2000/08/01  18:05:28
78998         Log: Make p4desc to skip non-mainperl branches by default.
78999      Branch: perl
79000            ! Porting/p4desc
79001 ____________________________________________________________________________
79002 [  6479] By: jhi                                   on 2000/08/01  17:29:19
79003         Log: If gccosandvers is equal to osname, clear gccosandvers.
79004      Branch: metaconfig/U/perl
79005            ! gccvers.U
79006      Branch: perl
79007            ! Configure config_h.SH
79008 ____________________________________________________________________________
79009 [  6478] By: jhi                                   on 2000/08/01  15:54:08
79010         Log: BOM patching from Simon Cozens.
79011      Branch: perl
79012            ! toke.c
79013 ____________________________________________________________________________
79014 [  6477] By: jhi                                   on 2000/08/01  04:50:33
79015         Log: Stash away the largefiles flags and libswanted.
79016      Branch: perl
79017            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
79018 ____________________________________________________________________________
79019 [  6476] By: gsar                                  on 2000/08/01  04:24:24
79020         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
79021              on Windows)
79022      Branch: perl
79023            ! t/pragma/utf8.t utf8.c win32/win32.c
79024 ____________________________________________________________________________
79025 [  6475] By: jhi                                   on 2000/08/01  03:35:24
79026         Log: Make chr() for values >127 to create utf8 when under utf8.
79027              
79028              Subject: Re: uft8/chr()
79029              From: simon@brecon.co.uk (Simon Cozens)
79030              Date: 1 Aug 2000 02:37:02 GMT
79031              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
79032      Branch: perl
79033            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
79034 ____________________________________________________________________________
79035 [  6474] By: jhi                                   on 2000/08/01  02:36:18
79036         Log: In Digital UNIX warn if gcc explicitly chosen because even
79037              2.95.2 is known to cause problems.
79038      Branch: perl
79039            ! hints/dec_osf.sh
79040 ____________________________________________________________________________
79041 [  6473] By: jhi                                   on 2000/08/01  02:00:56
79042         Log: Make the safety catch for buggy gccs work with triple version
79043              numbers like 2.95.2.  Reported in
79044              
79045              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
79046              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
79047              Date: Mon, 31 Jul 2000 14:55:06 +0200
79048              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
79049      Branch: perl
79050            ! hints/dec_osf.sh
79051 ____________________________________________________________________________
79052 [  6472] By: jhi                                   on 2000/08/01  01:13:33
79053         Log: Subject: fix and question re: waitpid() under win32
79054              From: Brian Clarke <clarke@appliedmeta.com>
79055              Date: Fri, 28 Jul 2000 15:18:29 -0400
79056              Message-ID: <3981DC85.290314EB@appliedmeta.com>
79057              
79058              Slightly reformatted and WNOHANG # define moved to win32.h
79059              so that also POSIX.xs sees it, as suggsted by Sarathy.
79060      Branch: perl
79061            ! win32/win32.c win32/win32.h
79062 ____________________________________________________________________________
79063 [  6471] By: jhi                                   on 2000/08/01  00:55:05
79064         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
79065              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
79066              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
79067              Date: Mon, 31 Jul 2000 13:28:51 +0100
79068              
79069              (aka ID 20000730.002)
79070      Branch: perl
79071            ! op.c t/op/tr.t
79072 ____________________________________________________________________________
79073 [  6470] By: jhi                                   on 2000/07/31  23:34:42
79074         Log: Document the problem with -P in HP-UX and its workaround.
79075              
79076              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
79077              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
79078              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
79079              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
79080      Branch: perl
79081            ! README.hpux
79082 ____________________________________________________________________________
79083 [  6469] By: jhi                                   on 2000/07/31  04:15:02
79084         Log: The swallow_bom() saga continues.  The #23 of require.t
79085              (UTF16-LE) still fails (silently, no output) but the #22
79086              (UTF16-BE) seems to be working now.  The root of the
79087              failure may be in sv_gets(): is it UTF-16LE-aware,
79088              especially when it comes to line endings? 
79089      Branch: perl
79090            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
79091            ! t/comp/require.t toke.c utf8.c
79092 ____________________________________________________________________________
79093 [  6468] By: jhi                                   on 2000/07/30  19:05:48
79094         Log: Find green threads before native threads.
79095              
79096              Subject: Re: Patch to jpl/JNI/Makefile.PL
79097              From: Jens Thomsen <jens@fiend.cis.com>
79098              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
79099              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
79100      Branch: perl
79101            ! jpl/JNI/Makefile.PL
79102 ____________________________________________________________________________
79103 [  6467] By: jhi                                   on 2000/07/30  18:36:22
79104         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
79105      Branch: perl
79106            ! doop.c
79107 ____________________________________________________________________________
79108 [  6466] By: jhi                                   on 2000/07/30  04:37:29
79109         Log: A new version of the "remove UPPERACSE string comparison"
79110              operators.  The problem with the previous one (change #6454)
79111              was that it was for Perl 5.6.0.  From Paul Marquess.
79112      Branch: perl
79113            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
79114            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
79115            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
79116 ____________________________________________________________________________
79117 [  6465] By: jhi                                   on 2000/07/29  22:39:56
79118         Log: Do not upgrade SVs into utf8 just because they participate
79119              in eq or cmp.  Reported and fix suggested in
79120              
79121              Subject: [ID 20000720.009] sv_eq UTF8 bug
79122              From: "Simon Cozens" <simon@othersideofthe.earth.li>
79123              Date: 21 Jul 2000 04:37:29 -0000
79124              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
79125              
79126              Exercise for the kind reader: should we or should we not
79127              cache the utf8 conversion alongside the SV? (as magic,
79128              as the strxfrm()ed version is cached under use locale)
79129              Argue both for and against.
79130      Branch: perl
79131            ! sv.c
79132 ____________________________________________________________________________
79133 [  6464] By: jhi                                   on 2000/07/29  22:36:22
79134         Log: Subject: UTF8 concat
79135              From: simon@brecon.co.uk (Simon Cozens) 
79136              Date: 30 Jun 2000 06:13:25 GMT
79137              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
79138              
79139              (with a memory leak fixed, plus a few casts added)
79140              
79141              This also seems to help for
79142              
79143              Subject: [ID 20000716.015] join UTF8 weirdness
79144              From: root <root@ak-71.mind.de> 
79145              Date: Sat, 15 Jul 2000 15:29:54 +0200
79146              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
79147              
79148              (from Andreas König)
79149      Branch: perl
79150            ! pp_hot.c
79151 ____________________________________________________________________________
79152 [  6463] By: jhi                                   on 2000/07/29  00:55:39
79153         Log: Tune the comments and hopefully stop a memory leak.
79154      Branch: perl
79155            ! toke.c utf8.c
79156 ____________________________________________________________________________
79157 [  6462] By: jhi                                   on 2000/07/29  00:16:53
79158         Log: The problem described in this
79159              
79160              Subject: [ID 20000322.018] named chars aren't magical enough
79161              From: root <root@dixie.cscaper.com>     
79162              Date: Wed, 22 Mar 2000 18:37:42 -0700
79163              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
79164              
79165              has been fixed in perl 5.6.0 but just in case added a test
79166              to keep it away.  (The report from Joseph Hall.)
79167      Branch: perl
79168            ! t/lib/charnames.t
79169 ____________________________________________________________________________
79170 [  6461] By: jhi                                   on 2000/07/28  23:56:36
79171         Log: Tiny fixes for #6460.
79172      Branch: metaconfig/U/perl
79173            ! gccvers.U
79174      Branch: perl
79175            ! Configure config_h.SH
79176 ____________________________________________________________________________
79177 [  6460] By: jhi                                   on 2000/07/28  23:24:41
79178         Log: Warn if the version of the operating system used to compile gcc
79179              differs from the current version of the operating system.
79180              Also display the gcc compilation os and version in myconfig.
79181              Inspiration from
79182              
79183              Subject: Re: [ID 20000710.003] ERRORS!!         
79184              From: "Kurt D. Starsinic" <kstar@chapin.edu>
79185              Date: Mon, 10 Jul 2000 15:54:16 -0400
79186              Message-ID: <20000710155416.A1384@O2.chapin.edu>
79187      Branch: metaconfig/U/perl
79188            ! gccvers.U
79189      Branch: perl
79190            ! Configure config_h.SH myconfig.SH
79191 ____________________________________________________________________________
79192 [  6459] By: jhi                                   on 2000/07/28  22:00:32
79193         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
79194              letter to $Config{osvers}.
79195      Branch: metaconfig
79196            ! U/modified/Oldconfig.U
79197      Branch: perl
79198            ! Configure config_h.SH
79199 ____________________________________________________________________________
79200 [  6458] By: jhi                                   on 2000/07/28  04:15:39
79201         Log: Back out #6454, doesn't seem to work.
79202              (Reason: that patch was for perl 5.6.0, not perl-current)
79203              (A version of the patch for perl-current came in later as #6466)
79204      Branch: perl
79205            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
79206            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
79207            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
79208 ____________________________________________________________________________
79209 [  6457] By: jhi                                   on 2000/07/27  23:31:49
79210         Log: Use setproctitle() if available to modify $0.
79211              
79212              Subject: setting $* on BSD4 broken
79213              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
79214              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
79215              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
79216      Branch: metaconfig
79217            ! U/modified/Myinit.U
79218      Branch: perl
79219            ! Configure config_h.SH mg.c
79220 ____________________________________________________________________________
79221 [  6456] By: jhi                                   on 2000/07/27  14:50:47
79222         Log: Allow "no AutoLoader;", based on change #6444,
79223              suggested by Graham Barr.
79224      Branch: perl
79225            ! lib/AutoLoader.pm
79226 ____________________________________________________________________________
79227 [  6455] By: jhi                                   on 2000/07/27  14:19:10
79228         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
79229              From: rspier@pobox.com (Robert Spier)
79230              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
79231              Message-ID: <14720.15855.787664.424783@rls.cx>
79232      Branch: perl
79233            ! pod/perldiag.pod
79234 ____________________________________________________________________________
79235 [  6454] By: jhi                                   on 2000/07/27  14:03:02
79236         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
79237              for a long time).
79238              
79239              Reported in
79240              
79241              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
79242              From: Ryan Herbert <rherbert@sycamorehq.com>
79243              Date: Mon, 17 Jul 2000 11:40:42 -0400
79244              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
79245              
79246              Patched in
79247              
79248              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
79249              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
79250              Date: Wed, 26 Jul 2000 23:40:18 +0100
79251              Message-ID: <000001bff752$79511880$0a17073e@tiny>
79252              
79253              based on an earlier patch from Stephen P. Potter.
79254              
79255              (Removed later by change #6458 because this patch was for
79256              perl 5.6.0, not perl-current)
79257      Branch: perl
79258            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
79259            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
79260            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
79261 ____________________________________________________________________________
79262 [  6453] By: jhi                                   on 2000/07/27  13:48:02
79263         Log: Subject: [PATCH] fixes bug 20000508.004
79264              From: Michael Stevens <mstevens@globnix.org>
79265              Date: Thu, 27 Jul 2000 13:49:04 +0100
79266              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
79267      Branch: perl
79268            ! pod/perldata.pod
79269 ____________________________________________________________________________
79270 [  6452] By: jhi                                   on 2000/07/26  23:51:26
79271         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
79272              and Craig A. Berry.
79273      Branch: perl
79274            ! lib/File/Temp.pm pod/perlport.pod
79275 ____________________________________________________________________________
79276 [  6451] By: jhi                                   on 2000/07/26  19:43:30
79277         Log: Be wary of close()s, too.
79278              
79279              Subject: Re: [PATCH] perlbug cleanup
79280              From: Tim Jenness <t.jenness@jach.hawaii.edu>
79281              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
79282              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
79283      Branch: perl
79284            ! utils/perlbug.PL
79285 ____________________________________________________________________________
79286 [  6450] By: jhi                                   on 2000/07/26  18:41:40
79287         Log: Subject: Minor doc patch: handy.h
79288              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
79289              Date: Wed, 26 Jul 2000 15:34:25 -0300
79290              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
79291      Branch: perl
79292            ! handy.h pod/perlapi.pod
79293 ____________________________________________________________________________
79294 [  6449] By: jhi                                   on 2000/07/26  18:23:55
79295         Log: Subject: [PATCH] minor doc change - perlguts
79296              From: Michael Stevens <mstevens@globnix.org>
79297              Date: Thu, 13 Jul 2000 12:39:18 +0100
79298              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
79299      Branch: perl
79300            ! pod/perlguts.pod
79301 ____________________________________________________________________________
79302 [  6448] By: jhi                                   on 2000/07/26  18:20:30
79303         Log: open() wariness in perlbug.
79304              
79305              Subject: [PATCH] perlbug cleanup
79306              From: Michael Stevens <mstevens@globnix.org>
79307              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
79308              Date: Thu, 13 Jul 2000 15:52:23 +0100
79309      Branch: perl
79310            ! utils/perlbug.PL
79311 ____________________________________________________________________________
79312 [  6447] By: jhi                                   on 2000/07/26  18:13:04
79313         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
79314      Branch: perl
79315            ! lib/File/Temp.pm t/lib/ftmp-security.t
79316 ____________________________________________________________________________
79317 [  6446] By: jhi                                   on 2000/07/26  18:06:32
79318         Log: docfix from Peter Scott <Peter@PSDT.com>.
79319      Branch: perl
79320            ! pod/perlfunc.pod
79321 ____________________________________________________________________________
79322 [  6445] By: jhi                                   on 2000/07/26  17:53:31
79323         Log: Fix *foo{FORMAT}.
79324              
79325              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
79326              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
79327              Date: Wed, 26 Jul 2000 19:51:02 +0200
79328              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
79329              
79330              From: Graham Barr <gbarr@pobox.com>
79331              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
79332              Date: Wed, 26 Jul 2000 17:38:36 +0100
79333              Message-ID: <20000726173836.L472@pobox.com>
79334      Branch: perl
79335            ! pp.c sv.c t/op/gv.t
79336 ____________________________________________________________________________
79337 [  6444] By: jhi                                   on 2000/07/26  17:49:14
79338         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
79339              from Graham Barr in the module list.
79340      Branch: perl
79341            ! gv.c pod/perlobj.pod
79342 ____________________________________________________________________________
79343 [  6443] By: jhi                                   on 2000/07/26  16:06:56
79344         Log: More split() doc and test patches from Mike Guy.
79345      Branch: perl
79346            ! pod/perlfunc.pod t/op/split.t
79347 ____________________________________________________________________________
79348 [  6442] By: jhi                                   on 2000/07/26  16:05:30
79349         Log: MacOS nits from Matthias Neeracher.
79350      Branch: perl
79351            ! perl.c pp_ctl.c
79352 ____________________________________________________________________________
79353 [  6441] By: jhi                                   on 2000/07/26  04:39:57
79354         Log: Subject: [PATCH] split /^/
79355              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
79356              Date: Tue, 25 Jul 2000 14:18:57 +0100
79357              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
79358              
79359              (with notes from tchrist and gbarr)
79360      Branch: perl
79361            ! pod/perlfunc.pod t/op/split.t
79362 ____________________________________________________________________________
79363 [  6440] By: jhi                                   on 2000/07/26  04:32:32
79364         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
79365              From: Peter Prymmer <pvhp@forte.com>
79366              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
79367              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
79368      Branch: perl
79369            ! vms/munchconfig.c
79370 ____________________________________________________________________________
79371 [  6439] By: jhi                                   on 2000/07/26  04:31:01
79372         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
79373              to be fatal errors (instead of by default ignoring them, and
79374              ignoring with a bug: even though -w gave an error, the opening [
79375              was left in)  Reported in:
79376              
79377              Subject: [ID 20000716.024] [=cc=] / [:blank:]
79378              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
79379              Date: Sun, 16 Jul 2000 17:55:29 -0700
79380              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
79381      Branch: perl
79382            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
79383 ____________________________________________________________________________
79384 [  6438] By: jhi                                   on 2000/07/25  15:41:15
79385         Log: Subject: [PATCH] av.c apidoc
79386              From: simon@brecon.co.uk (Simon Cozens)
79387              Date: 24 Jul 2000 06:40:52 GMT
79388              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
79389      Branch: perl
79390            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
79391            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
79392 ____________________________________________________________________________
79393 [  6437] By: jhi                                   on 2000/07/25  14:05:36
79394         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
79395              From: "Stephen P. Potter" <spp@ds.net>
79396              Date: Mon, 24 Jul 2000 14:22:23 -0400
79397              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
79398      Branch: perl
79399            ! pod/perllocale.pod
79400 ____________________________________________________________________________
79401 [  6436] By: jhi                                   on 2000/07/25  14:02:03
79402         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
79403              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
79404              Date: Mon, 24 Jul 2000 18:04:28 +0100
79405              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
79406      Branch: perl
79407            ! t/lib/syslfs.t t/op/lfs.t
79408 ____________________________________________________________________________
79409 [  6435] By: jhi                                   on 2000/07/25  13:59:28
79410         Log: Get UTF16 BOMs working.  Patch from
79411              
79412              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
79413              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
79414              Date: Tue, 25 Jul 2000 12:52:45 +0100
79415              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
79416              
79417              and notes from
79418              
79419              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
79420              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
79421              Date: Tue, 25 Jul 2000 11:43:25 +0100
79422              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
79423      Branch: perl
79424            ! t/comp/require.t toke.c utf8.c
79425 ____________________________________________________________________________
79426 [  6434] By: jhi                                   on 2000/07/25  02:39:54
79427         Log: Make the "uninit variable" warning to say "concat or string"
79428              or "join or string" when in concat or join .
79429              
79430              Subject: Re: [ID 20000403.009] uninitialised concatenation???
79431              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
79432              Date: Tue, 04 Apr 2000 18:22:58 +0100
79433              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
79434              
79435              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
79436              From: William R Ward <hermit@BayView.COM>
79437              Date: Thu, 30 Mar 2000 19:50:03 -0800
79438              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
79439      Branch: perl
79440            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
79441            ! t/pragma/warn/op t/pragma/warn/sv
79442 ____________________________________________________________________________
79443 [  6433] By: jhi                                   on 2000/07/24  17:52:56
79444         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
79445      Branch: perl
79446            ! lib/File/Spec/VMS.pm
79447 ____________________________________________________________________________
79448 [  6432] By: jhi                                   on 2000/07/24  17:44:44
79449         Log: Test cases for #6431.
79450              
79451              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
79452              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
79453              Date: Mon, 24 Jul 2000 15:32:29 +0100
79454              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
79455      Branch: perl
79456            ! t/op/pat.t t/op/split.t
79457 ____________________________________________________________________________
79458 [  6431] By: jhi                                   on 2000/07/24  17:43:17
79459         Log: Bind op fix.
79460              
79461              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
79462              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
79463              Date: Mon, 17 Jul 2000 20:04:56 +0100
79464              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
79465      Branch: perl
79466            ! op.c
79467 ____________________________________________________________________________
79468 [  6430] By: jhi                                   on 2000/07/24  03:42:42
79469         Log: Subject: [ID 20000716.023] syslog test fails without sockets
79470              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
79471              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
79472              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
79473      Branch: metaconfig/U/perl
79474            ! Extensions.U
79475      Branch: perl
79476            ! Configure config_h.SH
79477 ____________________________________________________________________________
79478 [  6429] By: jhi                                   on 2000/07/24  03:11:52
79479         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
79480              case, but add also notes explaining the relationship of this
79481              patch and the earlier notes by Sarathy.
79482              
79483              Subject: Map is still slow
79484              From: "Ben Tilly" <ben_tilly@hotmail.com>
79485              Date: Sat, 15 Jul 2000 17:23:27 EDT
79486              Message-ID: <20000715212327.21656.qmail@hotmail.com>
79487      Branch: perl
79488            ! pp_ctl.c
79489 ____________________________________________________________________________
79490 [  6428] By: jhi                                   on 2000/07/24  02:58:52
79491         Log: Documentation to explain the behaviour of map().
79492              
79493              Subject: Re: Map is still slow 
79494              From: Gurusamy Sarathy <gsar@ActiveState.com>
79495              Date: Sat, 15 Jul 2000 16:05:09 -0700
79496              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
79497      Branch: perl
79498            ! pp_ctl.c
79499 ____________________________________________________________________________
79500 [  6427] By: jhi                                   on 2000/07/24  02:50:03
79501         Log: Add tests for
79502              [ID 19991110.003] another matching finding by pcre author
79503              which has already been fixed by some patch, as verified in
79504              
79505              Subject: Re: two regex bugs from the mists of time (well, last November)
79506              From: Hugo <hv@crypt.compulink.co.uk>
79507              Date: Sat, 22 Jul 2000 18:12:58 +0100
79508              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
79509      Branch: perl
79510            ! t/op/re_tests
79511 ____________________________________________________________________________
79512 [  6426] By: jhi                                   on 2000/07/24  02:11:20
79513         Log: A missing 'break' after the [[:space:]] switch case.
79514              
79515              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
79516              From: "Stephen P. Potter" <spp@ds.net>
79517              Date: Tue, 18 Jul 2000 16:25:17 -0400
79518              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
79519      Branch: perl
79520            ! regcomp.c
79521 ____________________________________________________________________________
79522 [  6425] By: jhi                                   on 2000/07/24  02:06:12
79523         Log: The output might have been produced in the wrong order.
79524              
79525              Subject: [ID 20000720.003] [PATCH] t/op/write.t
79526              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
79527              Date: Thu, 20 Jul 2000 18:49:18 +0100
79528              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
79529      Branch: perl
79530            ! t/op/write.t
79531 ____________________________________________________________________________
79532 [  6424] By: jhi                                   on 2000/07/24  02:00:07
79533         Log: Use STDOUT consistently.
79534              
79535              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
79536              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
79537              Date: Thu, 20 Jul 2000 18:04:01 +0100
79538              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
79539      Branch: perl
79540            ! lib/Test/Harness.pm
79541 ____________________________________________________________________________
79542 [  6423] By: jhi                                   on 2000/07/24  01:54:54
79543         Log: Protect against "wild next"s, that is, callbacks doing "next"
79544              instead of "return".
79545              
79546              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
79547              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
79548              Date: Tue, 18 Jul 2000 11:30:16 +0100
79549              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
79550      Branch: perl
79551            ! lib/File/Find.pm
79552 ____________________________________________________________________________
79553 [  6422] By: jhi                                   on 2000/07/24  01:35:47
79554         Log: Out-of-date note removed.
79555              
79556              Subject: [PATCH] documentation perlipc
79557              From: rspier@pobox.com (Robert Spier)
79558              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
79559              Message-ID: <14711.35178.572612.502654@rls.cx>
79560      Branch: perl
79561            ! pod/perlipc.pod
79562 ____________________________________________________________________________
79563 [  6421] By: jhi                                   on 2000/07/24  00:09:18
79564         Log: Send all installperl messages to STDERR and be -w clean.
79565              
79566              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
79567              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
79568              Date: Sat, 22 Jul 2000 14:02:11 +0100
79569              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
79570      Branch: perl
79571            ! installperl
79572 ____________________________________________________________________________
79573 [  6420] By: jhi                                   on 2000/07/24  00:04:19
79574         Log: Decutandpasto.
79575              
79576              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
79577              From: "Richard Soderberg" <rs@crystalflame.net>
79578              Date: Sun, 23 Jul 2000 01:37:23 -0700
79579              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
79580      Branch: perl
79581            ! pod/perlipc.pod
79582 ____________________________________________________________________________
79583 [  6419] By: jhi                                   on 2000/07/24  00:01:12
79584         Log: A cleaner abs_path().
79585              Subject: Re: unix alternative to Cwd.pm
79586              From: Jeff Pinyan <jeffp@crusoe.net>
79587              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
79588              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
79589      Branch: perl
79590            ! lib/Cwd.pm
79591 ____________________________________________________________________________
79592 [  6418] By: jhi                                   on 2000/07/23  23:48:56
79593         Log: Detypo.
79594              
79595              Subject: [PATCH perl-current] Typo in hints/powerux.sh
79596              From: "Richard Soderberg" <rs@crystalflame.net>
79597              Date: Sun, 23 Jul 2000 01:27:33 -0700
79598              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
79599      Branch: perl
79600            ! hints/powerux.sh
79601 ____________________________________________________________________________
79602 [  6417] By: jhi                                   on 2000/07/17  22:13:31
79603         Log: Subject: SDBM_File documentation
79604              From: mjd@plover.com
79605              Date: 16 Jul 2000 17:41:17 -0000
79606              Message-ID: <20000716174117.18515.qmail@plover.com>
79607      Branch: perl
79608            ! ext/SDBM_File/SDBM_File.pm
79609 ____________________________________________________________________________
79610 [  6416] By: jhi                                   on 2000/07/17  19:13:26
79611         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
79612      Branch: perl
79613            ! hints/mpeix.sh mpeix/relink
79614 ____________________________________________________________________________
79615 [  6415] By: jhi                                   on 2000/07/15  14:11:02
79616         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
79617              the utf8 'characters' can be more than one octet).
79618              
79619              Date: Sat, 15 Jul 2000 00:21:56 +0100
79620              From: Tom Hughes <tom@compton.nu>
79621              Subject: Re: [ID 20000714.002]
79622              Message-ID: <db2334de49.tom@compton.compton.nu>
79623              
79624              Reported in
79625              
79626              Subject: [ID 20000714.002]
79627              From: "Simon Cozens" <simon@othersideofthe.earth.li>
79628              Date: 14 Jul 2000 15:13:09 -0000
79629              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
79630      Branch: perl
79631            ! doop.c
79632 ____________________________________________________________________________
79633 [  6414] By: jhi                                   on 2000/07/15  03:13:41
79634         Log: another VMS build tweak from Peter Prymmer
79635      Branch: perl
79636            ! vms/descrip_mms.template
79637 ____________________________________________________________________________
79638 [  6413] By: jhi                                   on 2000/07/15  03:10:40
79639         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
79640      Branch: perl
79641            ! vms/perlvms.pod
79642 ____________________________________________________________________________
79643 [  6412] By: jhi                                   on 2000/07/15  00:31:05
79644         Log: More docs for sv functions.
79645              
79646              Subject: [PATCH cfgperl] sv.c apidoc
79647              From: simon@brecon.co.uk (Simon Cozens)
79648              Date: 13 Jul 2000 09:00:20 GMT
79649              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
79650              
79651              Subject: Re: [PATCH cfgperl] sv.c apidoc
79652              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
79653              Date: Thu, 13 Jul 2000 12:27:41 +0100
79654              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
79655              
79656              Subject: Re: [PATCH cfgperl] sv.c apidoc
79657              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
79658              Date: Thu, 13 Jul 2000 13:23:09 +0100
79659              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
79660              
79661              Subject: Re: [PATCH cfgperl] sv.c apidoc
79662              From: simon@brecon.co.uk (Simon Cozens)
79663              Date: 14 Jul 2000 06:51:02 GMT
79664              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
79665      Branch: perl
79666            ! embed.pl pod/perlapi.pod sv.c
79667 ____________________________________________________________________________
79668 [  6411] By: jhi                                   on 2000/07/15  00:10:41
79669         Log: lib/b test fixes from Peter Prymmer.
79670      Branch: perl
79671            ! t/lib/b.t
79672 ____________________________________________________________________________
79673 [  6410] By: jhi                                   on 2000/07/15  00:02:09
79674         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
79675              From: Hugo <hv@crypt.compulink.co.uk>
79676              Date: Fri, 14 Jul 2000 23:05:20 +0100
79677              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
79678              
79679              Didn't anymore apply, but that point still could use another fix.
79680      Branch: perl
79681            ! pod/perlfunc.pod
79682 ____________________________________________________________________________
79683 [  6409] By: jhi                                   on 2000/07/14  23:15:15
79684         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
79685              not in pod, from Peter Prymmer
79686      Branch: perl
79687            ! vms/descrip_mms.template
79688 ____________________________________________________________________________
79689 [  6408] By: jhi                                   on 2000/07/14  20:35:05
79690         Log: The bug report
79691              [ID 19991110.002] minimal matching discrepancy found by pcre author
79692              seems to have been fixed (though differently from what was suggested
79693              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
79694      Branch: perl
79695            ! t/op/re_tests
79696 ____________________________________________________________________________
79697 [  6407] By: jhi                                   on 2000/07/14  17:38:08
79698         Log: Fix AutoSplit to use File::Spec the right way in VMS,
79699              from Peter Prymmer.
79700      Branch: perl
79701            ! lib/AutoSplit.pm
79702 ____________________________________________________________________________
79703 [  6406] By: jhi                                   on 2000/07/14  14:13:22
79704         Log: Merge perlhacktut into perlhack, update perlguts.
79705              
79706              Subject: Re: Perlhacktut
79707              From: simon@brecon.co.uk (Simon Cozens)
79708              Date: 14 Jul 2000 06:49:21 GMT
79709              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
79710              
79711              Subject: Re: Perlhacktut
79712              From: simon@brecon.co.uk (Simon Cozens)
79713              Date: 14 Jul 2000 07:09:45 GMT
79714              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
79715      Branch: perl
79716            ! pod/perlguts.pod pod/perlhack.pod
79717 ____________________________________________________________________________
79718 [  6405] By: jhi                                   on 2000/07/14  14:02:31
79719         Log: Integrate with Sarathy.
79720      Branch: cfgperl
79721           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
79722           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
79723           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
79724 ____________________________________________________________________________
79725 [  6404] By: gsar                                  on 2000/07/14  12:15:02
79726         Log: PERL_OBJECT build tweaks
79727      Branch: perl
79728            ! toke.c
79729 ____________________________________________________________________________
79730 [  6403] By: gsar                                  on 2000/07/14  11:23:41
79731         Log: inconsistent types needs casts
79732      Branch: perl
79733            ! toke.c
79734 ____________________________________________________________________________
79735 [  6402] By: gsar                                  on 2000/07/14  11:12:04
79736         Log: typos in change#6399, regen headers
79737      Branch: perl
79738            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
79739 ____________________________________________________________________________
79740 [  6401] By: gsar                                  on 2000/07/14  10:59:12
79741         Log: typecasts needed for change#6394
79742      Branch: perl
79743            ! toke.c
79744 ____________________________________________________________________________
79745 [  6400] By: gsar                                  on 2000/07/14  10:49:37
79746         Log: integrate cfgperl contents into mainline
79747      Branch: perl
79748           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
79749           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
79750 ____________________________________________________________________________
79751 [  6399] By: gsar                                  on 2000/07/14  10:38:35
79752         Log: enable UTF-16 filter by default if relevant BOM is seen; various
79753              cleanups (typos, misformatted code, and small bugs)
79754      Branch: perl
79755            ! doop.c embed.pl mg.c op.c pp.c toke.c
79756 ____________________________________________________________________________
79757 [  6398] By: gsar                                  on 2000/07/14  08:55:38
79758         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
79759              name suggests anyway)
79760      Branch: perl
79761            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
79762 ____________________________________________________________________________
79763 [  6397] By: gsar                                  on 2000/07/14  08:44:33
79764         Log: move new variables to the end of the interpreter structure (for
79765              bincompat in code that doesn't #include XSUB.h)
79766      Branch: perl
79767            ! intrpvar.h
79768 ____________________________________________________________________________
79769 [  6396] By: gsar                                  on 2000/07/14  08:13:58
79770         Log: MakeMaker should not remove editor backups (*~) on `make clean`
79771              by default (completes change#6383)
79772      Branch: perl
79773            ! lib/ExtUtils/MM_Unix.pm
79774 ____________________________________________________________________________
79775 [  6395] By: jhi                                   on 2000/07/14  05:20:33
79776         Log: Replace change #6337 with a better one.
79777              
79778              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
79779              From: Hugo <hv@crypt.compulink.co.uk>
79780              Date: Fri, 14 Jul 2000 04:16:20 +0100
79781              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
79782      Branch: cfgperl
79783            ! regexec.c t/op/re_tests
79784 ____________________________________________________________________________
79785 [  6394] By: jhi                                   on 2000/07/14  01:33:59
79786         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
79787      Branch: cfgperl
79788            ! embed.pl global.sym proto.h toke.c
79789 ____________________________________________________________________________
79790 [  6393] By: jhi                                   on 2000/07/13  23:41:23
79791         Log: remove discarded test
79792      Branch: cfgperl
79793            ! MANIFEST
79794 ____________________________________________________________________________
79795 [  6392] By: jhi                                   on 2000/07/13  23:32:25
79796         Log: The {multiplier} of a fixed substring was overlooked which
79797              caused a wrong initial search offset for that substring.
79798              
79799              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
79800              From: Hugo <hv@crypt.compulink.co.uk>
79801              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
79802              Date: Thu, 13 Jul 2000 19:27:13 +0100
79803      Branch: cfgperl
79804            ! regcomp.c t/op/re_tests
79805 ____________________________________________________________________________
79806 [  6391] By: jhi                                   on 2000/07/13  16:37:42
79807         Log: typo fix from Craig Berry
79808      Branch: cfgperl
79809            ! vms/subconfigure.com
79810 ____________________________________________________________________________
79811 [  6390] By: jhi                                   on 2000/07/13  13:20:12
79812         Log: Integrate with Sarathy.
79813      Branch: cfgperl
79814            - t/op/method2entersub.t
79815           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
79816           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
79817           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
79818           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
79819 ____________________________________________________________________________
79820 [  6389] By: jhi                                   on 2000/07/13  13:18:48
79821         Log: Detypo from Peter Prymmer, part of #6388.
79822      Branch: cfgperl
79823            ! Configure config_h.SH
79824      Branch: metaconfig
79825            ! U/modified/d_longlong.U
79826 ____________________________________________________________________________
79827 [  6388] By: gsar                                  on 2000/07/13  06:33:40
79828         Log: typos (spotted by Peter Prymmer)
79829      Branch: perl
79830            ! Configure t/lib/english.t
79831 ____________________________________________________________________________
79832 [  6387] By: gsar                                  on 2000/07/13  05:35:28
79833         Log: new selfloader.t in change#6183 doesn't close DATA handles,
79834              and thus fails to clean up tmp files on dosish platforms
79835      Branch: perl
79836            ! t/lib/selfloader.t
79837 ____________________________________________________________________________
79838 [  6386] By: gsar                                  on 2000/07/12  21:42:39
79839         Log: sprintf test tweaks (from Dominic Dunlop)
79840      Branch: perl
79841            ! t/op/sprintf.t
79842 ____________________________________________________________________________
79843 [  6385] By: gsar                                  on 2000/07/12  21:33:46
79844         Log: fix bugs in processing %v-*d and similar format specs (from
79845              Avi Finkel <avi@finkel.org>)
79846      Branch: perl
79847            ! sv.c t/op/sprintf.t
79848 ____________________________________________________________________________
79849 [  6384] By: gsar                                  on 2000/07/12  16:04:19
79850         Log: readd missing perldelta.pod changes from changes#6339,6376
79851      Branch: perl
79852            ! pod/perldelta.pod
79853 ____________________________________________________________________________
79854 [  6383] By: gsar                                  on 2000/07/12  16:00:51
79855         Log: don't clobber *.orig files on *clean targets
79856      Branch: perl
79857            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
79858 ____________________________________________________________________________
79859 [  6382] By: gsar                                  on 2000/07/12  07:59:12
79860         Log: fix broken integrations in cfgperl
79861      Branch: cfgperl
79862           !> Changes pod/perldelta.pod
79863 ____________________________________________________________________________
79864 [  6381] By: gsar                                  on 2000/07/12  07:42:17
79865         Log: integrate cfgperl changes into mainline
79866      Branch: perl
79867            ! Changes
79868           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
79869           !> pod/perlre.pod
79870 ____________________________________________________________________________
79871 [  6380] By: gsar                                  on 2000/07/12  07:31:00
79872         Log: get sprintf.t to adjust properly for 3-digit exponents
79873      Branch: perl
79874            ! t/op/sprintf.t
79875 ____________________________________________________________________________
79876 [  6379] By: gsar                                  on 2000/07/12  06:40:04
79877         Log: change#6174 needs corresponding change in win32/config_h.PL,
79878              which grovels through config_h.SH to find the config.h name
79879      Branch: perl
79880            ! win32/config_h.PL
79881 ____________________________________________________________________________
79882 [  6378] By: jhi                                   on 2000/07/12  05:03:59
79883         Log: Do the cc sanity check both before the hints and
79884              after the cc selction.
79885      Branch: cfgperl
79886            ! Configure config_h.SH
79887      Branch: metaconfig
79888            ! U/modified/Oldconfig.U U/modified/cc.U
79889      Branch: metaconfig/U/perl
79890            + Checkcc.U
79891 ____________________________________________________________________________
79892 [  6377] By: jhi                                   on 2000/07/12  02:49:22
79893         Log: Fix nits noticed by Boston.pm.
79894      Branch: cfgperl
79895            ! pod/perlre.pod
79896 ____________________________________________________________________________
79897 [  6376] By: jhi                                   on 2000/07/11  21:22:13
79898         Log: Configure cosmetics and perldelta.
79899      Branch: cfgperl
79900            ! Configure config_h.SH pod/perldelta.pod
79901      Branch: metaconfig
79902            ! U/modified/cc.U
79903 ____________________________________________________________________________
79904 [  6375] By: gsar                                  on 2000/07/11  21:17:35
79905         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
79906      Branch: perl
79907            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
79908            ! win32/win32sck.c
79909 ____________________________________________________________________________
79910 [  6374] By: gsar                                  on 2000/07/11  20:48:50
79911         Log: tweak for build failure under multiplicity
79912      Branch: perl
79913            ! toke.c
79914 ____________________________________________________________________________
79915 [  6373] By: gsar                                  on 2000/07/11  20:37:23
79916         Log: integrate cfgperl changes#6325..6373 into mainline
79917              (NOTE: today's batch of integrations still untested)
79918      Branch: perl
79919           +> ext/DynaLoader/hints/netbsd.pl
79920            ! Changes
79921           !> (integrate 26 files)
79922 ____________________________________________________________________________
79923 [  6372] By: jhi                                   on 2000/07/11  20:30:36
79924         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
79925              regen perltoc.
79926      Branch: cfgperl
79927            + pod/perlbook.pod
79928            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
79929            ! pod/perltoc.pod
79930 ____________________________________________________________________________
79931 [  6371] By: jhi                                   on 2000/07/11  20:08:56
79932         Log: Minor cleanups on the booklist.
79933      Branch: cfgperl
79934            ! pod/perlfaq2.pod
79935 ____________________________________________________________________________
79936 [  6370] By: jhi                                   on 2000/07/11  19:31:13
79937         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
79938      Branch: cfgperl
79939            ! t/pragma/overload.t
79940 ____________________________________________________________________________
79941 [  6369] By: gsar                                  on 2000/07/11  19:27:48
79942         Log: integrate cfgperl changes#6293..6324 into mainline
79943      Branch: perl
79944           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
79945            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
79946           !> (integrate 30 files)
79947 ____________________________________________________________________________
79948 [  6368] By: gsar                                  on 2000/07/11  19:18:57
79949         Log: skip integrate of problematic change#6292 from cfgperl into mainline
79950      Branch: perl
79951           !> pp_hot.c
79952 ____________________________________________________________________________
79953 [  6367] By: gsar                                  on 2000/07/11  19:17:21
79954         Log: integrate cfgperl changes#6288..6290 into mainline
79955      Branch: perl
79956           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
79957 ____________________________________________________________________________
79958 [  6366] By: gsar                                  on 2000/07/11  19:11:18
79959         Log: integrate cfgperl changes#6268..6282 into mainline
79960      Branch: perl
79961           !> (integrate 30 files)
79962 ____________________________________________________________________________
79963 [  6365] By: gsar                                  on 2000/07/11  18:57:00
79964         Log: delete new accidentally branched file
79965      Branch: perl
79966            - t/op/method2entersub.t
79967 ____________________________________________________________________________
79968 [  6364] By: gsar                                  on 2000/07/11  18:55:13
79969         Log: skip integrate of change#6267 from cfgperl into mainline (the
79970              method call optimization is flawed without additional hints
79971              from user about immutableness of @ISA and no runtime method
79972              definitions)
79973      Branch: perl
79974           +> t/op/method2entersub.t
79975           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
79976           !> perl.h t/op/sprintf.t xsutils.c
79977 ____________________________________________________________________________
79978 [  6363] By: gsar                                  on 2000/07/11  18:49:43
79979         Log: integrate cfgperl changes#6261..6266 into mainline
79980      Branch: perl
79981           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
79982           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
79983           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
79984           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
79985 ____________________________________________________________________________
79986 [  6362] By: gsar                                  on 2000/07/11  18:43:26
79987         Log: integrate cfgperl changes#6252..6260 into mainline
79988      Branch: perl
79989           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
79990           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
79991           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
79992           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
79993 ____________________________________________________________________________
79994 [  6361] By: gsar                                  on 2000/07/11  18:37:12
79995         Log: skip integrate of problematic change#6251 from cfgperl into mainline
79996      Branch: perl
79997           !> lib/Exporter.pm
79998 ____________________________________________________________________________
79999 [  6360] By: gsar                                  on 2000/07/11  18:34:56
80000         Log: integrate cfgperl change#6250 into mainline
80001      Branch: perl
80002           +> t/op/my_stash.t
80003           !> MANIFEST embed.pl proto.h toke.c
80004 ____________________________________________________________________________
80005 [  6359] By: gsar                                  on 2000/07/11  18:21:19
80006         Log: integrate cfgperl changes#6242..6249 into mainline
80007      Branch: perl
80008           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
80009           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
80010           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
80011           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
80012           !> t/lib/peek.t utf8.c
80013 ____________________________________________________________________________
80014 [  6358] By: gsar                                  on 2000/07/11  18:15:45
80015         Log: skip integrate of problematic change#6241 from cfgperl into mainline
80016      Branch: perl
80017           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
80018 ____________________________________________________________________________
80019 [  6357] By: jhi                                   on 2000/07/11  18:15:16
80020         Log: Fix for
80021              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
80022              From: Roderick Schertler <roderick@argon.org> 
80023              Date: Tue, 11 Jul 2000 13:55:05 -0400 
80024              Message-Id: <200007111755.NAA05077@jones.argon.org> 
80025      Branch: cfgperl
80026            ! doio.c
80027 ____________________________________________________________________________
80028 [  6356] By: jhi                                   on 2000/07/11  18:12:51
80029         Log: Typo in #6341.
80030      Branch: cfgperl
80031            ! pp_hot.c
80032 ____________________________________________________________________________
80033 [  6355] By: gsar                                  on 2000/07/11  18:12:10
80034         Log: integrate cfgperl changes#6231..6240 into mainline
80035      Branch: perl
80036           +> pod/perlutil.pod
80037           !> (integrate 35 files)
80038 ____________________________________________________________________________
80039 [  6354] By: jhi                                   on 2000/07/11  18:04:34
80040         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
80041              From: Dominic Dunlop <domo@computer.org> 
80042              Date: Tue, 11 Jul 2000 12:27:33 +0200 
80043              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
80044              
80045              Replaces change #6268.
80046      Branch: cfgperl
80047            ! t/op/sprintf.t
80048 ____________________________________________________________________________
80049 [  6353] By: gsar                                  on 2000/07/11  17:59:51
80050         Log: skip integrate of problematic change#6230 from cfgperl into mainline
80051              (a later version of File::Spec is already in mainline)
80052      Branch: perl
80053           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
80054           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
80055 ____________________________________________________________________________
80056 [  6352] By: gsar                                  on 2000/07/11  17:57:48
80057         Log: integrate cfgperl changes#6224..6229 into mainline
80058      Branch: perl
80059           +> lib/lib.pm.PL
80060            - lib/lib.pm
80061           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
80062           !> lib/English.pm op.c t/lib/english.t
80063 ____________________________________________________________________________
80064 [  6351] By: gsar                                  on 2000/07/11  17:50:10
80065         Log: skip integrate of problematic change#6223 from cfgperl into mainline
80066      Branch: perl
80067           !> doio.c
80068 ____________________________________________________________________________
80069 [  6350] By: gsar                                  on 2000/07/11  17:48:28
80070         Log: integrate cfgperl changes#6220..6222 into mainline
80071      Branch: perl
80072           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
80073           !> toke.c utf8.c win32/win32.h
80074 ____________________________________________________________________________
80075 [  6349] By: gsar                                  on 2000/07/11  17:46:13
80076         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
80077              mainline
80078      Branch: perl
80079           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
80080           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
80081           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
80082 ____________________________________________________________________________
80083 [  6348] By: jhi                                   on 2000/07/11  17:45:49
80084         Log: README.posix-bc podified from Thomas Dorner.
80085      Branch: cfgperl
80086            ! README.posix-bc
80087 ____________________________________________________________________________
80088 [  6347] By: gsar                                  on 2000/07/11  17:42:04
80089         Log: integrate cfgperl change#6217 into mainline
80090      Branch: perl
80091           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
80092           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
80093           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
80094 ____________________________________________________________________________
80095 [  6346] By: gsar                                  on 2000/07/11  17:39:37
80096         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
80097              mainline
80098      Branch: perl
80099           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
80100           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
80101           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
80102           !> perlapi.h pod/perlapi.pod
80103 ____________________________________________________________________________
80104 [  6345] By: gsar                                  on 2000/07/11  17:36:42
80105         Log: integrate cfgperl changes#6207..6210 into mainline
80106      Branch: perl
80107           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
80108           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
80109 ____________________________________________________________________________
80110 [  6344] By: gsar                                  on 2000/07/11  17:31:20
80111         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
80112              mainline
80113      Branch: perl
80114           !> (integrate 40 files)
80115 ____________________________________________________________________________
80116 [  6343] By: gsar                                  on 2000/07/11  17:19:08
80117         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
80118      Branch: perl
80119           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
80120            ! Changes
80121           !> (integrate 34 files)
80122 ____________________________________________________________________________
80123 [  6342] By: jhi                                   on 2000/07/11  16:05:48
80124         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
80125              To: perl5-porters@perl.org
80126              From: Karsten Sperling <spiff@phreax.net>
80127              Date: Mon, 10 Jul 2000 15:12:52 +0200
80128              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
80129      Branch: cfgperl
80130            ! lib/Symbol.pm
80131 ____________________________________________________________________________
80132 [  6341] By: jhi                                   on 2000/07/11  15:59:23
80133         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
80134              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
80135              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
80136              Date: Fri, 07 Jul 2000 17:57:16 +0100
80137      Branch: cfgperl
80138            ! pp_hot.c
80139 ____________________________________________________________________________
80140 [  6340] By: jhi                                   on 2000/07/11  15:55:47
80141         Log: Subject: Re: format bug report  [Patch]
80142              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
80143              Date: Wed, 05 Jul 2000 13:12:52 +0200
80144              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
80145              
80146              Subject: Re: format bug report  [Patch]
80147              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
80148              Date: Wed, 05 Jul 2000 14:10:01 +0200
80149              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
80150      Branch: cfgperl
80151            ! t/op/write.t toke.c
80152 ____________________________________________________________________________
80153 [  6339] By: jhi                                   on 2000/07/11  13:54:09
80154         Log: Be less forgiving about ambiguous and illegal tr ranges.
80155              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
80156              From: Mark-Jason Dominus <mjd@plover.com>
80157              Date: Tue, 04 Jul 2000 10:00:12 -0400
80158              Message-ID: <20000704140012.17772.qmail@plover.com>
80159              
80160              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
80161              From: Mark-Jason Dominus <mjd@plover.com>
80162              Date: Wed, 05 Jul 2000 09:37:36 -0400
80163              Message-ID: <20000705133736.27293.qmail@plover.com>
80164      Branch: cfgperl
80165            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
80166 ____________________________________________________________________________
80167 [  6338] By: jhi                                   on 2000/07/11  13:31:24
80168         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
80169              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
80170              Date: Tue, 11 Jul 2000 13:50:51 +0100
80171              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
80172      Branch: cfgperl
80173            ! sv.c
80174 ____________________________________________________________________________
80175 [  6337] By: jhi                                   on 2000/07/11  13:29:14
80176         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
80177              From: Hugo <hv@crypt.compulink.co.uk>
80178              Date: Tue, 11 Jul 2000 12:44:50 +0100
80179              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
80180      Branch: cfgperl
80181            ! regexec.c t/op/re_tests
80182 ____________________________________________________________________________
80183 [  6336] By: jhi                                   on 2000/07/11  13:26:47
80184         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
80185              From: simon@brecon.co.uk (Simon Cozens)
80186              Date: 7 Jul 2000 11:26:09 GMT
80187              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
80188      Branch: cfgperl
80189            ! mg.c
80190 ____________________________________________________________________________
80191 [  6335] By: jhi                                   on 2000/07/11  13:23:37
80192         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
80193              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
80194              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
80195              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
80196      Branch: cfgperl
80197            + ext/DynaLoader/hints/netbsd.pl
80198            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
80199 ____________________________________________________________________________
80200 [  6334] By: jhi                                   on 2000/07/11  13:20:38
80201         Log: Subject: PATCH perlguts.pod: Document D and d magic types
80202              From: mjd@plover.com
80203              Date: 5 Jul 2000 18:01:51 -0000
80204              Message-ID: <20000705180151.29413.qmail@plover.com>
80205      Branch: cfgperl
80206            ! pod/perlguts.pod
80207 ____________________________________________________________________________
80208 [  6333] By: jhi                                   on 2000/07/11  13:15:51
80209         Log: Precedence goof, fix based on
80210              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
80211              From: Hugo <hv@crypt.compulink.co.uk>
80212              Date: Tue, 11 Jul 2000 12:52:38 +0100
80213              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
80214      Branch: cfgperl
80215            ! t/op/taint.t
80216 ____________________________________________________________________________
80217 [  6332] By: jhi                                   on 2000/07/11  12:40:17
80218         Log: Integrate with Sarathy.
80219      Branch: cfgperl
80220           !> win32/win32sck.c
80221 ____________________________________________________________________________
80222 [  6331] By: jhi                                   on 2000/07/10  20:14:16
80223         Log: Sprinkle ldlibpath.
80224      Branch: cfgperl
80225            ! pod/Makefile.SH
80226 ____________________________________________________________________________
80227 [  6330] By: jhi                                   on 2000/07/10  17:54:49
80228         Log: More POSIX.pod tweaks.
80229      Branch: cfgperl
80230            ! ext/POSIX/POSIX.pod
80231 ____________________________________________________________________________
80232 [  6329] By: jhi                                   on 2000/07/10  14:02:12
80233         Log: Reorder perl.pod once more.
80234      Branch: cfgperl
80235            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
80236 ____________________________________________________________________________
80237 [  6328] By: gsar                                  on 2000/07/10  07:06:00
80238         Log: accept() leaks memory on windows due to incorrect ordering of
80239              closesocket() and fclose() calls
80240      Branch: perl
80241            ! win32/win32sck.c
80242 ____________________________________________________________________________
80243 [  6327] By: gsar                                  on 2000/07/10  06:49:17
80244         Log: winsock options weren't being set in all threads under ithreads
80245              (caused send()s from second and subsequent threads to fail)
80246      Branch: perl
80247            ! win32/win32sck.c
80248 ____________________________________________________________________________
80249 [  6326] By: jhi                                   on 2000/07/08  02:45:40
80250         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
80251              was cast to an unsigned (32-bit) integer with wild abandon.
80252      Branch: cfgperl
80253            ! ext/Devel/DProf/DProf.xs
80254 ____________________________________________________________________________
80255 [  6325] By: jhi                                   on 2000/07/07  18:50:33
80256         Log: Remove perlbook, update perlfaq book listing,
80257              rearrange perl.pod, regenerate perltoc.
80258      Branch: cfgperl
80259            - pod/perlbook.pod
80260            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
80261            ! pod/perlfaq2.pod pod/perltoc.pod
80262 ____________________________________________________________________________
80263 [  6324] By: jhi                                   on 2000/07/07  14:03:40
80264         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
80265      Branch: cfgperl
80266            ! sv.h toke.c
80267 ____________________________________________________________________________
80268 [  6323] By: jhi                                   on 2000/07/06  16:03:55
80269         Log: Fix complaints of buildtoc.
80270      Branch: cfgperl
80271            + lib/Win32.pod
80272            - pod/Win32.pod
80273            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
80274 ____________________________________________________________________________
80275 [  6322] By: jhi                                   on 2000/07/06  15:15:52
80276         Log: Add =head1 NAMEs so that buildtoc is happy.
80277              (The CGI::Util nit reported to Lincoln.)
80278      Branch: cfgperl
80279            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
80280            ! pod/perltoc.pod
80281 ____________________________________________________________________________
80282 [  6321] By: jhi                                   on 2000/07/06  03:16:04
80283         Log: Config is being used.
80284      Branch: cfgperl
80285            ! t/op/method.t
80286 ____________________________________________________________________________
80287 [  6320] By: jhi                                   on 2000/07/06  03:13:13
80288         Log: Integrate with Sarathy.
80289      Branch: cfgperl
80290           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
80291 ____________________________________________________________________________
80292 [  6319] By: jhi                                   on 2000/07/06  03:11:46
80293         Log: Autogenerate pod/Makefile and pod/buildtoc.
80294              buildtoc also checks whether the existing pods are
80295              mentioned in MANIFEST and perl.pod, and vice versa.
80296              (None of the thusly found discrepancies fixed yet.)
80297              roffitall also needs to be autogenerated similarly but it
80298              seems so badly out of date that I didn't touch it yet.
80299      Branch: cfgperl
80300            + pod/Makefile.SH pod/buildtoc.PL
80301            - pod/Makefile pod/buildtoc
80302            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
80303 ____________________________________________________________________________
80304 [  6318] By: gsar                                  on 2000/07/05  22:10:54
80305         Log: fix UNC path handling on Windows under ithreads, and chdir()
80306              return value when given a non-existent directory
80307      Branch: perl
80308            ! win32/vdir.h
80309 ____________________________________________________________________________
80310 [  6317] By: gsar                                  on 2000/07/05  22:08:19
80311         Log: winsock cleanup never done on Windows (leads to handle leaks)
80312      Branch: perl
80313            ! win32/perllib.c win32/win32sck.c
80314 ____________________________________________________________________________
80315 [  6316] By: gsar                                  on 2000/07/05  22:06:19
80316         Log: some debugger output does not go to the socket when RemotePort is set
80317      Branch: perl
80318            ! lib/perl5db.pl
80319 ____________________________________________________________________________
80320 [  6315] By: jhi                                   on 2000/07/05  00:25:21
80321         Log: Integrate with Sarathy, preliminary fix for unicos
80322              alignment problems in [ID 20000612.002] Perl problem on Cray system.
80323      Branch: cfgperl
80324            ! sv.h
80325           !> pp_hot.c
80326 ____________________________________________________________________________
80327 [  6314] By: gsar                                  on 2000/07/04  23:34:02
80328         Log: tyop in change#6306
80329      Branch: perl
80330            ! pp_hot.c
80331 ____________________________________________________________________________
80332 [  6313] By: jhi                                   on 2000/07/04  22:14:38
80333         Log: Multiline string literals ENONPORTABLE.
80334      Branch: cfgperl
80335            ! pp_hot.c
80336 ____________________________________________________________________________
80337 [  6312] By: jhi                                   on 2000/07/04  20:34:44
80338         Log: Integrate with Sarathy.
80339      Branch: cfgperl
80340           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
80341           !> t/op/method.t
80342 ____________________________________________________________________________
80343 [  6311] By: jhi                                   on 2000/07/04  20:30:56
80344         Log: More POSIX.pod embellishment.
80345      Branch: cfgperl
80346            ! ext/POSIX/POSIX.pod
80347 ____________________________________________________________________________
80348 [  6310] By: gsar                                  on 2000/07/04  17:28:48
80349         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
80350      Branch: perl
80351            ! t/lib/b.t
80352 ____________________________________________________________________________
80353 [  6309] By: jhi                                   on 2000/07/04  17:22:18
80354         Log: The #6308 required a little bit more.
80355      Branch: cfgperl
80356            ! Makefile.SH win32/Makefile
80357 ____________________________________________________________________________
80358 [  6308] By: jhi                                   on 2000/07/04  16:35:24
80359         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
80360      Branch: cfgperl
80361            + lib/lib_pm.PL
80362            - lib/lib.pm.PL
80363            ! MANIFEST Makefile.SH
80364 ____________________________________________________________________________
80365 [  6307] By: jhi                                   on 2000/07/04  16:28:58
80366         Log: Win32 patches for cfgperl from Sarathy.
80367      Branch: cfgperl
80368            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
80369            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
80370            ! thread.h toke.c util.c win32/Makefile win32/win32.c
80371 ____________________________________________________________________________
80372 [  6306] By: gsar                                  on 2000/07/04  16:28:40
80373         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
80374              (from Richard Soderberg <rs@oregonnet.com>)
80375      Branch: perl
80376            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
80377 ____________________________________________________________________________
80378 [  6305] By: jhi                                   on 2000/07/04  16:24:24
80379         Log: Integrate with Sarathy.
80380      Branch: cfgperl
80381           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
80382           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
80383           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
80384           !> proto.h win32/win32.c
80385 ____________________________________________________________________________
80386 [  6304] By: gsar                                  on 2000/07/04  16:17:24
80387         Log: missing perldiag entry for unpack("w",...) diagnostic (from
80388              Andreas Koenig)
80389      Branch: perl
80390            ! pod/perldiag.pod
80391 ____________________________________________________________________________
80392 [  6303] By: gsar                                  on 2000/07/04  16:14:44
80393         Log: remove rel2abs prototypes (from Barrie Slaymaker)
80394      Branch: perl
80395            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
80396            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
80397 ____________________________________________________________________________
80398 [  6302] By: gsar                                  on 2000/07/04  04:59:35
80399         Log: adjust change#6299
80400      Branch: perl
80401            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
80402            ! win32/win32.c
80403 ____________________________________________________________________________
80404 [  6301] By: jhi                                   on 2000/07/04  04:50:07
80405         Log: Integrate with Sarathy.
80406      Branch: cfgperl
80407           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
80408           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
80409           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
80410 ____________________________________________________________________________
80411 [  6300] By: gsar                                  on 2000/07/04  04:42:09
80412         Log: PERL_OBJECT build tweak
80413      Branch: perl
80414            ! perl.h
80415 ____________________________________________________________________________
80416 [  6299] By: gsar                                  on 2000/07/04  04:37:00
80417         Log: fix memory leak on Windows (PL_sys_intern contents were never
80418              freed)
80419      Branch: perl
80420            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
80421            ! perlapi.c proto.h win32/win32.c
80422 ____________________________________________________________________________
80423 [  6298] By: gsar                                  on 2000/07/04  04:15:59
80424         Log: fix large memory leak that has been around for ever, masked by
80425              -DPURIFY (most of the arenas were never freed!)
80426      Branch: perl
80427            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
80428 ____________________________________________________________________________
80429 [  6297] By: gsar                                  on 2000/07/04  04:07:46
80430         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
80431      Branch: perl
80432            ! perl.c
80433 ____________________________________________________________________________
80434 [  6296] By: jhi                                   on 2000/06/30  18:28:37
80435         Log: Elaborate POSIX.pod.  Still needs work.
80436      Branch: cfgperl
80437            ! ext/POSIX/POSIX.pod
80438 ____________________________________________________________________________
80439 [  6295] By: jhi                                   on 2000/06/30  14:58:18
80440         Log: Point to perlipc for more SysV IPC examples.
80441      Branch: cfgperl
80442            ! pod/perlfunc.pod
80443 ____________________________________________________________________________
80444 [  6294] By: gsar                                  on 2000/06/30  14:47:45
80445         Log: slurp mode fix in change#4736 still not quite right
80446      Branch: perl
80447            ! pp_hot.c t/io/argv.t
80448 ____________________________________________________________________________
80449 [  6293] By: jhi                                   on 2000/06/30  12:02:55
80450         Log: Integrate with Sarathy.
80451      Branch: cfgperl
80452           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
80453 ____________________________________________________________________________
80454 [  6292] By: jhi                                   on 2000/06/30  12:01:11
80455         Log: From: simon@brecon.co.uk (Simon Cozens)
80456              Subject: UTF8 concat
80457              Date: 30 Jun 2000 06:13:25 GMT
80458              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
80459      Branch: cfgperl
80460            ! pp_hot.c
80461 ____________________________________________________________________________
80462 [  6291] By: gsar                                  on 2000/06/30  04:37:33
80463         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
80464              when @_ is modified, causing coredumps
80465      Branch: perl
80466            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
80467 ____________________________________________________________________________
80468 [  6290] By: jhi                                   on 2000/06/30  02:21:44
80469         Log: Integrate with Sarathy.
80470      Branch: cfgperl
80471           !> vms/vms.c vms/vmsish.h
80472 ____________________________________________________________________________
80473 [  6289] By: jhi                                   on 2000/06/30  02:21:02
80474         Log: Check VERSIONs.
80475      Branch: cfgperl
80476            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
80477            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
80478            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
80479 ____________________________________________________________________________
80480 [  6288] By: jhi                                   on 2000/06/30  02:18:52
80481         Log: Integrate with Sarathy.
80482      Branch: cfgperl
80483           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
80484           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
80485           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
80486           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
80487 ____________________________________________________________________________
80488 [  6287] By: gsar                                  on 2000/06/30  02:17:08
80489         Log: integrate vmsperl changes into mainline
80490      Branch: perl
80491           !> vms/vms.c vms/vmsish.h
80492 ____________________________________________________________________________
80493 [  6285] By: gsar                                  on 2000/06/30  02:05:28
80494         Log: localize %INC in a Safe compartment so that use/require work
80495              (many other magic globals probably need similar treatment)
80496      Branch: perl
80497            ! ext/Opcode/Opcode.xs
80498 ____________________________________________________________________________
80499 [  6284] By: gsar                                  on 2000/06/30  01:54:54
80500         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
80501              about Windows
80502      Branch: perl
80503            ! pod/perlembed.pod
80504 ____________________________________________________________________________
80505 [  6283] By: jhi                                   on 2000/06/30  01:50:10
80506         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
80507              From: Barrie Slaymaker <barries@jester.slaysys.com>
80508              Date: Wed, 28 Jun 2000 11:35:29 -0400
80509              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
80510      Branch: perl
80511            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
80512            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
80513            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
80514            ! lib/File/Spec/Win32.pm
80515 ____________________________________________________________________________
80516 [  6282] By: jhi                                   on 2000/06/29  22:57:22
80517         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
80518              From: Dan Sugalski <dan@sidhe.org>
80519              Date: Tue, 06 Jun 2000 11:59:50 -0400
80520              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
80521      Branch: cfgperl
80522            ! vms/vms.c
80523 ____________________________________________________________________________
80524 [  6281] By: jhi                                   on 2000/06/29  22:52:50
80525         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
80526              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
80527              Date: Wed, 7 Jun 2000 04:02:04 -0500
80528              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
80529      Branch: cfgperl
80530            ! utils/h2xs.PL
80531 ____________________________________________________________________________
80532 [  6280] By: jhi                                   on 2000/06/29  22:45:47
80533         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
80534              From: rspier@pobox.com (Robert Spier)
80535              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
80536              Message-ID: <14654.31913.845602.610277@rls.cx>
80537      Branch: cfgperl
80538            ! utils/h2xs.PL
80539 ____________________________________________________________________________
80540 [  6279] By: jhi                                   on 2000/06/29  22:38:16
80541         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
80542              From: Tim Ayers <tayers@bridge.com>
80543              Date: Thu, 08 Jun 2000 08:11:06 +0200
80544              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
80545              [resent by Richard Foley, Message-Id probably wrong]
80546      Branch: cfgperl
80547            ! pod/perlsub.pod
80548 ____________________________________________________________________________
80549 [  6278] By: jhi                                   on 2000/06/29  22:21:45
80550         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
80551              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
80552              Date: Fri, 09 Jun 2000 12:39:27 -0400
80553              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
80554              (plus update the version "number" of Text::Wrap)
80555      Branch: cfgperl
80556            ! lib/Text/Wrap.pm
80557 ____________________________________________________________________________
80558 [  6277] By: jhi                                   on 2000/06/29  22:13:10
80559         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
80560              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
80561              Date: Mon, 12 Jun 2000 14:55:59 +0100
80562              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
80563      Branch: cfgperl
80564            ! pod/perlfunc.pod
80565 ____________________________________________________________________________
80566 [  6276] By: jhi                                   on 2000/06/29  22:11:06
80567         Log: Subject: [PATCH] Re: eval documentation: context
80568              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
80569              Date: Mon, 12 Jun 2000 15:07:29 +0100
80570              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
80571      Branch: cfgperl
80572            ! pod/perlfunc.pod
80573 ____________________________________________________________________________
80574 [  6275] By: jhi                                   on 2000/06/29  21:59:46
80575         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
80576              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
80577              Date: Tue, 13 Jun 2000 02:43:48 -0500
80578              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
80579      Branch: cfgperl
80580            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
80581 ____________________________________________________________________________
80582 [  6274] By: jhi                                   on 2000/06/29  21:56:14
80583         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
80584              From: Andy Dougherty <doughera@lafayette.edu>
80585              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
80586              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
80587      Branch: cfgperl
80588            ! ext/File/Glob/Glob.pm
80589 ____________________________________________________________________________
80590 [  6273] By: jhi                                   on 2000/06/29  21:49:09
80591         Log: Subject: [PATCH] xsub attributes
80592              From: Doug MacEachern <dougm@covalent.net>
80593              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
80594              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
80595      Branch: cfgperl
80596            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
80597            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
80598 ____________________________________________________________________________
80599 [  6272] By: jhi                                   on 2000/06/29  21:41:28
80600         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
80601              From: Tom Phoenix <rootbeer@redcat.com>
80602              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
80603              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
80604      Branch: cfgperl
80605            ! lib/Net/Ping.pm
80606 ____________________________________________________________________________
80607 [  6271] By: jhi                                   on 2000/06/29  21:36:55
80608         Log: Subject: PATCH pod/perltie.pod
80609              From: Ian Phillipps <Ian.Phillipps@iname.com>
80610              Date: Fri, 16 Jun 2000 00:17:19 +0100
80611              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
80612              (only the first hunk, the second hunk had already been done
80613              by some other patch)
80614      Branch: cfgperl
80615            ! pod/perltie.pod
80616 ____________________________________________________________________________
80617 [  6270] By: jhi                                   on 2000/06/29  21:24:51
80618         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
80619              From: Nicholas Clark <nick@talking.bollo.cx>
80620              Date: Fri, 23 Jun 2000 16:21:15 +0100
80621              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
80622      Branch: cfgperl
80623            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
80624            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
80625 ____________________________________________________________________________
80626 [  6269] By: jhi                                   on 2000/06/29  19:38:15
80627         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
80628              silence few compiler warnings.
80629      Branch: cfgperl
80630            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
80631 ____________________________________________________________________________
80632 [  6268] By: jhi                                   on 2000/06/29  18:21:50
80633         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
80634              From: Dominic Dunlop <domo@computer.org> 
80635              Date: Thu, 29 Jun 2000 12:32:39 +0200 
80636              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
80637      Branch: cfgperl
80638            ! t/op/sprintf.t
80639 ____________________________________________________________________________
80640 [  6267] By: jhi                                   on 2000/06/29  18:16:07
80641         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
80642              From: Doug MacEachern <dougm@covalent.net>
80643              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
80644              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
80645      Branch: cfgperl
80646            + t/op/method2entersub.t
80647            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
80648            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
80649            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
80650            ! xsutils.c
80651 ____________________________________________________________________________
80652 [  6266] By: jhi                                   on 2000/06/29  15:11:15
80653         Log: Subject: [PATCH 5.6.0] cygwin port
80654              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
80655              From: "Fifer, Eric" <EFifer@sanwaint.com>
80656              Date: Thu, 29 Jun 2000 12:58:29 +0100
80657      Branch: cfgperl
80658            ! cygwin/Makefile.SHs
80659 ____________________________________________________________________________
80660 [  6265] By: jhi                                   on 2000/06/29  15:04:05
80661         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
80662              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
80663              Date: Wed, 28 Jun 2000 17:50:12 -0700
80664              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
80665      Branch: cfgperl
80666            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
80667 ____________________________________________________________________________
80668 [  6264] By: jhi                                   on 2000/06/29  15:00:57
80669         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
80670              From: Marty Lucich <marty@netcom.com>
80671              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
80672              Message-Id: <200006282116.OAA11148@netcom.com>
80673              ccdlflags update (the BSD/OS 4.1 part had already been taken
80674              care of by #6141).
80675      Branch: cfgperl
80676            ! hints/bsdos.sh
80677 ____________________________________________________________________________
80678 [  6263] By: jhi                                   on 2000/06/29  13:47:44
80679         Log: tr fixes from Simon Cozens
80680      Branch: cfgperl
80681            ! doop.c
80682 ____________________________________________________________________________
80683 [  6262] By: jhi                                   on 2000/06/28  18:46:01
80684         Log: Subject: 5.6.0 Patch for EPOC
80685              From: Olaf Flebbe <o.flebbe@gmx.de>
80686              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
80687              Message-ID: <23449.960929969@www11.gmx.net>
80688      Branch: cfgperl
80689            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
80690            ! epoc/epocish.h
80691 ____________________________________________________________________________
80692 [  6261] By: jhi                                   on 2000/06/28  18:29:07
80693         Log: Subject: Re: [PATCH cfgperl] BOMs away!
80694              From: simon@brecon.co.uk (Simon Cozens)
80695              Date: 17 Jun 2000 11:49:57 GMT
80696              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
80697      Branch: cfgperl
80698            ! pod/perldiag.pod t/comp/require.t toke.c
80699 ____________________________________________________________________________
80700 [  6260] By: jhi                                   on 2000/06/28  17:47:16
80701         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
80702              From: simon@brecon.co.uk (Simon Cozens) 
80703              Date: 17 Jun 2000 11:56:44 GMT 
80704              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
80705              pack U0, pack C0
80706      Branch: cfgperl
80707            ! pod/perlfunc.pod pp.c t/op/pack.t
80708 ____________________________________________________________________________
80709 [  6259] By: jhi                                   on 2000/06/28  16:43:17
80710         Log: perlnewmod was missing from MANIFEST.
80711      Branch: cfgperl
80712            ! MANIFEST
80713 ____________________________________________________________________________
80714 [  6258] By: jhi                                   on 2000/06/28  15:54:30
80715         Log: linenumber tweak
80716      Branch: cfgperl
80717            ! t/pragma/warn/regcomp
80718 ____________________________________________________________________________
80719 [  6257] By: jhi                                   on 2000/06/28  15:50:44
80720         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
80721              From: Doug MacEachern <dougm@covalent.net>
80722              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
80723              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
80724              (one part of the patch had been applied earlier)
80725      Branch: cfgperl
80726            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
80727 ____________________________________________________________________________
80728 [  6256] By: jhi                                   on 2000/06/28  15:40:22
80729         Log: tweaks from Simon Cozens to further fix tr/// under utf8
80730      Branch: cfgperl
80731            ! doop.c
80732 ____________________________________________________________________________
80733 [  6255] By: jhi                                   on 2000/06/28  15:33:45
80734         Log: small thinko tweaks
80735      Branch: cfgperl
80736            ! lib/IPC/Open3.pm t/op/my_stash.t
80737 ____________________________________________________________________________
80738 [  6254] By: jhi                                   on 2000/06/28  15:33:25
80739         Log: Subject: tr///, help wanted.
80740              From: simon@brecon.co.uk (Simon Cozens)
80741              Date: 28 Jun 2000 11:29:04 GMT
80742              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
80743      Branch: cfgperl
80744            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
80745            ! pp_proto.h proto.h t/op/tr.t
80746 ____________________________________________________________________________
80747 [  6253] By: jhi                                   on 2000/06/28  15:09:17
80748         Log: Paranoia tweak on #6249.
80749              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
80750              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
80751              Date: Sun, 25 Jun 2000 23:43:12 -0400
80752              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
80753      Branch: cfgperl
80754            ! lib/IPC/Open3.pm
80755 ____________________________________________________________________________
80756 [  6252] By: jhi                                   on 2000/06/28  15:01:38
80757         Log: Document #6249 and #6251.
80758      Branch: cfgperl
80759            ! lib/Exporter.pm lib/IPC/Open3.pm
80760 ____________________________________________________________________________
80761 [  6251] By: jhi                                   on 2000/06/28  14:50:43
80762         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
80763              From: Doug MacEachern <dougm@covalent.net>
80764              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
80765              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
80766      Branch: cfgperl
80767            ! lib/Exporter.pm
80768 ____________________________________________________________________________
80769 [  6250] By: jhi                                   on 2000/06/28  14:45:23
80770         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
80771              From: Doug MacEachern <dougm@covalent.net>
80772              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
80773              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
80774      Branch: cfgperl
80775            + t/op/my_stash.t
80776            ! MANIFEST embed.pl global.sym proto.h toke.c
80777 ____________________________________________________________________________
80778 [  6249] By: jhi                                   on 2000/06/28  14:36:34
80779         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
80780              From: Frank Tobin <ftobin@uiuc.edu>
80781              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
80782              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
80783      Branch: cfgperl
80784            ! lib/IPC/Open3.pm
80785 ____________________________________________________________________________
80786 [  6248] By: jhi                                   on 2000/06/28  14:11:25
80787         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
80788              From: Mark-Jason Dominus <mjd@plover.com>
80789              Date: Tue, 27 Jun 2000 22:36:42 -0400
80790              Message-ID: <20000628023642.12166.qmail@plover.com>
80791      Branch: cfgperl
80792            ! pod/perlfunc.pod
80793 ____________________________________________________________________________
80794 [  6247] By: jhi                                   on 2000/06/27  12:46:37
80795         Log: Tweak $VERSION, patch from Doug MacEachern.
80796      Branch: cfgperl
80797            ! lib/File/Spec.pm
80798 ____________________________________________________________________________
80799 [  6246] By: jhi                                   on 2000/06/27  03:34:46
80800         Log: Allow for standalone testing.
80801      Branch: cfgperl
80802            ! t/lib/filefunc.t t/lib/filespec.t
80803 ____________________________________________________________________________
80804 [  6245] By: jhi                                   on 2000/06/27  02:50:02
80805         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
80806              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
80807              Date: Sat, 24 Jun 2000 13:06:20 +0100
80808              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
80809      Branch: cfgperl
80810            ! ext/DynaLoader/DynaLoader_pm.PL
80811 ____________________________________________________________________________
80812 [  6244] By: jhi                                   on 2000/06/27  02:46:10
80813         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
80814              From: Doug MacEachern <dougm@covalent.net>
80815              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
80816              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
80817      Branch: cfgperl
80818            ! gv.c sv.c t/lib/peek.t
80819 ____________________________________________________________________________
80820 [  6243] By: jhi                                   on 2000/06/27  02:38:07
80821         Log: Subject: [PATCH] is_utf8_string
80822              From: simon@brecon.co.uk (Simon Cozens)
80823              Date: 26 Jun 2000 02:25:59 GMT
80824              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
80825      Branch: cfgperl
80826            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
80827            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
80828            ! proto.h utf8.c
80829 ____________________________________________________________________________
80830 [  6242] By: jhi                                   on 2000/06/27  02:24:00
80831         Log: Subject: [PATCH] bytes<->utf8 fixes
80832              From: simon@brecon.co.uk (Simon Cozens)
80833              Date: 26 Jun 2000 04:55:45 GMT
80834              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
80835      Branch: cfgperl
80836            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
80837 ____________________________________________________________________________
80838 [  6241] By: jhi                                   on 2000/06/27  02:12:42
80839         Log: Do no -warn on \_, only on \alpha.
80840              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
80841              From: David Dyck <dcd@tc.fluke.com>
80842              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
80843              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
80844      Branch: cfgperl
80845            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
80846 ____________________________________________________________________________
80847 [  6240] By: jhi                                   on 2000/06/27  02:00:01
80848         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
80849              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
80850              Date: Mon, 26 Jun 2000 18:40:14 +0100
80851              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
80852      Branch: cfgperl
80853            ! utils/h2xs.PL
80854 ____________________________________________________________________________
80855 [  6239] By: jhi                                   on 2000/06/27  01:53:40
80856         Log: Configure maintenance.  Sever some dependency cycles,
80857              separate gccversion from the cc unit,
80858              address [ID 20000623.006] Configure script patch for using gcc on AIX
80859              (but solve it a little bit differently),
80860              unduplex some accidentally duplicated units,
80861              suggest using gcc if no cc available
80862              (p5p thread: "Solaris configure: counterproposal", 1999-09)
80863      Branch: cfgperl
80864            ! Configure Todo-5.6 config_h.SH
80865      Branch: metaconfig
80866            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
80867            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
80868      Branch: metaconfig/U/perl
80869            + gccvers.U
80870            ! d_getespwnam.U d_getprpwnam.U i_prot.U
80871 ____________________________________________________________________________
80872 [  6238] By: jhi                                   on 2000/06/25  18:04:56
80873         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
80874              From: Dan Sugalski <dan@sidhe.org>
80875              Date: Fri, 23 Jun 2000 17:00:00 -0400
80876              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
80877      Branch: cfgperl
80878            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
80879 ____________________________________________________________________________
80880 [  6237] By: jhi                                   on 2000/06/25  16:36:45
80881         Log: Tweak embed.pl, regen headers.
80882      Branch: cfgperl
80883            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
80884            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
80885            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
80886            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
80887            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
80888 ____________________________________________________________________________
80889 [  6236] By: jhi                                   on 2000/06/25  15:26:42
80890         Log: Regen headers.
80891      Branch: cfgperl
80892            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
80893            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
80894            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
80895            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
80896            ! regnodes.h warnings.h
80897 ____________________________________________________________________________
80898 [  6235] By: jhi                                   on 2000/06/23  19:39:35
80899         Log: The thread begun by
80900              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
80901              From: Kevin.Ruscoe@ubsw.com
80902              Date: Fri, 16 Jun 2000 16:38:51 +0100
80903              Message-Id: <H000019b03c300d6@MHS>
80904      Branch: cfgperl
80905            ! hints/solaris_2.sh
80906 ____________________________________________________________________________
80907 [  6234] By: jhi                                   on 2000/06/23  19:23:36
80908         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
80909              because when run as services (Win32ese for daemons)
80910              no environment variables are set and tmpdir ends up as /tmp,
80911              which is ambiguous.
80912              
80913              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
80914              From: matt@sergeant.org
80915              Date: 16 Jun 2000 16:30:43 -0000
80916              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
80917      Branch: cfgperl
80918            ! lib/File/Spec/Win32.pm
80919 ____________________________________________________________________________
80920 [  6233] By: jhi                                   on 2000/06/23  19:18:58
80921         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
80922              From: Mark-Jason Dominus <mjd@plover.com>
80923              Date: Fri, 16 Jun 2000 20:53:04 -0400
80924              Message-ID: <20000617005304.8008.qmail@plover.com>
80925      Branch: cfgperl
80926            ! op.h
80927 ____________________________________________________________________________
80928 [  6232] By: jhi                                   on 2000/06/23  16:10:02
80929         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
80930              From: simon@brecon.co.uk (Simon Cozens)
80931              Date: 19 Jun 2000 15:18:27 GMT
80932              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
80933              
80934              plus update pod/Makefile and regenerate perltoc
80935      Branch: cfgperl
80936            + pod/perlutil.pod
80937            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
80938 ____________________________________________________________________________
80939 [  6231] By: jhi                                   on 2000/06/23  15:19:18
80940         Log: Subject: [PATCH 5.6.0] cygwin port
80941              From: "Fifer, Eric" <EFifer@sanwaint.com>
80942              Date: Tue, 20 Jun 2000 14:30:58 +0100
80943              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
80944      Branch: cfgperl
80945            ! README.cygwin lib/File/Find.pm
80946 ____________________________________________________________________________
80947 [  6230] By: jhi                                   on 2000/06/23  14:25:21
80948         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
80949      Branch: cfgperl
80950            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
80951            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
80952            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
80953            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
80954 ____________________________________________________________________________
80955 [  6229] By: jhi                                   on 2000/06/23  14:13:34
80956         Log: Subject: README.hpux version 0.6.1
80957              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
80958              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
80959              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
80960      Branch: cfgperl
80961            ! README.hpux
80962 ____________________________________________________________________________
80963 [  6228] By: jhi                                   on 2000/06/23  14:07:20
80964         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
80965              From: Doug MacEachern <dougm@covalent.net>
80966              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
80967              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
80968      Branch: cfgperl
80969            ! op.c
80970 ____________________________________________________________________________
80971 [  6227] By: jhi                                   on 2000/06/23  14:01:06
80972         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
80973              From: Doug MacEachern <dougm@covalent.net>
80974              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
80975              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
80976      Branch: cfgperl
80977            + lib/lib.pm.PL
80978            - lib/lib.pm
80979            ! MANIFEST Makefile.SH
80980 ____________________________________________________________________________
80981 [  6226] By: jhi                                   on 2000/06/23  13:53:07
80982         Log: Subject: [PATCH] remove forward declarations in Socket.pm
80983              From: Doug MacEachern <dougm@covalent.net>
80984              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
80985              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
80986              
80987              From: Doug MacEachern <dougm@covalent.net>
80988              Subject: Re: [PATCH] remove forward declarations in Socket.pm
80989              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
80990              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
80991      Branch: cfgperl
80992            ! ext/Socket/Socket.pm op.c
80993 ____________________________________________________________________________
80994 [  6225] By: jhi                                   on 2000/06/23  13:41:52
80995         Log: Add source code filenames to apidoc.
80996              From: simon@brecon.co.uk (Simon Cozens)
80997              Subject: [PATCH embed.pl] Source X-ref
80998              Date: 22 Jun 2000 02:18:49 GMT
80999              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
81000      Branch: cfgperl
81001            ! embed.pl
81002 ____________________________________________________________________________
81003 [  6224] By: jhi                                   on 2000/06/23  13:32:33
81004         Log: A way to avoid English.pm performance hit.
81005              From: root <root@jester.slaysys.com>
81006              Subject: [YAPATCH English.pm] My turn to putt again
81007              Date: Thu, 22 Jun 2000 20:33:58 -0400
81008              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
81009      Branch: cfgperl
81010            ! lib/English.pm t/lib/english.t
81011 ____________________________________________________________________________
81012 [  6223] By: jhi                                   on 2000/06/23  13:27:06
81013         Log: Avoid double close().
81014              Subject: [PATCH] avoid double close()
81015              From: Doug MacEachern <dougm@covalent.net>
81016              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
81017              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
81018      Branch: cfgperl
81019            ! doio.c
81020 ____________________________________________________________________________
81021 [  6222] By: jhi                                   on 2000/06/23  13:25:54
81022         Log: doc typo fix
81023              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
81024              From: Ian Phillipps <Ian.Phillipps@iname.com>
81025              Date: Fri, 23 Jun 2000 10:40:58 +0100
81026              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
81027      Branch: cfgperl
81028            ! lib/Pod/Usage.pm
81029 ____________________________________________________________________________
81030 [  6221] By: jhi                                   on 2000/06/23  13:24:15
81031         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
81032              From: simon@brecon.co.uk (Simon Cozens)
81033              Subject: [PATCH] Eliminate tr///[CU][CU]
81034              Date: 23 Jun 2000 11:05:40 GMT
81035              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
81036      Branch: cfgperl
81037            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
81038 ____________________________________________________________________________
81039 [  6220] By: jhi                                   on 2000/06/22  16:07:51
81040         Log: Win32 patches from Benjamin Stuhl.
81041      Branch: cfgperl
81042            ! makedef.pl win32/win32.h
81043 ____________________________________________________________________________
81044 [  6219] By: jhi                                   on 2000/06/22  16:06:34
81045         Log: Bytecode patches from Benjamin Stuhl.
81046      Branch: cfgperl
81047            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
81048            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
81049            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
81050 ____________________________________________________________________________
81051 [  6218] By: jhi                                   on 2000/06/15  23:54:16
81052         Log: Bytecode patches from Benjamin Stuhl.
81053      Branch: cfgperl
81054            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
81055 ____________________________________________________________________________
81056 [  6217] By: jhi                                   on 2000/06/09  13:38:29
81057         Log: Rename the fdpid locking and integrate with Sarathy.
81058      Branch: cfgperl
81059            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
81060            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
81061            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
81062            ! win32/win32.c
81063           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
81064 ____________________________________________________________________________
81065 [  6216] By: gsar                                  on 2000/06/08  14:54:21
81066         Log: be more optimal about clearing @_
81067      Branch: perl
81068            ! cop.h
81069 ____________________________________________________________________________
81070 [  6215] By: gsar                                  on 2000/06/08  14:33:04
81071         Log: tweak comment about @DB::args
81072      Branch: perl
81073            ! av.h pp_ctl.c
81074 ____________________________________________________________________________
81075 [  6214] By: gsar                                  on 2000/06/08  13:57:54
81076         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
81077              caller() wants to populate @DB::args with it (causes a coredump
81078              in Carp::confess())
81079      Branch: perl
81080            ! cop.h t/op/runlevel.t
81081 ____________________________________________________________________________
81082 [  6213] By: gsar                                  on 2000/06/08  07:06:35
81083         Log: back out change#6106 (seems problematic)
81084      Branch: perl
81085            ! hints/solaris_2.sh
81086 ____________________________________________________________________________
81087 [  6212] By: jhi                                   on 2000/06/07  03:10:36
81088         Log: Continuing mopup for #6204.
81089      Branch: cfgperl
81090            ! ext/B/defsubs_h.PL
81091 ____________________________________________________________________________
81092 [  6211] By: jhi                                   on 2000/06/07  02:41:50
81093         Log: Mopup for #6204.
81094              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
81095              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
81096              This is comes from const() where POK isn't on when expected.
81097      Branch: cfgperl
81098            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
81099            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
81100            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
81101            ! perlapi.h pod/perlapi.pod
81102 ____________________________________________________________________________
81103 [  6210] By: jhi                                   on 2000/06/07  01:56:29
81104         Log: Mopup for #6207 and #6209.
81105      Branch: cfgperl
81106            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
81107 ____________________________________________________________________________
81108 [  6209] By: jhi                                   on 2000/06/07  01:33:12
81109         Log: Lock PL_fdpid against race conditions, based on:
81110              Subject: [PATCH 5.6.0]subprocess fixup for threads
81111              From: Dan Sugalski <dan@sidhe.org>
81112              To: perl5-porters@perl.org
81113              Date: Tue, 11 Apr 2000 17:02:32 -0400
81114              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
81115      Branch: cfgperl
81116            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
81117            ! win32/win32.c
81118 ____________________________________________________________________________
81119 [  6208] By: jhi                                   on 2000/06/07  01:05:23
81120         Log: Regen headers for #6207.
81121      Branch: cfgperl
81122            ! embed.h global.sym objXSUB.h proto.h
81123 ____________________________________________________________________________
81124 [  6207] By: jhi                                   on 2000/06/06  23:43:13
81125         Log: Subject: [PATCH 5.6.0] Threadsafe patches
81126              From: Dan Sugalski <dan@sidhe.org>
81127              To: perl5-porters@perl.org
81128              Date: Mon, 08 May 2000 18:08:13 -0400
81129              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
81130      Branch: cfgperl
81131            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
81132            ! proto.h sv.h util.c
81133 ____________________________________________________________________________
81134 [  6206] By: jhi                                   on 2000/06/06  23:21:23
81135         Log: Subject: [PATCH] Eliminate $a/$b in pod
81136              From: David Glasser <me@davidglasser.net>
81137              To: perl5-porters@perl.org
81138              Date: Mon, 29 May 2000 21:15:59 -0400
81139              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
81140      Branch: cfgperl
81141            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
81142            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
81143            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
81144            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
81145            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
81146            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
81147            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
81148            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
81149            ! pod/perlvar.pod pod/perlxs.pod
81150 ____________________________________________________________________________
81151 [  6205] By: jhi                                   on 2000/06/06  23:12:14
81152         Log: Subject: [PATCH] Win32 improvements
81153              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
81154              To: gsar@activestate.com, perl5-porters@perl.org
81155              Date: Mon, 29 May 2000 17:22:24 PDT
81156              Message-ID: <20000530002224.91142.qmail@hotmail.com>
81157              (MUA had mangled many lines by wordwrapping)
81158      Branch: cfgperl
81159            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
81160 ____________________________________________________________________________
81161 [  6204] By: jhi                                   on 2000/06/06  23:01:50
81162         Log: Subject: [PATCH] B::Bytecode patches
81163              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
81164              To: gsar@activestate.com, jhi@iki.fi
81165              Cc: perl5-porters@perl.org
81166              Message-ID: <20000602202526.48694.qmail@hotmail.com>
81167              (MUA had mangled many lines by wordwrapping)
81168      Branch: cfgperl
81169            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
81170            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
81171            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
81172            ! intrpvar.h perl.c
81173 ____________________________________________________________________________
81174 [  6203] By: jhi                                   on 2000/06/06  22:32:43
81175         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
81176              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
81177              Date: Tue, 06 Jun 2000 13:07:45 -0700
81178              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
81179      Branch: cfgperl
81180            ! pod/perldiag.pod
81181 ____________________________________________________________________________
81182 [  6202] By: jhi                                   on 2000/06/06  19:38:35
81183         Log: Integrate with Sarathy.
81184      Branch: cfgperl
81185           !> perl.c
81186 ____________________________________________________________________________
81187 [  6201] By: gsar                                  on 2000/06/06  00:42:59
81188         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
81189              does a PUSHMARK that's never ever POPMARKed; in general, only
81190              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
81191              Perl_eval_[sp]v() don't because they don't take any incoming
81192              arguments (this leak has been around since the original version
81193              of perl_eval_pv() in 5.003_97e)
81194      Branch: perl
81195            ! perl.c
81196 ____________________________________________________________________________
81197 [  6200] By: jhi                                   on 2000/06/04  03:44:52
81198         Log: Update to cperl-mode.el 4.31 from
81199              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
81200              Subject: A couple of notes
81201              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
81202              To: Mailing list Perl5 <perl5-porters@perl.org>
81203              Date: Sat, 3 Jun 2000 23:33:32 -0400
81204              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
81205      Branch: cfgperl
81206            ! emacs/cperl-mode.el
81207 ____________________________________________________________________________
81208 [  6199] By: jhi                                   on 2000/06/03  15:11:05
81209         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
81210              From: Dan Sugalski <dan@sidhe.org>
81211              To: perl5-porters@perl.org, vmsperl@perl.org
81212              Date: Fri, 02 Jun 2000 17:30:51 -0400
81213              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
81214      Branch: cfgperl
81215            ! vms/descrip_mms.template vms/gen_shrfls.pl
81216 ____________________________________________________________________________
81217 [  6198] By: jhi                                   on 2000/06/03  14:59:15
81218         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
81219              From: Dan Sugalski <dan@sidhe.org>
81220              To: vmsperl@perl.org, perl5-porters@perl.org
81221              Date: Fri, 02 Jun 2000 16:00:41 -0400
81222              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
81223              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
81224      Branch: cfgperl
81225            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
81226            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
81227            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
81228 ____________________________________________________________________________
81229 [  6197] By: jhi                                   on 2000/06/03  14:41:30
81230         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
81231              From: John Borwick <jhborwic@unity.ncsu.edu>
81232              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
81233              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
81234      Branch: cfgperl
81235            ! pod/perlsyn.pod
81236 ____________________________________________________________________________
81237 [  6196] By: jhi                                   on 2000/06/03  14:38:09
81238         Log: Integrate with Sarathy.
81239      Branch: cfgperl
81240           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
81241           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
81242           !> vms/perly_c.vms
81243 ____________________________________________________________________________
81244 [  6195] By: gsar                                  on 2000/06/02  22:43:13
81245         Log: fix yet another eval"" leak under USE_ITHREADS
81246      Branch: perl
81247            ! op.c
81248 ____________________________________________________________________________
81249 [  6194] By: gsar                                  on 2000/06/02  18:22:06
81250         Log: fix small eval"" memory leaks under USE_ITHREADS
81251      Branch: perl
81252            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
81253            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
81254            ! vms/perly_c.vms
81255 ____________________________________________________________________________
81256 [  6193] By: jhi                                   on 2000/06/01  13:03:56
81257         Log: Signals-be-gone for microperl.
81258      Branch: cfgperl
81259            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
81260 ____________________________________________________________________________
81261 [  6192] By: jhi                                   on 2000/06/01  12:52:02
81262         Log: Integrate with Sarathy.
81263      Branch: cfgperl
81264           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
81265           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
81266           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
81267           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
81268           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
81269           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
81270           !> t/op/vec.t utils/h2xs.PL
81271 ____________________________________________________________________________
81272 [  6191] By: gsar                                  on 2000/06/01  09:38:21
81273         Log: vec() loses numericalness (modified version of patch suggested
81274              by Robin Barker)
81275      Branch: perl
81276            ! doop.c t/op/vec.t
81277 ____________________________________________________________________________
81278 [  6190] By: gsar                                  on 2000/06/01  09:26:15
81279         Log: submit missing embed.pl change
81280      Branch: perl
81281            ! embed.pl
81282 ____________________________________________________________________________
81283 [  6189] By: gsar                                  on 2000/06/01  09:05:34
81284         Log: counting tr/// corrupts later operation (from M.J.T Guy)
81285      Branch: perl
81286            ! doop.c t/op/tr.t
81287 ____________________________________________________________________________
81288 [  6188] By: gsar                                  on 2000/06/01  08:58:39
81289         Log: h2xs tweaks
81290      Branch: perl
81291            ! utils/h2xs.PL
81292 ____________________________________________________________________________
81293 [  6187] By: gsar                                  on 2000/06/01  08:50:07
81294         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
81295              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
81296      Branch: perl
81297            + lib/Pod/LaTeX.pm
81298            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
81299            ! pod/pod2latex.PL
81300 ____________________________________________________________________________
81301 [  6186] By: gsar                                  on 2000/06/01  08:24:40
81302         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
81303              <wolfgang.laun@alcatel.at>)
81304      Branch: perl
81305            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
81306            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
81307 ____________________________________________________________________________
81308 [  6185] By: gsar                                  on 2000/06/01  08:12:00
81309         Log: remove incorrect documentation about implicit split to @_ in
81310              list context, which never really worked in perl 5 (from
81311              M.J.T. Guy)
81312      Branch: perl
81313            ! pod/perlfunc.pod pod/perltrap.pod
81314 ____________________________________________________________________________
81315 [  6184] By: gsar                                  on 2000/06/01  07:52:27
81316         Log: tweak for change#6127
81317      Branch: perl
81318            ! perl.c
81319 ____________________________________________________________________________
81320 [  6183] By: gsar                                  on 2000/06/01  07:41:02
81321         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
81322              <nick@ccl4.org>)
81323      Branch: perl
81324            + t/lib/selfloader.t
81325            ! MANIFEST lib/SelfLoader.pm
81326 ____________________________________________________________________________
81327 [  6182] By: jhi                                   on 2000/06/01  00:34:42
81328         Log: Be Cleaner Part Deux.
81329      Branch: cfgperl
81330            ! Makefile.SH
81331 ____________________________________________________________________________
81332 [  6181] By: jhi                                   on 2000/06/01  00:32:09
81333         Log: Integrate with Sarathy.
81334      Branch: cfgperl
81335           !> pp.c t/op/arith.t
81336 ____________________________________________________________________________
81337 [  6180] By: jhi                                   on 2000/06/01  00:31:13
81338         Log: microperl nits from Simon Cozens.
81339      Branch: cfgperl
81340            + uconfig.h
81341            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
81342            ! unixish.h
81343 ____________________________________________________________________________
81344 [  6179] By: gsar                                  on 2000/05/31  22:37:51
81345         Log: buggy modulus on UVs introduced by change#3378 (resulted in
81346              4063328477 % 65535 amounting to 27406, instead of 27407)
81347      Branch: perl
81348            ! pp.c t/op/arith.t
81349 ____________________________________________________________________________
81350 [  6178] By: jhi                                   on 2000/05/31  21:52:41
81351         Log: Be cleaner.
81352      Branch: cfgperl
81353            ! Makefile.SH
81354 ____________________________________________________________________________
81355 [  6177] By: jhi                                   on 2000/05/31  21:47:33
81356         Log: Substitution utf8 patch from Simon Cozens.
81357      Branch: cfgperl
81358            ! pp_hot.c
81359 ____________________________________________________________________________
81360 [  6176] By: jhi                                   on 2000/05/31  21:45:34
81361         Log: Single-quoted utf8 patch from Simon Cozens.
81362      Branch: cfgperl
81363            ! toke.c
81364 ____________________________________________________________________________
81365 [  6175] By: jhi                                   on 2000/05/31  21:40:18
81366         Log: Integrate with Sarathy.
81367      Branch: cfgperl
81368           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
81369 ____________________________________________________________________________
81370 [  6174] By: jhi                                   on 2000/05/31  21:37:31
81371         Log: microperl changes from Simon Cozens; Makefile for microperl
81372              written from scratch; few casts added as microperl compilation
81373              doesn't have all prototypes available.
81374      Branch: cfgperl
81375            + Makefile.micro README.micro Todo.micro uconfig.sh
81376            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
81377            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
81378      Branch: metaconfig
81379            + U/modified/Config_h.U
81380 ____________________________________________________________________________
81381 [  6173] By: jhi                                   on 2000/05/31  20:00:24
81382         Log: metaconfig maintenance.
81383      Branch: metaconfig
81384            + U/modified/Inhdr.U U/typedefs/inotype.U
81385      Branch: metaconfig/U/perl
81386            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
81387            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
81388 ____________________________________________________________________________
81389 [  6172] By: gsar                                  on 2000/05/31  05:05:42
81390         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
81391              (from Ilya Zakharevich)
81392      Branch: perl
81393            ! regexec.c t/op/re_tests
81394 ____________________________________________________________________________
81395 [  6171] By: gsar                                  on 2000/05/31  05:01:47
81396         Log: scalar() doesn't force scalar context when used in void context
81397              (from Simon Cozens)
81398      Branch: perl
81399            ! op.c t/op/wantarray.t
81400 ____________________________________________________________________________
81401 [  6170] By: gsar                                  on 2000/05/31  04:41:33
81402         Log: change#6142 needs tweaks to tests to work where there's no symlink()
81403              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
81404      Branch: perl
81405            ! t/lib/filefind.t
81406 ____________________________________________________________________________
81407 [  6169] By: gsar                                  on 2000/05/31  04:29:49
81408         Log: integrate cfgperl contents into mainline
81409      Branch: perl
81410           +> pod/perlmodlib.PL pod/perlnewmod.pod
81411           !> (integrate 42 files)
81412 ____________________________________________________________________________
81413 [  6168] By: jhi                                   on 2000/05/30  22:53:37
81414         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
81415      Branch: cfgperl
81416            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
81417            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
81418            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
81419            ! win32/config.bc win32/config.gc win32/config.vc
81420            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
81421            ! win32/config_h.PL win32/config_sh.PL
81422      Branch: metaconfig/U/perl
81423            ! perlxv.U
81424 ____________________________________________________________________________
81425 [  6167] By: jhi                                   on 2000/05/30  22:20:21
81426         Log: tweak todo 
81427      Branch: cfgperl
81428            ! Todo-5.6
81429 ____________________________________________________________________________
81430 [  6166] By: jhi                                   on 2000/05/30  22:11:51
81431         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
81432              in case somebody wants to write an extension for more
81433              shadow database interfaces.
81434      Branch: cfgperl
81435            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
81436            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
81437            ! vos/config.def vos/config.h vos/config_h.SH_orig
81438            ! win32/config.bc win32/config.gc win32/config.vc
81439            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
81440      Branch: metaconfig
81441            ! U/modified/Myinit.U
81442      Branch: metaconfig/U/perl
81443            + d_getespwnam.U d_getprpwnam.U i_prot.U
81444 ____________________________________________________________________________
81445 [  6165] By: jhi                                   on 2000/05/30  18:35:34
81446         Log: Integrate with Sarathy.
81447      Branch: cfgperl
81448           !> op.c
81449 ____________________________________________________________________________
81450 [  6164] By: jhi                                   on 2000/05/30  18:30:16
81451         Log: detypo
81452      Branch: cfgperl
81453            ! Configure config_h.SH
81454      Branch: metaconfig/U/perl
81455            ! perlxv.U
81456 ____________________________________________________________________________
81457 [  6163] By: gsar                                  on 2000/05/30  03:24:03
81458         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
81459      Branch: perl
81460            ! op.c
81461 ____________________________________________________________________________
81462 [  6162] By: gsar                                  on 2000/05/30  03:09:38
81463         Log: fix memory leak in method call optimization (change#3768);
81464              made C<eval "$x->foo()"> leak
81465      Branch: perl
81466            ! op.c
81467 ____________________________________________________________________________
81468 [  6161] By: jhi                                   on 2000/05/29  17:56:26
81469         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
81470              both from Simon Cozens.
81471      Branch: cfgperl
81472            + pod/perlmodlib.PL pod/perlnewmod.pod
81473            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
81474            ! pod/perlmodlib.pod pod/perltoc.pod
81475 ____________________________________________________________________________
81476 [  6160] By: jhi                                   on 2000/05/29  17:23:55
81477         Log: Changes for the File::Temp 0.08 (change #6159) test suite
81478              to fit better into the Perl distribution test framework.
81479      Branch: cfgperl
81480            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
81481            ! t/lib/ftmp-tempfile.t
81482 ____________________________________________________________________________
81483 [  6159] By: jhi                                   on 2000/05/29  16:55:36
81484         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
81485      Branch: cfgperl
81486            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
81487            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
81488 ____________________________________________________________________________
81489 [  6158] By: bailey                                on 2000/05/29  16:22:08
81490         Log: Add fallback to tmpfile for use in cases where user's relying on
81491              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
81492              Lane's patch)
81493      Branch: vmsperl
81494            ! vms/vms.c vms/vmsish.h
81495 ____________________________________________________________________________
81496 [  6157] By: jhi                                   on 2000/05/29  03:10:36
81497         Log: Regen Configure to jive with #6149.
81498      Branch: cfgperl
81499            ! Configure
81500      Branch: metaconfig
81501            ! U/modified/Getfile.U
81502 ____________________________________________________________________________
81503 [  6156] By: jhi                                   on 2000/05/29  03:01:38
81504         Log: Integrate with Sarathy.
81505      Branch: cfgperl
81506           +> ext/DynaLoader/dl_mac.xs
81507           !> (integrate 38 files)
81508 ____________________________________________________________________________
81509 [  6155] By: gsar                                  on 2000/05/28  21:15:58
81510         Log: small bug in change#6144; remove random \xA0 character that snuck
81511              in via change#6145
81512      Branch: perl
81513            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
81514 ____________________________________________________________________________
81515 [  6154] By: gsar                                  on 2000/05/28  21:04:19
81516         Log: avoid type mismatch warning
81517      Branch: perl
81518            ! perl.c
81519 ____________________________________________________________________________
81520 [  6153] By: gsar                                  on 2000/05/28  20:58:31
81521         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
81522              <nick@Bagpuss.uk.boo.com>)
81523      Branch: perl
81524            ! lib/Test/Harness.pm
81525 ____________________________________________________________________________
81526 [  6152] By: gsar                                  on 2000/05/28  20:53:42
81527         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
81528      Branch: perl
81529            ! regexec.c
81530 ____________________________________________________________________________
81531 [  6151] By: gsar                                  on 2000/05/28  20:50:28
81532         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
81533      Branch: perl
81534            ! regexec.c
81535 ____________________________________________________________________________
81536 [  6150] By: gsar                                  on 2000/05/28  20:39:58
81537         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
81538      Branch: perl
81539            ! pod/perlrequick.pod
81540 ____________________________________________________________________________
81541 [  6149] By: gsar                                  on 2000/05/28  20:35:16
81542         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
81543              <troc@netrus.net>)
81544      Branch: perl
81545            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
81546            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
81547            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
81548            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
81549 ____________________________________________________________________________
81550 [  6148] By: gsar                                  on 2000/05/28  20:21:07
81551         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
81552      Branch: perl
81553            ! lib/ExtUtils/MM_Unix.pm
81554 ____________________________________________________________________________
81555 [  6147] By: gsar                                  on 2000/05/28  20:12:41
81556         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
81557              (from Peter Prymmer)
81558      Branch: perl
81559            ! vms/subconfigure.com
81560 ____________________________________________________________________________
81561 [  6146] By: gsar                                  on 2000/05/28  20:06:15
81562         Log: doc typo
81563      Branch: perl
81564            ! lib/warnings.pm warnings.h warnings.pl
81565 ____________________________________________________________________________
81566 [  6145] By: gsar                                  on 2000/05/28  18:44:33
81567         Log: make xsubpp skip embedded pod (from Matthias Neeracher
81568              <neeri@iis.ee.ethz.ch>)
81569      Branch: perl
81570            ! lib/ExtUtils/xsubpp
81571 ____________________________________________________________________________
81572 [  6144] By: gsar                                  on 2000/05/28  18:42:49
81573         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
81574              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
81575              <neeri@iis.ee.ethz.ch>)
81576      Branch: perl
81577            ! lib/AutoSplit.pm
81578 ____________________________________________________________________________
81579 [  6143] By: gsar                                  on 2000/05/28  18:41:12
81580         Log: MacOS support, part 1 (from Matthias Neeracher
81581              <neeri@iis.ee.ethz.ch>)
81582      Branch: perl
81583            + ext/DynaLoader/dl_mac.xs
81584            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
81585            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
81586            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
81587            ! util.h
81588 ____________________________________________________________________________
81589 [  6142] By: gsar                                  on 2000/05/28  18:21:51
81590         Log: File::Find fails to chdir when chasing symlinks (from
81591              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
81592      Branch: perl
81593            ! lib/File/Find.pm t/lib/filefind.t
81594 ____________________________________________________________________________
81595 [  6141] By: jhi                                   on 2000/05/28  14:25:15
81596         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
81597              forwarded by Peter Seebach from the bsdi-users mailing list.
81598              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
81599      Branch: perl
81600            ! hints/bsdos.sh
81601 ____________________________________________________________________________
81602 [  6140] By: jhi                                   on 2000/05/28  14:11:57
81603         Log: Integrate with Sarathy.
81604      Branch: cfgperl
81605           +> (branch 30 files)
81606           !> (integrate 93 files)
81607 ____________________________________________________________________________
81608 [  6139] By: gsar                                  on 2000/05/28  10:01:48
81609         Log: revise mktables.PL for bugs and newness in Unicode 3.0
81610              (from James Bence <jbence@amgen.com>)
81611      Branch: perl
81612            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
81613            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
81614            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
81615            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
81616            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
81617            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
81618            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
81619            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
81620            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
81621            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
81622            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
81623            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
81624            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
81625            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
81626            + lib/unicode/Is/SylWU.pl
81627            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
81628            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
81629            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
81630            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
81631            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
81632            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
81633            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
81634            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
81635            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
81636            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
81637            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
81638            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
81639            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
81640            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
81641            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
81642            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
81643            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
81644            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
81645            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
81646            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
81647            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
81648            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
81649            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
81650            ! lib/unicode/Makefile lib/unicode/mktables.PL
81651 ____________________________________________________________________________
81652 [  6138] By: gsar                                  on 2000/05/28  08:50:32
81653         Log: add note about the handling of negative indices to tied arrays
81654              (from Michael G Schwern <schwern@pobox.com>)
81655      Branch: perl
81656            ! pod/perltie.pod
81657 ____________________________________________________________________________
81658 [  6137] By: gsar                                  on 2000/05/28  08:46:10
81659         Log: fix bogus redeclaration warning for "our" variables in different
81660              scopes
81661      Branch: perl
81662            ! op.c t/pragma/strict-vars
81663 ____________________________________________________________________________
81664 [  6136] By: gsar                                  on 2000/05/28  08:31:20
81665         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
81666      Branch: perl
81667            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
81668 ____________________________________________________________________________
81669 [  6135] By: gsar                                  on 2000/05/28  08:17:50
81670         Log: enable Test::Harness to dynamically determine column width etc.
81671              (from Rob Napier <rnapier@employees.org>)
81672      Branch: perl
81673            ! lib/Test/Harness.pm
81674 ____________________________________________________________________________
81675 [  6134] By: gsar                                  on 2000/05/28  08:13:39
81676         Log: make Test::Harness use wait.h/WCOREDUMP if available
81677              (from Ben Tilly <ben_tilly@hotmail.com>)
81678      Branch: perl
81679            ! lib/Test/Harness.pm
81680 ____________________________________________________________________________
81681 [  6133] By: gsar                                  on 2000/05/28  08:08:05
81682         Log: elide bogus test in change#6132
81683      Branch: perl
81684            ! t/pragma/warn/9enabled
81685 ____________________________________________________________________________
81686 [  6132] By: gsar                                  on 2000/05/28  08:03:14
81687         Log: warnings::enabled() doesn't fall back to looking at $^W if
81688              caller isn't using lexical warnings (from Paul Marquess)
81689      Branch: perl
81690            ! pp_ctl.c t/pragma/warn/9enabled
81691 ____________________________________________________________________________
81692 [  6131] By: gsar                                  on 2000/05/28  07:57:47
81693         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
81694      Branch: perl
81695            ! ext/POSIX/POSIX.pm
81696 ____________________________________________________________________________
81697 [  6130] By: gsar                                  on 2000/05/28  07:29:12
81698         Log: fix places that mean C<"word" character> but say C<alphanumeric
81699              character>
81700      Branch: perl
81701            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
81702 ____________________________________________________________________________
81703 [  6129] By: gsar                                  on 2000/05/28  07:18:41
81704         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
81705      Branch: perl
81706            ! vms/test.com
81707 ____________________________________________________________________________
81708 [  6128] By: gsar                                  on 2000/05/28  07:12:55
81709         Log: new perlxstut example for passing/returning refs to arrays
81710              (from David Lowe <dlowe@pootpoot.com>)
81711      Branch: perl
81712            ! pod/perlxstut.pod
81713 ____________________________________________________________________________
81714 [  6127] By: gsar                                  on 2000/05/28  07:02:50
81715         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
81716              failed (from Gisle Aas)
81717      Branch: perl
81718            ! cop.h perl.c
81719 ____________________________________________________________________________
81720 [  6126] By: gsar                                  on 2000/05/28  06:39:53
81721         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
81722              (reworked variant of patch suggested by Simon Cozens)
81723      Branch: perl
81724            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
81725            ! pp_hot.c proto.h t/op/gv.t
81726 ____________________________________________________________________________
81727 [  6125] By: gsar                                  on 2000/05/28  05:14:55
81728         Log: enable propagating exception objects via Perl_croak() in XS code
81729              (from Gisle Aas)
81730      Branch: perl
81731            ! util.c
81732 ____________________________________________________________________________
81733 [  6124] By: gsar                                  on 2000/05/28  05:07:28
81734         Log: integrate vmsperl contents into mainline
81735      Branch: perl
81736           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
81737           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
81738           !> vms/vmsish.h
81739 ____________________________________________________________________________
81740 [  6123] By: gsar                                  on 2000/05/28  05:03:53
81741         Log: clarify gotcha with #line directives (from Rocco Caputo
81742              <troc@netrus.net>)
81743      Branch: perl
81744            ! pod/perldebug.pod pod/perlsyn.pod
81745 ____________________________________________________________________________
81746 [  6122] By: gsar                                  on 2000/05/28  04:58:29
81747         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
81748              (from Mark-Jason Dominus)
81749      Branch: perl
81750            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
81751            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
81752            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
81753            ! toke.c
81754 ____________________________________________________________________________
81755 [  6121] By: bailey                                on 2000/05/25  04:46:54
81756         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
81757              lists (based on fixes by Craig Berry)
81758      Branch: vmsperl
81759            ! lib/File/Spec/VMS.pm
81760 ____________________________________________________________________________
81761 [  6120] By: bailey                                on 2000/05/25  04:25:38
81762         Log: Add missing escape (Charles Lane)
81763      Branch: vmsperl
81764            ! t/op/lex_assign.t
81765 ____________________________________________________________________________
81766 [  6119] By: bailey                                on 2000/05/25  04:21:25
81767         Log: Quiet error messages in vmsish.t (Charles Lane)
81768      Branch: vmsperl
81769            ! vms/ext/vmsish.t
81770 ____________________________________________________________________________
81771 [  6118] By: bailey                                on 2000/05/25  04:17:57
81772         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
81773              Flatten case labels in switch statements uniformly (Charles Bailey)
81774      Branch: vmsperl
81775            ! vms/vms.c
81776 ____________________________________________________________________________
81777 [  6117] By: bailey                                on 2000/05/25  03:58:09
81778         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
81779      Branch: vmsperl
81780            ! vms/vmsish.h
81781 ____________________________________________________________________________
81782 [  6116] By: bailey                                on 2000/05/25  03:11:15
81783         Log: Miscellaneous cosmetic fixes (Charles Lane)
81784      Branch: vmsperl
81785            ! lib/ExtUtils/MM_VMS.pm
81786 ____________________________________________________________________________
81787 [  6115] By: bailey                                on 2000/05/25  03:10:36
81788         Log: Add bounds checking for several strings (Charles Lane)
81789      Branch: vmsperl
81790            ! vms/vms.c
81791 ____________________________________________________________________________
81792 [  6114] By: bailey                                on 2000/05/25  02:25:34
81793         Log: Urk -- undo previous removal of vmsish 'exit' change
81794      Branch: vmsperl
81795            ! vms/ext/vmsish.pm vms/vmsish.h
81796 ____________________________________________________________________________
81797 [  6113] By: bailey                                on 2000/05/24  02:24:40
81798         Log: Ugly workaround for version-specific RTL error
81799      Branch: vmsperl
81800            ! vms/vms.c
81801 ____________________________________________________________________________
81802 [  6112] By: bailey                                on 2000/05/24  02:19:55
81803         Log: Check for existence of file before trying to delete
81804      Branch: vmsperl
81805            ! vms/test.com
81806 ____________________________________________________________________________
81807 [  6111] By: bailey                                on 2000/05/23  23:35:13
81808         Log: Resync with mainline prior to post-5.6.0 updates
81809      Branch: vmsperl
81810           +> (branch 49 files)
81811            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
81812            ! vms/ext/vmsish.pm
81813           !> (integrate 334 files)
81814 ____________________________________________________________________________
81815 [  6110] By: jhi                                   on 2000/05/23  19:28:32
81816         Log: todo tweak
81817      Branch: cfgperl
81818            ! Todo-5.6
81819 ____________________________________________________________________________
81820 [  6109] By: jhi                                   on 2000/05/18  17:38:54
81821         Log: Integrate with Sarathy.
81822      Branch: cfgperl
81823           !> mg.c perl.h win32/perlhost.h
81824 ____________________________________________________________________________
81825 [  6108] By: gsar                                  on 2000/05/17  02:24:56
81826         Log: reenable fake signal handling on Windows, bugs and all
81827      Branch: perl
81828            ! mg.c perl.h win32/perlhost.h
81829 ____________________________________________________________________________
81830 [  6107] By: jhi                                   on 2000/05/15  18:01:41
81831         Log: Tweak the todo list.
81832      Branch: cfgperl
81833            ! Todo-5.6
81834 ____________________________________________________________________________
81835 [  6106] By: jhi                                   on 2000/05/15  13:41:48
81836         Log: The (Configure) script refuses to go on, after asking for
81837              'You may also choose to try maximal 64-bitness....'.
81838              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
81839              -- Patrick Zima
81840              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
81841      Branch: cfgperl
81842            ! hints/solaris_2.sh
81843 ____________________________________________________________________________
81844 [  6105] By: jhi                                   on 2000/05/11  14:37:43
81845         Log: Integrate with Sarathy.
81846      Branch: cfgperl
81847           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
81848           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
81849 ____________________________________________________________________________
81850 [  6104] By: gsar                                  on 2000/05/11  03:39:07
81851         Log: PL_sys_intern was being initialized too late on windows
81852      Branch: perl
81853            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
81854            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
81855 ____________________________________________________________________________
81856 [  6103] By: jhi                                   on 2000/05/09  19:42:20
81857         Log: Test tweaking for Unicos continues.
81858      Branch: cfgperl
81859            ! t/op/64bitint.t
81860 ____________________________________________________________________________
81861 [  6102] By: jhi                                   on 2000/05/09  16:47:27
81862         Log: The test suite tweak in #6101 wasn't quite right.
81863      Branch: cfgperl
81864            ! t/lib/complex.t
81865 ____________________________________________________________________________
81866 [  6101] By: jhi                                   on 2000/05/09  15:35:34
81867         Log: Hints and test tweaks for Unicos.
81868      Branch: cfgperl
81869            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
81870 ____________________________________________________________________________
81871 [  6100] By: jhi                                   on 2000/05/08  21:15:06
81872         Log: More compilation tweakery from Allen Smith.
81873      Branch: cfgperl
81874            ! hints/irix_6.sh
81875 ____________________________________________________________________________
81876 [  6099] By: jhi                                   on 2000/05/08  19:21:18
81877         Log: Tweaks for the cc bugs from Allen Smith.
81878      Branch: cfgperl
81879            ! hints/irix_6.sh
81880 ____________________________________________________________________________
81881 [  6098] By: jhi                                   on 2000/05/08  19:13:37
81882         Log: Add a note about other, yet unsupported, shadow password APIs.
81883      Branch: cfgperl
81884            ! pp_sys.c
81885 ____________________________________________________________________________
81886 [  6097] By: jhi                                   on 2000/05/08  18:46:34
81887         Log: Add a note about possible compilation problems from Allen Smith.
81888      Branch: cfgperl
81889            ! hints/irix_6.sh
81890 ____________________________________________________________________________
81891 [  6096] By: jhi                                   on 2000/05/08  17:33:10
81892         Log: Integrate with Sarathy.
81893      Branch: cfgperl
81894           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
81895           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
81896 ____________________________________________________________________________
81897 [  6095] By: jhi                                   on 2000/05/08  16:21:33
81898         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
81899              might be useful in future.
81900      Branch: cfgperl
81901            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
81902            ! config_h.SH
81903      Branch: metaconfig
81904            ! U/installdirs/inc_version_list.U
81905      Branch: metaconfig/U/perl
81906            ! perlxv.U
81907 ____________________________________________________________________________
81908 [  6094] By: gsar                                  on 2000/05/08  14:22:22
81909         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
81910      Branch: perl
81911            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
81912            ! hints/cygwin.sh pp_sys.c
81913 ____________________________________________________________________________
81914 [  6093] By: gsar                                  on 2000/05/08  12:52:28
81915         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
81916              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
81917      Branch: perl
81918            ! pp_sys.c sv.c win32/perlhost.h
81919 ____________________________________________________________________________
81920 [  6092] By: jhi                                   on 2000/05/07  22:40:34
81921         Log: Regen perltoc with the fixed buildtoc.
81922      Branch: cfgperl
81923            ! pod/perltoc.pod
81924 ____________________________________________________________________________
81925 [  6091] By: jhi                                   on 2000/05/07  22:24:16
81926         Log: Integrate with Sarathy.
81927      Branch: cfgperl
81928           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
81929           !> t/op/substr.t toke.c
81930 ____________________________________________________________________________
81931 [  6090] By: gsar                                  on 2000/05/07  19:47:07
81932         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
81933              [NI]OK; added tests for both
81934      Branch: perl
81935            ! perl.c pp_hot.c sv.c t/op/substr.t
81936 ____________________________________________________________________________
81937 [  6089] By: gsar                                  on 2000/05/07  18:18:38
81938         Log: buildtoc tweak to fix newline lossage
81939      Branch: perl
81940            ! pod/buildtoc
81941 ____________________________________________________________________________
81942 [  6088] By: jhi                                   on 2000/05/07  16:35:36
81943         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
81944              because we do not use those.  The HAS_GETSPNAM remains,
81945              though, because we still do use that.
81946      Branch: cfgperl
81947            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
81948            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
81949            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
81950            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
81951            ! win32/config.vc win32/config_H.bc win32/config_H.gc
81952            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
81953 ____________________________________________________________________________
81954 [  6087] By: gsar                                  on 2000/05/07  16:05:16
81955         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
81956      Branch: perl
81957            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
81958 ____________________________________________________________________________
81959 [  6086] By: jhi                                   on 2000/05/07  15:27:07
81960         Log: Integrate with Sarathy.
81961      Branch: cfgperl
81962           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
81963           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
81964           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
81965           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
81966           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
81967           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
81968 ____________________________________________________________________________
81969 [  6085] By: gsar                                  on 2000/05/07  05:52:02
81970         Log: repeat operator (x) doesn't preserve utf8-ness
81971      Branch: perl
81972            ! pp.c t/op/substr.t
81973 ____________________________________________________________________________
81974 [  6084] By: gsar                                  on 2000/05/07  05:39:55
81975         Log: substr() does not preserve utf8-ness (from Stefan Eissing
81976              <Eissing@medicaldataservice.de>); added tests
81977      Branch: perl
81978            ! pp.c t/op/substr.t
81979 ____________________________________________________________________________
81980 [  6083] By: gsar                                  on 2000/05/07  05:24:46
81981         Log: note about undocumented caller() return value (from M.J.T. Guy);
81982              yet another peek.t tweak
81983      Branch: perl
81984            ! pod/perlfunc.pod t/lib/peek.t
81985 ____________________________________________________________________________
81986 [  6082] By: gsar                                  on 2000/05/07  05:08:40
81987         Log: peek.t non-portable to ithreads
81988      Branch: perl
81989            ! t/lib/peek.t
81990 ____________________________________________________________________________
81991 [  6081] By: gsar                                  on 2000/05/07  04:17:04
81992         Log: better default perlbug categories for ok reports (from Richard Foley)
81993      Branch: perl
81994            ! utils/perlbug.PL
81995 ____________________________________________________________________________
81996 [  6080] By: gsar                                  on 2000/05/07  04:08:07
81997         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
81998              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
81999      Branch: perl
82000            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
82001            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
82002            ! AUTHORS MAINTAIN MANIFEST
82003 ____________________________________________________________________________
82004 [  6079] By: gsar                                  on 2000/05/07  04:01:38
82005         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
82006      Branch: perl
82007            ! lib/Carp/Heavy.pm
82008 ____________________________________________________________________________
82009 [  6078] By: gsar                                  on 2000/05/07  01:24:19
82010         Log: workaround for CRT bug in chdir() (from Charles Lane, via
82011              Peter Prymmer)
82012      Branch: perl
82013            ! iperlsys.h vms/vms.c vms/vmsish.h
82014 ____________________________________________________________________________
82015 [  6077] By: gsar                                  on 2000/05/07  01:22:23
82016         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
82017              and Tom Phoenix)
82018      Branch: perl
82019            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
82020 ____________________________________________________________________________
82021 [  6076] By: gsar                                  on 2000/05/06  17:36:29
82022         Log: integrate cfgperl contents into mainline
82023      Branch: perl
82024           +> t/lib/peek.t
82025           !> Configure MANIFEST Porting/Glossary Porting/config.sh
82026           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
82027           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
82028           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
82029 ____________________________________________________________________________
82030 [  6075] By: jhi                                   on 2000/05/05  18:56:10
82031         Log: Make the test more portable.
82032      Branch: cfgperl
82033            ! t/lib/peek.t
82034 ____________________________________________________________________________
82035 [  6074] By: jhi                                   on 2000/05/05  18:49:20
82036         Log: Introduce t/lib/peek.t.
82037      Branch: cfgperl
82038            + t/lib/peek.t
82039            ! MANIFEST
82040 ____________________________________________________________________________
82041 [  6073] By: jhi                                   on 2000/05/05  14:30:45
82042         Log: Complex tweaks.
82043      Branch: cfgperl
82044            ! lib/Math/Complex.pm t/lib/complex.t
82045 ____________________________________________________________________________
82046 [  6072] By: jhi                                   on 2000/05/05  12:27:13
82047         Log: Integrate with Sarathy.
82048      Branch: cfgperl
82049           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
82050           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
82051           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
82052           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
82053 ____________________________________________________________________________
82054 [  6071] By: gsar                                  on 2000/05/05  02:24:46
82055         Log: misformatted perllocal.pod (from Tim Jenness
82056              <t.jenness@jach.hawaii.edu>)
82057      Branch: perl
82058            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
82059 ____________________________________________________________________________
82060 [  6070] By: gsar                                  on 2000/05/05  02:16:52
82061         Log: remove misleading comment (from M.J.T. Guy)
82062      Branch: perl
82063            ! t/lib/anydbm.t
82064 ____________________________________________________________________________
82065 [  6069] By: gsar                                  on 2000/05/05  02:15:13
82066         Log: File::Spec compatibility update (from Barrie Slaymaker
82067              <barries@slaysys.com>)
82068      Branch: perl
82069            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
82070            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
82071 ____________________________________________________________________________
82072 [  6068] By: gsar                                  on 2000/05/05  02:01:50
82073         Log: note about values()
82074      Branch: perl
82075            ! pod/perlfunc.pod
82076 ____________________________________________________________________________
82077 [  6067] By: gsar                                  on 2000/05/05  01:33:09
82078         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
82079      Branch: perl
82080            ! win32/win32.c
82081 ____________________________________________________________________________
82082 [  6066] By: gsar                                  on 2000/05/05  01:23:43
82083         Log: s/END/CHECK/
82084      Branch: perl
82085            ! perl.c
82086 ____________________________________________________________________________
82087 [  6065] By: jhi                                   on 2000/05/04  17:30:22
82088         Log: Integrate with Sarathy.
82089      Branch: cfgperl
82090           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
82091 ____________________________________________________________________________
82092 [  6064] By: gsar                                  on 2000/05/04  17:26:14
82093         Log: change#5905 wasn't quite right--it's intent only applies when arguments
82094              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
82095      Branch: perl
82096            ! pp_sys.c sv.c
82097 ____________________________________________________________________________
82098 [  6063] By: gsar                                  on 2000/05/04  16:52:29
82099         Log: tokeq() could read unallocated field in argument
82100      Branch: perl
82101            ! toke.c
82102 ____________________________________________________________________________
82103 [  6062] By: gsar                                  on 2000/05/04  16:34:51
82104         Log: additional tests for utf8.t
82105      Branch: perl
82106            ! t/pragma/utf8.t
82107 ____________________________________________________________________________
82108 [  6061] By: gsar                                  on 2000/05/04  16:09:28
82109         Log: change#5921 neglected to make eq honor "use bytes"
82110      Branch: perl
82111            ! sv.c
82112 ____________________________________________________________________________
82113 [  6060] By: jhi                                   on 2000/05/04  15:30:16
82114         Log: Integrate with Sarathy.
82115      Branch: cfgperl
82116           !> perl.c regcomp.c t/pragma/utf8.t
82117 ____________________________________________________________________________
82118 [  6059] By: jhi                                   on 2000/05/04  15:26:37
82119         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
82120              in natively 64-bit platforms where a long is a quad (no need
82121              for long longs).  Also added bias for IVs.
82122      Branch: cfgperl
82123            ! toke.c
82124 ____________________________________________________________________________
82125 [  6058] By: gsar                                  on 2000/05/04  00:19:14
82126         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
82127              (spotted by Donald Kinzer <dkinzer@premia.com>)
82128      Branch: perl
82129            ! perl.c
82130 ____________________________________________________________________________
82131 [  6057] By: gsar                                  on 2000/05/03  18:34:01
82132         Log: fix broken parsing of /\x{ab}/
82133      Branch: perl
82134            ! regcomp.c t/pragma/utf8.t
82135 ____________________________________________________________________________
82136 [  6056] By: jhi                                   on 2000/05/03  17:57:16
82137         Log: The search of infinity continues, this time simplified.
82138      Branch: cfgperl
82139            ! lib/Math/Complex.pm
82140 ____________________________________________________________________________
82141 [  6055] By: jhi                                   on 2000/05/03  17:45:30
82142         Log: Detypo.
82143      Branch: cfgperl
82144            ! hints/unicos.sh
82145 ____________________________________________________________________________
82146 [  6054] By: jhi                                   on 2000/05/02  22:28:27
82147         Log: Be more forgiving in POSIX about HUGE_VALL.
82148      Branch: cfgperl
82149            ! ext/POSIX/POSIX.xs
82150 ____________________________________________________________________________
82151 [  6053] By: jhi                                   on 2000/05/02  22:25:05
82152         Log: Integrate with Sarathy.
82153      Branch: cfgperl
82154           !> hints/irix_6.sh pod/perlop.pod
82155 ____________________________________________________________________________
82156 [  6052] By: jhi                                   on 2000/05/02  22:24:31
82157         Log: Unicos hint tweak.
82158      Branch: cfgperl
82159            ! hints/unicos.sh
82160 ____________________________________________________________________________
82161 [  6051] By: jhi                                   on 2000/05/02  22:21:26
82162         Log: Complex tweakery.
82163      Branch: cfgperl
82164            ! lib/Math/Complex.pm t/lib/complex.t
82165 ____________________________________________________________________________
82166 [  6050] By: jhi                                   on 2000/05/02  19:26:22
82167         Log: Use setxxent()/endxxent().
82168      Branch: cfgperl
82169            ! t/op/grent.t t/op/pwent.t
82170 ____________________________________________________________________________
82171 [  6049] By: jhi                                   on 2000/05/02  19:06:02
82172         Log: Test both the scalar and list contexts.
82173      Branch: cfgperl
82174            ! t/op/grent.t t/op/pwent.t
82175 ____________________________________________________________________________
82176 [  6048] By: gsar                                  on 2000/05/02  18:29:10
82177         Log: add note about how $( doesn't interpolate in REs (from
82178              Philip Newton <newton@ficus.frogspace.net>)
82179      Branch: perl
82180            ! pod/perlop.pod
82181 ____________________________________________________________________________
82182 [  6047] By: jhi                                   on 2000/05/02  17:41:24
82183         Log: Call getspnam() only iff needed.
82184      Branch: cfgperl
82185            ! pp_sys.c
82186 ____________________________________________________________________________
82187 [  6046] By: gsar                                  on 2000/05/02  17:07:25
82188         Log: libscheck has insufficient checks for n32 libs (from
82189              Albert Chin-A-Young <china@thewrittenword.com>)
82190      Branch: perl
82191            ! hints/irix_6.sh
82192 ____________________________________________________________________________
82193 [  6045] By: jhi                                   on 2000/05/02  13:57:17
82194         Log: Integrate with Sarathy.
82195      Branch: cfgperl
82196           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
82197           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
82198 ____________________________________________________________________________
82199 [  6044] By: gsar                                  on 2000/05/02  06:48:19
82200         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
82201              such that underscores are only ignored in literal numbers,
82202              "\x{...}", and hex/oct argument
82203      Branch: perl
82204            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
82205 ____________________________________________________________________________
82206 [  6043] By: gsar                                  on 2000/05/02  02:22:29
82207         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
82208      Branch: perl
82209            ! pod/perlretut.pod
82210 ____________________________________________________________________________
82211 [  6042] By: gsar                                  on 2000/05/02  02:17:51
82212         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
82213      Branch: perl
82214            ! pod/perltrap.pod
82215 ____________________________________________________________________________
82216 [  6041] By: gsar                                  on 2000/05/02  01:53:51
82217         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
82218              to compensate
82219      Branch: perl
82220            ! Porting/makerel
82221 ____________________________________________________________________________
82222 [  6040] By: gsar                                  on 2000/05/02  01:51:57
82223         Log: missing files in MANIFEST
82224      Branch: perl
82225            ! MANIFEST
82226 ____________________________________________________________________________
82227 [  6039] By: jhi                                   on 2000/05/02  00:36:46
82228         Log: Infinite problems.
82229      Branch: cfgperl
82230            ! lib/Math/Complex.pm
82231 ____________________________________________________________________________
82232 [  6038] By: jhi                                   on 2000/05/02  00:06:38
82233         Log: pwent/spent #ifdef imbalance.
82234      Branch: cfgperl
82235            ! pp_sys.c
82236 ____________________________________________________________________________
82237 [  6037] By: jhi                                   on 2000/05/01  22:50:11
82238         Log: Use HUGE_VALL if applicable.
82239      Branch: cfgperl
82240            ! ext/POSIX/POSIX.xs util.c
82241 ____________________________________________________________________________
82242 [  6036] By: jhi                                   on 2000/05/01  22:20:53
82243         Log: Correct Freudian slip.
82244      Branch: cfgperl
82245            ! pp_sys.c
82246 ____________________________________________________________________________
82247 [  6035] By: jhi                                   on 2000/05/01  21:07:38
82248         Log: Continue on the pwent/spent case.
82249      Branch: cfgperl
82250            ! pp_sys.c
82251 ____________________________________________________________________________
82252 [  6034] By: jhi                                   on 2000/05/01  17:45:14
82253         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
82254              adjustments in 6032 conflicted badly with this, will have
82255              to revisit them later.
82256      Branch: cfgperl
82257           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
82258           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
82259           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
82260           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
82261           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
82262           !> t/lib/cgi-html.t t/lib/cgi-request.t
82263 ____________________________________________________________________________
82264 [  6033] By: jhi                                   on 2000/05/01  17:40:49
82265         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
82266      Branch: cfgperl
82267            ! pp_sys.c
82268 ____________________________________________________________________________
82269 [  6032] By: gsar                                  on 2000/05/01  15:56:32
82270         Log: whitespace adjustments
82271      Branch: perl
82272            ! pp_sys.c
82273 ____________________________________________________________________________
82274 [  6031] By: gsar                                  on 2000/05/01  15:19:41
82275         Log: small nits in diagnostics.pm (from Robin Barker)
82276      Branch: perl
82277            ! lib/diagnostics.pm pod/perldiag.pod
82278 ____________________________________________________________________________
82279 [  6030] By: gsar                                  on 2000/05/01  08:39:18
82280         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
82281              for @- and @+ (from Johan Vromans)
82282      Branch: perl
82283            ! lib/English.pm pod/perlvar.pod
82284 ____________________________________________________________________________
82285 [  6029] By: gsar                                  on 2000/05/01  08:16:10
82286         Log: add CGI.pm v2.66 (from Lincoln Stein)
82287      Branch: perl
82288            + lib/CGI/Util.pm t/lib/cgi-pretty.t
82289            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
82290            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
82291            ! t/lib/cgi-html.t t/lib/cgi-request.t
82292 ____________________________________________________________________________
82293 [  6028] By: gsar                                  on 2000/05/01  06:34:41
82294         Log: Pod::Man generates groff-incompatible macro definition (from
82295              Tom Christiansen)
82296      Branch: perl
82297            ! lib/Pod/Man.pm
82298 ____________________________________________________________________________
82299 [  6027] By: gsar                                  on 2000/05/01  06:31:36
82300         Log: podlators-1.02 update (from Russ Allbery)
82301      Branch: perl
82302            ! lib/Pod/Man.pm lib/Pod/Text.pm
82303 ____________________________________________________________________________
82304 [  6026] By: jhi                                   on 2000/04/30  23:24:23
82305         Log: Integrate with Sarathy.
82306      Branch: cfgperl
82307           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
82308           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
82309           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
82310           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
82311           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
82312           !> t/lib/syslog.t toke.c win32/win32.h
82313 ____________________________________________________________________________
82314 [  6025] By: gsar                                  on 2000/04/30  18:17:47
82315         Log: Is{Alnum,Alpha,Word} don't match titlecase
82316              
82317              TODO: IsSpace is defined recursively!
82318              
82319              (both spotted by Larry)
82320      Branch: perl
82321            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
82322            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
82323 ____________________________________________________________________________
82324 [  6024] By: gsar                                  on 2000/04/30  17:50:19
82325         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
82326              (from Hugo van der Sanden)
82327      Branch: perl
82328            ! toke.c
82329 ____________________________________________________________________________
82330 [  6023] By: gsar                                  on 2000/04/30  17:14:43
82331         Log: debugger stomps on $. (from M.J.T. Guy)
82332      Branch: perl
82333            ! lib/perl5db.pl
82334 ____________________________________________________________________________
82335 [  6022] By: gsar                                  on 2000/04/30  16:59:22
82336         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
82337      Branch: perl
82338            ! sv.c
82339 ____________________________________________________________________________
82340 [  6021] By: gsar                                  on 2000/04/29  21:00:08
82341         Log: remove Win2K issue in pod (fixed by change#6020)
82342      Branch: perl
82343            ! README.win32 pod/perl56delta.pod
82344 ____________________________________________________________________________
82345 [  6020] By: gsar                                  on 2000/04/29  20:51:49
82346         Log: test tweak
82347      Branch: perl
82348            ! t/lib/open3.t
82349 ____________________________________________________________________________
82350 [  6019] By: gsar                                  on 2000/04/29  20:34:27
82351         Log: windows portability tweaks
82352      Branch: perl
82353            ! t/lib/b.t win32/win32.h
82354 ____________________________________________________________________________
82355 [  6018] By: gsar                                  on 2000/04/29  19:55:24
82356         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
82357              make _PATH_LOG() return "" if unavailable
82358      Branch: perl
82359            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
82360            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
82361 ____________________________________________________________________________
82362 [  6017] By: jhi                                   on 2000/04/28  22:49:46
82363         Log: Integrate with Sarathy.
82364      Branch: cfgperl
82365           !> op.c perl.c pod/perldiag.pod t/lib/b.t
82366 ____________________________________________________________________________
82367 [  6016] By: jhi                                   on 2000/04/28  22:46:14
82368         Log: Do not warn that an infinity does not look like a number.
82369      Branch: cfgperl
82370            ! sv.c
82371 ____________________________________________________________________________
82372 [  6015] By: gsar                                  on 2000/04/28  22:35:49
82373         Log: tweak test for portability
82374      Branch: perl
82375            ! t/lib/b.t
82376 ____________________________________________________________________________
82377 [  6014] By: gsar                                  on 2000/04/28  22:05:31
82378         Log: glob() loading File::Glob behind the scenes may cause syntax errors
82379      Branch: perl
82380            ! op.c
82381 ____________________________________________________________________________
82382 [  6013] By: gsar                                  on 2000/04/28  21:25:22
82383         Log: tweak change#5945 to display correct switch name in diagnostic
82384      Branch: perl
82385            ! perl.c pod/perldiag.pod
82386 ____________________________________________________________________________
82387 [  6012] By: jhi                                   on 2000/04/28  21:08:12
82388         Log: Integrate with Sarathy.
82389      Branch: cfgperl
82390           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
82391           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
82392           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
82393 ____________________________________________________________________________
82394 [  6011] By: jhi                                   on 2000/04/28  21:04:46
82395         Log: &HUGE_VAL is not defined, it exists.
82396      Branch: cfgperl
82397            ! lib/Math/Complex.pm
82398 ____________________________________________________________________________
82399 [  6010] By: gsar                                  on 2000/04/28  21:02:58
82400         Log: clarify note about shadow password support (from
82401              gellyfish@gellyfish.com)
82402      Branch: perl
82403            ! pod/perlfunc.pod
82404 ____________________________________________________________________________
82405 [  6009] By: gsar                                  on 2000/04/28  21:00:00
82406         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
82407      Branch: perl
82408            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
82409 ____________________________________________________________________________
82410 [  6008] By: gsar                                  on 2000/04/28  20:56:33
82411         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
82412      Branch: perl
82413            ! installperl vms/subconfigure.com
82414 ____________________________________________________________________________
82415 [  6007] By: gsar                                  on 2000/04/28  20:51:21
82416         Log: note about compile failures and END blocks (from M.J.T. Guy)
82417      Branch: perl
82418            ! pod/perl56delta.pod pod/perlmod.pod
82419 ____________________________________________________________________________
82420 [  6006] By: jhi                                   on 2000/04/28  20:42:14
82421         Log: Regen Configure.
82422      Branch: cfgperl
82423            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
82424            ! config_h.SH
82425 ____________________________________________________________________________
82426 [  6005] By: gsar                                  on 2000/04/28  20:41:16
82427         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
82428      Branch: perl
82429            ! utils/perldoc.PL
82430 ____________________________________________________________________________
82431 [  6004] By: jhi                                   on 2000/04/28  20:28:21
82432         Log: Integrate with Sarathy.
82433      Branch: cfgperl
82434           !> Configure INSTALL Porting/Glossary Porting/config.sh
82435           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
82436           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
82437           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
82438           !> win32/config.vc win32/win32.c
82439 ____________________________________________________________________________
82440 [  6003] By: gsar                                  on 2000/04/28  20:11:20
82441         Log: allow REG_EXPAND_SZ keys in Windows registry (from
82442              John Clayton <John.Clayton@barclayscapital.com>)
82443      Branch: perl
82444            ! win32/win32.c
82445 ____________________________________________________________________________
82446 [  6002] By: gsar                                  on 2000/04/28  19:34:16
82447         Log: destructive sv_setsv() can lose UV-ness from source, causing
82448              numeric promotions/comparisons to fail to do the right thing
82449      Branch: perl
82450            ! sv.c
82451 ____________________________________________________________________________
82452 [  6001] By: gsar                                  on 2000/04/28  18:44:15
82453         Log: support additional library locations via $Config{otherlibdirs}
82454              (from Andy Dougherty)
82455      Branch: perl
82456            ! Configure INSTALL Porting/Glossary Porting/config.sh
82457            ! Porting/config_H config_h.SH epoc/config.sh perl.c
82458            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
82459            ! win32/config.bc win32/config.gc win32/config.vc
82460 ____________________________________________________________________________
82461 [  6000] By: gsar                                  on 2000/04/28  18:26:58
82462         Log: reworked otherlibdirs.U (from Andy Dougherty)
82463      Branch: metaconfig
82464            ! U/installdirs/otherlibdirs.U
82465 ____________________________________________________________________________
82466 [  5999] By: gsar                                  on 2000/04/28  18:17:07
82467         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
82468      Branch: perl
82469            ! t/pragma/warn/toke toke.c
82470 ____________________________________________________________________________
82471 [  5998] By: jhi                                   on 2000/04/28  13:32:17
82472         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
82473      Branch: cfgperl
82474            ! lib/Math/Complex.pm
82475 ____________________________________________________________________________
82476 [  5997] By: jhi                                   on 2000/04/28  13:14:04
82477         Log: Preserve $!.
82478      Branch: cfgperl
82479            ! lib/Math/Complex.pm
82480 ____________________________________________________________________________
82481 [  5996] By: jhi                                   on 2000/04/28  12:59:23
82482         Log: Integrate with Sarathy.
82483      Branch: cfgperl
82484           +> pod/perlrequick.pod pod/perlretut.pod
82485           !> (integrate 51 files)
82486 ____________________________________________________________________________
82487 [  5995] By: gsar                                  on 2000/04/28  09:37:36
82488         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
82489      Branch: perl
82490            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
82491 ____________________________________________________________________________
82492 [  5994] By: gsar                                  on 2000/04/28  09:33:26
82493         Log: fix for missed accounting for null byte in pack("Z",...) (from
82494              M.J.T. Guy)
82495      Branch: perl
82496            ! pp.c t/op/pack.t
82497 ____________________________________________________________________________
82498 [  5993] By: gsar                                  on 2000/04/28  09:30:05
82499         Log: various minor tweaks seen on p5p
82500      Branch: perl
82501            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
82502 ____________________________________________________________________________
82503 [  5992] By: gsar                                  on 2000/04/28  09:08:19
82504         Log: pod nit (from Simon Cozens)
82505      Branch: perl
82506            ! pod/perlop.pod
82507 ____________________________________________________________________________
82508 [  5991] By: gsar                                  on 2000/04/28  09:06:36
82509         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
82510      Branch: perl
82511            ! README.posix-bc hints/posix-bc.sh
82512 ____________________________________________________________________________
82513 [  5990] By: gsar                                  on 2000/04/28  08:54:52
82514         Log: use $ENV{LIB} to search for libs under Visual C compiler
82515              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
82516      Branch: perl
82517            ! lib/ExtUtils/Liblist.pm
82518 ____________________________________________________________________________
82519 [  5989] By: gsar                                  on 2000/04/28  08:27:12
82520         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
82521              itself and no other (from Tom Hughes)
82522      Branch: perl
82523            ! t/op/array.t toke.c
82524 ____________________________________________________________________________
82525 [  5988] By: gsar                                  on 2000/04/28  08:01:38
82526         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
82527              <paul@miraclefish.com>)
82528      Branch: perl
82529            ! lib/ExtUtils/MakeMaker.pm
82530 ____________________________________________________________________________
82531 [  5987] By: gsar                                  on 2000/04/28  07:53:09
82532         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
82533      Branch: perl
82534            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
82535 ____________________________________________________________________________
82536 [  5986] By: gsar                                  on 2000/04/28  07:44:17
82537         Log: add regular expressions tutorial and quick-start guide (from
82538              Mark Kvale <kvale@phy.ucsf.edu>)
82539      Branch: perl
82540            + pod/perlrequick.pod pod/perlretut.pod
82541            ! AUTHORS MAINTAIN MANIFEST
82542 ____________________________________________________________________________
82543 [  5985] By: gsar                                  on 2000/04/28  07:30:28
82544         Log: forked child may not exit correctly if it failed to open
82545              /dev/console (from Graham Barr)
82546      Branch: perl
82547            ! ext/Sys/Syslog/Syslog.pm
82548 ____________________________________________________________________________
82549 [  5984] By: gsar                                  on 2000/04/28  07:27:20
82550         Log: attributes::reftype() doesn't work on tied argument
82551      Branch: perl
82552            ! xsutils.c
82553 ____________________________________________________________________________
82554 [  5983] By: gsar                                  on 2000/04/28  07:15:04
82555         Log: numeric conversion of non-number in change#3378 tramples on
82556              OOK offset, causing segfaults
82557      Branch: perl
82558            ! sv.c
82559 ____________________________________________________________________________
82560 [  5982] By: gsar                                  on 2000/04/28  04:48:25
82561         Log: avoid error in IO::Socket::INET when given an unknown service name
82562              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
82563      Branch: perl
82564            ! ext/IO/lib/IO/Socket/INET.pm
82565 ____________________________________________________________________________
82566 [  5981] By: gsar                                  on 2000/04/28  04:31:31
82567         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
82568              prototype mismatch with CORE::glob(); update pod and tests to
82569              suit (File::Glob::glob() is still available for backward
82570              compatibility, but should be considered deprecated)
82571      Branch: perl
82572            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
82573            ! t/lib/glob-taint.t
82574 ____________________________________________________________________________
82575 [  5980] By: gsar                                  on 2000/04/28  03:47:29
82576         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
82577              <ghudson@mit.edu>)
82578      Branch: metaconfig
82579            ! U/modified/Options.U
82580      Branch: perl
82581            ! Configure
82582 ____________________________________________________________________________
82583 [  5979] By: gsar                                  on 2000/04/28  03:07:54
82584         Log: under useithreads, constant pad entries could inadvertently be
82585              shared across threads (from Eric Blood <eblood@xmission.com>);
82586              added Eric's test case to testsuite
82587      Branch: perl
82588            ! op.c t/op/misc.t
82589 ____________________________________________________________________________
82590 [  5978] By: gsar                                  on 2000/04/27  21:13:00
82591         Log: sync version numbers in File::Spec with the ones on CPAN
82592              (from Barrie Slaymaker)
82593      Branch: perl
82594            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
82595            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
82596            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
82597 ____________________________________________________________________________
82598 [  5977] By: gsar                                  on 2000/04/27  21:07:29
82599         Log: autoquote barewords followed by newline and arrow properly
82600              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
82601      Branch: perl
82602            ! t/pragma/warn/toke toke.c
82603 ____________________________________________________________________________
82604 [  5976] By: gsar                                  on 2000/04/27  20:41:20
82605         Log: DB_File v1.73 update (from Paul Marquess)
82606      Branch: perl
82607            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
82608            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
82609 ____________________________________________________________________________
82610 [  5975] By: gsar                                  on 2000/04/27  20:34:24
82611         Log: allow sort() reentrancy (variant of patch suggested by
82612              Hugo van der Sanden)
82613      Branch: perl
82614            ! pp_ctl.c t/op/sort.t
82615 ____________________________________________________________________________
82616 [  5974] By: gsar                                  on 2000/04/27  19:46:57
82617         Log: change#4197 somehow missed initializing PL_errors, meaning
82618              sytax error queueing wasn't working outside eval"" at all;
82619              also fixed eval"" to localize PL_error_count, so that compile-time
82620              eval's don't clobber the error state of the outer context
82621      Branch: perl
82622            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
82623            ! t/pragma/warn/toke
82624 ____________________________________________________________________________
82625 [  5973] By: gsar                                  on 2000/04/27  18:29:05
82626         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
82627      Branch: perl
82628            ! regcomp.c regexec.c t/op/re_tests
82629 ____________________________________________________________________________
82630 [  5972] By: jhi                                   on 2000/04/27  18:22:41
82631         Log: Integrate with Sarathy.
82632      Branch: cfgperl
82633           +> t/lib/b.t t/lib/syslog.t
82634           !> (integrate 31 files)
82635 ____________________________________________________________________________
82636 [  5971] By: jhi                                   on 2000/04/27  18:18:46
82637         Log: Unicos tweaks from Mark P. Lutz.
82638      Branch: cfgperl
82639            ! hints/unicos.sh lib/Math/Complex.pm
82640 ____________________________________________________________________________
82641 [  5970] By: gsar                                  on 2000/04/27  18:05:11
82642         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
82643              IV is >32bits
82644      Branch: perl
82645            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
82646 ____________________________________________________________________________
82647 [  5969] By: gsar                                  on 2000/04/27  17:50:56
82648         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
82649      Branch: perl
82650            + t/lib/syslog.t
82651            ! MANIFEST ext/Sys/Syslog/Syslog.pm
82652 ____________________________________________________________________________
82653 [  5968] By: gsar                                  on 2000/04/27  17:44:49
82654         Log: tolerate spaces in group names in test on solaris (from David Boyce
82655              <dsb@boyski.com>)
82656      Branch: perl
82657            ! t/op/groups.t
82658 ____________________________________________________________________________
82659 [  5967] By: gsar                                  on 2000/04/27  17:41:22
82660         Log: improved docs on the warn_uninit diagnostic (from David Glasser
82661              and Simon Cozens)
82662      Branch: perl
82663            ! pod/perldiag.pod
82664 ____________________________________________________________________________
82665 [  5966] By: gsar                                  on 2000/04/27  16:54:58
82666         Log: add testsuite for B backends, fix bug in B::Deparse (from
82667              Simon Cozens <simon@brecon.co.uk>)
82668      Branch: perl
82669            + t/lib/b.t
82670            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
82671 ____________________________________________________________________________
82672 [  5965] By: gsar                                  on 2000/04/27  16:10:37
82673         Log: avoid "will not stay shared" warnings for our variables (from
82674              Robin Barker)
82675      Branch: perl
82676            ! op.c t/pragma/warn/op
82677 ____________________________________________________________________________
82678 [  5964] By: gsar                                  on 2000/04/27  07:05:05
82679         Log: reformat to 72 columns (again)
82680      Branch: perl
82681            ! pod/perldiag.pod
82682 ____________________________________________________________________________
82683 [  5963] By: gsar                                  on 2000/04/27  06:28:31
82684         Log: patch from Larry to make (\&) prototype work; added tests for
82685              the same
82686      Branch: perl
82687            ! op.c t/comp/proto.t
82688 ____________________________________________________________________________
82689 [  5962] By: gsar                                  on 2000/04/27  06:15:47
82690         Log: updated README.hpux (from Jeff Okamoto)
82691      Branch: perl
82692            ! README.hpux
82693 ____________________________________________________________________________
82694 [  5961] By: gsar                                  on 2000/04/27  05:55:03
82695         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
82696      Branch: perl
82697            ! emacs/cperl-mode.el
82698 ____________________________________________________________________________
82699 [  5960] By: gsar                                  on 2000/04/27  05:49:26
82700         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
82701      Branch: perl
82702            ! INSTALL
82703 ____________________________________________________________________________
82704 [  5959] By: gsar                                  on 2000/04/27  05:33:41
82705         Log: doubled words in pods (from Simon Cozens
82706              <simon.p.cozens@jp.pwcglobal.com>)
82707      Branch: perl
82708            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
82709            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
82710            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
82711            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
82712            ! pod/perltootc.pod
82713 ____________________________________________________________________________
82714 [  5958] By: gsar                                  on 2000/04/27  05:11:39
82715         Log: change#3569 deleted some essential code, revert; avoid use of
82716              atexit() to make DynaLoader work properly on AIX under mod_perl
82717              (from Jens-Uwe Mager <jum@helios.de>)
82718      Branch: perl
82719            ! ext/DynaLoader/dl_aix.xs
82720 ____________________________________________________________________________
82721 [  5957] By: gsar                                  on 2000/04/27  04:54:51
82722         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
82723      Branch: perl
82724            ! pod/perlmod.pod
82725 ____________________________________________________________________________
82726 [  5956] By: gsar                                  on 2000/04/27  04:51:47
82727         Log: better diagnostics on failed tests (from Ilya Zakharevich)
82728      Branch: perl
82729            ! t/op/lex_assign.t
82730 ____________________________________________________________________________
82731 [  5955] By: gsar                                  on 2000/04/27  04:26:44
82732         Log: longstanding bug exposed by change#3307: sort arguments weren't
82733              compiled with the right wantarray context (ensuing runtime lookup
82734              via block_gimme() was getting the incidental context of the
82735              sort() itself)
82736      Branch: perl
82737            ! op.c t/op/sort.t
82738 ____________________________________________________________________________
82739 [  5954] By: gsar                                  on 2000/04/26  23:42:12
82740         Log: integrate cfgperl contents into mainline
82741      Branch: perl
82742           !> (integrate 30 files)
82743 ____________________________________________________________________________
82744 [  5953] By: jhi                                   on 2000/04/26  23:06:42
82745         Log: Integrate with Sarathy.
82746      Branch: cfgperl
82747           !> README.win32 ext/B/B/Deparse.pm
82748           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
82749           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
82750           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
82751           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
82752           !> utils/perldoc.PL vms/perlvms.pod
82753 ____________________________________________________________________________
82754 [  5952] By: jhi                                   on 2000/04/26  23:03:46
82755         Log: Undo "use integer" addition from 64bitint as it seems
82756              to break most of the subtests in Digital UNIX;
82757              Unicos needs to find another way.
82758      Branch: cfgperl
82759            ! t/op/64bitint.t
82760 ____________________________________________________________________________
82761 [  5951] By: jhi                                   on 2000/04/26  22:57:53
82762         Log: Be more robust on "extreme" (large absolute value)
82763              arguments.  Originally reported by Daniel Connelly
82764              as a problem with asinh() on large negative arguments,
82765              asinh() used to bail out because an argument to log()
82766              ended up being zero.  Ilya Zakharevich proposed using
82767              Taylor's series in such cases, which for such large
82768              arguments is a very good approximation.
82769      Branch: cfgperl
82770            ! lib/Math/Complex.pm t/lib/complex.t
82771 ____________________________________________________________________________
82772 [  5950] By: gsar                                  on 2000/04/25  19:13:12
82773         Log: reformat perldiag to avoid long lines
82774      Branch: perl
82775            ! pod/perldiag.pod
82776 ____________________________________________________________________________
82777 [  5949] By: gsar                                  on 2000/04/25  18:41:11
82778         Log: make perldoc use the pod2man from the same version (from
82779              M.J.T. Guy)
82780      Branch: perl
82781            ! utils/perldoc.PL
82782 ____________________________________________________________________________
82783 [  5948] By: gsar                                  on 2000/04/25  18:21:57
82784         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
82785              <kompas@kompas.usr.onet.pl>)
82786      Branch: perl
82787            ! lib/vars.pm
82788 ____________________________________________________________________________
82789 [  5947] By: gsar                                  on 2000/04/25  18:11:53
82790         Log: use &dl_error rather than &dl_load_file as the guard for calling
82791              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
82792              statically built perl)
82793      Branch: perl
82794            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
82795 ____________________________________________________________________________
82796 [  5946] By: jhi                                   on 2000/04/25  17:37:54
82797         Log: Document that tr() is not tr(1).
82798      Branch: cfgperl
82799            ! pod/perlop.pod
82800 ____________________________________________________________________________
82801 [  5945] By: gsar                                  on 2000/04/25  16:34:33
82802         Log: make module name mandatory after -M switch; reorder perldiag
82803              alphabetically (from Mark-Jason Dominus)
82804      Branch: perl
82805            ! perl.c pod/perldiag.pod
82806 ____________________________________________________________________________
82807 [  5944] By: jhi                                   on 2000/04/25  01:15:18
82808         Log: On second thoughts frexp() does have two arguments.
82809      Branch: cfgperl
82810            ! perl.h
82811 ____________________________________________________________________________
82812 [  5943] By: jhi                                   on 2000/04/24  22:56:32
82813         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
82814              Now pp_ncmp() returns undef is either operand is a NaN.
82815      Branch: cfgperl
82816            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
82817            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
82818            ! vms/subconfigure.com vos/config.def vos/config.h
82819            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
82820            ! win32/config.vc win32/config_H.bc win32/config_H.gc
82821            ! win32/config_H.vc
82822      Branch: metaconfig/U/perl
82823            + d_modfl.U
82824 ____________________________________________________________________________
82825 [  5942] By: jhi                                   on 2000/04/24  19:45:17
82826         Log: Regen Configure to match #5937.
82827      Branch: cfgperl
82828            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
82829            ! config_h.SH
82830      Branch: metaconfig
82831            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
82832 ____________________________________________________________________________
82833 [  5941] By: jhi                                   on 2000/04/24  19:24:11
82834         Log: Further Unicos fixes for Mark Lutz.
82835      Branch: cfgperl
82836            ! hints/unicos.sh pp_ctl.c
82837 ____________________________________________________________________________
82838 [  5940] By: jhi                                   on 2000/04/24  19:09:06
82839         Log: Various Unicos 10.0.0.6 fixes.
82840              
82841              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
82842              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
82843              Reply-To: tecmpl1@triton.ca.boeing.com 
82844              To: perl5-porters@perl.org 
82845              Date: Fri, 14 Apr 2000 20:21:00 GMT 
82846              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
82847      Branch: cfgperl
82848            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
82849 ____________________________________________________________________________
82850 [  5939] By: gsar                                  on 2000/04/24  19:01:24
82851         Log: more pod nits (from Larry Virden)
82852      Branch: perl
82853            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
82854            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
82855            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
82856 ____________________________________________________________________________
82857 [  5938] By: gsar                                  on 2000/04/24  18:54:01
82858         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
82859      Branch: perl
82860            ! ext/B/B/Deparse.pm
82861 ____________________________________________________________________________
82862 [  5937] By: jhi                                   on 2000/04/24  17:39:00
82863         Log: Integrate with Sarathy.
82864      Branch: cfgperl
82865           +> (branch 31 files)
82866           !> (integrate 73 files)
82867 ____________________________________________________________________________
82868 [  5936] By: gsar                                  on 2000/04/24  17:30:06
82869         Log: additional tests for change#5934 (from Paul Marquess, who also
82870              sent in the same fix)
82871      Branch: perl
82872            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
82873            ! t/pragma/warn/5nolint t/pragma/warn/6default
82874 ____________________________________________________________________________
82875 [  5935] By: jhi                                   on 2000/04/24  17:26:05
82876         Log: Do not assume sign propagation.
82877              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
82878              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
82879              To: payner@ncifcrf.gov, perl5-porters@perl.org 
82880              Date: Tue, 18 Apr 2000 18:24:49 +0100 
82881              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
82882      Branch: cfgperl
82883            ! t/op/bop.t t/op/misc.t
82884 ____________________________________________________________________________
82885 [  5934] By: gsar                                  on 2000/04/24  17:16:54
82886         Log: propagate lexical warnings from surrounding scope correctly
82887              within string eval()
82888      Branch: perl
82889            ! pp_ctl.c t/pragma/warn/pp_ctl
82890 ____________________________________________________________________________
82891 [  5933] By: jhi                                   on 2000/04/24  17:01:07
82892         Log: Flatten the cpp jungle doing the nosuid checking.
82893      Branch: cfgperl
82894            ! perl.c
82895 ____________________________________________________________________________
82896 [  5932] By: gsar                                  on 2000/04/24  09:08:14
82897         Log: add rsignal(), whichsig() and do_join() to public API list
82898              (mod_perl uses them to good advantage)
82899      Branch: perl
82900            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
82901 ____________________________________________________________________________
82902 [  5931] By: gsar                                  on 2000/04/24  09:01:40
82903         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
82904      Branch: perl
82905            ! pp_hot.c regexec.c t/op/pat.t
82906 ____________________________________________________________________________
82907 [  5930] By: gsar                                  on 2000/04/24  08:58:33
82908         Log: small os390 tweaks (from Peter Prymmer)
82909      Branch: perl
82910            ! config_h.SH makedepend.SH
82911 ____________________________________________________________________________
82912 [  5929] By: gsar                                  on 2000/04/24  08:55:25
82913         Log: pod nits
82914      Branch: perl
82915            ! pod/perlguts.pod
82916 ____________________________________________________________________________
82917 [  5928] By: gsar                                  on 2000/04/24  08:50:13
82918         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
82919      Branch: perl
82920            ! ext/IO/lib/IO/Poll.pm
82921 ____________________________________________________________________________
82922 [  5927] By: gsar                                  on 2000/04/24  08:43:24
82923         Log: arrange for next() to resume at the unstack op rather than the
82924              loop conditional, so that scope cleanup happens correctly
82925              (from Stephen McCamant)
82926      Branch: perl
82927            ! op.c pp_ctl.c t/op/misc.t
82928 ____________________________________________________________________________
82929 [  5926] By: gsar                                  on 2000/04/24  08:18:40
82930         Log: on windows, reserve 16M of stack rather than 128M (allows more
82931              threads to run concurrently)
82932      Branch: perl
82933            ! win32/Makefile win32/makefile.mk
82934 ____________________________________________________________________________
82935 [  5925] By: gsar                                  on 2000/04/24  08:13:52
82936         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
82937      Branch: perl
82938            ! toke.c
82939 ____________________________________________________________________________
82940 [  5924] By: gsar                                  on 2000/04/24  08:08:59
82941         Log: avoid using uninitialized memory in require version check
82942      Branch: perl
82943            ! pp_ctl.c universal.c
82944 ____________________________________________________________________________
82945 [  5923] By: gsar                                  on 2000/04/24  07:20:14
82946         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
82947      Branch: perl
82948            ! ext/IO/lib/IO/Poll.pm
82949 ____________________________________________________________________________
82950 [  5922] By: gsar                                  on 2000/04/24  07:08:42
82951         Log: commentary about IoTYPE() (from Nathan Torkington)
82952      Branch: perl
82953            ! sv.h
82954 ____________________________________________________________________________
82955 [  5921] By: gsar                                  on 2000/04/24  06:58:26
82956         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
82957              by fix
82958      Branch: perl
82959            ! sv.c t/lib/charnames.t t/pragma/utf8.t
82960 ____________________________________________________________________________
82961 [  5920] By: gsar                                  on 2000/04/24  06:37:59
82962         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
82963      Branch: perl
82964            ! doop.c t/op/ver.t
82965 ____________________________________________________________________________
82966 [  5919] By: gsar                                  on 2000/04/24  06:21:58
82967         Log: Configure might miss old directories when prefix must be
82968              expanded (from Robin Barker)
82969      Branch: metaconfig
82970            ! U/installdirs/inc_version_list.U
82971      Branch: perl
82972            ! Configure
82973 ____________________________________________________________________________
82974 [  5918] By: gsar                                  on 2000/04/24  06:16:11
82975         Log: VMS nits in glob() test (from Charles Lane)
82976      Branch: perl
82977            ! t/lib/glob-basic.t
82978 ____________________________________________________________________________
82979 [  5917] By: gsar                                  on 2000/04/24  06:11:56
82980         Log: various pod nits (from Larry Virden and others)
82981      Branch: perl
82982            ! README.amiga README.hpux README.machten README.os2
82983            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
82984            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
82985            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
82986            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
82987            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
82988            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
82989            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
82990            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
82991 ____________________________________________________________________________
82992 [  5916] By: gsar                                  on 2000/04/24  05:52:43
82993         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
82994              <wjones@tc.fluke.com>)
82995      Branch: perl
82996            ! t/lib/glob-basic.t
82997 ____________________________________________________________________________
82998 [  5915] By: gsar                                  on 2000/04/24  05:07:01
82999         Log: supported platforms mixed up
83000      Branch: perl
83001            ! pod/perl56delta.pod pod/perlport.pod
83002 ____________________________________________________________________________
83003 [  5914] By: gsar                                  on 2000/04/24  04:56:08
83004         Log: caller() wasn't returning the right number of elements for
83005              eval {...}
83006      Branch: perl
83007            ! pp_ctl.c t/pragma/warn/9enabled
83008 ____________________________________________________________________________
83009 [  5913] By: gsar                                  on 2000/04/24  04:35:41
83010         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
83011              Mark-Jason Dominus)
83012      Branch: perl
83013            ! pod/perlfunc.pod
83014 ____________________________________________________________________________
83015 [  5912] By: gsar                                  on 2000/04/24  04:17:15
83016         Log: fix totally broken caching in UNIVERSAL::isa() (from
83017              Nick Ing-Simmons)
83018      Branch: perl
83019            ! t/op/universal.t universal.c
83020 ____________________________________________________________________________
83021 [  5911] By: gsar                                  on 2000/04/24  03:39:47
83022         Log: add linebreak properties from unicode/LineBrk.txt (from
83023              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
83024      Branch: perl
83025            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
83026            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
83027            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
83028            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
83029            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
83030            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
83031            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
83032            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
83033            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
83034            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
83035            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
83036            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
83037            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
83038            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
83039            + lib/unicode/Is/LbrkZW.pl
83040            ! lib/unicode/mktables.PL
83041 ____________________________________________________________________________
83042 [  5910] By: gsar                                  on 2000/04/24  03:23:10
83043         Log: typo in pod
83044      Branch: perl
83045            ! ext/Thread/Thread.pm
83046 ____________________________________________________________________________
83047 [  5909] By: gsar                                  on 2000/04/24  03:22:03
83048         Log: mode argument to do_binmode() should be file mode, not boolean
83049      Branch: perl
83050            ! pp_sys.c
83051 ____________________________________________________________________________
83052 [  5908] By: gsar                                  on 2000/04/16  16:51:08
83053         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
83054              always returns a valid GV even when the symbol is trapped by strictures
83055              (avoids coredumps)
83056              
83057              TODO: the C<package;> hack needs similar treatment
83058      Branch: perl
83059            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
83060            ! t/pragma/strict-vars
83061 ____________________________________________________________________________
83062 [  5907] By: jhi                                   on 2000/03/31  23:42:56
83063         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
83064              an assumption which #5905 demolished.
83065      Branch: cfgperl
83066            ! pp_sys.c
83067 ____________________________________________________________________________
83068 [  5906] By: jhi                                   on 2000/03/31  18:54:37
83069         Log: Typo in #5905.
83070      Branch: cfgperl
83071            ! t/op/64bitint.t
83072 ____________________________________________________________________________
83073 [  5905] By: jhi                                   on 2000/03/31  18:50:54
83074         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
83075              reported by Joseph N. Hall.  The bug was that even with use64bitint
83076              one had to use the prefixes q, L, or ll with printf/sprintf,
83077              contrary to the documentation and common sense.
83078      Branch: cfgperl
83079            ! sv.c t/op/64bitint.t
83080 ____________________________________________________________________________
83081 [  5904] By: gsar                                  on 2000/03/28  02:31:32
83082         Log: add Changes, perldelta.pod
83083      Branch: perl
83084            + Changes pod/perldelta.pod
83085 ____________________________________________________________________________
83086 [  5903] By: gsar                                  on 2000/03/28  02:03:55
83087         Log: rename Changes and perldelta.pod
83088      Branch: perl
83089           +> Changes5.6 pod/perl56delta.pod
83090            - Changes pod/perldelta.pod
83091            ! MANIFEST
83092 ____________________________________________________________________________
83093 [  5902] By: gsar                                  on 2000/03/28  01:59:14
83094         Log: create maint-5.6 branch
83095      Branch: maint-5.6/perl
83096           +> (branch 1611 files)
83097 ____________________________________________________________________________
83098 [  5901] By: jhi                                   on 2000/03/23  05:48:43
83099         Log: Integrate with Sarathy.
83100      Branch: cfgperl
83101           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
83102 ____________________________________________________________________________
83103 [  5900] By: gsar                                  on 2000/03/23  05:42:43
83104         Log: three guesses on what this is :-)
83105      Branch: perl
83106            ! Changes